
body:has(#reviews) {
    background: #f4f5f7;
}

#main,
#reviews {
    background: #f4f5f7;
}

.review-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 24px 20px 32px 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.review-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: linear-gradient(to right, #AADCE3 50%, #4A95A2 50%);
    pointer-events: none;
}

.review-card__header {
    padding-bottom: 12px;
    border-bottom: 1px solid #E0E0E0;
}

.review-card__header p {
    margin-bottom: 0;
}

.review-card__authors {
    color: #1B1B1C;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.review-card__posts {
    color: #7B7B7B;
    font-size: 16px;
    line-height: 22px;
    margin-top: 2px;
}

.review-card__review-text {
    color: #414141;
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
    margin-bottom: 0;
}

.review-card__review-text:before {
    content: '\00AB';
}

.review-card__review-text:after {
    content: '\00BB';
}

.review-card__open-letter {
    display: inline-block;
    margin-top: 8px;
    padding: 0;
    border: 0;
    background: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #7B7B7B;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
}

.review-card__open-letter:hover {
    color: #01525a;
}

.review-card__copyright-holder {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
    padding: 6.5px 0;
}

.review-card__logo {
    flex: 0 0 auto;
    width: auto;
    max-width: 108px;
    height: 60px;
    object-fit: contain;
}

.review-card__organization {
    margin: 0;
    font-weight: 600;
    color: #414141;
    font-size: 14px;
    line-height: 20px;
}

.dec-review-modal-text {
    padding: 40px 48px 48px;
    color: #414141;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
}

.dec-review-modal-text p {
    margin-bottom: 1em;
}

.dec-review-modal-text p:last-child {
    margin-bottom: 0;
}

.dec-review-modal-dialog.is-text {
    height: auto;
    max-height: 100%;
}

.dec-review-modal-dialog.is-text .dec-review-modal-body {
    background: #fff;
}

@media (max-width: 768px) {
    .dec-review-modal-text {
        padding: 24px 20px 32px;
    }
}
