.mifa-doctors-table-wrap{ overflow-x:auto; margin:10px 0; font-family: Tahoma, Arial, sans-serif; }
.mifa-doctors-table{ width:100%; border-collapse:collapse; box-shadow: 0 1px 0 rgba(0,0,0,0.04); font-size:14px; background:#fff; }
.mifa-doctors-table th, .mifa-doctors-table td{ border:1px solid #eee; padding:12px; text-align:center; vertical-align:middle; }
.mifa-doctors-table thead th{ background: var(--mifa-primary); color:#fff; font-weight:600; }
.mifa-day-col{ background:#fafafa; font-weight:600; width:140px; }
.mifa-day{ background:#fafafa; font-weight:600; }
.mifa-col-title{ white-space:nowrap; }
.mifa-name{ font-weight:700; margin-bottom:4px; }
.mifa-spec{ font-size:13px; color:#555; margin-bottom:4px; }
.mifa-hours{ font-size:12px; color:#333; }
.mifa-empty{ color:#bbb; font-size:14px; }

/* Responsive: behaviors for mobile can be overridden by Elementor selectors added by widget */
@media(max-width:800px){
    .mifa-doctors-table th, .mifa-doctors-table td{ padding:8px; font-size:13px; }
}

/* A small accessibility improvement */
.mifa-doctors-table th[scope="col"]{ text-align:center; }
