/* Base */
.ohel-title{font-weight:600;margin-bottom:6px}
.ohel-badge{display:inline-block;padding:6px 10px;border-radius:999px;font-size:.875rem;margin-bottom:10px;border:1px solid transparent}
.ohel-badge.ohel-open{background:#e6ffed;border-color:#b7f5c7}
.ohel-badge.ohel-closed{background:#ffeaea;border-color:#ffcccc}
.ohel-loc-select{margin:8px 0 12px;display:flex;gap:10px;align-items:center}
.ohel-loc-select label{font-weight:500}
.ohel-select{min-width:220px}
.ohel-location-title{font-weight:600;margin:6px 0 8px}

/* Table layout */
.ohel-table{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden; background:#fff}
.ohel-head{background:#f8fafc;padding:10px 14px;font-weight:600;border-bottom:1px solid #e5e7eb}
.ohel-nohead .ohel-head{display:none}
.ohel-row{display:flex;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px dashed #eef2f7}
.ohel-nodiv .ohel-row{border-bottom: none !important}
.ohel-row:last-child{border-bottom:none}
.ohel-row.ohel-today{background:#f6faff}
.ohel-underline .ohel-row.ohel-today{ text-decoration: underline }
.ohel-day{font-weight:500}
.ohel-hours{font-variant-numeric:tabular-nums}

/* Compact layout */
.ohel-compact .ohel-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:none}

/* Styles variants */
.ohel-style-classic .ohel-table{border-color:#e5e7eb;background:#fff}
.ohel-style-classic .ohel-head{background:#f8fafc}

.ohel-style-modern .ohel-table{border:none;border-radius:16px;background:#ffffff;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.ohel-style-modern .ohel-head{background:linear-gradient(180deg,#f7fbff,#eef5ff);border-bottom:1px solid #e7efff}
.ohel-style-modern .ohel-row{border-bottom:1px dashed #edf2ff}
.ohel-style-modern .ohel-row.ohel-today{background:#eef7ff}

.ohel-style-minimal .ohel-table{border:none;background:transparent}
.ohel-style-minimal .ohel-row{padding:6px 0;border-bottom:1px solid #eee}
.ohel-style-minimal .ohel-row:last-child{border-bottom:1px solid transparent}
/* no underline by default; controlled via .ohel-underline */
