.content__container {
    padding: 32px 0;
}

.content__info {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
}

.content__info-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: -4px;
    flex: 1;
}

.content__section {
    margin-bottom: 24px;
}

.content__section-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.content__section-items {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.content__section-items {
    color: #0079f2;
}

.content__section-items-image {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.content__separator {
    border: none;
    border-top: 1px solid #ddd;
    margin: 40px 0;
}

.content__item {
    margin-bottom: 24px;
}

.content__item-name {
    font-weight: 600;
    font-size: 17px;
}

.content__info-grading {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
}

.content__info-grading-title {
    font-size: 26px;
    font-weight: bold;
    flex: 1;
}

.content__info-grading-text {
    font-size: 20px;
    font-weight: 600;
}

.content__info-grading-image {
    width: 36px;
    height: 36px;
    margin-left: 8px;
}

.content__no-grade-yet {
    background-color: rgba(0, 0, 0, .024);
    padding: 24px;
    margin: 32px auto;
    border-radius: 16px;
    text-align: center;
    max-width: 320px;
}

.content__cards {
    display: flex;
    justify-content: space-around;
}

.content__card {
    text-align: center;
    /* background-color: rgba(0, 0, 0, .024); */
    padding: 16px;
    border-radius: 10px;
    border: 1px solid #ddd;
    width: 200px;
}

.content__card-image {
    width: 36px;
    height: 36px;
}

.content__card-text {
    font-weight: 600;
}

.content__copy-content {
    width: 800px;
    margin: 20px auto;
    text-align: center;
}

.content__copy-content-actions-container {
    width: 165px;
    margin: 16px auto 10px;
}


.content__copy-content-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content__copy-content-action-panel {
    margin: 12px 0;
    width: 200px;
    text-align: center;
    /* border: 1px solid #aaa; */
    padding: 98px 32px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}

.content__copy-content-action-panel p {
   margin-top: 0;
   padding-top: 0;
line-height: 22px;
}