/* Prayer Times Table Styles */
.bd-prayer-table,
.bd-prayer-times-range {
    margin: 20px 0;
    max-width: 600px;
}

.bd-prayer-table h3,
.bd-prayer-times-range h3 {
    margin-bottom: 15px;
    color: #2c3e50;
    font-size: 22px;
}

.prayer-times-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.prayer-times-table thead {
    background: #2c3e50;
    color: #fff;
}

.prayer-times-table th,
.prayer-times-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.prayer-times-table th {
    font-weight: 600;
}

.prayer-times-table tbody tr:hover {
    background: #f5f5f5;
}

.prayer-times-table tbody tr:last-child td {
    border-bottom: none;
}

.prayer-times-table strong {
    color: #2c3e50;
}

/* Responsive */
@media (max-width: 600px) {
    .prayer-times-table th,
    .prayer-times-table td {
        padding: 8px 6px;
        font-size: 14px;
    }
}
