.dv-opening-hours-table {
    margin: 1.5em 0;
}

.dv-opening-hours-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95em;
}

.dv-opening-hours-table th,
.dv-opening-hours-table td {
    padding: 0.75em 1em;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.dv-opening-hours-table thead th {
    background: #f9fafb;
    font-weight: 600;
    color: #374151;
}

.dv-opening-hours-table tbody tr:hover {
    background: #f9fafb;
}

.dv-opening-hours-table tr.dv-today {
    background: #ecfdf5;
}

.dv-opening-hours-table tr.dv-today:hover {
    background: #d1fae5;
}

.dv-opening-hours-table tr.dv-closed .dv-hours {
    color: #9ca3af;
}

.dv-opening-hours-table .dv-closed-text {
    font-style: italic;
}

.dv-practice-status {
    padding: 1em 1.25em;
    border-radius: 8px;
    margin: 1em 0;
}

.dv-practice-status.dv-status-open {
    background: #ecfdf5;
    border: 1px solid #10b981;
}

.dv-practice-status.dv-status-closed {
    background: #fef2f2;
    border: 1px solid #ef4444;
}

.dv-practice-status.dv-status-special_closed {
    background: #fef3c7;
    border: 1px solid #f59e0b;
}

.dv-status-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.dv-status-open .dv-status-indicator {
    background: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}

.dv-status-closed .dv-status-indicator {
    background: #ef4444;
}

.dv-status-special .dv-status-indicator {
    background: #f59e0b;
}

.dv-status-text {
    font-weight: 600;
    font-size: 1.1em;
}

.dv-next-open,
.dv-emergency-info {
    margin-top: 0.5em;
    font-size: 0.9em;
}

.dv-emergency-info a {
    font-weight: 600;
    color: inherit;
}
