.otk-day-program-table{--otk-dpt-accent:#f5a400;--otk-dpt-bg:#ffffff;--otk-dpt-border:#e2e5ea;--otk-dpt-text:#220512;--otk-dpt-muted:#6e7584;--otk-dpt-note-bg:#fff8e4;--otk-dpt-note-text:#875000;--otk-dpt-radius:20px;max-width:720px;padding:32px;border-radius:var(--otk-dpt-radius);background:var(--otk-dpt-bg);color:var(--otk-dpt-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}.otk-day-program-table *,.otk-day-program-table *::before,.otk-day-program-table *::after{box-sizing:border-box}.otk-dpt-loading{display:flex;min-height:96px;align-items:center;justify-content:center;gap:8px;color:var(--otk-dpt-muted)}.otk-day-program-table .otk-spinner{width:20px;height:20px;border:2px solid var(--otk-dpt-border);border-top-color:var(--otk-dpt-accent);border-radius:50%;animation:otk-dpt-spin 0.8s linear infinite}@keyframes otk-dpt-spin{to{transform:rotate(360deg)}}.otk-dpt-header{margin-bottom:10px;color:var(--otk-dpt-text);font-size:2rem;font-weight:900;line-height:1.12}.otk-dpt-hours{display:flex;align-items:center;gap:8px;margin-bottom:24px;color:#1f2937;font-size:1.15rem}.otk-dpt-hours svg{width:20px;height:20px;color:var(--otk-dpt-muted)}.otk-dpt-hours--closed{color:var(--otk-dpt-muted)}.otk-dpt-note{display:flex;align-items:flex-start;gap:12px;margin:20px 0 26px;padding:18px 20px;border-radius:10px;background:var(--otk-dpt-note-bg);color:var(--otk-dpt-note-text);font-size:1.08rem;line-height:1.45}.otk-dpt-note svg{width:20px;height:20px;flex:0 0 20px;margin-top:3px}.otk-dpt-section{margin-top:26px;padding-top:24px;border-top:1px solid var(--otk-dpt-border)}.otk-dpt-section-title{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:var(--otk-dpt-muted);font-size:1.2rem;font-weight:800}.otk-dpt-section-title svg{width:21px;height:21px;flex:0 0 21px}.otk-dpt-row{display:flex;justify-content:space-between;gap:18px;padding:5px 0;color:#000;font-size:1rem;line-height:1.35}.otk-dpt-name{min-width:0}.otk-dpt-time{color:var(--otk-dpt-muted);white-space:nowrap}.otk-dpt-row--closure .otk-dpt-name{color:#b91c1c}.otk-dpt-empty{padding:22px 0 0;color:var(--otk-dpt-muted)}@media (max-width:560px){.otk-day-program-table{padding:18px}.otk-dpt-header{font-size:1.35rem}.otk-dpt-hours{font-size:1rem}.otk-dpt-row{display:block}.otk-dpt-time{display:block;margin-top:2px;white-space:normal}}