.expediente-modal .modal-header { color: #333; }
.expediente-modal .modal-body { background: #f7f8fa; }
.expediente-modal .material-symbols-outlined { vertical-align: middle; font-size: 21px; flex-shrink: 0; }
.expediente-modal .expediente-horarios { overflow: hidden; border: 1px solid #dee2e6; border-radius: 8px; }
.expediente-modal .expediente-dia { display: grid; grid-template-columns: 26px minmax(0, 1fr) auto; align-items: center; gap: 9px; min-height: 42px; padding: 7px 10px; }
.expediente-modal .expediente-dia + .expediente-dia { border-top: 1px solid #dee2e6; }
.expediente-modal .expediente-dia:nth-child(even) { background: #f8f9fa; }
.expediente-modal .expediente-dia > .material-symbols-outlined { color: #4b9900; text-align: center; }
.expediente-modal .expediente-fechado > .material-symbols-outlined { color: #dc3545; }
.expediente-modal .expediente-dia > span:last-child { color: #666; text-align: right; }
.expediente-modal .expediente-feriados { display: flex; align-items: center; gap: 9px; margin: 12px 0 4px; padding: 11px; border: 1px solid #efbfc4; border-radius: 8px; background: #fff3f4; }
.expediente-modal .expediente-feriados > .material-symbols-outlined { color: #dc3545; }
.expediente-modal .expediente-atendente { table-layout: fixed; }
.expediente-modal .expediente-atendente th:first-child { width: 35%; }
.expediente-modal .expediente-atendente td { overflow-wrap: anywhere; }
@media (max-width: 420px) {
    .expediente-modal .modal-body { padding: 10px; }
    .expediente-modal .expediente-dia { grid-template-columns: 24px minmax(0, 1fr); gap: 3px 8px; }
    .expediente-modal .expediente-dia > span:last-child { grid-column: 2; text-align: left; }
}
