/* Front modułów SP3: plan lekcji, świetlica, stołówka */
.sp3m-brak { background: #f2f6fa; border: 1px dashed #b9c9d8; border-radius: 10px; padding: 14px 16px; }
.sp3m-klasy { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 16px; }
.sp3m-klasa { display: inline-block; padding: 7px 13px; border: 1px solid #c3d0de; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 14px; color: #14548c; background: #fff; }
.sp3m-klasa:hover { background: #e8f0f8; }
.sp3m-klasa.aktywna { background: #14548c; border-color: #14548c; color: #fff; }
.sp3m-przewijanie { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.sp3m-tabela { border-collapse: collapse; width: 100%; min-width: 640px; background: #fff; }
.sp3m-tabela th, .sp3m-tabela td { border: 1px solid #dbe4ee; padding: 8px 10px; text-align: left; vertical-align: top; font-size: 14px; }
.sp3m-tabela th { background: #14548c; color: #fff; font-size: 13px; }
.sp3m-tabela td strong { display: block; }
.sp3m-tabela td small { color: #52616f; }
.sp3m-tabela .sp3m-nr { width: 34px; text-align: center; font-weight: 700; }
.sp3m-tabela .sp3m-godz { white-space: nowrap; color: #52616f; }
.sp3m-tabela .sp3m-pusto { background: #f7fafc; }
.sp3m-tabela tr:nth-child(even) td { background: #f9fbfd; }
.sp3m-tabela tr:nth-child(even) td.sp3m-pusto { background: #f2f6fa; }
.sp3m-uwagi { margin-top: 12px; background: #fff8e1; border: 1px solid #f0dfa1; border-radius: 8px; padding: 10px 12px; font-size: 14px; }
.sp3m-stopka { color: #52616f; font-size: 13px; margin-top: 10px; }
.sp3m-tekst h3 { color: #14548c; margin: 18px 0 6px; }
.sp3m-tekst ul { margin: 6px 0 12px 20px; }
