.ehl-frontend { width: 100%; max-width: none; margin: 1rem 0; font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; box-sizing: border-box; }
.ehl-frontend *, .ehl-frontend *::before, .ehl-frontend *::after { box-sizing: border-box; }
.ehl-notice { padding: 10px 12px; margin: 0 0 12px; background: #e7f5ff; border: 1px solid #b3e0ff; border-radius: 7px; }
.ehl-notice--error { background: #fff1f0; border-color: #ffc7ce; color: #9c0006; }
.ehl-tenant-select { width: min(50%, 560px); min-width: min(300px, 100%); margin-bottom: 18px; }
.ehl-tenant-select-input { width: 100%; min-height: 42px; padding: 7px 10px; }
.ehl-toolbar { display: flex; justify-content: flex-end; margin-bottom: 10px; }
.ehl-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 7px 13px; border: 1px solid #c3c4c7; border-radius: 6px; background: #f6f7f7; color: #1d2327; cursor: pointer; }
.ehl-secondary:hover { background: #fff; border-color: #8c8f94; }
.ehl-acc-item { margin: 10px 0; overflow: hidden; border: 1px solid #dcdcde; border-radius: 10px; background: #fff; }
.ehl-acc-head { position: relative; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; width: 100%; padding: 13px 48px 13px 14px; border: 0; background: #f7f7f8; color: #1d2327; text-align: left; cursor: pointer; }
.ehl-acc-head::after { content: "⌄"; position: absolute; right: 14px; font-size: 20px; }
.ehl-acc-head[aria-expanded="true"]::after { content: "⌃"; }
.ehl-task-title { font-weight: 700; }
.ehl-acc-body { padding: 14px; }
.ehl-task-description { padding: 12px 14px; margin-bottom: 14px; border-left: 4px solid #c3c4c7; background: #f8f9fa; }
.ehl-task-description > :first-child { margin-top: 0; }
.ehl-task-description > :last-child { margin-bottom: 0; }
.ehl-slot { padding: 12px; margin: 10px 0; border: 1px solid #dcdcde; border-radius: 8px; }
.ehl-slot-time { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin-bottom: 8px; font-weight: 650; }
.ehl-slot-list { margin: 0 0 10px 1.35rem; }
.ehl-slot-locked { font-weight: 400; }
.ehl-label { display: inline-block; padding: 3px 9px; border: 1px solid; border-radius: 999px; font-size: 12px; line-height: 1.25; white-space: nowrap; }
.ehl-label--red { background: #FFC7CE; border-color: #9C0006; color: #9C0006; }
.ehl-label--yellow { background: #FFEB9C; border-color: #9C5700; color: #9C5700; }
.ehl-label--green { background: #C6EFCE; border-color: #006100; color: #006100; }
.ehl-link-btn { padding: 0; border: 0; background: transparent; color: #0b5ed7; text-decoration: underline; cursor: pointer; font: inherit; }
.ehl-modal { position: fixed; inset: 0; z-index: 100000; display: none; }
.ehl-modal[aria-hidden="false"] { display: block; }
.ehl-modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.ehl-modal-dialog { position: relative; width: min(92vw, 560px); max-height: 86vh; overflow: auto; margin: 7vh auto; background: #fff; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,.35); }
.ehl-modal-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px; border-bottom: 1px solid #dcdcde; }
.ehl-modal-header h3 { margin: 0; }
.ehl-modal-body { padding: 20px; }
.ehl-modal-close { border: 0; background: transparent; font-size: 28px; line-height: 1; cursor: pointer; }
.ehl-field { margin-bottom: 13px; }
.ehl-field label { display: block; font-weight: 600; }
.ehl-field input { width: 100%; margin-top: 5px; padding: 8px 9px; border: 1px solid #8c8f94; border-radius: 5px; }
.ehl-actions { display: flex; justify-content: flex-end; margin-top: 18px; }
.ehl-modal-open { overflow: hidden; }
@media (max-width: 700px) {
  .ehl-tenant-select { width: 100%; min-width: 0; }
  .ehl-toolbar { justify-content: stretch; }
  .ehl-toolbar .ehl-secondary { width: 100%; }
  .ehl-acc-head { align-items: flex-start; }
  .ehl-label { white-space: normal; }
  .ehl-modal-dialog { margin: 4vh auto; max-height: 92vh; }
}

.ehl-notice { transition: opacity .35s ease, transform .35s ease; }
.ehl-notice--hiding { opacity: 0; transform: translateY(-4px); }
.ehl-tenant-select { position: relative; }
.ehl-tenant-select-button { display:flex; align-items:center; justify-content:space-between; gap:10px; width:100%; min-height:42px; padding:7px 10px; border:1px solid #8c8f94; border-radius:6px; background:#fff; cursor:pointer; text-align:left; }
.ehl-tenant-selected-content, .ehl-tenant-option { display:flex; align-items:center; gap:9px; }
.ehl-tenant-selected-content img, .ehl-tenant-option img { width:24px; height:24px; object-fit:contain; flex:0 0 24px; }
.ehl-tenant-options { position:absolute; z-index:50; top:calc(100% + 4px); left:0; right:0; padding:4px; border:1px solid #c3c4c7; border-radius:7px; background:#fff; box-shadow:0 10px 28px rgba(0,0,0,.16); }
.ehl-tenant-option { width:100%; padding:8px 9px; border:0; border-radius:5px; background:transparent; cursor:pointer; text-align:left; }
.ehl-tenant-option:hover, .ehl-tenant-option:focus { background:#f0f6fc; }
.ehl-self-service { margin-top: 28px; padding: 18px; border: 1px solid #dcdcde; border-radius: 10px; background: #f8f9fa; }
.ehl-self-service h3 { margin-top: 0; }
.ehl-self-service-form { display: flex; align-items: flex-end; gap: 10px; flex-wrap: wrap; }
.ehl-self-service-form label { flex: 1 1 280px; font-weight: 600; }
.ehl-self-service-form label span { display: block; margin-bottom: 5px; }
.ehl-self-service-form input { width: 100%; min-height: 40px; padding: 8px 9px; border: 1px solid #8c8f94; border-radius: 5px; }
.ehl-manage-card { padding: 22px; border: 1px solid #dcdcde; border-radius: 12px; background: #fff; }
.ehl-manage-card h2 { margin-top: 0; }
.ehl-manage-intro { margin: 18px 0; padding: 14px; border-left: 4px solid #c3c4c7; background: #f8f9fa; }
.ehl-manage-list { display: grid; gap: 12px; }
.ehl-manage-assignment { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px; border: 1px solid #dcdcde; border-radius: 8px; }
.ehl-cancel-button { min-height: 38px; padding: 7px 12px; border: 1px solid #b32d2e; border-radius: 6px; background: #fff; color: #b32d2e; cursor: pointer; }
.ehl-cancel-button:hover { background: #b32d2e; color: #fff; }
@media (max-width: 700px) { .ehl-self-service-form, .ehl-manage-assignment { align-items: stretch; flex-direction: column; } .ehl-self-service-form .ehl-secondary, .ehl-cancel-button { width: 100%; } }

/* 1.4.114 interface refinement */
.ehl-toolbar .ehl-expand-all,
.ehl-toolbar .ehl-expand-all:hover,
.ehl-toolbar .ehl-expand-all:focus,
.ehl-toolbar .ehl-expand-all:active {
  display:inline-flex; align-items:center; gap:7px; background:#f6f7f7 !important; color:#1d2327 !important;
  border:1px solid #8c8f94 !important; box-shadow:none !important; text-decoration:none !important; outline-offset:2px;
}
.ehl-toolbar .ehl-expand-all:hover { background:#eef0f2 !important; border-color:#50575e !important; }
.ehl-toolbar .ehl-expand-all:focus-visible { outline:3px solid rgba(34,113,177,.28) !important; }
.ehl-task-summary { background:#f7f7f8; }
.ehl-acc-head { justify-content:space-between; padding-right:14px; }
.ehl-acc-head::after { display:none !important; content:none !important; }
.ehl-task-heading-main { display:flex; align-items:center; flex-wrap:wrap; gap:8px; min-width:0; }
.ehl-accordion-icon { flex:0 0 auto; font-size:15px; line-height:1; }
.ehl-task-capacity, .ehl-slot-capacity { display:inline-flex; align-items:center; min-height:23px; padding:2px 8px; border-radius:999px; background:#fff; border:1px solid #dcdcde; color:#50575e; font-size:12px; font-weight:600; }
.ehl-task-description { margin:0; padding:0 14px 13px; border:0; border-left:0; background:transparent; color:#3c434a; }
.ehl-task-description p { margin:.25em 0; }
.ehl-acc-body { border-top:1px solid #e2e4e7; background:#fff; }
.ehl-slot { background:#fbfbfc; }
.ehl-slot-time { gap:8px; }
.ehl-notice ul { margin:8px 0 0 1.2rem; }
.ehl-checkbox-field { padding:11px 12px; border:1px solid #c3c4c7; border-radius:7px; background:#f6f7f7; }
.ehl-checkbox-field input { margin-right:7px; }
@media (max-width:700px){
  .ehl-task-heading-main { padding-right:4px; }
  .ehl-task-description { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; overflow:hidden; }
  .ehl-acc-item.active .ehl-task-description { display:block; overflow:visible; }
  .ehl-task-capacity { width:100%; justify-content:center; }
}


/* 1.4.115 final planning UI adjustments */
.ehl-register {
  display:inline-flex; align-items:center; justify-content:center; gap:7px; min-height:40px; padding:8px 14px;
  border:1px solid #0b5ed7; border-radius:7px; background:#0b5ed7; color:#fff; font-weight:650;
  text-decoration:none; box-shadow:0 1px 2px rgba(0,0,0,.08);
}
.ehl-register:hover, .ehl-register:focus { background:#094db1; border-color:#094db1; color:#fff; text-decoration:none; }
.ehl-register:focus-visible { outline:3px solid rgba(11,94,215,.25); outline-offset:2px; }
.ehl-register-submit { gap:7px; background:#0b5ed7; border-color:#0b5ed7; color:#fff; font-weight:650; }
.ehl-register-submit:hover, .ehl-register-submit:focus { background:#094db1; border-color:#094db1; color:#fff; }
.ehl-task-capacity--mixed { font-weight:400; white-space:normal; }
.ehl-task-capacity--mixed em { font-style:italic; }
.ehl-slot-locked { display:block; width:100%; margin-top:5px; color:#646970; }


/* 1.4.116 focused usability fixes */
.ehl-register {
  display:inline-flex; align-items:center; justify-content:center; min-height:36px; padding:7px 12px;
  border:1px solid #a7aaad; border-radius:6px; background:#f6f7f7; color:#1d2327; font-weight:400;
  text-decoration:none; box-shadow:0 1px 1px rgba(0,0,0,.04);
}
.ehl-register:hover, .ehl-register:focus { background:#e9eaec; border-color:#787c82; color:#1d2327; text-decoration:none; }
.ehl-register:focus-visible { outline:2px solid #2271b1; outline-offset:2px; }
.ehl-register-submit { background:#f6f7f7; border-color:#a7aaad; color:#1d2327; font-weight:400; }
.ehl-register-submit:hover, .ehl-register-submit:focus { background:#e9eaec; border-color:#787c82; color:#1d2327; }
.ehl-manage-task-title { display:block; margin-bottom:5px; font-size:1.05em; }
.ehl-manage-task-description { margin:0 0 10px; padding:8px 11px; border-left:3px solid #c3c4c7; background:#f6f7f7; color:#3c434a; }
.ehl-manage-task-description p { margin:.25em 0; }
.ehl-manage-time { font-weight:600; }


/* 1.4.117 smoother controls */
.ehl-accordion-icon, .ehl-expand-all > span:first-child { font-family: inherit; font-size: 17px; line-height: 1; }
.ehl-self-service .ehl-manage-submit,
.ehl-self-service .ehl-manage-submit:visited {
  background:#f6f7f7; border-color:#8c8f94; color:#1d2327; text-decoration:none; font-weight:400;
}
.ehl-self-service .ehl-manage-submit:hover,
.ehl-self-service .ehl-manage-submit:focus,
.ehl-self-service .ehl-manage-submit:active {
  background:#e2e4e7; border-color:#50575e; color:#1d2327; text-decoration:none; box-shadow:none;
}
.ehl-self-service .ehl-manage-submit:focus-visible { outline:2px solid #2271b1; outline-offset:2px; }


/* 1.4.118 prevent theme focus styles from sticking after accordion clicks */
.ehl-frontend .ehl-acc-head,
.ehl-frontend .ehl-acc-head:visited,
.ehl-frontend .ehl-acc-head:active,
.ehl-frontend .ehl-acc-head:focus {
  background:#f7f7f8 !important;
  color:#1d2327 !important;
  border:0 !important;
  box-shadow:none !important;
  text-decoration:none !important;
}
.ehl-frontend .ehl-acc-head:hover {
  background:#eef0f2 !important;
  color:#1d2327 !important;
}
.ehl-frontend .ehl-acc-head:focus:not(:focus-visible) {
  outline:none !important;
}
.ehl-frontend .ehl-acc-head:focus-visible {
  background:#eef0f2 !important;
  outline:2px solid #2271b1 !important;
  outline-offset:-2px;
}


/* 1.4.119 theme-resistant self-service form */
.ehl-frontend .ehl-self-service-form input[type="email"] {
  box-sizing:border-box !important;
  width:100% !important;
  min-height:42px !important;
  padding:8px 10px !important;
  border:1px solid #8c8f94 !important;
  border-radius:5px !important;
  background:#fff !important;
  color:#1d2327 !important;
  box-shadow:inset 0 1px 2px rgba(0,0,0,.04) !important;
  opacity:1 !important;
}
.ehl-frontend .ehl-self-service-form input[type="email"]:hover { border-color:#646970 !important; }
.ehl-frontend .ehl-self-service-form input[type="email"]:focus {
  border-color:#2271b1 !important;
  background:#fff !important;
  color:#1d2327 !important;
  box-shadow:0 0 0 1px #2271b1 !important;
  outline:0 !important;
}
.ehl-frontend .ehl-self-service .ehl-manage-submit,
.ehl-frontend .ehl-self-service .ehl-manage-submit:visited {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
  min-height:42px !important;
  padding:8px 14px !important;
  border:1px solid #8c8f94 !important;
  border-radius:5px !important;
  background:#f6f7f7 !important;
  color:#1d2327 !important;
  font:inherit !important;
  font-weight:400 !important;
  line-height:1.25 !important;
  text-decoration:none !important;
  text-shadow:none !important;
  box-shadow:0 1px 1px rgba(0,0,0,.04) !important;
  opacity:1 !important;
  cursor:pointer !important;
}
.ehl-frontend .ehl-self-service .ehl-manage-submit:hover {
  border-color:#50575e !important;
  background:#e2e4e7 !important;
  color:#1d2327 !important;
}
.ehl-frontend .ehl-self-service .ehl-manage-submit:focus,
.ehl-frontend .ehl-self-service .ehl-manage-submit:focus-visible {
  border-color:#2271b1 !important;
  background:#eef0f2 !important;
  color:#1d2327 !important;
  box-shadow:0 0 0 1px #2271b1 !important;
  outline:0 !important;
}
.ehl-frontend .ehl-self-service .ehl-manage-submit:active {
  background:#dcdcde !important;
  color:#1d2327 !important;
  transform:translateY(1px);
}


/* 1.4.122 event-specific mail settings and frontend refinement */
.ehl-frontend .ehl-task-description {
  padding:10px 14px 12px;
  border-top:1px solid #e2e4e7;
  background:#fafafa;
  color:#50575e;
  font-style:italic;
  cursor:pointer;
}
.ehl-frontend .ehl-task-description:hover { background:#f1f3f4; color:#1d2327; }
.ehl-frontend .ehl-task-description:focus-visible { outline:2px solid #2271b1; outline-offset:-2px; }
.ehl-frontend #ehlRegSummary { white-space:pre-line; line-height:1.55; }
.ehl-frontend .ehl-multi-slot-option { padding:0; overflow:hidden; background:#f6f7f7; }
.ehl-frontend .ehl-multi-slot-option > label {
  display:flex; align-items:flex-start; gap:12px; margin:0; padding:13px 14px; cursor:pointer;
}
.ehl-frontend .ehl-multi-slot-option input[type="checkbox"] {
  flex:0 0 auto; width:18px; height:18px; margin:2px 0 0; accent-color:#2271b1;
}
.ehl-frontend .ehl-multi-slot-copy { display:flex; flex-direction:column; gap:4px; min-width:0; }
.ehl-frontend .ehl-multi-slot-copy strong { font-weight:600; line-height:1.35; }
.ehl-frontend .ehl-multi-slot-copy small { color:#646970; font-size:.9em; line-height:1.4; }
.ehl-frontend .ehl-multi-slot-option:has(input:checked) { border-color:#2271b1; background:#eef6fc; }


/* 1.4.123 personal assignment management refinement */
.ehl-manage-page .ehl-manage-card {
  padding:clamp(18px, 3vw, 28px);
}
.ehl-manage-page .ehl-manage-header {
  margin-bottom:24px;
}
.ehl-manage-page .ehl-manage-header h2 {
  margin:0 0 10px;
}
.ehl-manage-page .ehl-manage-header p {
  margin:0;
}
.ehl-manage-page .ehl-manage-assignments > h3 {
  margin:0 0 12px;
}
.ehl-manage-page .ehl-manage-list {
  display:grid;
  gap:10px;
}
.ehl-manage-page .ehl-manage-assignment {
  display:grid;
  grid-template-columns:minmax(0, 1fr) auto;
  align-items:center;
  gap:18px;
  padding:0;
  overflow:hidden;
  border:1px solid #dcdcde;
  border-radius:9px;
  background:#fff;
}
.ehl-manage-page .ehl-manage-assignment-main {
  min-width:0;
  padding:14px 16px;
}
.ehl-manage-page .ehl-manage-task-row {
  display:grid;
  grid-template-columns:minmax(180px, 1fr) auto auto;
  align-items:center;
  gap:12px 18px;
}
.ehl-manage-page .ehl-manage-task-title {
  margin:0;
  font-size:1rem;
  line-height:1.35;
}
.ehl-manage-page .ehl-manage-date,
.ehl-manage-page .ehl-manage-time {
  color:#3c434a;
  font-size:.94rem;
  font-weight:600;
  white-space:nowrap;
}
.ehl-manage-page .ehl-manage-description {
  margin-top:11px;
  border-top:1px solid #e2e4e7;
}
.ehl-manage-page .ehl-manage-description summary {
  display:flex;
  align-items:center;
  gap:7px;
  width:max-content;
  max-width:100%;
  padding-top:9px;
  color:#50575e;
  font-size:.92rem;
  font-style:italic;
  cursor:pointer;
  list-style:none;
}
.ehl-manage-page .ehl-manage-description summary::-webkit-details-marker { display:none; }
.ehl-manage-page .ehl-manage-description summary::after {
  content:"⯆";
  font-style:normal;
  font-size:13px;
  line-height:1;
}
.ehl-manage-page .ehl-manage-description[open] summary::after { content:"⯅"; }
.ehl-manage-page .ehl-manage-description summary:hover { color:#1d2327; }
.ehl-manage-page .ehl-manage-description summary:focus-visible {
  outline:2px solid #2271b1;
  outline-offset:2px;
  border-radius:3px;
}
.ehl-manage-page .ehl-manage-description-content {
  margin-top:8px;
  padding:10px 12px;
  border-left:3px solid #c3c4c7;
  background:#f6f7f7;
  color:#50575e;
  font-size:.94rem;
  font-style:italic;
  line-height:1.55;
}
.ehl-manage-page .ehl-manage-description-content p { margin:.3em 0; }
.ehl-manage-page .ehl-manage-comment {
  display:flex;
  gap:8px;
  margin-top:10px;
  color:#50575e;
  font-size:.92rem;
}
.ehl-manage-page .ehl-manage-comment span { font-weight:600; }
.ehl-manage-page .ehl-manage-cancel-form {
  align-self:stretch;
  display:flex;
  align-items:center;
  padding:12px 14px;
  border-left:1px solid #e2e4e7;
  background:#fafafa;
}
.ehl-manage-page .ehl-cancel-button,
.ehl-manage-page .ehl-cancel-button:visited {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:6px 10px;
  border:1px solid #b32d2e;
  border-radius:5px;
  background:#fff;
  color:#8a2424;
  font:inherit;
  font-size:.88rem;
  font-weight:400;
  line-height:1.25;
  text-decoration:none;
  white-space:nowrap;
  cursor:pointer;
  box-shadow:none;
}
.ehl-manage-page .ehl-cancel-button:hover {
  border-color:#8a2424;
  background:#fff1f0;
  color:#6f1d1d;
}
.ehl-manage-page .ehl-cancel-button:focus-visible {
  outline:2px solid #b32d2e;
  outline-offset:2px;
}
@media (max-width:760px) {
  .ehl-manage-page .ehl-manage-assignment {
    grid-template-columns:1fr;
    gap:0;
  }
  .ehl-manage-page .ehl-manage-task-row {
    grid-template-columns:1fr;
    gap:4px;
  }
  .ehl-manage-page .ehl-manage-date,
  .ehl-manage-page .ehl-manage-time {
    white-space:normal;
  }
  .ehl-manage-page .ehl-manage-cancel-form {
    align-self:auto;
    justify-content:flex-end;
    border-top:1px solid #e2e4e7;
    border-left:0;
    padding:10px 14px;
  }
  .ehl-manage-page .ehl-cancel-button { width:auto; }
}


/* 1.4.124 standalone self-service portal */
.ehl-management-standalone { max-width:760px; margin:24px auto; }
.ehl-management-message {
  display:flex; align-items:flex-start; gap:12px; padding:16px 18px; border:1px solid #c3c4c7;
  border-radius:10px; background:#fff; color:#2c3338; box-shadow:0 1px 2px rgba(0,0,0,.04);
}
.ehl-management-message-icon {
  display:inline-flex; align-items:center; justify-content:center; flex:0 0 28px; width:28px; height:28px;
  border-radius:50%; background:#f0f6fc; color:#2271b1; font-weight:700; font-style:normal;
}
.ehl-management-message strong { display:block; margin:2px 0 4px; font-size:1rem; }
.ehl-management-message p { margin:0; color:#50575e; line-height:1.5; }
.ehl-management-message--error { border-color:#f0b7b7; background:#fffafa; }
.ehl-management-message--error .ehl-management-message-icon { background:#fff1f0; color:#9c0006; }
@media (max-width:600px) {
  .ehl-management-standalone { margin:16px 0; }
  .ehl-management-message { padding:14px; }
}


/* 1.4.126 unified task summary hover area */
.ehl-frontend .ehl-task-summary { background:#f7f7f8; }
.ehl-frontend .ehl-acc-head {
  display:block; width:100%; padding:0; border:0; background:#f7f7f8; color:#1d2327; cursor:pointer; text-align:left;
  transition:background-color .15s ease, box-shadow .15s ease;
}
.ehl-frontend .ehl-acc-head:hover { background:#f0f1f2; color:#1d2327; }
.ehl-frontend .ehl-acc-head:focus { background:#f7f7f8; color:#1d2327; box-shadow:none; outline:none; }
.ehl-frontend .ehl-acc-head:focus-visible { outline:2px solid #2271b1; outline-offset:-2px; }
.ehl-frontend .ehl-task-heading-row {
  display:flex; align-items:center; justify-content:space-between; gap:12px; padding:13px 14px 9px;
}
.ehl-frontend .ehl-task-description {
  margin:0; padding:0 14px 13px; border:0; background:transparent; color:#3c434a;
}
.ehl-frontend .ehl-acc-head:hover .ehl-task-description { background:transparent; color:#1d2327; }
.ehl-frontend .ehl-task-description:hover { background:transparent; color:inherit; }
@media (max-width:700px){
  .ehl-frontend .ehl-task-heading-row { align-items:flex-start; }
}

/* 1.4.128 volunteer signup redesign */
.ehl-frontend .ehl-acc-item { margin:14px 0; border:1px solid #e2e6ea; border-radius:12px; background:#fff; box-shadow:0 1px 2px rgba(0,0,0,.025); }
.ehl-frontend .ehl-task-summary, .ehl-frontend .ehl-acc-head, .ehl-frontend .ehl-acc-head:focus, .ehl-frontend .ehl-acc-head:active { background:#fff !important; }
.ehl-frontend .ehl-acc-head:hover { background:#fbfbfc !important; }
.ehl-frontend .ehl-task-heading-row { padding:18px 20px 4px; align-items:flex-start; }
.ehl-frontend .ehl-task-heading-main { gap:9px; }
.ehl-frontend h4.ehl-task-title { margin:0; padding:0; line-height:1.25; font-weight:700; }
.ehl-frontend .ehl-task-description { padding:5px 20px 0; color:#5c6673; font-style:normal; font-size:14px; line-height:1.5; }
.ehl-frontend .ehl-task-description p { margin:.25em 0; }
.ehl-frontend .ehl-task-capacity { background:#f7f8fa; border-color:#d9dee3; color:#48515d; font-weight:500; }
.ehl-frontend .ehl-label { font-weight:600; }
.ehl-frontend .ehl-label--red { background:#fff1f2; border-color:#ef9aa2; color:#a40e19; }
.ehl-frontend .ehl-label--yellow { background:#fff7d6; border-color:#e6c45f; color:#7b5700; }
.ehl-frontend .ehl-label--green { background:#edf9ef; border-color:#94c99e; color:#176d25; }
.ehl-frontend .ehl-task-progress { display:flex; align-items:center; gap:10px; max-width:440px; padding:10px 20px 18px; color:#616b76; font-size:12px; }
.ehl-frontend .ehl-task-progress-bar { flex:1; height:7px; overflow:hidden; border-radius:999px; background:#eceff2; }
.ehl-frontend .ehl-task-progress-bar > span { display:block; height:100%; border-radius:999px; background:#c5cbd1; }
.ehl-frontend .ehl-acc-body { padding:3px 20px 20px; border-top:0; }
.ehl-frontend .ehl-slot { display:grid; grid-template-columns:minmax(190px,.9fr) minmax(220px,1.4fr) auto; align-items:center; gap:20px; margin:10px 0 0; padding:15px 16px; border:0; border-radius:9px; background:#f7f8fa; }
.ehl-frontend .ehl-slot-time { margin:0; font-size:17px; font-weight:700; }
.ehl-frontend .ehl-slot-availability { color:#667085; font-size:13px; line-height:1.4; }
.ehl-frontend .ehl-slot-availability strong { display:block; margin-bottom:3px; color:#18212f; font-size:15px; }
.ehl-frontend .ehl-register { justify-self:end; min-height:40px; padding:9px 13px; background:#fff; border-color:#aeb6bf; border-radius:8px; }
.ehl-frontend .ehl-register:hover { background:#eef1f3; }
.ehl-frontend .ehl-self-service { margin-top:30px; padding:20px; border:1px solid #e2e6ea; border-radius:12px; background:#fff; box-shadow:0 1px 2px rgba(0,0,0,.025); }
.ehl-frontend .ehl-self-service h3 { margin:0 0 7px; font-size:20px; }
.ehl-frontend .ehl-self-service p { margin:0 0 14px; color:#59636f; }
@media(max-width:700px){
 .ehl-frontend .ehl-task-heading-row{padding:16px 14px 4px}.ehl-frontend h4.ehl-task-title{margin:0;padding:0}
 .ehl-frontend .ehl-task-description{padding:5px 14px 0}.ehl-frontend .ehl-task-progress{padding:10px 14px 16px}
 .ehl-frontend .ehl-acc-body{padding:2px 14px 14px}.ehl-frontend .ehl-slot{grid-template-columns:1fr;gap:11px;padding:14px}
 .ehl-frontend .ehl-register{width:100%;justify-self:stretch}.ehl-frontend .ehl-task-capacity{width:auto;justify-content:flex-start}
}
