
#earthquake-list table {
    width: 100%;
}

/* Dark Theme Adjustments */
.dark-theme .earthquake-container.card {
    background-color: var(--project-card-bg-dark);
    border-color: var(--project-card-border-dark);
    color: var(--text-color-dark);
}

.dark-theme #earthquake-list table {
    color: var(--text-color-dark);
}

.dark-theme #earthquake-list table thead th {
    border-bottom-color: var(--header-border-dark);
    background-color: #343a40;
}

.dark-theme #earthquake-list table td {
    border-top-color: var(--header-border-dark);
}

.dark-theme .text-muted {
    color: var(--text-muted-dark) !important;
}

.dark-theme #earthquake-list .alert-info {
    background-color: #1b2e4b;
    border-color: #0056b3;
    color: #90caf9;
}

.dark-theme #earthquake-list .alert-warning {
    background-color: #3e2b00;
    border-color: #856404;
    color: #ffe082;
}
