/**
 * MedBill Pro - Modern Admin Styles
 * Professional Medical Billing Layout
 */

.wrap.medbill-claim-validator,
.wrap.medbill-settings,
.wrap.medbill-rcm-hub {
    max-width: 1200px;
    margin: 20px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.medbill-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.medbill-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 24px;
    margin-bottom: 20px;
    border-top: 4px solid #0073aa;
}

.medbill-card h2 {
    margin-top: 0;
    font-size: 1.25rem;
    color: #1e293b;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

/* Button Refinement */
.medbill-card .button-secondary {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #475569;
    transition: all 0.2s;
}

.medbill-card .button-secondary:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
    color: #1e293b;
}

/* CMS-1500 Grid Emulation */
.cms-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.cms-col {
    background: #fbfdff;
    border: 1px solid #e2e8f0;
    padding: 10px;
    border-radius: 4px;
}

.box-id {
    font-size: 10px;
    font-weight: bold;
    color: #64748b;
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.cms-input {
    width: 100%;
    border: 1px solid #cbd5e1 !important;
    padding: 6px !important;
    border-radius: 3px !important;
}

/* Intelligence Panel */
#intelligence-results-panel {
    background: #f0f9ff;
    border-left: 4px solid #3b82f6;
    padding: 15px;
    border-radius: 4px;
    margin-top: 20px;
}

/* Notice styles */
.notice.notice-success {
    border-left-color: #10b981;
}

.status-online { color: #10b981; font-weight: bold; }
.status-offline { color: #ef4444; font-weight: bold; }
