/* Compact supplier document listings. Presentation only; existing Vuetable/API behavior is preserved. */
.crm-list-page {
    background: linear-gradient(180deg, #edf6ff 0%, #f5f8fc 42%, #eef4fb 100%);
    margin: -15px;
    min-height: calc(100vh - 72px);
    padding: 10px 14px 16px;
}

.crm-list-page .crm-list-hero {
    align-items: center;
    background: rgba(255,255,255,.94) !important;
    border: 1px solid #d5e0ed !important;
    border-radius: 10px !important;
    box-shadow: 0 6px 18px rgba(18,39,75,.075) !important;
    margin-bottom: 8px !important;
    min-height: 66px;
    padding: 9px 16px !important;
}

.crm-list-page .crm-list-badge {
    background: transparent !important;
    color: #2563eb !important;
    font-size: 10px !important;
    letter-spacing: .08em !important;
    padding: 0 !important;
}

.crm-list-page .crm-list-hero h1 {
    color: #172033 !important;
    font-size: 22px !important;
    line-height: 1.15;
    margin: 4px 0 0 !important;
}

.crm-list-page .crm-list-hero p {
    color: #56657a !important;
    font-size: 12px;
    line-height: 1.35;
    margin: 4px 0 0;
    max-width: 980px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.crm-list-page .crm-filter-card {
    background: rgba(255,255,255,.96) !important;
    border: 1px solid #cddbec !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 14px rgba(18,39,75,.06) !important;
    margin-bottom: 8px;
    padding: 9px 12px 3px !important;
}

.crm-list-page .crm-filter-row { row-gap: 7px; }
.crm-list-page .crm-filter-label { color:#516177; font-size:12px; margin-bottom:4px; }
.crm-list-page .crm-filter-input {
    border-color:#cad6e6 !important;
    border-radius:8px !important;
    min-height:34px !important;
    height:34px;
    background:#fff !important;
    font-size:13px;
}

.crm-list-page .crm-data-card {
    border:1px solid #cddbec !important;
    border-radius:12px !important;
    box-shadow:0 20px 46px rgba(18,39,75,.13) !important;
    overflow:hidden;
}

.crm-list-page .crm-data-card .el-card__body { overflow-x:auto; padding:0; }
.crm-list-page .crm-data-card table { min-width:1180px; margin:0; }
.crm-list-page .crm-data-card thead th {
    background:#f7faff !important;
    border-bottom:1px solid #dbe6f2 !important;
    color:#3b4a60 !important;
    font-size:12px !important;
    font-weight:700 !important;
    letter-spacing:.01em;
    padding:12px !important;
    text-transform:none;
}

.crm-list-page .crm-data-card tbody td {
    border-top:1px solid #edf2f7;
    color:#29445c;
    font-size:13px;
    padding:10px 12px;
}

.crm-list-page .crm-data-card tbody tr:hover { background:#f7faff !important; }
.crm-list-page .crm-table-footer {
    align-items:center;
    border-top:1px solid #dbe6f2;
    display:flex;
    justify-content:space-between;
    min-height:42px;
    padding:8px 14px 4px;
}
.crm-list-page .crm-table-hint { background:#fbfdff; border-radius:0; border-top:1px solid #dbe6f2; margin:0; padding:8px 14px; font-size:11px; }

@media (max-width: 767px) {
    .crm-list-page { margin:-15px -10px; padding:8px 8px 12px; }
    .crm-list-page .crm-list-hero h1 { font-size:19px !important; }
    .crm-list-page .crm-list-hero p { display:none; }
    .crm-list-page .crm-table-footer { align-items:flex-start; flex-direction:column; }
}
