.rbm-cta-nationwide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-radius: 16px;
    padding: 14px 18px;
    background: #0b1f44;
    color: #ffffff;
    overflow: hidden;
}

.rbm-cta-nationwide__label-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.rbm-cta-nationwide__flag {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.rbm-cta-nationwide__label {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.rbm-cta-nationwide__price {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    background: #db0a40;
    border-radius: 12px;
    padding: 10px 14px;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

.rbm-cta-nationwide__price-value {
    font-size: 40px;
}

.rbm-cta-nationwide__price-suffix {
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .rbm-cta-nationwide {
        border-radius: 14px;
        padding: 12px 14px;
        gap: 12px;
    }

    .rbm-cta-nationwide__label {
        font-size: 16px;
    }

    .rbm-cta-nationwide__price {
        padding: 8px 10px;
    }

    .rbm-cta-nationwide__price-value {
        font-size: 28px;
    }

    .rbm-cta-nationwide__price-suffix {
        font-size: 16px;
    }
}
