
/* Detail page base styles */
#card-heading-logo {
    float: left;
    font-size: 35px;
    color: #182B49;
}

#card-heading-titles * {
    font-weight: 700;
    color: #182B49;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

/* Plotly Dash integration - clean up embedded dashboard */
.dash-graph {
    border-radius: 0.375rem;
}

/* Override Dash DataTable styling */
.dash-spreadsheet-container {
    border-radius: 0.375rem;
    overflow: hidden;
}

.dash-spreadsheet-container .dash-header {
    background-color: #f9fafb !important;
    color: #374151 !important;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Dash alerts */
.dash-alert {
    border-radius: 0.375rem;
    font-size: 0.875rem;
}

/* Dash cards */
.dash-bootstrap .card {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.dash-bootstrap .card-header {
    background-color: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.dash-bootstrap .card-header h2 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #182B49;
    margin: 0;
}
