/* bdifsc Plugin Styles - Modern & Responsive */
.bdifsc-wrapper { max-width: 800px; margin: 20px auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #333; }
.bdifsc-search-card { background: #ffffff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); padding: 30px; margin-bottom: 30px; }
.bdifsc-title { margin-top: 0; margin-bottom: 20px; font-size: 24px; color: #1a202c; text-align: center; font-weight: 600; }
.bdifsc-form-group { margin-bottom: 20px; }
.bdifsc-dropdown-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-bottom: 20px; }
.bdifsc-dropdown-grid select:first-child { grid-column: 1 / -1; }

/* Fixed CSS for Astra Theme Conflict */
.bdifsc-input {
    width: 100%;
    padding: 10px 15px !important;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    background-color: #f8fafc;
    color: #4a5568;
    transition: all 0.3s ease;
    box-sizing: border-box;
    height: auto !important; 
    min-height: 48px !important; 
    line-height: normal !important; 
}
.bdifsc-input:focus { outline: none; border-color: #3182ce; box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.2); background-color: #ffffff; }
.bdifsc-input:disabled { background-color: #edf2f7; cursor: not-allowed; opacity: 0.7; }

.bdifsc-text-center { text-align: center; }
.bdifsc-btn-primary { background-color: #3182ce; color: #ffffff; border: none; padding: 12px 30px; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; transition: background-color 0.3s ease, transform 0.1s ease; display: inline-block; }
.bdifsc-btn-primary:hover { background-color: #2b6cb0; }
.bdifsc-btn-primary:active { transform: scale(0.98); }

.bdifsc-result-card { background: #ffffff; border-radius: 12px; padding: 25px; margin-bottom: 30px; border-left: 5px solid transparent; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
.bdifsc-result-card.bdifsc-success { border-left-color: #38a169; }
.bdifsc-result-card.bdifsc-error { border-left-color: #e53e3e; color: #c53030; text-align: center; font-weight: 500; }
.bdifsc-result-title { color: #2f855a; margin-top: 0; margin-bottom: 20px; border-bottom: 1px solid #e2e8f0; padding-bottom: 10px; }

.bdifsc-details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.bdifsc-detail-item { background: #f7fafc; padding: 12px; border-radius: 6px; font-size: 15px; }
.bdifsc-detail-item strong { color: #4a5568; display: block; font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; }
.bdifsc-detail-item span { color: #1a202c; font-weight: 500; }
.bdifsc-detail-item.bdifsc-full-width { grid-column: 1 / -1; }
.bdifsc-detail-item.bdifsc-highlight { background: #ebf8ff; border: 1px solid #bee3f8; }
.bdifsc-detail-item.bdifsc-highlight span { color: #2b6cb0; font-size: 18px; font-weight: 700; }

.bdifsc-seo-content { line-height: 1.8; color: #4a5568; }
.bdifsc-seo-content h2 { color: #2d3748; margin-top: 30px; }

@media (max-width: 600px) {
    .bdifsc-dropdown-grid, .bdifsc-details-grid { grid-template-columns: 1fr; }
    .bdifsc-search-card, .bdifsc-result-card { padding: 20px; }
}