/* View-only profile and calendar components. */
.secondary{border:1px solid #e4bfa8;border-radius:10px;background:#fff4ea;color:#7f1d1d;padding:9px 12px;font:800 12px Poppins,sans-serif;cursor:pointer}.content-actions{display:flex;justify-content:space-between;gap:14px;align-items:start;margin-bottom:14px}.content-actions h3{margin:0}.content-actions p{margin:5px 0 0;color:#697386;font-size:12px}.month-checks{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.month-checks label{padding:8px 10px;border:1px solid #ead8cd;border-radius:9px;background:#fffaf6;font-size:11px;font-weight:700;cursor:pointer}.calendar-legend{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:18px 0 10px;font-size:11px;font-weight:700}.calendar-legend i{width:13px;height:13px;border-radius:3px}.calendar-legend .present{background:#8ee6a9}.calendar-legend .absent{background:#ffadad}.calendar-legend .leave{background:#ffe68a}.calendar-legend .off{background:#c8ced8}.calendar-month{margin-top:16px;padding:12px;border:1px solid #ead8cd;border-radius:12px}.calendar-month h3{margin:0 0 9px;color:#7f1d1d;font-size:14px}.calendar-week,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:3px}.calendar-week b{padding:4px 0;color:#8b3b28;font-size:9px;text-align:center}.calendar-day{min-height:51px;padding:4px;border:1px solid #efe1d7;border-radius:6px;background:#fff;font-size:10px}.calendar-day b,.calendar-day small{display:block}.calendar-day small{margin-top:3px;font-size:8px;line-height:1.1}.calendar-day.blank{border:0;background:transparent}.calendar-day.present{background:#baf2c9;border-color:#85dca0}.calendar-day.absent{background:#ffc0c0;border-color:#f29090}.calendar-day.leave{background:#ffed9f;border-color:#e7cf65}.calendar-day.off{background:#d8dde5;border-color:#b5bdc9}@media(max-width:850px){.content-actions{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.calendar-day{min-height:44px}}
