/* UBYTO.sk v1.8 — public calendar + support attachment polish */
.public-calendar-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin:34px 0 16px}.public-calendar-head h2{margin:0 0 6px}.public-calendar-head p{margin:0;color:#64748b}.public-calendar-nav{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #dbe5f0;border-radius:16px;padding:7px;box-shadow:0 8px 24px rgba(15,53,94,.06)}.public-calendar-nav strong{min-width:86px;text-align:center;color:#0b2b54}.cal-nav-btn{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;text-decoration:none;border:1px solid #dbe5f0;background:#f8fbff;color:#0d5594;font-size:19px;font-weight:800}.cal-nav-btn:hover{background:#edf6ff}.public-calendar{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:9px;margin-bottom:28px}.public-day{min-height:72px;border:1px solid #dce6f0;border-radius:14px;background:#fff;padding:10px 9px;display:flex;flex-direction:column;justify-content:space-between;transition:.15s ease}.public-day b{width:29px;height:29px;border-radius:9px;display:grid;place-items:center;background:#eef5fb;color:#082d55;font-size:13px}.public-day small{font-size:12px;font-weight:700;color:#8292a8}.public-day.free{background:#f8fffb;border-color:#d9eee2}.public-day.free small{color:#17804d}.public-day.unavailable{background:#fff7f7;border-color:#f3d2d2}.public-day.unavailable b{background:#ef6262;color:#fff}.public-day.unavailable small{color:#b53e3e}.public-day.empty{visibility:hidden}.support-compose{position:relative}.attach-btn{display:inline-flex!important;align-items:center;justify-content:center;min-width:44px;height:44px;border-radius:12px!important;border:1px solid #d4e0ed!important;background:#fff!important;color:#0d5594!important;cursor:pointer;font-size:24px!important}.attach-btn:hover{background:#f0f7ff!important}.support-file-picked{display:none;position:absolute;left:12px;bottom:64px;max-width:330px;padding:8px 11px;border-radius:11px;background:#eaf4ff;border:1px solid #c8def4;color:#194f7f;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.support-file-picked.show{display:block}.support-error{display:none;position:absolute;left:12px;right:12px;bottom:64px;padding:9px 12px;border-radius:11px;background:#fff1f1;border:1px solid #f4caca;color:#a52b2b;font-size:12px;font-weight:700}.support-error.show{display:block}.msg-file{display:inline-flex;align-items:center;gap:7px;padding:9px 11px;margin-top:7px;border-radius:11px;background:rgba(255,255,255,.7);text-decoration:none;color:inherit;border:1px solid rgba(15,64,104,.10)}
@media(max-width:760px){.public-calendar-head{align-items:stretch;flex-direction:column}.public-calendar-nav{align-self:stretch;justify-content:space-between}.public-calendar{gap:5px}.public-day{min-height:58px;padding:7px 5px;border-radius:11px}.public-day b{width:25px;height:25px}.public-day small{font-size:10px}.support-file-picked,.support-error{bottom:72px}}
