.hu-sched-wrap{max-width:1100px;margin:0 auto;padding:24px;font-family:inherit}.hu-sched-header{margin:0 auto 18px;text-align:center;display:flex;flex-direction:column;align-items:center}.hu-sched-header-logo{width:min(240px,55vw);height:auto;display:block;margin:0 auto 6px;filter:drop-shadow(0 10px 24px rgba(0,0,0,.10))}.hu-sched-header h2,.hu-sched-title{margin:0 0 8px;font-size:42px;line-height:1.05;color:#78b800;font-family:"Marker Felt","Segoe Print","Bradley Hand","Brush Script MT",cursive;font-weight:700;letter-spacing:.5px;text-align:center;text-shadow:0 2px 0 rgba(255,255,255,.75),0 10px 18px rgba(120,184,0,.12)}.hu-sched-header p{margin:0;color:#5a5f67;text-align:center;max-width:680px}.hu-sched-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.hu-tab-btn{border:none;background:#e8edf1;color:#12222b;padding:12px 18px;border-radius:999px;font-weight:700;cursor:pointer}.hu-tab-btn.is-active{background:#0e5b43;color:#fff}.hu-tab-panel{display:none}.hu-tab-panel.is-active{display:block}.hu-sched-card{background:#fff;border:1px solid #e6ebef;border-radius:20px;padding:22px;box-shadow:0 12px 28px rgba(16,24,40,.06);margin-bottom:20px}.hu-grid,.hu-availability-grid{display:grid;gap:16px}.hu-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hu-availability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}label{display:block;font-weight:700;margin-bottom:6px}input[type="text"],input[type="date"],select,textarea{width:100%;border:1px solid #ccd6dd;border-radius:14px;padding:12px 14px;font-size:15px;background:#fff}textarea{resize:vertical}.hu-btn{display:inline-block;border:none;background:#0e5b43;color:#fff;padding:13px 18px;border-radius:14px;font-weight:700;cursor:pointer;margin-top:8px}.hu-table-wrap{overflow:auto}.hu-table{width:100%;border-collapse:collapse}.hu-table th,.hu-table td{padding:12px 10px;border-bottom:1px solid #edf1f4;text-align:left;vertical-align:top}.hu-status{display:inline-block;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}.hu-status-pending{background:#fff3cd;color:#7a5b00}.hu-status-approved{background:#d1f4df;color:#0b5a2a}.hu-status-denied{background:#fde1e1;color:#8b1c1c}.hu-sched-notice{background:#ecfdf3;border:1px solid #c8ead5;color:#0e5b43;border-radius:14px;padding:12px 14px;margin-bottom:16px}.hu-sched-login{padding:20px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}@media(max-width:768px){.hu-grid,.hu-availability-grid{grid-template-columns:1fr}.hu-sched-wrap{padding:16px}.hu-sched-header-logo{width:min(180px,60vw)}.hu-sched-header h2,.hu-sched-title{font-size:30px}}


.hu-cancel-toggle {
  background: #fff;
  border: 1px solid #d14b4b;
  color: #d14b4b;
  border-radius: 10px;
  padding: 8px 12px;
  font-weight: 600;
  cursor: pointer;
}

.hu-cancel-row td {
  background: #fff8f8;
}

.hu-cancel-form {
  display: grid;
  gap: 12px;
}

.hu-cancel-summary {
  font-size: 14px;
  color: #222;
}

.hu-cancel-grid {
  display: grid;
  grid-template-columns: minmax(180px, 240px) auto;
  gap: 12px;
  align-items: center;
}

.hu-btn-danger {
  background: #b42318 !important;
}

@media (max-width: 767px) {
  .hu-cancel-grid {
    grid-template-columns: 1fr;
  }
}


#hu_range_end_wrap[hidden]{display:none!important;}


.hu-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px}.hu-section-head h3{margin:0 0 4px}.hu-section-head p{margin:0;color:#5a5f67;font-size:14px}.hu-manager-table td,.hu-manager-table th{vertical-align:top}.hu-review-form{display:grid;gap:10px;min-width:240px}.hu-review-note{min-height:86px;border-radius:14px}.hu-decision-actions{display:flex;gap:10px;flex-wrap:wrap}.hu-decision-btn{appearance:none;border:none;border-radius:12px;padding:10px 14px;font-weight:700;cursor:pointer;line-height:1;box-shadow:0 8px 18px rgba(16,24,40,.08)}.hu-decision-approve{background:#0e5b43;color:#fff}.hu-decision-deny{background:#fff1f1;color:#9f1d1d;border:1px solid #efc2c2}.hu-decision-btn:hover{transform:translateY(-1px)}.hu-status-canceled{background:#f1f5f9;color:#475467}@media(max-width:768px){.hu-section-head{align-items:flex-start;flex-direction:column}.hu-review-form{min-width:0}}


.hu-history-filters {
  display:grid;
  grid-template-columns: minmax(180px,220px) minmax(260px,420px);
  gap:14px;
  align-items:end;
  justify-content:start;
  margin:0 0 18px;
}

.hu-history-filter-item {
  display:flex;
  flex-direction:column;
  gap:6px;
}

.hu-history-filter-item label {
  display:block;
  font-weight:700;
  color:#203127;
  line-height:1.2;
  margin:0;
}

.hu-history-filters select {
  width:100%;
  min-width:0;
  height:44px;
  border:1px solid #cfd8d2;
  border-radius:12px;
  padding:0 12px;
  background:#fff;
}

.hu-no-filter-results td {
  text-align:center;
  color:#5b6b63;
}

@media (max-width: 767px) {
  .hu-history-filters {
    grid-template-columns: 1fr;
  }
}


.hu-review-note-error {
  border-color: #d63638 !important;
  box-shadow: 0 0 0 1px rgba(214,54,56,.18) !important;
  background: #fff8f8 !important;
}


.hu-manager-tabs{margin:0 0 16px}.hu-manager-tab-btn{border:none;background:#e8edf1;color:#12222b;padding:12px 18px;border-radius:999px;font-weight:700;cursor:pointer}.hu-manager-tab-btn.is-active{background:#0e5b43;color:#fff}.hu-manager-tab-panel{display:none}.hu-manager-tab-panel.is-active{display:block}
.hu-history-filters{grid-template-columns:minmax(220px,260px) minmax(340px,520px);gap:16px;align-items:end}.hu-history-filter-item label{margin-bottom:0}.hu-history-filters select{height:46px}
@media(max-width:768px){.hu-manager-tabs{display:flex;flex-direction:column}.hu-history-filters{grid-template-columns:1fr}}

.hu-sched-warning{background:#fff8e8;border:1px solid #f0d48a;color:#6b5313;}


.hu-tab-btn,.hu-manager-tab-btn{position:relative;display:inline-flex;align-items:center;gap:8px}.hu-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#d92d20;color:#fff;font-size:11px;font-weight:800;line-height:1;box-shadow:0 2px 8px rgba(217,45,32,.28)}.hu-tab-btn.is-active .hu-badge,.hu-manager-tab-btn.is-active .hu-badge{background:#ff5a4f;color:#fff}@media(max-width:768px){.hu-tab-btn,.hu-manager-tab-btn{justify-content:center}}
.hu-sched-card .hu-grid:first-of-type{grid-template-columns:minmax(0,1.45fr) minmax(240px,1fr)}#hu_window_id{min-height:54px;line-height:1.25;padding:10px 42px 10px 14px;font-size:14px}@media(max-width:900px){.hu-sched-card .hu-grid:first-of-type{grid-template-columns:1fr}#hu_window_id{font-size:15px}}

/* v1.8.4 - give Schedule Period more room and shorten visual crowding */
.hu-grid:first-of-type {
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, .9fr);
  align-items: start;
}
#hu_window_id {
  font-size: 14px;
  padding-right: 34px;
}
@media (max-width: 900px) {
  .hu-grid:first-of-type {
    grid-template-columns: 1fr;
  }
  #hu_window_id {
    font-size: 15px;
  }
}


.hu-success-popup-open{overflow:hidden}
.hu-success-popup-overlay{
  position:fixed;
  inset:0;
  background:rgba(7,14,20,.62);
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.hu-success-popup{
  position:relative;
  width:min(92vw,560px);
  background:#fff;
  border-radius:28px;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 28px 80px rgba(0,0,0,.34);
  padding:30px 24px 24px;
  text-align:center;
  animation:huPopupIn .24s ease-out;
}
.hu-success-popup-close{
  position:absolute;
  top:12px;
  right:14px;
  border:none;
  background:transparent;
  color:#475467;
  font-size:30px;
  line-height:1;
  cursor:pointer;
}
.hu-success-popup-logo{
  width:min(240px,68%);
  height:auto;
  display:block;
  margin:0 auto 8px;
}
.hu-success-popup-title{
  margin:6px 0 10px;
  color:#78b800;
  font-size:clamp(34px,4.4vw,52px);
  line-height:1.03;
  font-family:"Marker Felt","Segoe Print","Bradley Hand","Brush Script MT",cursive;
  font-weight:700;
  text-align:center;
}
.hu-success-popup-text{
  margin:0 auto 18px;
  max-width:420px;
  color:#475467;
  font-size:18px;
  line-height:1.55;
}
.hu-success-popup-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:140px;
  border:none;
  border-radius:999px;
  background:#0e5b43;
  color:#fff;
  padding:13px 20px;
  font-weight:700;
  cursor:pointer;
}
@keyframes huPopupIn{
  from{opacity:0;transform:translateY(10px) scale(.98)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@media (max-width:640px){
  .hu-success-popup{padding:24px 18px 18px;border-radius:24px}
  .hu-success-popup-text{font-size:16px}
}


.hu-request-date-count-note{
  margin:8px 0 10px;
  font-size:13px;
  line-height:1.4;
  color:#b42318;
  font-weight:700;
}


/* Center primary and manager tabs */
.hu-sched-tabs,
.hu-manager-tabs{
  display:flex !important;
  flex-wrap:wrap !important;
  justify-content:center !important;
  align-items:center !important;
  gap:10px !important;
}

.hu-tab-btn,
.hu-manager-tab-btn{
  margin:0 !important;
}


.hu-error-popup-title{
  color:#b42318 !important;
  font-family:inherit !important;
  font-size:34px !important;
  font-weight:800 !important;
}


.hu-delete-reviewed-btn{
  border:none;
  border-radius:12px;
  background:#b42318;
  color:#fff;
  padding:8px 12px;
  font-weight:700;
  cursor:pointer;
  line-height:1;
}
.hu-delete-reviewed-btn:hover{
  background:#912018;
}


/* ===== Visual polish v1.8.19 ===== */
.hu-sched-wrap{
  max-width:1120px;
}
.hu-sched-card{
  border-radius:24px !important;
  padding:28px !important;
  box-shadow:0 18px 40px rgba(16,24,40,.08) !important;
  border:1px solid #e8eef2 !important;
}
.hu-form-intro{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px 18px;
  border-radius:18px;
  background:linear-gradient(180deg,#f7fff0,#f4fbf6);
  border:1px solid rgba(120,184,0,.18);
  margin-bottom:18px;
}
.hu-form-intro-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  background:linear-gradient(135deg,#0e5b43,#78b800);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  flex:0 0 42px;
  box-shadow:0 10px 22px rgba(14,91,67,.16);
}
.hu-form-intro h4{
  margin:0 0 4px;
  color:#0e5b43;
  font-size:20px;
  font-weight:800;
}
.hu-form-intro p{
  margin:0;
  color:#667085;
}

.hu-current-availability-card{
  margin:0 0 18px;
  padding:18px;
  border-radius:18px;
  background:linear-gradient(180deg,#ffffff,#f8fcf4);
  border:1px solid rgba(120,184,0,.22);
  box-shadow:0 10px 24px rgba(120,184,0,.08);
}
.hu-current-availability-head{
  display:flex;
  gap:12px;
  align-items:center;
  margin-bottom:10px;
}
.hu-current-availability-icon{
  width:40px;
  height:40px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eaf7d1;
  font-size:20px;
  flex:0 0 40px;
}
.hu-current-availability-date{
  color:#5b6673;
  margin-top:2px;
}
.hu-current-availability-summary{
  color:#22303a;
  line-height:1.65;
}

.hu-sched-header p{
  font-size:16px !important;
  color:#4b5563 !important;
}
.hu-sched-header::after{
  content:"Plan ahead, keep the team smooth, and make scheduling easier ✨";
  display:block;
  margin-top:8px;
  font-size:14px;
  color:#78b800;
  font-weight:700;
  text-align:center;
}
.hu-sched-card h3{
  color:#0e5b43;
  font-size:26px;
  font-weight:800;
}
.hu-tab-panel{
  animation:huTabFade .22s ease;
}
@keyframes huTabFade{
  from{opacity:0;transform:translateY(6px)}
  to{opacity:1;transform:translateY(0)}
}
label[for="hu_window_id"]::before,
label[for="hu_effective_date"]::before{content:"📅 ";}

label[for="hu_date_id"]::before{content:"🗓️ ";}
label[for="hu_request_type"]::before{content:"⏰ ";}
label[for="hu_availability_notes"]::before,
label[for="hu_request_comment"]::before{content:"📝 ";}
label[for="hu_employee_name"]::before,
label[for="hu_av_employee_name"]::before{content:"👤 ";}
label[for="hu_request_scope"]::before{content:"✨ ";}

.hu-availability-accordion{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.hu-day-card{
  border:1px solid #dde7db;
  background:linear-gradient(180deg,#ffffff,#f9fcf6);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 18px rgba(16,24,40,.05);
}
.hu-day-summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px 16px;
  font-weight:800;
  color:#193325;
}
.hu-day-summary::-webkit-details-marker{display:none;}
.hu-day-summary-icon{
  width:34px;height:34px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background:#eef8dc;
  flex:0 0 34px;
}
.hu-day-summary-text{flex:1;}
.hu-day-summary-hint{
  color:#78b800;
  font-size:12px;
  font-weight:700;
}
.hu-day-card[open] .hu-day-summary{
  background:linear-gradient(180deg,#f5fce8,#ffffff);
  border-bottom:1px solid #ebf2e6;
}
.hu-day-card-body{
  padding:14px 16px 16px;
}
.hu-day-card-body label{
  margin-bottom:8px;
}
.hu-day-card-body select{
  background:#fff;
}
.hu-sched-warning{
  background:linear-gradient(180deg,#fff9e8,#fffef7) !important;
  border-color:#f6d886 !important;
}
.hu-btn{
  background:linear-gradient(135deg,#0e5b43,#78b800) !important;
  border-radius:999px !important;
  box-shadow:0 10px 24px rgba(14,91,67,.20) !important;
}
.hu-btn:hover{
  transform:translateY(-1px);
}
@media (max-width:900px){
  .hu-availability-accordion{
    grid-template-columns:1fr;
  }
}


/* v1.8.21 safe UI cleanup (keeps popup intact) */
.hu-sched-header::after{
  content:none !important;
  display:none !important;
}
.hu-form-intro{
  justify-content:center !important;
  text-align:center !important;
}
.hu-form-intro-icon{
  display:none !important;
}
.hu-form-intro > div{
  width:100% !important;
}
.hu-form-intro h4,
.hu-form-intro p{
  text-align:center !important;
}


/* My Request Off Calendar */
.hu-form-intro-calendar{margin-bottom:14px;}
.hu-calendar-legend{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin:0 0 18px;}
.hu-legend-item{display:inline-flex;align-items:center;gap:8px;color:#344054;font-weight:700;font-size:14px;}
.hu-legend-dot{width:12px;height:12px;border-radius:999px;display:inline-block;}
.hu-legend-dot.is-approved{background:#77c98a;}
.hu-legend-dot.is-pending{background:#f4cc62;}
.hu-legend-dot.is-denied{background:#ef8f8f;}
.hu-my-calendar-wrap{border:1px solid #e4eaef;border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);padding:16px;}
.hu-my-calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;}
.hu-my-calendar-month{font-size:24px;font-weight:800;color:#0e5b43;text-align:center;flex:1;}
.hu-cal-nav{width:42px;height:42px;border:none;border-radius:12px;background:#eef6f2;color:#0e5b43;font-size:26px;line-height:1;cursor:pointer;font-weight:800;}
.hu-my-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;}
.hu-cal-weekday,.hu-cal-day{border-radius:16px;min-height:92px;}
.hu-cal-weekday{min-height:auto;padding:10px 6px;text-align:center;color:#667085;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;}
.hu-cal-day{position:relative;border:1px solid #edf1f4;background:#fff;padding:10px;}
.hu-cal-day.is-other{opacity:.35;}
.hu-cal-day-num{font-weight:800;color:#101828;font-size:14px;}
.hu-cal-day-events{display:flex;flex-direction:column;gap:6px;margin-top:10px;}
.hu-cal-pill{display:block;border-radius:999px;padding:6px 8px;font-size:11px;font-weight:800;line-height:1.2;color:#23313b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.hu-cal-pill.is-approved{background:#dff6e5;}
.hu-cal-pill.is-pending{background:#fff1bf;}
.hu-cal-pill.is-denied{background:#ffe0e0;}
.hu-my-calendar-tip{margin-top:12px;color:#667085;font-size:13px;text-align:center;}
.hu-cal-tooltip{position:absolute;left:50%;top:calc(100% + 10px);transform:translateX(-50%);width:min(260px,88vw);background:#101828;color:#fff;padding:12px 14px;border-radius:14px;box-shadow:0 18px 40px rgba(0,0,0,.22);z-index:20;font-size:13px;line-height:1.5;display:none;}
.hu-cal-day:hover .hu-cal-tooltip,.hu-cal-day:focus-within .hu-cal-tooltip{display:block;}
.hu-cal-tooltip strong{display:block;margin-bottom:4px;}
.hu-cal-empty{grid-column:1/-1;text-align:center;padding:28px 18px;color:#667085;background:#fafcfd;border:1px dashed #d8e1e7;border-radius:18px;}
@media (max-width:900px){.hu-my-calendar-grid{gap:6px;}.hu-cal-day{min-height:76px;padding:8px;}.hu-cal-pill{font-size:10px;padding:5px 7px;}.hu-cal-weekday{font-size:11px;padding:8px 4px;}}


/* ===== Mobile cleanup v1.8.26 ===== */
@media (max-width: 767px) {
  .hu-sched-wrap{
    padding: 12px !important;
  }

  .hu-sched-header-logo{
    width: min(180px, 62vw) !important;
    margin-bottom: 4px !important;
  }

  .hu-sched-header h2,
  .hu-sched-title{
    font-size: 30px !important;
    line-height: 1.06 !important;
    margin-bottom: 6px !important;
  }

  .hu-sched-header p{
    font-size: 15px !important;
    line-height: 1.45 !important;
    max-width: 95% !important;
  }

  .hu-sched-tabs,
  .hu-manager-tabs{
    gap: 8px !important;
    margin: 14px 0 !important;
  }

  .hu-tab-btn,
  .hu-manager-tab-btn{
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 12px 14px !important;
    font-size: 15px !important;
    border-radius: 16px !important;
  }

  .hu-sched-card{
    padding: 16px !important;
    border-radius: 20px !important;
    margin-bottom: 16px !important;
  }

  .hu-form-intro{
    padding: 14px !important;
    border-radius: 16px !important;
    margin-bottom: 14px !important;
  }

  .hu-form-intro h4{
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .hu-form-intro p{
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .hu-grid,
  .hu-availability-grid{
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  label{
    font-size: 13px !important;
    line-height: 1.25 !important;
    margin-bottom: 5px !important;
  }

  input[type="text"],
  input[type="date"],
  select,
  textarea{
    font-size: 16px !important;
    padding: 13px 14px !important;
    border-radius: 16px !important;
    min-height: 52px !important;
  }

  textarea{
    min-height: 130px !important;
  }

  .hu-btn{
    width: 100% !important;
    max-width: 260px !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 12px !important;
    padding: 14px 18px !important;
    font-size: 16px !important;
  }

  .hu-current-availability-card{
    padding: 14px !important;
  }

  .hu-current-availability-summary{
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  /* Calendar mobile */
  .hu-my-calendar-wrap{
    padding: 12px !important;
  }

  .hu-my-calendar-month{
    font-size: 20px !important;
  }

  .hu-cal-nav{
    width: 40px !important;
    height: 40px !important;
    font-size: 24px !important;
    border-radius: 12px !important;
  }

  .hu-my-calendar-grid{
    gap: 6px !important;
  }

  .hu-cal-weekday{
    font-size: 10px !important;
    padding: 6px 2px !important;
  }

  .hu-cal-day{
    min-height: 88px !important;
    padding: 6px !important;
    border-radius: 14px !important;
  }

  .hu-cal-day-num{
    font-size: 12px !important;
  }

  .hu-cal-pill{
    font-size: 10px !important;
    padding: 5px 6px !important;
  }

  .hu-cal-tooltip{
    left: 8px !important;
    right: 8px !important;
    width: auto !important;
    transform: none !important;
    top: auto !important;
    bottom: calc(100% + 8px) !important;
    font-size: 12px !important;
  }

  /* Turn tables into stacked cards on mobile */
  .hu-table-wrap{
    overflow: visible !important;
  }

  .hu-table,
  .hu-table thead,
  .hu-table tbody,
  .hu-table th,
  .hu-table td,
  .hu-table tr,
  .hu-manager-table,
  .hu-manager-table thead,
  .hu-manager-table tbody,
  .hu-manager-table th,
  .hu-manager-table td,
  .hu-manager-table tr{
    display: block !important;
    width: 100% !important;
  }

  .hu-table thead,
  .hu-manager-table thead{
    display: none !important;
  }

  .hu-table tbody tr,
  .hu-manager-table tbody tr{
    background: #fff !important;
    border: 1px solid #e8edf2 !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 20px rgba(16,24,40,.05) !important;
    margin: 0 0 12px !important;
    padding: 10px 12px !important;
  }

  .hu-table tbody td,
  .hu-manager-table tbody td{
    border: none !important;
    padding: 8px 0 !important;
    min-height: 0 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    word-break: break-word !important;
  }

  .hu-table tbody td::before,
  .hu-manager-table tbody td::before{
    display: block !important;
    margin-bottom: 2px !important;
    color: #667085 !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
    letter-spacing: .4px !important;
    font-weight: 800 !important;
    content: attr(data-label);
  }

  .hu-table tbody tr > td:nth-child(1)::before{content:"Period";}
  .hu-table tbody tr > td:nth-child(2)::before{content:"Date(s)";}
  .hu-table tbody tr > td:nth-child(3)::before{content:"Request";}
  .hu-table tbody tr > td:nth-child(4)::before{content:"Status";}
  .hu-table tbody tr > td:nth-child(5)::before{content:"Comment";}
  .hu-table tbody tr > td:nth-child(6)::before{content:"Actions";}

  #hu-pending-timeoff-table tbody tr > td:nth-child(1)::before{content:"Employee";}
  #hu-pending-timeoff-table tbody tr > td:nth-child(2)::before{content:"Period";}
  #hu-pending-timeoff-table tbody tr > td:nth-child(3)::before{content:"Date(s)";}
  #hu-pending-timeoff-table tbody tr > td:nth-child(4)::before{content:"Request";}
  #hu-pending-timeoff-table tbody tr > td:nth-child(5)::before{content:"Employee Note";}
  #hu-pending-timeoff-table tbody tr > td:nth-child(6)::before{content:"Decision";}

  #hu-pending-availability-table tbody tr > td:nth-child(1)::before{content:"Employee";}
  #hu-pending-availability-table tbody tr > td:nth-child(2)::before{content:"Effective";}
  #hu-pending-availability-table tbody tr > td:nth-child(3)::before{content:"Summary";}
  #hu-pending-availability-table tbody tr > td:nth-child(4)::before{content:"Notes";}
  #hu-pending-availability-table tbody tr > td:nth-child(5)::before{content:"Decision";}

  #hu-reviewed-timeoff-table tbody tr > td:nth-child(1)::before{content:"Employee";}
  #hu-reviewed-timeoff-table tbody tr > td:nth-child(2)::before{content:"Period";}
  #hu-reviewed-timeoff-table tbody tr > td:nth-child(3)::before{content:"Date(s)";}
  #hu-reviewed-timeoff-table tbody tr > td:nth-child(4)::before{content:"Request";}
  #hu-reviewed-timeoff-table tbody tr > td:nth-child(5)::before{content:"Employee Note";}
  #hu-reviewed-timeoff-table tbody tr > td:nth-child(6)::before{content:"Manager Note";}
  #hu-reviewed-timeoff-table tbody tr > td:nth-child(7)::before{content:"Outcome";}
  #hu-reviewed-timeoff-table tbody tr > td:nth-child(8)::before{content:"Reviewed";}
  #hu-reviewed-timeoff-table tbody tr > td:nth-child(9)::before{content:"Actions";}

  #hu-reviewed-availability-table tbody tr > td:nth-child(1)::before{content:"Employee";}
  #hu-reviewed-availability-table tbody tr > td:nth-child(2)::before{content:"Effective";}
  #hu-reviewed-availability-table tbody tr > td:nth-child(3)::before{content:"Summary";}
  #hu-reviewed-availability-table tbody tr > td:nth-child(4)::before{content:"Notes";}
  #hu-reviewed-availability-table tbody tr > td:nth-child(5)::before{content:"Manager Note";}
  #hu-reviewed-availability-table tbody tr > td:nth-child(6)::before{content:"Outcome";}
  #hu-reviewed-availability-table tbody tr > td:nth-child(7)::before{content:"Reviewed";}
  #hu-reviewed-availability-table tbody tr > td:nth-child(8)::before{content:"Actions";}

  .hu-status{
    font-size: 13px !important;
    padding: 7px 12px !important;
  }

  .hu-review-form,
  .hu-delete-reviewed-form{
    display: block !important;
  }

  .hu-review-note{
    min-height: 88px !important;
  }

  .hu-decision-actions{
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 10px !important;
  }

  .hu-decision-btn,
  .hu-delete-reviewed-btn{
    width: auto !important;
    min-width: 110px !important;
    justify-content: center !important;
  }

  .hu-history-filters,
  .hu-history-filters-timeoff{
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-bottom: 12px !important;
  }

  .hu-history-filter-item{
    width: 100% !important;
  }

  .hu-section-head h3,
  .hu-sched-card h3{
    font-size: 18px !important;
    line-height: 1.2 !important;
  }

  .hu-section-head p{
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
}


/* ===== v1.8.27 cleaner visual language ===== */
label[for="hu_window_id"]::before,
label[for="hu_effective_date"]::before,
label[for="hu_date_id"]::before,
label[for="hu_request_type"]::before,
label[for="hu_availability_notes"]::before,
label[for="hu_request_comment"]::before,
label[for="hu_employee_name"]::before,
label[for="hu_av_employee_name"]::before,
label[for="hu_request_scope"]::before{
  content:none !important;
  display:none !important;
}

.hu-day-summary-icon{
  display:none !important;
}

.hu-day-summary{
  gap:0 !important;
  padding:16px 18px !important;
}
.hu-day-summary-text{
  flex:1;
}
.hu-day-summary-text::before{
  content:"";
  display:inline-block;
  width:8px;
  height:28px;
  border-radius:999px;
  background:linear-gradient(180deg,#0e5b43,#78b800);
  margin-right:12px;
  vertical-align:middle;
}
.hu-day-summary-hint{
  position:relative;
  padding-right:18px;
}
.hu-day-summary-hint::after{
  content:"›";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-52%);
  font-size:18px;
  line-height:1;
  color:#78b800;
}
.hu-day-card[open] .hu-day-summary-hint::after{
  transform:translateY(-52%) rotate(90deg);
}

/* Calendar readability */
.hu-cal-day{
  overflow:visible;
}
.hu-cal-tooltip{
  width:min(300px, 92vw) !important;
  white-space:normal !important;
  word-break:break-word !important;
  z-index:40 !important;
}
.hu-cal-tooltip-item + .hu-cal-tooltip-item{
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.14);
}

/* Click modal for calendar details */
.hu-cal-modal-overlay{
  position:fixed;
  inset:0;
  background:rgba(7,14,20,.62);
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.hu-cal-modal{
  width:min(92vw, 420px);
  background:#fff;
  border-radius:24px;
  box-shadow:0 28px 80px rgba(0,0,0,.30);
  padding:24px 18px 18px;
  position:relative;
}
.hu-cal-modal-close{
  position:absolute;
  right:12px;
  top:10px;
  border:none;
  background:transparent;
  color:#475467;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.hu-cal-modal h4{
  margin:0 0 10px;
  color:#0e5b43;
  font-size:24px;
  font-weight:800;
  text-align:center;
}
.hu-cal-modal-item{
  border:1px solid #e5ebf0;
  border-radius:16px;
  padding:12px 14px;
  background:#fafcfd;
}
.hu-cal-modal-item + .hu-cal-modal-item{
  margin-top:10px;
}
.hu-cal-modal-status{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
  font-weight:800;
  margin-bottom:8px;
}
.hu-cal-modal-status.is-approved{background:#dff6e5;color:#165c2e;}
.hu-cal-modal-status.is-pending{background:#fff1bf;color:#855f00;}
.hu-cal-modal-status.is-denied{background:#ffe0e0;color:#a12a2a;}
.hu-cancel-row[hidden]{
  display:none !important;
}

/* Mobile polish */
@media (max-width: 767px){
  .hu-day-summary{
    padding:14px 16px !important;
  }
  .hu-day-summary-text{
    font-size:15px !important;
    line-height:1.2 !important;
  }
  .hu-day-summary-hint{
    font-size:12px !important;
    max-width:92px;
    text-align:right;
  }
  .hu-cal-day{
    min-height:82px !important;
  }
  .hu-cal-tooltip{
    display:none !important;
  }
}


/* v1.8.28 my calendar filter */
.hu-calendar-filter-bar{
  display:flex;
  justify-content:center;
  margin:0 0 14px;
}
.hu-calendar-filter-item{
  width:min(100%, 360px);
}
.hu-calendar-filter-item label{
  display:block;
  text-align:center;
  margin-bottom:6px;
}
.hu-calendar-type-filter{
  width:100%;
}
.hu-cal-pill.is-availability{
  outline:2px solid rgba(14,91,67,.12);
}
.hu-cal-modal-source{
  display:inline-block;
  margin-bottom:8px;
  color:#667085;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.35px;
}


/* ===== Manager calendar v1.8.34 ===== */
.hu-manager-calendar-controls{
  display:grid;
  grid-template-columns:minmax(0,1.4fr) minmax(220px,.8fr);
  gap:14px;
  margin:0 0 16px;
  align-items:end;
}
.hu-manager-calendar-search,
.hu-manager-calendar-filter{
  position:relative;
}
.hu-manager-employee-results{
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 8px);
  background:#fff;
  border:1px solid #dfe7ec;
  border-radius:16px;
  box-shadow:0 18px 40px rgba(16,24,40,.12);
  padding:8px;
  z-index:60;
  max-height:260px;
  overflow:auto;
}
.hu-manager-employee-option{
  border:none;
  background:#fff;
  width:100%;
  text-align:left;
  padding:10px 12px;
  border-radius:12px;
  cursor:pointer;
  color:#22303a;
}
.hu-manager-employee-option:hover{
  background:#f4f8f6;
}
.hu-manager-calendar-wrap .hu-cal-pill.is-availability{
  outline:2px solid rgba(14,91,67,.12);
}
@media (max-width: 767px){
  .hu-manager-calendar-controls{
    grid-template-columns:1fr;
  }
}


/* v1.8.35 manager calendar mode */
#huManagerEmployeeSearchWrap[hidden]{
  display:none !important;
}


/* v1.8.36 manager calendar status filter */
.hu-manager-calendar-controls{
  grid-template-columns:repeat(4, minmax(0,1fr));
}
@media (max-width: 900px){
  .hu-manager-calendar-controls{
    grid-template-columns:1fr 1fr;
  }
}
@media (max-width: 767px){
  .hu-manager-calendar-controls{
    grid-template-columns:1fr;
  }
}


/* v1.8.37 larger calendar arrows */
.hu-cal-nav,
.hu-manager-cal-nav{
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  border-radius: 16px !important;
  font-size: 34px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 800 !important;
  box-shadow: 0 8px 18px rgba(16,24,40,.08) !important;
}

.hu-my-calendar-toolbar{
  align-items: center !important;
}

@media (max-width: 767px){
  .hu-cal-nav,
  .hu-manager-cal-nav{
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    font-size: 28px !important;
    border-radius: 14px !important;
  }
}


/* ===== v1.8.39 shell drawer navigation ===== */
.hu-sched-tabs-original,
.hu-manager-tabs{
  display:none !important;
}

.hu-shellbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:18px 0 18px;
}
.hu-shellbar-toggle{
  border:none;
  background:linear-gradient(135deg,#0e5b43,#78b800);
  color:#fff;
  border-radius:999px;
  padding:12px 18px;
  display:inline-flex;
  align-items:center;
  gap:12px;
  cursor:pointer;
  font-weight:800;
  box-shadow:0 12px 24px rgba(14,91,67,.18);
}
.hu-shellbar-lines{
  display:inline-flex;
  flex-direction:column;
  gap:4px;
}
.hu-shellbar-lines span{
  display:block;
  width:18px;
  height:2px;
  border-radius:999px;
  background:#fff;
}
.hu-shellbar-current{
  color:#0e5b43;
  font-weight:800;
  font-size:15px;
  text-align:right;
}

.hu-shell-drawer-overlay{
  position:fixed;
  inset:0;
  background:rgba(6,16,18,.45);
  z-index:999998;
}
.hu-shell-drawer{
  position:fixed;
  top:0;
  left:0;
  height:100vh;
  width:min(360px,88vw);
  background:#fff;
  z-index:999999;
  box-shadow:22px 0 60px rgba(0,0,0,.18);
  transform:translateX(-104%);
  transition:transform .22s ease;
  padding:24px 18px 22px;
  overflow:auto;
}
.hu-shell-drawer.is-open{
  transform:translateX(0);
}
.hu-shell-drawer-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}
.hu-shell-drawer-title{
  font-size:22px;
  font-weight:900;
  color:#0e5b43;
}
.hu-shell-drawer-sub{
  color:#667085;
  margin-top:4px;
  line-height:1.4;
  font-size:14px;
}
.hu-shell-drawer-close{
  border:none;
  background:transparent;
  color:#475467;
  font-size:32px;
  line-height:1;
  cursor:pointer;
}
.hu-shell-drawer-section + .hu-shell-drawer-section{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid #e7edf1;
}
.hu-shell-drawer-label{
  color:#667085;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.5px;
  font-weight:900;
  margin-bottom:10px;
}
.hu-shell-drawer-link,
.hu-shell-drawer-sublink{
  width:100%;
  border:none;
  background:#f5f8fa;
  color:#1f2937;
  border-radius:16px;
  padding:13px 14px;
  text-align:left;
  font-weight:800;
  cursor:pointer;
  display:block;
}
.hu-shell-drawer-link + .hu-shell-drawer-link,
.hu-shell-drawer-sublink + .hu-shell-drawer-sublink{
  margin-top:8px;
}
.hu-shell-drawer-link.is-active,
.hu-shell-drawer-sublink.is-active{
  background:linear-gradient(135deg,#0e5b43,#78b800);
  color:#fff;
}
.hu-shell-drawer-link .hu-badge,
.hu-shell-drawer-sublink .hu-badge{
  float:right;
}

@media (max-width:767px){
  .hu-shellbar{
    flex-direction:column;
    align-items:stretch;
  }
  .hu-shellbar-toggle{
    justify-content:center;
  }
  .hu-shellbar-current{
    text-align:center;
  }
}


/* v1.8.40 shell drawer fallback */
.hu-shell-drawer{display:block !important;}
.hu-shell-drawer-overlay[hidden]{display:none !important;}


/* v1.8.41 force visible shell drawer */
#huShellDrawer{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  max-width:min(360px,88vw) !important;
}
#huShellDrawer.is-open{
  transform:translate3d(0,0,0) !important;
  left:0 !important;
}


/* v1.8.42 shell drawer interactions */
.hu-shell-manager-section[hidden]{
  display:none !important;
}
.hu-shell-drawer-link-manager{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
}
.hu-shell-drawer-caret{
  font-size:18px;
  line-height:1;
  transition:transform .18s ease;
}
.hu-shell-drawer-link-manager.is-open .hu-shell-drawer-caret{
  transform:rotate(180deg);
}


/* v1.8.46 employee filters on manager sections */
.hu-pending-filters{
  margin-bottom:14px;
}


/* v1.8.47 typeahead employee filters */
.hu-employee-search-filter{position:relative;}
.hu-employee-search-results{
  position:absolute;
  left:0; right:0; top:calc(100% + 8px);
  background:#fff;
  border:1px solid #dfe7ec;
  border-radius:16px;
  box-shadow:0 18px 40px rgba(16,24,40,.12);
  padding:8px;
  z-index:60;
  max-height:260px;
  overflow:auto;
}
.hu-employee-search-option{
  border:none;
  background:#fff;
  width:100%;
  text-align:left;
  padding:10px 12px;
  border-radius:12px;
  cursor:pointer;
  color:#22303a;
}
.hu-employee-search-option:hover{background:#f4f8f6;}


/* v1.8.48 cleaner employee search flow */
.hu-employee-search-filter[hidden]{
  display:none !important;
}
.hu-employee-mode-select{
  width:100%;
}


/* v1.8.49 request form cleanup */
.hu-form-intro-request-clean{
  justify-content:center;
  text-align:center;
  padding:20px 24px !important;
}
.hu-form-intro-request-clean .hu-form-intro-icon{
  display:none !important;
}
.hu-form-intro-request-clean h4{
  margin-bottom:6px;
}
.hu-form-intro-request-clean p{
  max-width:760px;
  margin:0 auto;
}

.hu-request-section{
  background:#fbfcfd;
  border:1px solid #e8edf2;
  border-radius:22px;
  padding:20px 20px 18px;
  margin-top:16px;
}
.hu-request-section-head{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:14px;
}
.hu-request-step{
  width:34px;
  height:34px;
  min-width:34px;
  border-radius:999px;
  background:linear-gradient(135deg,#0e5b43,#78b800);
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  box-shadow:0 8px 16px rgba(14,91,67,.16);
}
.hu-request-section-head h5{
  margin:0;
  font-size:20px;
  line-height:1.1;
  color:#0e5b43;
  font-weight:900;
}
.hu-request-section-head p{
  margin:5px 0 0;
  color:#667085;
  line-height:1.45;
}
.hu-grid-request-top,
.hu-grid-request-dates{
  margin-top:8px;
}
.hu-request-section textarea{
  min-height:120px;
}
.hu-request-submitbar{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  margin-top:18px;
  padding-top:4px;
}
.hu-request-submitbar .hu-btn{
  min-width:190px;
}
#hu_range_end_wrap[hidden]{
  display:none !important;
}

@media (max-width: 767px){
  .hu-form-intro-request-clean{
    padding:16px !important;
  }
  .hu-request-section{
    padding:16px 16px 14px;
    border-radius:18px;
  }
  .hu-request-section-head{
    gap:12px;
    margin-bottom:12px;
  }
  .hu-request-section-head h5{
    font-size:18px;
  }
  .hu-request-step{
    width:30px;
    height:30px;
    min-width:30px;
    font-size:14px;
  }
  .hu-request-submitbar .hu-btn{
    width:100%;
    max-width:none !important;
  }
}


/* v1.8.50 availability form cleanup */
.hu-form-intro-availability-clean{
  justify-content:center;
  text-align:center;
  padding:20px 24px !important;
}
.hu-form-intro-availability-clean .hu-form-intro-icon{
  display:none !important;
}
.hu-form-intro-availability-clean h4{
  margin-bottom:6px;
}
.hu-form-intro-availability-clean p{
  max-width:780px;
  margin:0 auto;
}

.hu-current-availability-card-clean{
  margin-top:16px;
  background:#fbfcfd;
  border:1px solid #e8edf2;
  border-radius:22px;
  padding:18px 18px 16px;
}
.hu-current-availability-icon-clean{
  width:34px;
  height:34px;
  min-width:34px;
  border-radius:999px;
  background:linear-gradient(135deg,#0e5b43,#78b800);
  position:relative;
  box-shadow:0 8px 16px rgba(14,91,67,.16);
  font-size:0 !important;
}
.hu-current-availability-icon-clean::after{
  content:"";
  position:absolute;
  inset:9px;
  border-right:3px solid #fff;
  border-bottom:3px solid #fff;
  transform:rotate(45deg);
}

.hu-availability-section{
  margin-top:16px;
}
.hu-confirm-replace-card{
  margin-top:14px;
  margin-bottom:14px;
  padding:14px 16px;
  border-radius:18px;
  background:#fff9f1;
  border:1px solid #f0dfc2;
}
.hu-confirm-replace-card .hu-sched-notice{
  margin-bottom:12px;
}
.hu-availability-section .hu-availability-grid{
  margin-top:10px;
}
.hu-availability-section details.hu-day-card{
  background:#fff;
  border:1px solid #e8edf2;
}
.hu-availability-section details.hu-day-card[open]{
  border-color:#d6e8dc;
  box-shadow:0 10px 26px rgba(16,24,40,.05);
}
.hu-availability-section .hu-day-summary{
  background:linear-gradient(180deg,#f9fcfa,#f5faf7);
}
.hu-availability-section details.hu-day-card[open] .hu-day-summary{
  background:linear-gradient(180deg,#f4faf6,#edf7f1);
}
.hu-availability-section .hu-day-card-body{
  padding-top:0;
}
.hu-availability-section textarea{
  min-height:120px;
}

@media (max-width:767px){
  .hu-form-intro-availability-clean{
    padding:16px !important;
  }
  .hu-current-availability-card-clean{
    border-radius:18px;
    padding:16px;
  }
  .hu-confirm-replace-card{
    border-radius:16px;
    padding:12px 14px;
  }
}


/* v1.8.51 fix availability accordion neighbor stretch */
.hu-availability-grid,
.hu-availability-accordion{
  align-items:start !important;
}
.hu-availability-grid > .hu-day-card,
.hu-availability-accordion > .hu-day-card{
  align-self:start !important;
  height:auto !important;
}
.hu-availability-section details.hu-day-card{
  overflow:hidden;
}
.hu-availability-section details.hu-day-card:not([open]) .hu-day-card-body{
  display:none !important;
}

/* v1.8.53 date filter */
.hu-date-filter{width:100%;}


/* v1.8.56 employee search cleanup */
.hu-history-filters{
  align-items:end;
}
.hu-history-filter-item.hu-employee-search-filter{
  min-width: 360px;
}
.hu-employee-search-control{
  position:relative;
  width:100%;
}
.hu-employee-search-input{
  width:100%;
  padding-right:42px !important;
  text-overflow:ellipsis;
}
.hu-employee-search-clear{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  width:24px;
  height:24px;
  border:none;
  border-radius:999px;
  background:#eef3f1;
  color:#51606f;
  font-size:18px;
  line-height:1;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.hu-employee-search-clear:hover{
  background:#dfe8e4;
  color:#22303a;
}

@media (min-width: 1100px){
  .hu-history-filter-item.hu-employee-search-filter{
    min-width: 470px;
  }
}

@media (max-width: 767px){
  .hu-history-filter-item.hu-employee-search-filter{
    min-width: 100%;
  }
}


/* v1.8.57 manager team calendar search cleanup */
.hu-manager-calendar-search{
  min-width: 380px;
}
.hu-manager-employee-search-control{
  position:relative;
  width:100%;
}
.hu-manager-employee-search-control input{
  width:100%;
  padding-right:42px !important;
}
.hu-manager-employee-search-clear{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  width:24px;
  height:24px;
  border:none;
  border-radius:999px;
  background:#eef3f1;
  color:#51606f;
  font-size:18px;
  line-height:1;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.hu-manager-employee-search-clear:hover{
  background:#dfe8e4;
  color:#22303a;
}
@media (min-width: 1100px){
  .hu-manager-calendar-search{
    min-width: 470px;
  }
}


/* v1.8.58 manager calendar search spacing fix */
.hu-manager-calendar-controls{
  align-items:end !important;
  gap:16px !important;
}
.hu-manager-calendar-search{
  min-width: 0 !important;
}
.hu-manager-employee-search-control{
  min-width: 0;
  width: 100%;
}
.hu-manager-employee-search-control input{
  width:100% !important;
  padding-right:48px !important;
}
.hu-manager-employee-search-clear{
  right:12px !important;
  z-index:3;
}
#huManagerEmployeeSearch{
  min-width: 0 !important;
}
@media (min-width: 900px){
  .hu-manager-calendar-controls{
    grid-template-columns: 1.05fr 1.25fr 1fr 1fr !important;
  }
}
@media (max-width: 899px){
  .hu-manager-calendar-controls{
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 767px){
  .hu-manager-calendar-controls{
    grid-template-columns: 1fr !important;
  }
}


/* v1.8.59 mobile manager layout cleanup */
@media (max-width: 767px){
  .hu-shellbar{
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    margin: 10px 0 16px !important;
  }
  .hu-shellbar-toggle{
    width: auto !important;
    min-width: 0 !important;
    justify-content: center !important;
    padding: 12px 18px !important;
    margin: 0 !important;
  }
  .hu-shellbar-current{
    text-align: left !important;
    font-size: 15px !important;
    margin: 0 !important;
  }
  .hu-sched-header{
    padding-bottom: 2px !important;
  }
  .hu-sched-card,
  .hu-request-section,
  .hu-current-availability-card,
  .hu-current-availability-card-clean{
    overflow: visible !important;
  }
  .hu-manager-table,
  .hu-manager-table tbody,
  .hu-manager-table tr,
  .hu-manager-table td{
    overflow: visible !important;
  }
  .hu-manager-table td{
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 16px !important;
  }
  .hu-manager-table td:last-child{
    padding-bottom: 24px !important;
  }
  .hu-manager-table textarea,
  .hu-manager-table .hu-decision-note,
  .hu-manager-table .hu-manager-note,
  .hu-manager-table .hu-review-note{
    min-height: 140px !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    margin-bottom: 12px !important;
  }
  .hu-manager-table .hu-request-count-note{
    margin-top: 10px !important;
    margin-bottom: 14px !important;
    display: block !important;
  }
  .hu-manager-table .hu-action-buttons,
  .hu-manager-table .hu-decision-actions{
    margin-top: 10px !important;
    padding-bottom: 4px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
  }
  .hu-manager-table .hu-btn,
  .hu-manager-table button,
  .hu-manager-table input[type="submit"]{
    max-width: 100% !important;
  }
  .hu-mobile-card,
  .hu-manager-mobile-card{
    overflow: visible !important;
    padding-bottom: 18px !important;
  }
  .hu-mobile-card textarea,
  .hu-manager-mobile-card textarea{
    min-height: 140px !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .hu-history-filters,
  .hu-manager-calendar-controls{
    row-gap: 14px !important;
  }
  .hu-sched-wrap{
    padding-bottom: 28px !important;
  }
}


/* v1.8.60 mobile menu button top-left */
@media (max-width: 767px){
  .hu-shellbar{
    display:flex !important;
    justify-content:flex-start !important;
    align-items:center !important;
    margin: 4px 0 14px !important;
  }

  .hu-shellbar-toggle{
    order: 1 !important;
    align-self:flex-start !important;
    margin-right: 0 !important;
  }

  .hu-shellbar-current{
    order: 2 !important;
    text-align:left !important;
    margin-left: 12px !important;
    flex: 0 1 auto !important;
  }

  .hu-sched-header{
    align-items:center !important;
  }
}


/* v1.8.61 force mobile menu/header positioning */
@media (max-width: 767px){
  .hu-shellbar{
    display:flex !important;
    flex-direction:row !important;
    justify-content:flex-start !important;
    align-items:center !important;
    width:100% !important;
    margin:0 0 14px 0 !important;
    padding:0 !important;
  }

  .hu-shellbar-toggle{
    display:inline-flex !important;
    position:relative !important;
    left:0 !important;
    top:0 !important;
    margin:0 !important;
    align-self:flex-start !important;
    flex:0 0 auto !important;
  }

  .hu-shellbar-current{
    display:inline-block !important;
    position:relative !important;
    left:0 !important;
    top:0 !important;
    margin:0 0 0 12px !important;
    text-align:left !important;
    flex:0 1 auto !important;
  }

  .hu-sched-wrap .hu-shellbar,
  .hu-sched-card .hu-shellbar,
  .hu-tab-panel .hu-shellbar{
    justify-content:flex-start !important;
  }

  .hu-sched-wrap .hu-shellbar-toggle,
  .hu-sched-card .hu-shellbar-toggle,
  .hu-tab-panel .hu-shellbar-toggle{
    margin-right:0 !important;
  }
}


/* v1.8.68 center mobile menu row again */
@media (max-width: 767px){
  .hu-shellbar{
    display:flex !important;
    flex-direction:row !important;
    justify-content:center !important;
    align-items:center !important;
    width:100% !important;
    margin:0 0 14px 0 !important;
    padding:0 !important;
    gap:16px !important;
  }

  .hu-shellbar-toggle{
    display:inline-flex !important;
    position:relative !important;
    left:auto !important;
    top:auto !important;
    margin:0 !important;
    align-self:center !important;
    flex:0 0 auto !important;
  }

  .hu-shellbar-current{
    display:inline-block !important;
    position:relative !important;
    left:auto !important;
    top:auto !important;
    margin:0 !important;
    text-align:left !important;
    flex:0 1 auto !important;
  }

  .hu-sched-wrap .hu-shellbar,
  .hu-sched-card .hu-shellbar,
  .hu-tab-panel .hu-shellbar{
    justify-content:center !important;
  }
}
