/* Доставка: форма как в макете stoimost_dostavki.html */
.section__shipCost form .filter__select-flags {
    height: 49px;
    position: relative;
    box-shadow: inset 1px 4px 4px 0 rgba(42, 42, 42, 0.25);
    background: #f6f6f6;
    border-radius: 10px;
    border: 0.2px solid rgba(156, 163, 175, 0.25);
}

.section__shipCost form .filter__select-flags .select2-container--default {
    width: 100% !important;
    height: 49px;
}

.section__shipCost form .filter__option-radioBox {
    width: 100%;
    min-height: 49px;
    justify-content: center;
    text-transform: uppercase;
}

.section__shipCost form .filter__option-radioBox img {
    max-height: 28px;
    width: auto;
    flex-shrink: 0;
}

.section__shipCost form .filter__select .filter__select__arrow svg path {
    fill: #2a2a2a;
}

.section__shipCost form #delivery-calc-error {
    border-radius: 10px;
    margin-bottom: 0;
}

/* Доставка: высота селектов стран как в макете */
.section__shipCost form .filter__select-flags .select2-container--default .select2-selection--single {
    height: 49px !important;
    min-height: 49px !important;
}

.section__shipCost form .filter__select-flags .select2-container--default .select2-selection__rendered {
    line-height: 27px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.section__shipCost form .filter__select-flags .select2-country {
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.section__shipCost-result {
    padding: 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.section__shipCost-result-price {
    font-size: 28px;
    font-weight: 700;
    color: #f6f6f6;
}

.section__shipCost-result-meta {
    color: rgba(246, 246, 246, 0.75);
}

.section__shipCost-result-title {
    font-size: 16px;
    font-weight: 600;
    color: #f6f6f6;
}

.section__shipCost-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.section__shipCost-chip {
    display: inline-block;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 4px 12px;
    font-size: 12px;
    color: rgba(246, 246, 246, 0.85);
    background: rgba(255, 255, 255, 0.04);
}

.section__shipCost form .filter__note {
    margin-top: 6px;
    font-size: 12px;
    color: rgba(246, 246, 246, 0.55);
    line-height: 1.4;
}

.section__shipCost form .filter__input textarea {
    width: 100%;
    min-height: 120px;
    resize: vertical;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    white-space: pre-wrap;
}

/* Инспекция: текст списка на красном блоке */
.section__howItWork_2-redBlock .section__calculatorInfo-list-item span {
    color: #f6f6f6;
}

/* Главная: сетка фильтра — два ряда как в main.html */
.section__formModelAuto form .home-search-row + .home-search-row {
    margin-top: 0;
}

.section__formModelAuto form .home-search-row .section__formModelAuto-col:nth-last-child(-n+4) {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .section__formModelAuto form .home-search-row:last-child .section__formModelAuto-col:nth-last-child(-n+4) {
        margin-bottom: 0;
    }
}
