.oam-section-price {
    --oam-price-margin-y: 4.375em;
    --oam-price-title-font-size: 1.5em;
    --oam-price-title-margin-bottom: 2em;
    --oam-price-font-size: 0.875em;

    margin-top: var(--oam-price-margin-y);
    margin-bottom: var(--oam-price-margin-y);
    font-size: var(--oam-price-font-size);
}

.oam-section-price .oam-section-price__title {
    margin-top: 0;
    margin-bottom: var(--oam-price-title-margin-bottom);
    font-size: var(--oam-price-title-font-size);
    font-weight: 700;
    text-align: center;
    color: #0b454a;
}

.oam-section-price .oam-section-price__control {
    display: flex;
    flex-direction: column;
    gap: 1.43em;
}

.oam-section-price .oam-section-price__total {
    font-weight: 700;
    color: #095d64;
}

.oam-section-price p {
    margin-bottom: 0;
}

.oam-section-price p + p {
    margin-top: 1em;
}

.oam-section-price .oam-section-price__subtitle {
    margin-top: 1.25em;
    margin-bottom: 1em;
    font-size: 1rem;
    font-weight: 700;
    color: #095d64;
}

.oam-section-price .oam-section-price__subtitle.oam-section-price__subtitle_upper {
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .oam-section-price .oam-section-price__control {
        flex-direction: row;
        align-items: center;
        gap: 2em;
    }
}

@media (min-width: 768px) {
    .oam-section-price {
        --oam-price-margin-y: 6.25em;
        --oam-price-title-font-size: 1.875em;
        --oam-price-title-margin-bottom: 1.5em;
        --oam-price-font-size: 1em;
    }

    .oam-section-price .oam-section-price__control {
        gap: 4em;
    }

    .oam-section-price .oam-section-price__subtitle {
        font-size: 1.25rem;
    }

    .oam-section-price .oam-section-price__price {
        display: flex;
        gap: 1.5em;
        margin-top: 1em;
    }

    .oam-section-price .oam-section-price__subtitle {
        width: 128px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .oam-section-price {
        --oam-price-font-size: 1.25em;
        --oam-price-title-font-size: 2.25em;
        --oam-price-title-margin-bottom: 2em;
    }

    .oam-section-price .number-input__button {
        font-size: 1em;
    }
}