.cc-range-header {
    margin: 0 0 14px;
    padding: 4px 0 2px;
    max-width: 880px;
}

.cc-range-header h1 {
    margin: 0;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #191919;
}

.cc-range-policy-notes {
    max-width: 880px;
    margin: 0 0 22px;
}

.cc-range-policy-note {
    padding: 0 0 16px;
    border-bottom: 1px solid #ece6da;
}

.cc-range-policy-note__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    direction: rtl;
    text-align: right;
}

.cc-range-policy-note__text {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
}

.cc-range-policy-note__link {
    display: inline-block;
    color: #7b5b28;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(123, 91, 40, 0.35);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.cc-range-policy-note__link:hover,
.cc-range-policy-note__link:focus {
    color: #5a431f;
    border-color: rgba(90, 67, 31, 0.7);
    text-decoration: none;
}

@media (max-width: 767px) {
    .cc-range-header {
        margin-bottom: 12px;
    }

    .cc-range-header h1 {
        font-size: 34px;
        line-height: 1.12;
    }

    .cc-range-policy-note {
        padding-bottom: 14px;
    }

    .cc-range-policy-note__actions {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}
