.mosir-schedule{--green:#78a92d;--dark:#1f2d1f;font-family:Arial,sans-serif;margin:28px 0;color:#202820}.mosir-schedule *{box-sizing:border-box}.mosir-schedule__title{text-align:center;margin:0 0 14px;font-size:26px}.mosir-schedule__note{margin:0 0 14px;padding:11px 14px;background:#f2f7e9;border-left:4px solid var(--green);border-radius:4px;font-size:14px}.mosir-schedule__desktop{overflow-x:auto;-webkit-overflow-scrolling:touch}.mosir-schedule table{width:100%;min-width:1050px;border-collapse:collapse;table-layout:fixed;border:1px solid #d7d7d7}.mosir-schedule th{background:#edf5e5;color:#24331f;padding:10px 7px;font-size:14px;text-transform:uppercase;border:1px solid #d7d7d7;font-weight:700}.mosir-schedule th.time{width:78px;background:#f5f5f5;padding:0 6px;vertical-align:top;font-weight:700}.mosir-schedule td{vertical-align:top;padding:0;background:#fafafa;border-left:1px solid #ddd;border-right:1px solid #ddd}.mosir-schedule tbody tr{height:34px;min-height:34px;max-height:34px}.mosir-schedule tbody tr.mosir-hour-row{border-top:2px solid #b8b8b8}.mosir-schedule tbody tr.mosir-quarter-row{border-top:1px solid #e7e7e7}.mosir-schedule tbody tr.mosir-hour-row th.time{padding-top:5px}.mosir-schedule tbody tr.mosir-last-row{height:34px;border-bottom:1px solid #cfcfcf}.mosir-schedule tbody tr.mosir-end-row{height:34px;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf}.mosir-schedule tbody tr.mosir-end-row th.time{padding-top:5px}.mosir-event-cell{vertical-align:middle!important;padding:2px!important;background-clip:padding-box!important}.mosir-event{display:flex;min-height:100%;height:100%;flex-direction:column;justify-content:center;margin:0;padding:3px 6px;border-radius:5px;background:transparent;color:#111!important;text-decoration:none!important;text-align:center;box-shadow:0 1px 2px rgba(0,0,0,.08);transition:transform .15s ease,box-shadow .15s ease}.mosir-event:hover{transform:translateY(-1px);box-shadow:0 3px 8px rgba(0,0,0,.13)}.mosir-event strong{display:block;font-size:12px;line-height:1.15;text-transform:uppercase;font-weight:700}.mosir-event small{display:block;margin-top:2px;font-size:10px;line-height:1.15}.mosir-event__time{display:block;font-size:10px;font-weight:700;line-height:1.1;margin-top:2px}.mosir-schedule__mobile{display:none}.mosir-schedule__mobile .day{margin:0 0 16px}.mosir-schedule__mobile .day h3{margin:0 0 7px;padding:9px 12px;background:#edf5e5;border-radius:6px;font-size:17px}.mosir-schedule__mobile .mosir-event{text-align:left;padding:10px 12px;margin-bottom:6px}.mosir-schedule__mobile .mosir-event__time{display:block;margin-top:4px}.mosir-schedule__mobile .mosir-event strong{font-size:13px}.mosir-schedule__mobile .mosir-event small{font-size:11px}@media(max-width:767px){.mosir-schedule__desktop{display:none}.mosir-schedule__mobile{display:block}.mosir-schedule__title{font-size:22px}}

/* v1.0.7 – kosmetyka: czytelniejsze pełne godziny i tekst kafelków */
.mosir-schedule tbody tr.mosir-hour-row th.time{border-top:2px solid #b8b8b8;}
.mosir-schedule tbody tr.mosir-hour-row td{border-top-color:#b8b8b8;}
.mosir-schedule .mosir-event-cell{border-top-color:inherit;}

/* v1.0.8 – nowy widok mobilny: zakładki dni + czytelne karty zajęć */
@media(max-width:767px){
  .mosir-schedule{margin:18px 0}
  .mosir-schedule__title{font-size:23px;margin-bottom:12px}
  .mosir-schedule__note{font-size:13px;margin-bottom:12px}
  .mosir-schedule__mobile{display:block}

  .mosir-mobile-days{
    display:flex;
    gap:6px;
    overflow-x:auto;
    padding:2px 1px 10px;
    margin:0 -2px 8px;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .mosir-mobile-days::-webkit-scrollbar{display:none}
  .mosir-mobile-day{
    flex:0 0 auto;
    min-width:54px;
    height:42px;
    border:1px solid #d7dfcf;
    border-radius:10px;
    background:#f6f8f3;
    color:#253020;
    font:700 12px/1 Arial,sans-serif;
    cursor:pointer;
    padding:0 10px;
    transition:.15s ease;
  }
  .mosir-mobile-day.is-active{
    background:#edf5e5;
    border-color:#7faa3d;
    box-shadow:0 2px 7px rgba(0,0,0,.08);
  }
  .mosir-mobile-day__short{display:block;text-transform:uppercase}
  .mosir-mobile-day__full{display:none}

  .mosir-mobile-panel{display:none}
  .mosir-mobile-panel.is-active{display:block}
  .mosir-mobile-panel>h3{
    margin:5px 0 10px;
    font-size:20px;
    line-height:1.2;
  }
  .mosir-mobile-list{display:flex;flex-direction:column;gap:8px}
  .mosir-mobile-item{
    display:grid;
    grid-template-columns:58px minmax(0,1fr);
    gap:8px;
    align-items:stretch;
  }
  .mosir-mobile-time{
    display:flex;
    min-height:70px;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    background:#f5f5f5;
    border:1px solid #e1e1e1;
    border-radius:9px;
    font-size:11px;
    line-height:1.15;
    color:#414141;
  }
  .mosir-mobile-time strong{font-size:14px;color:#111}
  .mosir-mobile-time span{margin-top:3px}
  .mosir-mobile-card{min-width:0}
  .mosir-schedule__mobile .mosir-event{
    height:100%;
    min-height:70px;
    margin:0;
    padding:10px 12px;
    justify-content:center;
    text-align:left;
    background:var(--event-color);
    border:1px solid rgba(0,0,0,.06);
    border-radius:9px;
    box-shadow:0 1px 3px rgba(0,0,0,.08);
  }
  .mosir-schedule__mobile .mosir-event strong{font-size:14px;line-height:1.2}
  .mosir-schedule__mobile .mosir-event small{font-size:11px;line-height:1.25;margin-top:4px}
  .mosir-schedule__mobile .mosir-event__time{display:none}
  .mosir-mobile-empty{
    padding:22px 15px;
    text-align:center;
    background:#f7f7f7;
    border:1px dashed #d7d7d7;
    border-radius:9px;
    color:#777;
    font-size:13px;
  }
}
@media(min-width:520px) and (max-width:767px){
  .mosir-mobile-day{min-width:82px}
  .mosir-mobile-day__short{display:none}
  .mosir-mobile-day__full{display:block}
}
