/* 国际时区对照表专属样式 */

.dz-filter-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.dz-table-wrap {
    overflow-x: auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.dz-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.dz-table th {
    background: #f5f5f5;
    padding: 0.65rem 0.8rem;
    text-align: left;
    border-bottom: 2px solid #e0e0e0;
    font-weight: 600;
    white-space: nowrap;
    color: #333;
}

.dz-table th.sortable {
    cursor: pointer;
    user-select: none;
}

.dz-table th.sortable:hover {
    background: #eeeeee;
}

.dz-table td {
    padding: 0.6rem 0.8rem;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
    white-space: nowrap;
}

.dz-table tr:last-child td {
    border-bottom: none;
}

.dz-table tr:hover td {
    background: #fafcff;
}

.dz-table td.tz-time {
    font-family: 'Fira Code', monospace;
    font-weight: 600;
    color: #2563eb;
}

.dz-table td.tz-offset {
    font-family: 'Fira Code', monospace;
}

.dz-dst-badge {
    display: inline-block;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.dz-dst-badge.active {
    background: #fef3c7;
    color: #b45309;
}

.dz-dst-badge.none {
    background: #f0f0f0;
    color: #999;
    font-weight: 400;
}

/* 区域标题行 */
.dz-region-row td {
    background: #f0f4ff;
    font-weight: 700;
    color: #2563eb;
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
}
