.staff-calendar-card { max-width: 800px; padding: clamp(20px, 4vw, 36px); }
.staff-calendar-card h3 { margin: 0 0 12px; font-size: 22px; }
.staff-calendar-card p, .staff-calendar-card li { line-height: 1.6; }
.staff-calendar-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }
.staff-calendar-card button, .staff-calendar-card a.staff-primary-button { min-height: 48px; padding: 12px 20px; border-radius: 12px; cursor: pointer; }
.staff-calendar-card a.staff-primary-button { display: inline-flex; align-items: center; text-decoration: none; }
.staff-calendar-link-panel { background: #f1f6f0; border: 1px solid #ccdbcd; border-radius: 16px; padding: 22px; margin: 24px 0; }
.staff-calendar-link-panel details { margin-top: 20px; }
.staff-calendar-link-panel summary { cursor: pointer; font-weight: 600; }
.staff-calendar-link-panel label { display: grid; gap: 8px; margin: 12px 0; }
.staff-calendar-link-panel input { width: 100%; min-width: 0; box-sizing: border-box; padding: 12px; }
.staff-calendar-warning { font-size: 13px; color: #585342; }
.staff-calendar-help { border-top: 1px solid #e3e6e1; margin-top: 28px; padding-top: 24px; }
.staff-calendar-help ul { padding-left: 22px; }
.staff-calendar-help li { padding-bottom: 10px; }
.staff-calendar-card button:disabled { opacity: .5; cursor: wait; }
@media (max-width: 600px) { .staff-calendar-actions > *, .staff-calendar-card a.staff-primary-button { width: 100%; justify-content: center; text-align: center; box-sizing: border-box; } }
