/* Service Analytics - supplemental styles (inherits from quoting/index.css) */

.section-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    border-bottom: 1px solid #e2e8f0;
}
