/* Frontend Styles */
.aadhaar-pan-details {
    background: #6b0000;
    border: 2px solid #00ff00;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: #ffffff;
}

.aadhaar-pan-details h2 {
    color: #ffffff;
    font-size: 1.5em;
    margin-bottom: 15px;
    border-bottom: 2px solid #00ff00;
    padding-bottom: 10px;
}

.aadhaar-pan-details p {
    margin: 10px 0;
    color: #ffffff;
}

.aadhaar-pan-details strong {
    color: #ffffff;
    font-weight: 600;
}

#aadhaar-field-wrap {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    margin: 20px 0;
}

#aadhaar-field-wrap label {
    font-weight: 600;
    color: #2c3e50;
    display: block;
    margin-bottom: 8px;
}

#aadhaar-field-wrap input {
    width: 100%;
    padding: 10px;
    border: 2px solid #e9ecef;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

#aadhaar-field-wrap input:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
}

.woocommerce-error {
    border-left-color: #dc3545 !important;
}

/* PAN Verification Status Styles */
.pan-verification-status {
    margin: 20px 0;
    padding: 20px;
    border-radius: 8px;
}

.pan-success {
    background-color: #006400;
    border: 2px solid #000000;
    color: #ffffff;
}

.pan-error {
    background-color: #006400;
    border: 2px solid #000000;
    color: #ffffff;
}

.pan-verification-status h2 {
    margin-bottom: 10px;
    font-size: 1.4em;
    color: #ffffff;
}

.pan-verification-status p {
    color: #ffffff;
}

/* Order Table PAN Column Styles */
.pan-verified {
    color: #28a745;
    font-weight: 600;
}

.pan-failed {
    color: #dc3545;
    font-weight: 600;
}