.dlza-booking{--blue:#0c68b7;max-width:1050px;margin:30px auto;background:#fff;border:1px solid #dce7ef;border-radius:20px;box-shadow:0 18px 50px rgba(7,30,54,.09);overflow:hidden;color:#122f45}.dlza-booking-head{display:flex;gap:18px;align-items:center;padding:25px 30px;background:linear-gradient(135deg,#071e36,#0c5e96);color:#fff}.dlza-booking-head .dashicons{font-size:40px;width:40px;height:40px;color:#52c2ef}.dlza-booking-head h2{color:#fff;margin:0 0 5px}.dlza-booking-head p{margin:0;color:#dceef7}.dlza-booking-form{padding:10px 30px 30px}.dlza-step{display:grid;grid-template-columns:46px 1fr;gap:16px;padding:26px 0;border-bottom:1px solid #e8eef2}.dlza-step:last-child{border-bottom:0}.dlza-step>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#e5f4fb;color:#0864a8;font-weight:800}.dlza-step h3{margin:4px 0 17px}.dlza-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.dlza-type-card{border:1px solid #d8e4ec;border-radius:13px;padding:17px;cursor:pointer;position:relative;transition:.2s}.dlza-type-card:has(input:checked){border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)}.dlza-type-card input{position:absolute;opacity:0}.dlza-type-card strong,.dlza-type-card small{display:block}.dlza-type-card small{color:#547083;margin:4px 0 8px}.dlza-type-card p{font-size:.92rem;margin:0;color:#617585}.dlza-booking input[type=date],.dlza-fields input,.dlza-fields textarea{width:100%;border:1px solid #becfdb;border-radius:9px;padding:11px 12px}.dlza-slots{display:flex;flex-wrap:wrap;gap:9px;margin-top:15px}.dlza-slot{border:1px solid #bed5e4;background:#f7fbfe;border-radius:8px;padding:9px 14px;cursor:pointer}.dlza-slot.is-selected{background:#0b6dbb;color:#fff;border-color:#0b6dbb}.dlza-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dlza-fields label{font-weight:600}.dlza-full{grid-column:1/-1}.dlza-submit{margin-top:18px;border:0;border-radius:9px;background:#0b6dbb;color:#fff;padding:12px 20px;font-weight:700;cursor:pointer}.dlza-submit:disabled{opacity:.45;cursor:not-allowed}.dlza-feedback{margin-top:15px;padding:0}.dlza-feedback.is-success,.dlza-feedback.is-error{padding:12px;border-radius:8px}.dlza-feedback.is-success{background:#dbf4e6;color:#185f3b}.dlza-feedback.is-error{background:#fde2e2;color:#862727}.dlza-hp{position:absolute!important;left:-10000px!important}@media(max-width:800px){.dlza-type-grid{grid-template-columns:1fr}.dlza-fields{grid-template-columns:1fr}.dlza-booking-form{padding:8px 18px 20px}.dlza-step{grid-template-columns:36px 1fr}.dlza-booking-head{padding:22px}}


/* Floating appointment action. Integrated mode inherits the exact Academic Hub LinkedIn button component. */
.dlza-floating-host.dlza-floating-fallback{position:fixed;right:28px;bottom:108px;z-index:99999;width:min(430px,calc(100vw - 30px));pointer-events:none}
.dlza-floating-host.dlza-floating-fallback .dlza-floating-appointment{pointer-events:auto;width:100%;display:flex;align-items:center;gap:12px;border:0;border-radius:18px;padding:13px 16px;background:linear-gradient(135deg,#071e36,#0a66c2);color:#fff;box-shadow:0 18px 44px rgba(7,30,54,.28);cursor:pointer;text-align:left;box-sizing:border-box}
.dlza-floating-host.dlza-floating-host.dlza-floating-fallback .dlza-floating-appointment>span:nth-child(2){display:flex;flex-direction:column;flex:1;min-width:0}
.dlza-floating-host.dlza-floating-fallback .dlza-floating-appointment small,.dlza-floating-host.dlza-floating-fallback .dlza-floating-appointment strong,.dlza-floating-host.dlza-floating-fallback .dlza-floating-appointment b{color:#fff}
.dlza-calendar-logo{display:grid!important;place-items:center!important;flex:0 0 40px;width:40px!important;height:40px!important;border-radius:7px!important;background:#0a66c2!important;color:#fff!important;font-size:0!important}
.dlza-calendar-logo svg{width:22px;height:22px;fill:currentColor}
.dlza-is-integrated{position:static!important;right:auto!important;bottom:auto!important}
@media(max-width:800px){.dlza-floating-host.dlza-floating-fallback{right:15px;bottom:98px;width:min(340px,calc(100vw - 30px))}}

/* Appointment panel opened from the floating action. */
body.dlza-panel-is-open{overflow:hidden}
.dlza-panel-backdrop{position:fixed;inset:0;z-index:99996;background:rgba(5,20,34,.42);backdrop-filter:blur(2px);opacity:0;transition:opacity .2s ease}
.dlza-panel-backdrop.is-open{opacity:1}
.dlza-appointment-panel{position:fixed;right:20px;bottom:188px;z-index:99999;width:min(760px,calc(100vw - 40px));max-height:min(82vh,850px);display:flex;flex-direction:column;overflow:hidden;background:#f5f8fb;border:1px solid rgba(10,76,116,.18);border-radius:20px;box-shadow:0 28px 80px rgba(4,24,39,.34);opacity:0;transform:translateY(18px) scale(.985);transform-origin:bottom right;transition:opacity .2s ease,transform .2s ease}
.dlza-appointment-panel.is-open{opacity:1;transform:none}
.dlza-panel-topbar{flex:0 0 auto;min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 16px 12px 18px;background:linear-gradient(135deg,#071e36,#0c5e96);color:#fff}
.dlza-panel-title{display:flex;align-items:center;gap:12px;min-width:0}.dlza-panel-title-icon{width:39px;height:39px;border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.14);font-size:20px}.dlza-panel-title div{display:flex;flex-direction:column;min-width:0}.dlza-panel-title small{color:#bfe3f5;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.dlza-panel-title strong{color:#fff;font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dlza-panel-close{width:38px;height:38px;border:0;border-radius:10px;background:rgba(255,255,255,.12);color:#fff;font-size:28px;line-height:1;cursor:pointer}.dlza-panel-close:hover,.dlza-panel-close:focus-visible{background:#fff;color:#0b5588;outline:none}
.dlza-panel-scroll{min-height:0;overflow:auto;padding:16px;overscroll-behavior:contain}.dlza-panel-scroll .dlza-booking{max-width:none;margin:0;border-radius:15px;box-shadow:0 8px 28px rgba(7,30,54,.08)}.dlza-panel-scroll .dlza-booking-head{display:none}.dlza-panel-scroll .dlza-booking-form{padding:2px 22px 22px}.dlza-panel-scroll .dlza-step{padding:20px 0}.dlza-panel-scroll .dlza-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.dlza-panel-footer{flex:0 0 auto;padding:10px 18px;border-top:1px solid #dce7ef;background:#fff;text-align:right}.dlza-panel-footer a{font-size:12px;font-weight:700;color:#0b6dbb;text-decoration:none}.dlza-panel-footer a:hover{text-decoration:underline}
@media(max-width:900px){.dlza-appointment-panel{right:16px;bottom:184px;width:min(700px,calc(100vw - 32px));max-height:80vh}.dlza-panel-scroll .dlza-type-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.dlza-appointment-panel{inset:10px 10px 154px 10px;width:auto;max-height:none;border-radius:16px;transform-origin:bottom center}.dlza-panel-scroll{padding:10px}.dlza-panel-scroll .dlza-booking-form{padding:0 14px 16px}.dlza-panel-scroll .dlza-type-grid{grid-template-columns:1fr}.dlza-panel-scroll .dlza-step{grid-template-columns:32px 1fr;gap:10px}.dlza-panel-topbar{min-height:60px;padding:10px 12px}.dlza-panel-title strong{font-size:15px}}

/* Availability calendar */
.dlza-calendar{margin-top:8px;border:1px solid #d8e4ec;border-radius:14px;background:#fff;overflow:hidden}
.dlza-calendar-head{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;padding:10px 12px;background:#f2f7fa;border-bottom:1px solid #dce7ee}.dlza-calendar-head strong{text-align:center;text-transform:capitalize;color:#17394f}.dlza-cal-nav{width:36px;height:36px;border:1px solid #c9d9e3;border-radius:9px;background:#fff;color:#0b609f;font-size:25px;line-height:1;cursor:pointer}.dlza-cal-nav:hover,.dlza-cal-nav:focus-visible{background:#e5f4fb;outline:2px solid #54a9dc;outline-offset:1px}.dlza-cal-nav:disabled{opacity:.35;cursor:not-allowed;background:#f4f6f8;outline:none}
.dlza-weekdays,.dlza-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px;padding:8px}.dlza-weekdays{padding-bottom:0}.dlza-weekdays span{text-align:center;color:#60798a;font-size:11px;font-weight:800;text-transform:uppercase}.dlza-day{min-height:62px;border:1px solid #d6e2e9;border-radius:9px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;position:relative;padding:5px;cursor:pointer;color:#17394f}.dlza-day>span{font-size:16px;font-weight:800}.dlza-day small{font-size:9px;line-height:1.1}.dlza-day.is-available{border-color:#9fd3b3;background:#f1fbf5;color:#185f3b}.dlza-day.is-available:hover,.dlza-day.is-available:focus-visible{border-color:#2f9a5c;background:#e1f7e9;outline:2px solid rgba(47,154,92,.22)}.dlza-day.is-selected{background:#0b6dbb!important;color:#fff!important;border-color:#0b6dbb!important;box-shadow:0 0 0 3px rgba(11,109,187,.18)}.dlza-day.is-unavailable{background:#fff1f1;border-color:#efb6b6;color:#9b2c2c;cursor:not-allowed;opacity:1}.dlza-day.is-unavailable b,.dlza-day.is-not-open b{font-size:20px;line-height:1}.dlza-day.is-unavailable small{color:#9b2c2c}.dlza-day.is-not-open{background:#f2f5f8;border-color:#c8d3dc;color:#607485;cursor:not-allowed}.dlza-day.is-not-open b{color:#6b7f8e}.dlza-day.is-not-open small{color:#607485}.dlza-day:disabled{opacity:1}.dlza-day-blank{min-height:62px}.dlza-calendar-loading,.dlza-calendar-error{grid-column:1/-1;padding:22px;text-align:center;margin:0}.dlza-calendar-error{color:#862727}.dlza-calendar-legend{display:flex;flex-wrap:wrap;gap:14px;margin-top:9px;color:#526b7b;font-size:12px}.dlza-calendar-legend span{display:flex;align-items:center;gap:6px}.dlza-calendar-legend i{width:19px;height:19px;border-radius:5px;display:grid;place-items:center;font-style:normal}.dlza-calendar-legend i.is-available{background:#e1f7e9;border:1px solid #9fd3b3}.dlza-calendar-legend i.is-unavailable{background:#fff1f1;border:1px solid #efb6b6;color:#9b2c2c;font-weight:800}.dlza-calendar-legend i.is-not-open{background:#f2f5f8;border:1px solid #c8d3dc;color:#607485;font-weight:800}.dlza-no-slots{color:#862727;background:#fff1f1;border-radius:8px;padding:10px 12px}
@media(max-width:650px){.dlza-weekdays,.dlza-calendar-grid{gap:3px;padding:6px}.dlza-day,.dlza-day-blank{min-height:49px}.dlza-day small{display:none}.dlza-day.is-unavailable b,.dlza-day.is-not-open b{font-size:16px}.dlza-calendar-head{grid-template-columns:38px 1fr 38px;padding:8px}.dlza-cal-nav{width:32px;height:32px}.dlza-calendar-legend{gap:9px;font-size:11px}}

/* V1.7.1 — resilient integration with the Academic Hub floating stack. */
.dlza-floating-host.dlah-floating-companion{position:static!important;right:auto!important;bottom:auto!important;width:auto!important;z-index:auto!important;margin:0 0 10px!important;pointer-events:auto!important}
.dlza-floating-host.dlah-floating-companion .dlza-floating-appointment{width:100%!important}

/* V1.7.4 — stable dimensions and panel positioned above the whole shared stack. */
.dlza-floating-host.dlza-floating-fallback{width:min(340px,calc(100vw - 30px))!important;right:20px!important;bottom:96px!important}
.dlza-floating-host .dlza-floating-appointment{box-sizing:border-box!important;width:100%!important;min-height:66px!important;max-height:66px!important;border-radius:18px!important;padding:13px 16px!important}
.dlza-appointment-panel{right:20px!important;bottom:calc(var(--dl-floating-stack-bottom,20px) + var(--dl-floating-stack-height,214px) + 14px)!important;max-height:calc(100vh - var(--dl-floating-stack-height,214px) - 60px)!important}
@media(max-width:800px){.dlza-floating-host.dlza-floating-fallback{right:15px!important;bottom:96px!important}.dlza-appointment-panel{right:10px!important;bottom:calc(var(--dl-floating-stack-bottom,15px) + var(--dl-floating-stack-height,214px) + 10px)!important;width:min(700px,calc(100vw - 20px))!important;max-height:calc(100vh - var(--dl-floating-stack-height,214px) - 40px)!important}}
@media(max-width:650px){.dlza-appointment-panel{inset:auto 10px calc(var(--dl-floating-stack-bottom,15px) + var(--dl-floating-stack-height,214px) + 10px) 10px!important;width:auto!important;max-height:calc(100vh - var(--dl-floating-stack-height,214px) - 40px)!important}}


/* V1.7.5 — panels must always render above the complete floating action stack. */
.dlza-panel-backdrop{z-index:100001!important}
.dlza-appointment-panel{z-index:100002!important}
body.dlza-panel-is-open .dlah-linkedin-floating{z-index:100000!important}

/* V1.7.6 — robust modal mode: hide the complete action stack while the
   appointment panel is open. This avoids all stacking-context conflicts
   created by themes or companion plugins. */
body.dlza-panel-is-open .dlah-linkedin-floating,
body.dlza-panel-is-open .dlza-floating-host,
body.dlza-panel-is-open .dlcr-floating-host {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) !important;
}
body.dlza-panel-is-open .dlza-appointment-panel {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 2147483001 !important;
}
body.dlza-panel-is-open .dlza-panel-backdrop {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 2147483000 !important;
}
.dlah-linkedin-floating,
.dlza-floating-host,
.dlcr-floating-host {
  transition: opacity .16s ease, visibility .16s ease, transform .16s ease;
}

/* V1.7.7 — the appointment panel now lives in the same Academic Hub stack as
   LinkedIn and Contact. It opens above the complete stack and never sits below
   one of the action buttons. */
.dlah-linkedin-floating > .dlza-panel-integrated {
  position: absolute !important;
  right: 0 !important;
  bottom: calc(100% + 14px) !important;
  width: min(760px, calc(100vw - 40px)) !important;
  max-height: min(82vh, 850px) !important;
  z-index: 5 !important;
  pointer-events: auto !important;
  margin: 0 !important;
}
body.dlza-panel-is-open .dlah-linkedin-floating {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none !important;
  transform: none !important;
  z-index: 100002 !important;
}
body.dlza-panel-is-open .dlah-linkedin-floating > .dlza-panel-integrated,
body.dlza-panel-is-open .dlah-linkedin-floating > .dlah-floating-companion,
body.dlza-panel-is-open .dlah-linkedin-floating > .dlah-linkedin-trigger {
  visibility: visible !important;
}
body.dlza-panel-is-open .dlah-linkedin-floating > .dlah-floating-companion,
body.dlza-panel-is-open .dlah-linkedin-floating > .dlah-linkedin-trigger {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
}
body.dlza-panel-is-open .dlza-panel-integrated {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
@media (max-width: 800px) {
  .dlah-linkedin-floating > .dlza-panel-integrated {
    right: 0 !important;
    bottom: calc(100% + 10px) !important;
    width: min(700px, calc(100vw - 20px)) !important;
    max-height: calc(100vh - var(--dl-floating-stack-height, 214px) - 40px) !important;
  }
}
@media (max-width: 650px) {
  .dlah-linkedin-floating > .dlza-panel-integrated {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    bottom: calc(var(--dl-floating-stack-bottom, 15px) + var(--dl-floating-stack-height, 214px) + 10px) !important;
    width: auto !important;
  }
}

/* V1.7.8 — integrated appointment panel behaves like the LinkedIn panel: no modal blur. */
.dlza-panel-integrated{
  position:fixed!important;
  right:20px!important;
  bottom:calc(var(--dl-floating-stack-bottom,20px) + var(--dl-floating-stack-height,214px) + 14px)!important;
  z-index:100010!important;
  width:min(640px,calc(100vw - 40px))!important;
  max-height:min(68vh,720px)!important;
}
body.dlza-panel-is-open{overflow:auto!important}
body.dlza-panel-is-open .dlza-panel-backdrop,
.dlza-panel-integrated + .dlza-panel-backdrop{display:none!important}
@media(max-width:800px){
  .dlza-panel-integrated{right:10px!important;left:auto!important;bottom:calc(var(--dl-floating-stack-bottom,15px) + var(--dl-floating-stack-height,214px) + 10px)!important;width:min(560px,calc(100vw - 20px))!important;max-height:calc(100vh - var(--dl-floating-stack-height,214px) - 40px)!important}
}
@media(max-width:600px){
  .dlza-panel-integrated{left:10px!important;right:10px!important;width:auto!important}
}


/* V1.8.1 — the integrated booking panel keeps a fixed header/footer and a genuinely scrollable body. */
.dl-floating-stack .dlza-appointment-panel.dl-floating-panel,
.dl-floating-stack .dlza-panel-integrated.dl-floating-panel {
  display:flex!important;
  flex-direction:column!important;
  height:min(72vh,760px)!important;
  max-height:min(72vh,760px)!important;
  overflow:hidden!important;
}
.dl-floating-stack .dlza-appointment-panel .dlza-panel-topbar,
.dl-floating-stack .dlza-appointment-panel .dlza-panel-footer {
  flex:0 0 auto!important;
}
.dl-floating-stack .dlza-appointment-panel .dlza-panel-scroll {
  flex:1 1 auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior-y:contain!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-gutter:stable!important;
  touch-action:pan-y!important;
}
.dl-floating-stack .dlza-appointment-panel .dlza-panel-scroll > .dlza-booking {
  min-height:min-content!important;
}
@media(max-width:800px){
  .dl-floating-stack .dlza-appointment-panel.dl-floating-panel,
  .dl-floating-stack .dlza-panel-integrated.dl-floating-panel {
    height:calc(100vh - 250px)!important;
    max-height:calc(100vh - 250px)!important;
  }
}
@media(max-width:600px){
  .dl-floating-stack .dlza-appointment-panel.dl-floating-panel,
  .dl-floating-stack .dlza-panel-integrated.dl-floating-panel {
    height:calc(100vh - 245px)!important;
    max-height:calc(100vh - 245px)!important;
  }
}
