
.wtcpro-saved-billing-info {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px 20px;
    margin: 10px 0 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.wtcpro-saved-billing-info p {
    margin: 8px 0;
    color: #666;
    line-height: 1.4;
}

.wtcpro-saved-billing-info p strong {
    color: #333;
}

.wtcpro-saved-billing-info p:first-child {
    margin-top: 0;
    font-size: 1.1em;
}

.wtcpro-saved-billing-info p:last-child {
    margin-bottom: 0;
    border-top: 1px solid #eee;
    padding-top: 8px;
}

.woocommerce-checkout .form-row.wtcpro-full > label,
.woocommerce-account .form-row.wtcpro-full > label,
.woocommerce-checkout .form-row.wtcpro-first > label,
.woocommerce-account .form-row.wtcpro-first > label,
.woocommerce-checkout .form-row.wtcpro-half > label,
.woocommerce-account .form-row.wtcpro-half > label {
    opacity: 1 !important;
    overflow:inherit !important;
}

.wtcpro-form-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    clear: both;
}

.wtcpro-form-row .form-row {
    width: 48% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
}

.wtcpro-full {
    width: 100%;
    clear: both;
}

/* Keep these for individual field control if needed, but layout is handled by flex container */
.wtcpro-first,
.wtcpro-last {
    width: 100%;
}

@media (max-width: 768px) {
    /* Allow flex items to wrap to the next line */
    .wtcpro-form-row {
        flex-wrap: wrap;
    }

    /* Make all form rows inside the container full-width */
    .wtcpro-form-row .form-row {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        float: none !important;
    }
}