@import url('variables.css');
@import url('base.css');
@import url('layout.css');
@import url('components.css');
@import url('modules.css');
@import url('holiday-calendar.css');
@import url('restore-dark.css');
@import url('my-holidays-calendar.css');
@import url('interactive-polish.css');
@import url('action-colors.css');
@import url('performance.css');


/* Manage Holidays reliable expand/collapse fix */
.manage-holidays-page .holiday-card-details,
.manage-holidays-page .mh-section-collapse-body {
  will-change: auto !important;
}

.manage-holidays-page .holiday-card-details[hidden],
.manage-holidays-page .mh-section-collapse-body[hidden] {
  display: none !important;
}

.manage-holidays-page .holiday-card-details:not([hidden]),
.manage-holidays-page .mh-section-collapse-body:not([hidden]) {
  display: block;
}


/* Main menu tighter top spacing + centered top company switcher */
.home-page {
  padding-top: 6px !important;
}

.home-page .page-title {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

.home-page .page-title h1 {
  margin-bottom: 4px !important;
}

.home-page .page-title p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.home-page .module-grid {
  margin-top: 8px !important;
  gap: 10px !important;
}

@media (max-width: 520px) {
  .top-bar__company {
    max-width: calc(100vw - 150px) !important;
  }

  .home-page {
    padding-top: 2px !important;
  }

  .home-page .module-grid {
    margin-top: 6px !important;
  }
}


/* Main menu title + large contextual help modal */
.main-menu-title-block {
  margin: 0 0 6px 0 !important;
  padding: 0 4px !important;
  text-align: left;
}

.main-menu-title-block h1 {
  margin: 0 !important;
  font-size: clamp(1.35rem, 5vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.home-page .module-grid {
  margin-top: 6px !important;
}

.floating-help-slot {
  transition: top 0.22s ease, right 0.22s ease, transform 0.22s ease;
}

body.help-modal-open .floating-help-slot {
  top: calc(10vh + 8px) !important;
  right: calc(1vw + 8px) !important;
  z-index: 10001 !important;
}

.help-modal-overlay {
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.help-modal {
  width: 98vw !important;
  height: 80vh !important;
  max-width: 98vw !important;
  max-height: 80vh !important;
  overflow: auto !important;
  padding: 18px !important;
}

body.help-modal-open .floating-help-button {
  box-shadow: 0 14px 34px rgba(0,0,0,0.55) !important;
}


/* Unified page title spacing: 3vh top and 3vh below title */
.mobile-page {
  padding-top: 0 !important;
}

.mobile-page > .page-title {
  margin-top: 3vh !important;
  margin-bottom: 3vh !important;
}

.mobile-page > .page-title h1 {
  margin-top: 0 !important;
  margin-bottom: 0.55rem !important;
}

.mobile-page > .page-title p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mobile-page > .toast:empty {
  display: none !important;
}

.home-page {
  padding-top: 0 !important;
}

.home-page > .page-title {
  margin-top: 3vh !important;
  margin-bottom: 3vh !important;
  text-align: left;
}

.home-page > .page-title h1 {
  font-size: clamp(1.65rem, 6vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.home-page .module-grid {
  margin-top: 0 !important;
}

.mobile-page > .page-title + .toast:not(:empty) {
  margin-top: -2vh !important;
  margin-bottom: 2vh !important;
}

@media (max-width: 520px) {
  .mobile-page > .page-title,
  .home-page > .page-title {
    margin-top: 3vh !important;
    margin-bottom: 3vh !important;
  }
}


/* Remove inner rectangle outline from expandable card headers.
   The outer .data-card keeps the only visible rounded outline. */
.data-card > .data-card__head,
.data-card > .cm-card-head,
.data-card > .data-card__head.ui-clickable,
.data-card > .cm-card-head.ui-clickable,
.data-card > .data-card__head.ui-color-press,
.data-card > .cm-card-head.ui-color-press {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background-clip: padding-box;
}

.data-card > .data-card__head::before,
.data-card > .data-card__head::after,
.data-card > .cm-card-head::before,
.data-card > .cm-card-head::after,
.data-card > .data-card__head.ui-clickable::before,
.data-card > .data-card__head.ui-clickable::after,
.data-card > .cm-card-head.ui-clickable::before,
.data-card > .cm-card-head.ui-clickable::after {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.data-card:focus,
.data-card:focus-visible,
.data-card.is-long-press-enabled:focus,
.data-card.is-long-press-enabled:focus-visible {
  outline: none !important;
}


/* Global fixed information popup */
.global-toast-host {
  position: fixed !important;
  left: 50% !important;
  bottom: calc(10vh + env(safe-area-inset-bottom)) !important;
  transform: translateX(-50%) translateY(12px) !important;
  z-index: 10020 !important;
  width: min(92vw, 560px) !important;
  max-width: 92vw !important;
  padding: 12px 14px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(251, 191, 36, 0.45) !important;
  color: #111827 !important;
  background: rgba(253, 230, 138, 0.97) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42) !important;
  font-size: 0.92rem !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.18s ease, transform 0.18s ease !important;
}

.global-toast-host.is-visible {
  opacity: 1 !important;
  transform: translateX(-50%) translateY(0) !important;
}

/* Old inline/page toasts must not reserve space or stick to page scroll. */
.mobile-page > .toast,
.page-content .toast,
.toast {
  min-height: 0 !important;
}

.mobile-page > .toast:empty,
.page-content .toast:empty,
.toast:empty {
  display: none !important;
}


/* Login forgot/cancel buttons should look like normal buttons, not outlined links */
.login-page #forgotPasswordBtn,
.login-page #closeForgotBtn {
  text-decoration: none !important;
  outline: none !important;
}

.login-page .login-secondary-button,
.login-page .login-cancel-button {
  min-height: 44px;
  justify-content: center;
}

.login-page .login-cancel-button {
  color: #fecaca !important;
  background: rgba(127, 29, 29, 0.38) !important;
  border: 1px solid rgba(248, 113, 113, 0.62) !important;
}

.login-page .login-cancel-button:active {
  background: rgba(185, 28, 28, 0.48) !important;
}


/* Disable old page-local toast under page titles.
   All information popups must use #globalToastHost only. */
.mobile-page > .toast,
.page-content .toast,
.toast:not(.global-toast-host) {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}


/* Expanded card action row: Remove/Edit in one row */
.expanded-action-row {
  width: 100%;
}

.expanded-action-row .ui-button,
.expanded-action-row__button {
  min-height: 44px;
  justify-content: center;
}

@media (max-width: 420px) {
  .expanded-action-row {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
}


/* Worker edit user-account selector */
.worker-user-single-button {
  text-align: left !important;
  align-items: center;
}

.worker-user-single-button__text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.worker-user-single-button__text strong,
.worker-user-single-button__text small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.worker-user-single-button.is-selected small {
  color: #0b3a78 !important;
}

/* 20260522 accepted-holidays-green
   Accepted holidays must be green in My Holidays and Manage Holidays calendars.
   This overrides old yellow/orange calendar styling and normal proposal styling. */
:root {
  --holiday-accepted-green: #16a34a;
  --holiday-accepted-green-light: #22c55e;
  --holiday-accepted-green-bg: rgba(22, 163, 74, 0.78);
  --holiday-accepted-green-bg-soft: rgba(22, 163, 74, 0.18);
  --holiday-accepted-green-border: rgba(34, 197, 94, 0.90);
}

.my-holiday-calendar-card .holiday-proposal--accepted,
.manage-holidays-page .holiday-proposal--accepted,
.my-holiday-calendar-card .holiday-calendar-proposal--accepted,
.manage-holidays-page .holiday-calendar-proposal--accepted,
.my-holiday-calendar-card .holiday-calendar-bar--accepted,
.manage-holidays-page .holiday-calendar-bar--accepted,
.my-holiday-calendar-card .holiday-calendar-event--accepted,
.manage-holidays-page .holiday-calendar-event--accepted,
.my-holiday-calendar-card .holiday-bar--accepted,
.manage-holidays-page .holiday-bar--accepted,
.my-holiday-calendar-card .calendar-proposal--accepted,
.manage-holidays-page .calendar-proposal--accepted,
.my-holiday-calendar-card [data-status="accepted"],
.manage-holidays-page [data-status="accepted"],
.my-holiday-calendar-card [data-proposal-status="accepted"],
.manage-holidays-page [data-proposal-status="accepted"] {
  background: var(--holiday-accepted-green-bg) !important;
  background-color: var(--holiday-accepted-green-bg) !important;
  border-color: var(--holiday-accepted-green-border) !important;
  color: #ffffff !important;
}

.my-holiday-calendar-card .holiday-proposal--accepted *,
.manage-holidays-page .holiday-proposal--accepted *,
.my-holiday-calendar-card .holiday-calendar-proposal--accepted *,
.manage-holidays-page .holiday-calendar-proposal--accepted *,
.my-holiday-calendar-card .holiday-calendar-bar--accepted *,
.manage-holidays-page .holiday-calendar-bar--accepted *,
.my-holiday-calendar-card .holiday-calendar-event--accepted *,
.manage-holidays-page .holiday-calendar-event--accepted *,
.my-holiday-calendar-card .holiday-bar--accepted *,
.manage-holidays-page .holiday-bar--accepted *,
.my-holiday-calendar-card .calendar-proposal--accepted *,
.manage-holidays-page .calendar-proposal--accepted *,
.my-holiday-calendar-card [data-status="accepted"] *,
.manage-holidays-page [data-status="accepted"] *,
.my-holiday-calendar-card [data-proposal-status="accepted"] *,
.manage-holidays-page [data-proposal-status="accepted"] * {
  color: #ffffff !important;
}

.my-holiday-calendar-card .holiday-proposal--accepted::before,
.manage-holidays-page .holiday-proposal--accepted::before,
.my-holiday-calendar-card .holiday-calendar-proposal--accepted::before,
.manage-holidays-page .holiday-calendar-proposal--accepted::before,
.my-holiday-calendar-card .holiday-calendar-bar--accepted::before,
.manage-holidays-page .holiday-calendar-bar--accepted::before,
.my-holiday-calendar-card .holiday-calendar-event--accepted::before,
.manage-holidays-page .holiday-calendar-event--accepted::before,
.my-holiday-calendar-card .holiday-bar--accepted::before,
.manage-holidays-page .holiday-bar--accepted::before,
.my-holiday-calendar-card .calendar-proposal--accepted::before,
.manage-holidays-page .calendar-proposal--accepted::before,
.my-holiday-calendar-card [data-status="accepted"]::before,
.manage-holidays-page [data-status="accepted"]::before,
.my-holiday-calendar-card [data-proposal-status="accepted"]::before,
.manage-holidays-page [data-proposal-status="accepted"]::before {
  background: var(--holiday-accepted-green-light) !important;
  background-color: var(--holiday-accepted-green-light) !important;
}

/* If calendar JS writes inline custom CSS variables, force accepted variables green. */
.my-holiday-calendar-card .holiday-proposal--accepted,
.manage-holidays-page .holiday-proposal--accepted,
.my-holiday-calendar-card [data-status="accepted"],
.manage-holidays-page [data-status="accepted"],
.my-holiday-calendar-card [data-proposal-status="accepted"],
.manage-holidays-page [data-proposal-status="accepted"] {
  --proposal-color: #16a34a !important;
  --holiday-color: #16a34a !important;
  --status-color: #16a34a !important;
  --bar-color: #16a34a !important;
  --bar-bg: rgba(22, 163, 74, 0.78) !important;
  --bar-border: rgba(34, 197, 94, 0.90) !important;
}



/* 20260522 final holiday status color fix */
:root {
  --holiday-status-accepted: #16a34a;
  --holiday-status-accepted-bg: rgba(22, 163, 74, 0.82);
  --holiday-status-accepted-border: rgba(34, 197, 94, 0.95);

  --holiday-status-rejected: #dc2626;
  --holiday-status-rejected-border: rgba(239, 68, 68, 0.95);

  --holiday-status-archived: #64748b;
  --holiday-status-archived-border: rgba(148, 163, 184, 0.95);
}

/* My Holidays + Manage Holidays calendar: accepted days must be green, not yellow */
.my-holiday-calendar-card .holiday-calendar-cell--accepted,
.manage-holidays-page .holiday-calendar-cell--accepted,
.holiday-calendar-card .holiday-calendar-cell--accepted {
  background: var(--holiday-status-accepted-bg) !important;
  background-color: var(--holiday-status-accepted-bg) !important;
  border-color: var(--holiday-status-accepted-border) !important;
  color: #ffffff !important;
}

/* Workers holidays + All Proposals: outline by status */
.manage-holidays-page .holiday-proposal-card.holiday-proposal--accepted,
.manage-holidays-page .worker-holiday-proposal-card.holiday-proposal--accepted,
.manage-holidays-page article.holiday-proposal--accepted {
  border-color: var(--holiday-status-accepted-border) !important;
  box-shadow: inset 6px 0 0 var(--holiday-status-accepted) !important;
}

.manage-holidays-page .holiday-proposal-card.holiday-proposal--declined,
.manage-holidays-page .holiday-proposal-card.holiday-proposal--rejected,
.manage-holidays-page .worker-holiday-proposal-card.holiday-proposal--declined,
.manage-holidays-page .worker-holiday-proposal-card.holiday-proposal--rejected,
.manage-holidays-page article.holiday-proposal--declined,
.manage-holidays-page article.holiday-proposal--rejected {
  border-color: var(--holiday-status-rejected-border) !important;
  box-shadow: inset 6px 0 0 var(--holiday-status-rejected) !important;
}

.manage-holidays-page .holiday-proposal-card.holiday-proposal--archived,
.manage-holidays-page .worker-holiday-proposal-card.holiday-proposal--archived,
.manage-holidays-page article.holiday-proposal--archived {
  border-color: var(--holiday-status-archived-border) !important;
  box-shadow: inset 6px 0 0 var(--holiday-status-archived) !important;
}

/* Keep proposal cards dark; only outline should show status */
.manage-holidays-page .holiday-proposal-card.holiday-proposal--accepted,
.manage-holidays-page .holiday-proposal-card.holiday-proposal--declined,
.manage-holidays-page .holiday-proposal-card.holiday-proposal--rejected,
.manage-holidays-page .holiday-proposal-card.holiday-proposal--archived {
  background: rgba(15, 23, 42, 0.78) !important;
}




/* 20260522 final holiday pending counter color fix */
:root {
  --holiday-status-pending: #ca8a04;
  --holiday-status-pending-bg: rgba(202, 138, 4, 0.82);
  --holiday-status-pending-border: rgba(234, 179, 8, 0.95);

  --holiday-status-counter: #2563eb;
  --holiday-status-counter-bg: rgba(37, 99, 235, 0.82);
  --holiday-status-counter-border: rgba(59, 130, 246, 0.95);
}

/* My Holidays + Manage Holidays calendar: pending yellow, counter blue */
.my-holiday-calendar-card .holiday-calendar-cell--pending,
.manage-holidays-page .holiday-calendar-cell--pending,
.holiday-calendar-card .holiday-calendar-cell--pending {
  background: var(--holiday-status-pending-bg) !important;
  background-color: var(--holiday-status-pending-bg) !important;
  border-color: var(--holiday-status-pending-border) !important;
  color: #ffffff !important;
}

.my-holiday-calendar-card .holiday-calendar-cell--counter,
.manage-holidays-page .holiday-calendar-cell--counter,
.holiday-calendar-card .holiday-calendar-cell--counter {
  background: var(--holiday-status-counter-bg) !important;
  background-color: var(--holiday-status-counter-bg) !important;
  border-color: var(--holiday-status-counter-border) !important;
  color: #ffffff !important;
}

/* Workers Holidays + All Proposals: pending yellow outline, counter blue outline */
.manage-holidays-page .holiday-proposal-card.holiday-proposal--pending,
.manage-holidays-page .worker-holiday-proposal-card.holiday-proposal--pending,
.manage-holidays-page article.holiday-proposal--pending {
  border-color: var(--holiday-status-pending-border) !important;
  box-shadow: inset 6px 0 0 var(--holiday-status-pending) !important;
}

.manage-holidays-page .holiday-proposal-card.holiday-proposal--counter,
.manage-holidays-page .worker-holiday-proposal-card.holiday-proposal--counter,
.manage-holidays-page article.holiday-proposal--counter {
  border-color: var(--holiday-status-counter-border) !important;
  box-shadow: inset 6px 0 0 var(--holiday-status-counter) !important;
}

/* Keep proposal cards dark; only outline shows status */
.manage-holidays-page .holiday-proposal-card.holiday-proposal--pending,
.manage-holidays-page .holiday-proposal-card.holiday-proposal--counter {
  background: rgba(15, 23, 42, 0.78) !important;
}


/* 20260522 All Proposals bulk status panel */
.proposal-bulk-status-panel {
  background: rgba(127, 29, 29, 0.24) !important;
  border-color: rgba(248, 113, 113, 0.42) !important;
}

.proposal-bulk-status-panel--closed {
  box-shadow: inset 5px 0 0 rgba(248, 113, 113, 0.55) !important;
}

.proposal-bulk-status-panel--open {
  box-shadow: inset 5px 0 0 rgba(248, 113, 113, 0.85) !important;
}

.proposal-bulk-status-button {
  font-weight: 800 !important;
  border-width: 1px !important;
}

.proposal-bulk-status-button--pending {
  color: #ca8a04 !important;
  border-color: #ca8a04 !important;
  background: rgba(202, 138, 4, 0.18) !important;
}

.proposal-bulk-status-button--accepted {
  color: #16a34a !important;
  border-color: #16a34a !important;
  background: rgba(22, 163, 74, 0.18) !important;
}

.proposal-bulk-status-button--declined {
  color: #dc2626 !important;
  border-color: #dc2626 !important;
  background: rgba(220, 38, 38, 0.18) !important;
}

.proposal-bulk-status-button--counter {
  color: #2563eb !important;
  border-color: #2563eb !important;
  background: rgba(37, 99, 235, 0.18) !important;
}

.proposal-bulk-status-button--archived {
  color: #64748b !important;
  border-color: #64748b !important;
  background: rgba(100, 116, 139, 0.18) !important;
}

.proposal-bulk-status-button:disabled {
  opacity: 0.46 !important;
  filter: grayscale(0.25) !important;
}

/* 20260522 bulk status panel: only arrow button toggles */
.proposal-bulk-status-panel__head {
  cursor: default !important;
}

.proposal-bulk-status-toggle {
  flex: 0 0 auto !important;
  min-width: 42px !important;
  min-height: 42px !important;
  font-weight: 900 !important;
}

.proposal-bulk-status-panel__title-wrap {
  min-width: 0 !important;
}

/* 20260522 All Proposals yellow More buttons */
.manage-holidays-page .proposal-more-toggle,
.proposal-more-toggle {
  color: #facc15 !important;
  background: rgba(250, 204, 21, 0.16) !important;
  border-color: rgba(250, 204, 21, 0.72) !important;
  box-shadow: inset 0 0 0 1px rgba(250, 204, 21, 0.18) !important;
  font-weight: 900 !important;
  min-width: auto !important;
  min-height: 38px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
}

.manage-holidays-page .proposal-more-toggle:hover,
.proposal-more-toggle:hover {
  background: rgba(250, 204, 21, 0.24) !important;
  border-color: rgba(250, 204, 21, 0.95) !important;
}

.manage-holidays-page .proposal-more-toggle:active,
.proposal-more-toggle:active {
  transform: scale(0.98);
}




/* 20260523 All Proposals full redesign */
.all-proposals-redesign {
  display: grid;
  gap: 12px;
  overflow: hidden;
}

.all-proposals-redesign > h2 {
  margin-bottom: 0 !important;
}

.all-proposals-redesign > .muted {
  margin-top: -6px !important;
  margin-bottom: 0 !important;
}

.proposal-dashboard,
.proposal-period-panel,
.proposal-filter-panel,
.proposal-bulk-status-panel,
.proposal-filter-box,
.holiday-proposal-card-v2 {
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.72);
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.22);
}

.proposal-dashboard {
  padding: 12px;
}

.proposal-dashboard__title,
.proposal-period-panel__head,
.proposal-filter-panel__head,
.proposal-bulk-status-panel__head,
.proposal-filter-box__head,
.proposal-card-head,
.proposal-card-foot,
.proposal-card-actions__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.proposal-dashboard__title strong,
.proposal-period-panel__head strong,
.proposal-filter-panel__head strong,
.proposal-bulk-status-panel__head strong,
.proposal-filter-box__head strong,
.proposal-card-worker,
.proposal-card-actions__head strong {
  color: var(--text);
  font-weight: 950;
  letter-spacing: -0.02em;
}

.proposal-dashboard__title small,
.proposal-period-panel__head small,
.proposal-filter-panel__head small,
.proposal-bulk-status-panel__head small,
.proposal-card-actions__head small {
  display: block;
  margin-top: 3px;
  line-height: 1.25;
}

.proposal-dashboard__reset {
  flex: 0 0 auto;
}

.proposal-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.proposal-dashboard-card {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 16px;
  background: rgba(2, 6, 23, 0.32);
}

.proposal-dashboard-card span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.2;
}

.proposal-dashboard-card strong {
  display: block;
  margin-top: 3px;
  color: var(--text);
  font-size: 1.18rem;
  line-height: 1;
}

.proposal-dashboard-card--pending {
  border-color: rgba(234, 179, 8, 0.45);
}

.proposal-dashboard-card--accepted {
  border-color: rgba(34, 197, 94, 0.45);
}

.proposal-dashboard-card--declined {
  border-color: rgba(239, 68, 68, 0.45);
}

.proposal-dashboard-card--counter {
  border-color: rgba(59, 130, 246, 0.45);
}

.proposal-dashboard-card--archived {
  border-color: rgba(148, 163, 184, 0.45);
}

.proposal-dashboard-card--warning {
  border-color: rgba(250, 204, 21, 0.65);
  background: rgba(113, 63, 18, 0.32);
}

.proposal-dashboard__note {
  margin: 10px 0 0;
  font-size: 0.78rem;
}

.proposal-period-panel {
  padding: 12px;
}

.proposal-period-actions,
.proposal-period-grid,
.proposal-filter-buttons,
.proposal-status-buttons,
.proposal-bulk-status-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.proposal-period-actions {
  margin-top: 10px;
}

.proposal-period-grid {
  margin-top: 10px;
}

.proposal-period-card {
  flex: 1 1 190px;
  min-width: 0;
  padding: 10px;
  text-align: left;
  color: var(--text);
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 18px;
  background: rgba(2, 6, 23, 0.36);
  cursor: pointer;
}

.proposal-period-card.is-selected {
  border-color: rgba(250, 204, 21, 0.78);
  background: rgba(113, 63, 18, 0.28);
}

.proposal-period-card--open.is-selected {
  border-color: rgba(34, 197, 94, 0.74);
  background: rgba(20, 83, 45, 0.28);
}

.proposal-period-card__top,
.proposal-period-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.proposal-period-card__top strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.proposal-period-card__bottom {
  margin-top: 7px;
  color: var(--text);
  font-weight: 850;
  font-size: 0.82rem;
}

.proposal-period-status,
.proposal-status-pill,
.proposal-unread-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 24px;
  padding: 4px 9px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1.05;
  white-space: nowrap;
}

.proposal-period-status--open {
  color: #bbf7d0;
  border-color: rgba(34, 197, 94, 0.55);
  background: rgba(22, 101, 52, 0.46);
}

.proposal-period-status--closed {
  color: #e2e8f0;
  border-color: rgba(148, 163, 184, 0.52);
  background: rgba(51, 65, 85, 0.62);
}

.proposal-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.proposal-search-label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.proposal-search-input {
  width: 100%;
  min-width: 0;
}

.proposal-filter-panel {
  padding: 12px;
}

.proposal-filter-panel__head {
  align-items: center;
}

.proposal-filter-stack {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.proposal-filter-stack[hidden] {
  display: none !important;
}

.proposal-filter-box {
  padding: 10px;
  background: rgba(2, 6, 23, 0.28);
}

.proposal-filter-box__head {
  align-items: center;
}

.proposal-filter-box p {
  margin: 7px 0 0;
  font-size: 0.78rem;
}

.proposal-filter-buttons {
  margin-top: 8px;
}

.proposal-filter-button {
  min-height: 36px;
  font-size: 0.82rem;
}

.proposal-bulk-status-panel {
  padding: 12px;
  background: rgba(127, 29, 29, 0.24) !important;
  border-color: rgba(248, 113, 113, 0.46) !important;
}

.proposal-bulk-status-panel--closed {
  box-shadow: inset 5px 0 0 rgba(248, 113, 113, 0.48) !important;
}

.proposal-bulk-status-panel--open {
  box-shadow: inset 5px 0 0 rgba(248, 113, 113, 0.95) !important;
}

.proposal-bulk-status-panel__head {
  cursor: default !important;
}

.proposal-bulk-status-panel__title-wrap {
  min-width: 0;
}

.proposal-bulk-status-panel p {
  margin: 9px 0 0;
}

.proposal-bulk-status-buttons {
  margin-top: 10px;
}

.proposal-bulk-status-button,
.proposal-status-button {
  min-height: 38px;
  border-width: 1px !important;
  border-style: solid !important;
  font-weight: 900 !important;
}

.proposal-bulk-status-button--pending,
.proposal-status-button--pending,
.proposal-status-pill--pending {
  color: #facc15 !important;
  border-color: rgba(234, 179, 8, 0.9) !important;
  background: rgba(202, 138, 4, 0.18) !important;
}

.proposal-bulk-status-button--accepted,
.proposal-status-button--accepted,
.proposal-status-pill--accepted {
  color: #4ade80 !important;
  border-color: rgba(34, 197, 94, 0.9) !important;
  background: rgba(22, 163, 74, 0.18) !important;
}

.proposal-bulk-status-button--declined,
.proposal-status-button--declined,
.proposal-status-pill--declined,
.proposal-status-pill--rejected {
  color: #f87171 !important;
  border-color: rgba(239, 68, 68, 0.9) !important;
  background: rgba(220, 38, 38, 0.18) !important;
}

.proposal-bulk-status-button--counter,
.proposal-status-button--counter,
.proposal-status-pill--counter {
  color: #60a5fa !important;
  border-color: rgba(59, 130, 246, 0.9) !important;
  background: rgba(37, 99, 235, 0.18) !important;
}

.proposal-bulk-status-button--archived,
.proposal-status-button--archived,
.proposal-status-pill--archived {
  color: #cbd5e1 !important;
  border-color: rgba(148, 163, 184, 0.9) !important;
  background: rgba(100, 116, 139, 0.18) !important;
}

.proposal-bulk-status-button:disabled,
.proposal-status-button:disabled {
  opacity: 0.48 !important;
  filter: grayscale(0.35) !important;
}

.proposal-status-button.is-selected {
  box-shadow: inset 0 0 0 1px currentColor;
}

.proposal-card-list {
  display: grid;
  gap: 10px;
}

.holiday-proposal-card-v2 {
  position: relative;
  padding: 12px;
  overflow: hidden;
}

.holiday-proposal-card-v2::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--holiday-status-pending);
}

.holiday-proposal-card-v2.holiday-proposal--accepted::before {
  background: var(--holiday-status-accepted);
}

.holiday-proposal-card-v2.holiday-proposal--declined::before,
.holiday-proposal-card-v2.holiday-proposal--rejected::before {
  background: var(--holiday-status-rejected);
}

.holiday-proposal-card-v2.holiday-proposal--counter::before {
  background: var(--holiday-status-counter);
}

.holiday-proposal-card-v2.holiday-proposal--archived::before {
  background: var(--holiday-status-archived);
}

.holiday-proposal-card-v2.is-unread {
  border-color: rgba(250, 204, 21, 0.74);
}

.proposal-card-head {
  padding-left: 5px;
}

.proposal-card-head__main {
  min-width: 0;
}

.proposal-card-head__main small {
  display: block;
  margin-top: 4px;
  line-height: 1.25;
}

.proposal-card-head__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  text-align: right;
}

.proposal-unread-pill {
  color: #facc15;
  border-color: rgba(250, 204, 21, 0.75);
  background: rgba(113, 63, 18, 0.42);
}

.proposal-card-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.proposal-card-facts > span {
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 15px;
  background: rgba(2, 6, 23, 0.28);
}

.proposal-card-facts small {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.1;
}

.proposal-card-facts strong {
  display: block;
  margin-top: 3px;
  color: var(--text);
  font-size: 0.84rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.proposal-card-foot {
  align-items: center;
  margin-top: 10px;
}

.proposal-card-details {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.proposal-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.proposal-detail-metric {
  min-width: 0;
  overflow-wrap: anywhere;
}

.proposal-card-actions {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  background: rgba(2, 6, 23, 0.28);
}

.proposal-status-buttons {
  margin-top: 9px;
}

.manage-holidays-page .proposal-more-toggle,
.proposal-more-toggle {
  color: #facc15 !important;
  background: rgba(250, 204, 21, 0.16) !important;
  border-color: rgba(250, 204, 21, 0.72) !important;
  box-shadow: inset 0 0 0 1px rgba(250, 204, 21, 0.18) !important;
  font-weight: 950 !important;
  min-width: auto !important;
  min-height: 38px !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
}

.manage-holidays-page .proposal-more-toggle:hover,
.proposal-more-toggle:hover {
  background: rgba(250, 204, 21, 0.24) !important;
  border-color: rgba(250, 204, 21, 0.95) !important;
}

@media (max-width: 720px) {
  .proposal-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proposal-card-facts,
  .proposal-detail-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .proposal-dashboard__title,
  .proposal-period-panel__head,
  .proposal-filter-panel__head,
  .proposal-bulk-status-panel__head,
  .proposal-card-head {
    align-items: stretch;
  }

  .proposal-dashboard__title,
  .proposal-card-head {
    flex-direction: column;
  }

  .proposal-period-panel__head,
  .proposal-filter-panel__head,
  .proposal-bulk-status-panel__head {
    flex-wrap: wrap;
  }

  .proposal-card-head__right {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
  }

  .proposal-period-card {
    flex-basis: 100%;
  }
}

/* Workers Holidays full page redesign - 2026-05-23 */
.workers-holidays-redesign {
  --workers-holiday-yellow: #facc15;
  --workers-holiday-yellow-soft: rgba(250, 204, 21, 0.16);
  --workers-holiday-yellow-border: rgba(250, 204, 21, 0.55);
}

.workers-holidays-redesign .workers-holidays-summary-panel,
.workers-holidays-redesign .workers-holidays-control-panel,
.workers-holidays-redesign .worker-holidays-worker-card {
  margin-bottom: 12px;
}

.workers-holidays-redesign .worker-holidays-section-title,
.workers-holidays-redesign .workers-holidays-control-head,
.workers-holidays-redesign .worker-holidays-worker-head,
.workers-holidays-redesign .worker-holidays-proposal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.workers-holidays-redesign .worker-holidays-section-title__text,
.workers-holidays-redesign .workers-holidays-control-title,
.workers-holidays-redesign .worker-holidays-worker-info,
.workers-holidays-redesign .worker-holidays-proposal-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.workers-holidays-redesign .workers-holidays-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.workers-holidays-redesign .worker-holidays-overview-card {
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 16px;
  padding: 10px;
  background: rgba(15, 23, 42, 0.42);
  min-width: 0;
}

.workers-holidays-redesign .worker-holidays-overview-card--attention {
  border-color: rgba(248, 113, 113, 0.55);
  background: rgba(127, 29, 29, 0.22);
}

.workers-holidays-redesign .worker-holidays-overview-card--pending {
  border-color: rgba(250, 204, 21, 0.52);
  background: rgba(113, 63, 18, 0.20);
}

.workers-holidays-redesign .worker-holidays-overview-card--accepted {
  border-color: rgba(74, 222, 128, 0.50);
  background: rgba(20, 83, 45, 0.20);
}

.workers-holidays-redesign .worker-holidays-overview-card__label,
.workers-holidays-redesign .worker-holidays-overview-card__note {
  display: block;
  color: rgba(226, 232, 240, 0.72);
  font-size: 0.78rem;
  line-height: 1.2;
}

.workers-holidays-redesign .worker-holidays-overview-card__value {
  display: block;
  margin: 4px 0;
  font-size: 1.25rem;
  line-height: 1.1;
}

.workers-holidays-redesign .workers-holidays-control-panel {
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 18px;
  padding: 12px;
  background: rgba(15, 23, 42, 0.36);
}

.workers-holidays-redesign .workers-holidays-control-panel--closed {
  background: rgba(15, 23, 42, 0.22);
}

.workers-holidays-redesign .workers-holidays-control-meta,
.workers-holidays-redesign .worker-holidays-proposal-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-shrink: 0;
}

.workers-holidays-redesign .workers-holidays-control-body {
  margin-top: 12px;
}

.workers-holidays-redesign .workers-holidays-search-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
  font-weight: 700;
}

.workers-holidays-redesign .workers-holidays-search-input {
  width: 100%;
  margin: 0;
}

.workers-holidays-redesign .worker-holidays-filter-stack {
  display: grid;
  gap: 10px;
}

.workers-holidays-redesign .worker-holidays-filter-stack .worker-holiday-filter-panel {
  margin-bottom: 0 !important;
}

.workers-holidays-redesign .worker-holidays-symbol-toggle {
  min-width: 40px;
  min-height: 40px;
  border-color: var(--workers-holiday-yellow-border) !important;
  background: var(--workers-holiday-yellow-soft) !important;
  color: var(--workers-holiday-yellow) !important;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 0 1px rgba(250, 204, 21, 0.10) inset;
}

.workers-holidays-redesign .worker-holidays-symbol-toggle:active {
  transform: scale(0.96);
}

.workers-holidays-redesign .worker-holidays-worker-card {
  border-radius: 18px;
}

.workers-holidays-redesign .worker-holidays-worker-card--attention {
  border-color: rgba(250, 204, 21, 0.44);
  background: linear-gradient(135deg, rgba(113, 63, 18, 0.20), rgba(15, 23, 42, 0.20));
}

.workers-holidays-redesign .worker-holidays-worker-main {
  flex: 1;
  min-width: 0;
}

.workers-holidays-redesign .worker-holidays-worker-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.workers-holidays-redesign .worker-holidays-worker-mini-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.workers-holidays-redesign .worker-holidays-worker-next {
  display: block;
  margin-top: 6px;
}

.workers-holidays-redesign .worker-holidays-worker-details {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.workers-holidays-redesign .worker-holidays-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.workers-holidays-redesign .worker-holidays-proposal-card {
  border-radius: 16px;
  overflow: hidden;
}

.workers-holidays-redesign .worker-holidays-proposal-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.workers-holidays-redesign .worker-holidays-proposal-details {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.workers-holidays-redesign .worker-holidays-proposal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

@media (min-width: 720px) {
  .workers-holidays-redesign .workers-holidays-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .workers-holidays-redesign .worker-holidays-worker-topline {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .workers-holidays-redesign .worker-holidays-filter-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .workers-holidays-redesign .workers-holidays-summary-grid,
  .workers-holidays-redesign .worker-holidays-metric-grid {
    grid-template-columns: 1fr;
  }

  .workers-holidays-redesign .worker-holidays-worker-head,
  .workers-holidays-redesign .worker-holidays-proposal-head {
    align-items: flex-start;
  }

  .workers-holidays-redesign .workers-holidays-control-meta {
    flex-direction: column;
    align-items: flex-end;
  }
}
/* End Workers Holidays full page redesign - 2026-05-23 */

/* Workers Holidays follow-up adjustments - 2026-05-23 */
.workers-holidays-redesign .workers-holidays-period-mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.workers-holidays-redesign .workers-holidays-period-mode__button {
  width: 100%;
  justify-content: center;
}

.workers-holidays-redesign .workers-holidays-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px;
  margin-top: 10px;
}

.workers-holidays-redesign .worker-holidays-overview-card {
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.workers-holidays-redesign .worker-holidays-overview-card__note {
  display: none !important;
}

.workers-holidays-redesign .workers-holidays-control-panel {
  border: 2px solid rgba(250, 204, 21, 0.62) !important;
  background: rgba(250, 204, 21, 0.12) !important;
  box-shadow: 0 0 0 1px rgba(250, 204, 21, 0.10) inset;
}

.workers-holidays-redesign .workers-holidays-control-panel--closed {
  background: rgba(250, 204, 21, 0.08) !important;
}

.workers-holidays-redesign .worker-holidays-worker-mini-metrics:empty {
  display: none;
}

.workers-holidays-redesign .worker-holidays-status-chip {
  border-width: 1px;
  border-style: solid;
  font-weight: 800;
}

.workers-holidays-redesign .worker-holidays-status-chip--pending {
  color: #facc15;
  border-color: rgba(250, 204, 21, 0.56);
  background: rgba(113, 63, 18, 0.24);
}

.workers-holidays-redesign .worker-holidays-status-chip--accepted {
  color: #4ade80;
  border-color: rgba(74, 222, 128, 0.56);
  background: rgba(20, 83, 45, 0.24);
}

.workers-holidays-redesign .worker-holidays-status-chip--declined {
  color: #f87171;
  border-color: rgba(248, 113, 113, 0.56);
  background: rgba(127, 29, 29, 0.24);
}

.workers-holidays-redesign .worker-holidays-status-chip--archived {
  color: #cbd5e1;
  border-color: rgba(148, 163, 184, 0.48);
  background: rgba(51, 65, 85, 0.34);
}

.workers-holidays-redesign .worker-holidays-status-chip--unread {
  color: #facc15;
  border-color: rgba(250, 204, 21, 0.56);
  background: rgba(113, 63, 18, 0.24);
}

.workers-holidays-redesign .worker-holidays-worker-next {
  color: rgba(226, 232, 240, 0.84);
  font-weight: 700;
}

@media (min-width: 720px) {
  .workers-holidays-redesign .workers-holidays-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 420px) {
  .workers-holidays-redesign .workers-holidays-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
/* End Workers Holidays follow-up adjustments - 2026-05-23 */

/* Workers Holidays period/status filter buttons - 2026-05-23 */
.workers-holidays-redesign .workers-holidays-period-mode--with-periods {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.workers-holidays-redesign .workers-holidays-period-mode--with-periods .workers-holidays-period-mode__button {
  width: auto;
  min-width: min(100%, 132px);
  flex: 1 1 132px;
  justify-content: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  line-height: 1.15;
}

.workers-holidays-redesign .workers-holidays-period-mode__button--period {
  min-height: 46px;
}

.workers-holidays-redesign .workers-holidays-period-mode__label {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.workers-holidays-redesign .workers-holidays-period-mode__status {
  display: block;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  opacity: 0.86;
}

.workers-holidays-redesign .workers-holidays-period-mode__status--open {
  color: #4ade80;
}

.workers-holidays-redesign .workers-holidays-period-mode__status--closed {
  color: #facc15;
}

.workers-holidays-redesign .worker-holidays-summary-grid--selectable {
  margin-top: 10px;
}

.workers-holidays-redesign button.worker-holidays-overview-card {
  width: 100%;
  appearance: none;
  border: 1px solid rgba(148, 163, 184, 0.28);
  cursor: pointer;
  text-align: left;
  color: inherit;
}

.workers-holidays-redesign button.worker-holidays-overview-card:hover {
  transform: translateY(-1px);
  border-color: rgba(250, 204, 21, 0.58);
}

.workers-holidays-redesign .worker-holidays-overview-card--selected {
  border-color: rgba(250, 204, 21, 0.86) !important;
  box-shadow: 0 0 0 2px rgba(250, 204, 21, 0.18) inset, 0 0 18px rgba(250, 204, 21, 0.10);
}

.workers-holidays-redesign .worker-holidays-overview-card--selected .worker-holidays-overview-card__label::before {
  content: '✓ ';
  color: #facc15;
}

.workers-holidays-redesign .worker-holidays-overview-card--declined {
  background: linear-gradient(135deg, rgba(127, 29, 29, 0.22), rgba(15, 23, 42, 0.86));
}

.workers-holidays-redesign .worker-holidays-overview-card--archived {
  background: linear-gradient(135deg, rgba(51, 65, 85, 0.40), rgba(15, 23, 42, 0.86));
}

@media (max-width: 420px) {
  .workers-holidays-redesign .workers-holidays-period-mode--with-periods .workers-holidays-period-mode__button {
    flex-basis: calc(50% - 6px);
    min-width: 0;
  }
}
/* End Workers Holidays period/status filter buttons - 2026-05-23 */

/* Workers Holidays two-column selectable buttons - 2026-05-23 */
.workers-holidays-redesign .workers-holidays-period-mode,
.workers-holidays-redesign .workers-holidays-period-mode--with-periods,
.workers-holidays-redesign .worker-holidays-summary-grid--selectable {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  align-items: stretch;
}

.workers-holidays-redesign .workers-holidays-period-mode .workers-holidays-period-mode__button,
.workers-holidays-redesign .workers-holidays-period-mode--with-periods .workers-holidays-period-mode__button,
.workers-holidays-redesign .worker-holidays-summary-grid--selectable .worker-holidays-overview-card {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
}

.workers-holidays-redesign .workers-holidays-period-mode .workers-holidays-period-mode__button,
.workers-holidays-redesign .workers-holidays-period-mode--with-periods .workers-holidays-period-mode__button {
  min-height: 46px;
  padding-left: 8px;
  padding-right: 8px;
}

.workers-holidays-redesign .worker-holidays-summary-grid--selectable .worker-holidays-overview-card {
  min-height: 74px;
}

.workers-holidays-redesign .workers-holidays-period-mode__label,
.workers-holidays-redesign .worker-holidays-summary-grid--selectable .worker-holidays-overview-card__label {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 360px) {
  .workers-holidays-redesign .workers-holidays-period-mode,
  .workers-holidays-redesign .workers-holidays-period-mode--with-periods,
  .workers-holidays-redesign .worker-holidays-summary-grid--selectable {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .workers-holidays-redesign .workers-holidays-period-mode .workers-holidays-period-mode__button,
  .workers-holidays-redesign .workers-holidays-period-mode--with-periods .workers-holidays-period-mode__button {
    font-size: 0.78rem;
  }

  .workers-holidays-redesign .worker-holidays-summary-grid--selectable .worker-holidays-overview-card {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* End Workers Holidays two-column selectable buttons - 2026-05-23 */
