.note.gold_background {
    background-image:
        url("/wp-content/themes/kn/img/team_pattern.webp"),
        linear-gradient(130deg, #f5eacb, #b9a878);
}

.note {
    .container {
        max-width: 740px;
        display: flex;
        flex-direction: column;
        gap: 40px;

        @media (max-width: 576px) {
            gap: 26px;
        }
    }
}

.note__stars {
    font-size: 28px;
    text-align: center;

    @media (max-width: 576px) {
        font-size: 24px;
    }
}

.note__content {
    display: grid;
    grid-template-columns: 200px auto;
    box-shadow: 0 0 0 8px #fffcf554;
    border-radius: 16px;
    background: var(--white);

    @media (max-width: 576px) {
        grid-template-columns: 1fr;
    }
}

.note__content-note-display {
    width: 200px;
    background: var(--gold);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;

    @media (max-width: 576px) {
        width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 20px 0;
    }
}

.note__content-note-number {
    color: var(--white);
}

.note__content-note-current {
    font-size: 96px;
    line-height: 96px;
    display: inline-block;
    font-weight: 500;
}

.note__content-note-max {
    font-size: 48px;
    line-height: 96px;
    font-weight: 300;
}

.note__content-text {
    padding: 32px 40px;

    @media (max-width: 576px) {
        padding: 26px 20px;
    }
}

.note__title {
    font-size: 32px !important;
    line-height: 40px;
    font-style: italic;
    margin-bottom: 10px;
    font-weight: 500;
}

.note__subtitle {
    margin-bottom: 0;
}
