#prime-payment-fields {
  
    width: auto !important;
    background: #ffffff;
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
} 
.prime-row {
    display: flex;
    gap: 16px; 
} 
.prime-column {
    flex: 1;          
    display: flex;
    flex-direction: column;  
    gap: 18px;       
} 
.prime-field {
    margin-bottom: 18px;
} 
.prime-field.half {
    flex: 1;
} 
.prime-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
} 
#prime-payment-fields input[type="text"] {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    font-size: 14px;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    transition: border-color 0.2s, box-shadow 0.2s;
} 
#prime-payment-fields input[type="text"]:focus {
    outline: none;
    border-color: #635bff;
    box-shadow: 0 0 0 3px rgba(99, 91, 255, 0.15);
} 

.prime-error {
    color: #d92d20;
    font-size: 12px;
    margin-top: 4px;
} 
.prime-field.error input,
.prime-field.error iframe {
    border-color: #d92d20 !important;
}



   body {
            margin: 0;
            font-family: Arial, sans-serif;
        }

        /* Wrapper */
        .auth-visa-box {
             width: 100%;
    background: #ffffff;
    border: 3px solid #a25a8c;
    padding: 24px 26px 28px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    box-sizing: border-box;
        }
.auth-visa-box {
    border: 1px solid #e6e6e6;
}
        /* Section title */
        .auth-visa-title {
            display: block;
            align-items: center;
            justify-content: space-between;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .auth-visa-radio {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            cursor: pointer;
        }

        .auth-visa-radio input {
            margin: 0;
        }

        .auth-visa-radio label {
            cursor: pointer;
        }

        .auth-visa-desc {
            font-size: 13px;
            color: #666;
            margin-bottom: 18px;
            line-height: 1.4;
        }

        .auth-visa-muted {
            font-size: 12px;
            color: #888;
            margin-bottom: 6px;
            letter-spacing: 0.3px;
        }

        /* Labels */
        .auth-visa-label {
            font-size: 12.5px;
            font-weight: 600;
            margin-bottom: 6px;
            display: block;
            color: #444;
        }

        .auth-visa-required {
            color: red;
        }

        /* Inputs */
        .auth-visa-input {
            width: 100%;
            padding: 10px 12px 8px;
            border: none;
            border-left: 2px solid #2aa65a;
            background: #f7f7f7;
            font-size: 14px;
            outline: none;
            margin-bottom: 18px;
        }

        .auth-visa-row {
            display: flex;
            gap: 18px;
            margin-bottom: 4px;
        }

        .auth-visa-col {
            flex: 1;
        }

        /* Checkbox */
        .auth-visa-checkbox {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            margin: 14px 0 20px;
            color: #444;
        }

        /* Divider */
        .auth-visa-divider {
            border-top: 1px solid #e5e5e5;
            margin: 18px 0 16px;
        }

        /* Button */
        .auth-visa-btn {
            width: 100%;
            background: #8e5b82;
            color: #fff;
            border: none;
            padding: 14px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            box-shadow: 0 3px 0 #6f4566;
            transition: 0.2s;
            margin-top: 6px;
        }

        .auth-visa-btn:hover {
            background: #7c4d72;
        }


        /* Prevent content overflow */
        .auth-visa-box {
            overflow: hidden;
        }

        .auth-visa-box * {
            max-width: 100%;
            box-sizing: border-box;
        }

        .auth-visa-input {
            word-break: break-word;
            overflow-wrap: anywhere;
        }

        .auth-visa-row {
            flex-wrap: wrap;
        }

        .auth-visa-col {
            min-width: 0;
            /* prevents flex overflow */
        }

        img {
            max-width: 100%;
            height: auto;
        }

        .auth-cc-cards {
            display: flex;
            justify-content: flex-start;
            flex-shrink: 1;
            width: 20px;
            height: 20px;
            zoom:100%;
            margin-top:10px;
        }

        .auth-cc-cards img {
            width: unset;
            height: auto !important;
            max-width: unset !important;
        }
        .auth-visa-input input {
background: #fff;
}
.auth-visa-input input:focus {
border-color: #D0D5DD !important;
box-shadow: none !important;
}
.logo-discover {
margin-left: 8px !important;
}

.auth-visa-box fieldset{
    padding: 16px;
}
.auth-visa-box fieldset label {
    margin-bottom: 8px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
}