.etk-calendar{max-width:1100px;margin:0 auto}.etk-cal-head{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:14px}.etk-cal-title{font-size:24px;font-weight:800;text-align:center}.etk-cal-nav{background:#f5f5f7;color:#152644;cursor:pointer;font-size:32px;line-height:1;padding:6px 10px;border-radius:6px;box-shadow:none!important}.etk-cal-nav:hover{background:#D5B36B;color:#fff}.etk-cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin-bottom:10px;font-weight:600;color:#333}.etk-cal-weekdays>div{text-align:left;padding:6px 8px}.etk-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.etk-cal-cell{border-radius:6px;background:#f5f5f7;min-height:30px;padding:10px 10px 12px;overflow:hidden}.etk-cal-cell.is-empty{background:#fff0;box-shadow:none}.etk-cal-day{font-weight:600;font-size:14px;margin-bottom:4px;color:#152644}.etk-cal-cell.has-event .etk-cal-day{color:#152644}.etk-cal-events{display:flex;flex-direction:column;gap:6px}.etk-cal-event{display:block;text-decoration:none;color:#152644;font-weight:500;font-size:13px;line-height:1.25;padding:6px 8px;border-radius:6px;background:#fff;transition:background-color .2s ease}.etk-cal-event:hover{background:#EAC575;color:#fff}.etk-cal-more{font-size:12px;color:#666;font-weight:700;padding-left:2px}@media (max-width:992px){.etk-cal-cell{min-height:110px}}@media (max-width:576px){.etk-cal-title{font-size:20px}.etk-cal-weekdays{gap:6px}.etk-cal-grid{gap:6px}.etk-cal-cell{min-height:96px;padding:8px}.etk-cal-event{font-size:12px}}@media (max-width:576px){.etk-calendar{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:10px}.etk-cal-weekdays,.etk-cal-grid{min-width:720px}.etk-cal-cell{min-height:92px;padding:8px}.etk-cal-event{font-size:12px;padding:6px 8px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.etk-cal-weekdays>div{padding:6px 8px;font-size:12px}}.etk-cal-cell.is-today{border:1.5px solid #05AFEC}.etk-cal-cell.is-today .etk-cal-day{font-weight:800}