.mrmaid-jenny-customer-chat{max-width:520px;border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.12);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.mjc-header{display:flex;gap:12px;align-items:center;padding:16px 18px;background:#111827;color:#fff}
.mjc-avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;color:#111827;font-weight:700}
.mjc-title{font-size:16px;font-weight:700}.mjc-subtitle{font-size:12px;opacity:.8;margin-top:2px}
.mjc-messages{height:360px;overflow:auto;padding:16px;background:#f9fafb}.mjc-message{max-width:84%;padding:10px 12px;border-radius:14px;margin:0 0 10px;line-height:1.4;white-space:pre-wrap}.mjc-assistant{background:#fff;border:1px solid #e5e7eb;color:#111827}.mjc-user{margin-left:auto;background:#111827;color:#fff}.mjc-typing{opacity:.7;font-style:italic}.mjc-contact{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 14px;border-top:1px solid #e5e7eb;background:#fff}.mjc-contact input{width:100%;box-sizing:border-box;border:1px solid #d1d5db;border-radius:10px;padding:9px}.mjc-contact .mjc-email{grid-column:1/-1}.mjc-form{display:flex;gap:10px;padding:12px 14px;border-top:1px solid #e5e7eb;background:#fff}.mjc-input{flex:1;resize:vertical;min-height:42px;border:1px solid #d1d5db;border-radius:12px;padding:10px;font:inherit}.mjc-send{border:0;border-radius:12px;background:#111827;color:#fff;padding:0 16px;font-weight:700;cursor:pointer}.mjc-send:disabled{opacity:.6;cursor:not-allowed}@media(max-width:560px){.mjc-contact{grid-template-columns:1fr}.mjc-contact .mjc-email{grid-column:auto}.mjc-form{flex-direction:column}.mjc-send{padding:12px}.mrmaid-jenny-customer-chat{border-radius:12px}.mjc-messages{height:320px}}

/* v1.6.0 natural customer identity flow */
.mjc-contact-intro{padding:12px 14px 0;background:#fff;color:#64748b;font-size:12px;line-height:1.45;border-top:1px solid #e5e7eb}
.mjc-contact{padding-top:10px}

/* v1.7.0 widget settings / autonomous premium unit */
.mrmaid-jenny-customer-chat{width:var(--mjc-widget-width,520px);max-width:100%;height:auto;--mjc-accent:#111827}
.mrmaid-jenny-customer-chat.mjc-widget-mode-floating{position:fixed;z-index:99999;bottom:22px;max-width:calc(100vw - 28px);box-shadow:0 24px 80px rgba(15,23,42,.22)}
.mjc-widget-pos-bottom_right{right:22px}.mjc-widget-pos-bottom_left{left:22px}.mjc-widget-pos-inline{position:relative}
.mjc-header-style-premium_dark .mjc-header{background:radial-gradient(circle at top left,rgba(255,255,255,.13),transparent 32%),linear-gradient(135deg,#0f172a,#111827 60%,#1e293b)}
.mjc-header-style-accent .mjc-header{background:linear-gradient(135deg,var(--mjc-accent),#0f172a)}
.mjc-header-style-clean_light .mjc-header{background:#fff;color:#111827;border-bottom:1px solid #e5e7eb}.mjc-header-style-clean_light .mjc-avatar{background:var(--mjc-accent);color:#fff}
.mjc-avatar{overflow:hidden;box-shadow:0 8px 20px rgba(15,23,42,.18)}.mjc-avatar img{width:100%;height:100%;object-fit:cover;display:block}.mjc-header-copy{min-width:0}.mjc-response-time{display:flex;align-items:center;gap:7px;padding:9px 16px;background:#ecfdf5;color:#065f46;border-bottom:1px solid #bbf7d0;font-size:12px;font-weight:800}.mjc-response-time span{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.14)}.mjc-is-connecting .mjc-input,.mjc-is-connecting .mjc-send{opacity:.55;cursor:not-allowed}.mjc-is-connecting .mjc-messages:after{content:"Σύνδεση σε εξέλιξη";display:block;margin:2px 0 10px;color:#64748b;font-size:12px;font-style:italic}.mrmaid-jenny-customer-chat .mjc-messages{height:calc(var(--mjc-widget-height,620px) - 260px);min-height:240px}.mrmaid-jenny-customer-chat .mjc-send,.mrmaid-jenny-customer-chat .mjc-user{background:var(--mjc-accent)}
@media(max-width:560px){.mrmaid-jenny-customer-chat.mjc-mobile-full,.mrmaid-jenny-customer-chat.mjc-widget-mode-floating.mjc-mobile-full{left:10px;right:10px;bottom:10px;width:auto;max-width:none}.mrmaid-jenny-customer-chat .mjc-messages{height:320px}}

.mrmaid-jenny-customer-chat .mjc-contact input.mjc-required-missing {
  border-color: #dc2626;
  box-shadow: 0 0 0 2px rgba(220,38,38,.10);
}

/* v1.7.8 clean contact handoff */
.mjc-contact .mjc-phone{grid-column:1/-1}
.mjc-contact-summary,.mjc-edit-contact{display:none}
.mjc-contact-locked .mjc-contact{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f8fafc;border-top:1px solid #e5e7eb}
.mjc-contact-locked .mjc-contact input{display:none}
.mjc-contact-locked .mjc-contact-summary{display:block;flex:1;color:#334155;font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mjc-contact-locked .mjc-edit-contact{display:inline-flex;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#334155;padding:7px 10px;font-size:12px;font-weight:800;cursor:pointer}
.mjc-contact-locked .mjc-contact-intro{display:none}
@media(max-width:560px){.mjc-contact-locked .mjc-contact{align-items:flex-start;flex-direction:column}.mjc-contact-locked .mjc-contact-summary{white-space:normal}.mjc-contact-locked .mjc-edit-contact{width:100%;justify-content:center}}

/* v1.8.0 live phone recognition */
.mjc-phone-lookup{grid-column:1/-1;margin-top:-2px;color:#64748b;font-size:12px;line-height:1.35;padding:0 2px;min-height:16px}
.mjc-phone-lookup-loading{color:#0369a1}.mjc-phone-lookup-found{color:#047857;font-weight:800}.mjc-phone-lookup-missing{color:#92400e}.mjc-phone-lookup-error{color:#b91c1c}
.mjc-confirm-phone{grid-column:1/-1;border:0;border-radius:999px;background:linear-gradient(135deg,#0f172a,var(--mjc-accent));color:#fff;padding:10px 12px;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(15,23,42,.18)}
.mjc-confirm-phone[hidden]{display:none!important}
.mjc-phone-found .mjc-name,.mjc-phone-found .mjc-email{border-color:#bbf7d0;background:#f0fdf4}
.mjc-returning-phone-confirmed .mjc-name,.mjc-returning-phone-confirmed .mjc-email{display:none}
.mjc-contact-locked .mjc-phone-lookup,.mjc-contact-locked .mjc-confirm-phone{display:none!important}

/* Admin simulation: allow testing without customer contact registration. */
.mrmaid-jenny-customer-chat.mjc-admin-simulation .mjc-contact,
.mrmaid-jenny-customer-chat.mjc-admin-simulation .mjc-contact-intro {
  display: none !important;
}

/* v1.11.29 admin demo reset / new test button */
.mjc-demo-tools{display:flex;align-items:center;gap:10px;padding:9px 14px;background:#f8fafc;border-bottom:1px solid #e5e7eb;font-size:12px;color:#64748b}
.mjc-new-test{border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#0f172a;padding:7px 12px;font-size:12px;font-weight:800;cursor:pointer;box-shadow:0 1px 2px rgba(15,23,42,.06)}
.mjc-new-test:hover{border-color:var(--mjc-accent);color:var(--mjc-accent)}
.mjc-new-test:disabled{opacity:.55;cursor:not-allowed}
.mjc-new-test-note{line-height:1.35}
@media(max-width:560px){.mjc-demo-tools{align-items:flex-start;flex-direction:column}.mjc-new-test{width:100%}}

/* v1.1.0 responsive hardening */
.mrmaid-jenny-chat,.mrmaid-jenny-chat *{box-sizing:border-box}.mrmaid-jenny-chat{max-width:100%;width:100%}.mrmaid-jenny-chat input,.mrmaid-jenny-chat textarea,.mrmaid-jenny-chat button{max-width:100%}@media(max-width:600px){.mrmaid-jenny-chat{border-radius:14px}.mrmaid-jenny-chat textarea{font-size:16px}.mrmaid-jenny-chat button{min-height:42px}}


/* v1.2.14 availability-only quick action: always visible inside chat */
.mjc-availability-panel{display:block;padding:10px 14px;background:#f8fafc;border-top:1px solid #e5e7eb}
.mjc-availability-suggested .mjc-availability-panel{display:block}
.mjc-availability-toggle[hidden]{display:none!important}
.mjc-availability-toggle{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:999px;background:linear-gradient(135deg,#0f172a,var(--mjc-accent));color:#fff;padding:11px 14px;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(15,23,42,.14)}
.mjc-availability-toggle:hover{filter:brightness(1.04)}
.mjc-availability-toggle:disabled{opacity:.65;cursor:wait}
.mjc-availability-results{margin-top:10px;border:1px solid #dbeafe;border-radius:14px;background:#fff;padding:10px;color:#0f172a;box-shadow:0 10px 26px rgba(15,23,42,.08)}
.mjc-availability-note{font-size:12px;line-height:1.45;color:#334155;margin:0 0 8px}
.mjc-availability-note:last-child{margin-bottom:0}
.mjc-availability-title{font-size:12px;font-weight:900;color:#0f172a;margin:8px 0 7px;text-transform:uppercase;letter-spacing:.04em}
.mjc-availability-days{display:flex;flex-wrap:wrap;gap:8px}
.mjc-availability-day{border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;color:#0f172a;padding:8px 11px;font-size:12px;font-weight:900;cursor:pointer}
.mjc-availability-day:hover{background:#dbeafe;border-color:#93c5fd}
@media(max-width:560px){.mjc-availability-days{display:grid;grid-template-columns:1fr}.mjc-availability-day{text-align:center;width:100%}}


/* v1.1.6 appointment quick actions */
.mjc-appointment-actions{padding:10px 14px;background:#fff;border-top:1px solid #e5e7eb}
.mjc-appointment-actions-title{font-size:12px;font-weight:900;color:#334155;margin:0 0 8px;text-transform:uppercase;letter-spacing:.04em}
.mjc-appointment-actions-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.mjc-appointment-action{border:1px solid #cbd5e1;border-radius:999px;background:#f8fafc;color:#0f172a;padding:10px 12px;font-size:12px;font-weight:900;cursor:pointer;box-shadow:0 1px 2px rgba(15,23,42,.06)}
.mjc-appointment-action:hover{border-color:var(--mjc-accent);color:var(--mjc-accent);background:#fff}
.mjc-appointment-action:disabled{opacity:.6;cursor:wait}
.mjc-appointment-cancel{border-color:#fecaca;background:#fff7f7;color:#991b1b}
.mjc-appointment-confirm{border-color:#bbf7d0;background:#f0fdf4;color:#166534}
.mjc-appointment-phone{margin-top:9px;width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:12px;padding:10px;font:inherit}
.mjc-appointment-phone[hidden]{display:none!important}
.mjc-appointment-action-status{margin-top:8px;color:#475569;font-size:12px;line-height:1.4;min-height:0}
.mjc-appointment-action-pending .mjc-contact{box-shadow:inset 0 0 0 2px rgba(15,23,42,.08)}
@media(max-width:560px){.mjc-appointment-actions-buttons{grid-template-columns:1fr}.mjc-appointment-action{width:100%}}

/* v1.15.12 guided cancellation steps */
.mjc-cancel-guided-actions[hidden]{display:none!important}
.mjc-cancel-guided-active .mjc-appointment-actions-buttons{display:none}
.mjc-cancel-guided-active .mjc-cancel-guided-actions{display:block;margin-top:4px}
.mjc-cancel-guided-title{font-size:12px;font-weight:900;color:#0f172a;margin:0 0 8px;line-height:1.35}
.mjc-cancel-guided-buttons{display:grid;grid-template-columns:1fr;gap:8px}
.mjc-cancel-guided-btn{border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#0f172a;padding:10px 12px;font-size:12px;font-weight:900;cursor:pointer;box-shadow:0 1px 2px rgba(15,23,42,.06)}
.mjc-cancel-guided-btn:hover{border-color:var(--mjc-accent);color:var(--mjc-accent)}
.mjc-cancel-guided-btn:disabled{opacity:.6;cursor:wait}
.mjc-cancel-guided-final{border-color:#fecaca;background:#fff7f7;color:#991b1b}
.mjc-cancel-guided-keep{border-color:#cbd5e1;background:#f8fafc;color:#334155}
.mjc-cancel-guided-reschedule{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}

/* v1.1.9 mobile-first chat shell polish */
.mrmaid-jenny-customer-chat{
  display:flex;
  flex-direction:column;
  width:min(var(--mjc-widget-width,520px),100%);
  max-width:100%;
  max-height:min(var(--mjc-widget-height,620px),calc(var(--mjc-viewport-height,100vh) - 24px));
  overflow:hidden;
}
.mrmaid-jenny-customer-chat .mjc-header,
.mrmaid-jenny-customer-chat .mjc-response-time,
.mrmaid-jenny-customer-chat .mjc-demo-tools,
.mrmaid-jenny-customer-chat .mjc-appointment-actions,
.mrmaid-jenny-customer-chat .mjc-availability-panel,
.mrmaid-jenny-customer-chat .mjc-contact-intro,
.mrmaid-jenny-customer-chat .mjc-contact,
.mrmaid-jenny-customer-chat .mjc-form{
  flex:0 0 auto;
}
.mrmaid-jenny-customer-chat .mjc-messages{
  flex:1 1 auto;
  height:auto!important;
  min-height:260px;
  max-height:none;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  scroll-behavior:smooth;
  scrollbar-gutter:stable;
  padding:16px 16px 18px;
}
.mrmaid-jenny-customer-chat .mjc-message{
  overflow-wrap:anywhere;
  word-break:break-word;
  box-shadow:0 1px 2px rgba(15,23,42,.05);
}
.mrmaid-jenny-customer-chat .mjc-form{
  position:relative;
  z-index:2;
  align-items:flex-end;
  box-shadow:0 -8px 24px rgba(15,23,42,.05);
}
.mrmaid-jenny-customer-chat .mjc-input{
  max-height:120px;
  line-height:1.4;
}
.mrmaid-jenny-customer-chat .mjc-send,
.mrmaid-jenny-customer-chat .mjc-appointment-action,
.mrmaid-jenny-customer-chat .mjc-cancel-guided-btn,
.mrmaid-jenny-customer-chat .mjc-availability-toggle,
.mrmaid-jenny-customer-chat .mjc-availability-day,
.mrmaid-jenny-customer-chat .mjc-confirm-phone{
  touch-action:manipulation;
}
@media(max-width:560px){
  .mrmaid-jenny-customer-chat,
  .mrmaid-jenny-customer-chat.mjc-widget-mode-floating,
  .mrmaid-jenny-customer-chat.mjc-mobile-full,
  .mrmaid-jenny-customer-chat.mjc-widget-mode-floating.mjc-mobile-full{
    position:fixed;
    left:8px;
    right:8px;
    bottom:8px;
    top:auto;
    width:auto!important;
    max-width:none!important;
    height:auto;
    max-height:calc(var(--mjc-viewport-height,100vh) - 16px);
    border-radius:18px;
  }
  .mrmaid-jenny-customer-chat .mjc-header{padding:12px 14px;gap:10px}
  .mrmaid-jenny-customer-chat .mjc-avatar{width:38px;height:38px;flex:0 0 38px}
  .mrmaid-jenny-customer-chat .mjc-title{font-size:15px}
  .mrmaid-jenny-customer-chat .mjc-subtitle{font-size:11px}
  .mrmaid-jenny-customer-chat .mjc-response-time{padding:7px 14px;font-size:11px}
  .mrmaid-jenny-customer-chat .mjc-messages{
    min-height:220px;
    padding:12px;
  }
  .mrmaid-jenny-customer-chat .mjc-message{
    max-width:92%;
    margin-bottom:9px;
    padding:10px 11px;
    border-radius:15px;
    font-size:14px;
  }
  .mrmaid-jenny-customer-chat .mjc-appointment-actions,
  .mrmaid-jenny-customer-chat .mjc-availability-panel,
  .mrmaid-jenny-customer-chat .mjc-contact,
  .mrmaid-jenny-customer-chat .mjc-form{
    padding-left:12px;
    padding-right:12px;
  }
  .mrmaid-jenny-customer-chat .mjc-appointment-actions-buttons,
  .mrmaid-jenny-customer-chat .mjc-cancel-guided-buttons,
  .mrmaid-jenny-customer-chat .mjc-availability-days{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }
  .mrmaid-jenny-customer-chat .mjc-appointment-action,
  .mrmaid-jenny-customer-chat .mjc-cancel-guided-btn,
  .mrmaid-jenny-customer-chat .mjc-availability-toggle,
  .mrmaid-jenny-customer-chat .mjc-availability-day,
  .mrmaid-jenny-customer-chat .mjc-send{
    width:100%;
    min-height:46px;
    border-radius:14px;
    font-size:14px;
  }
  .mrmaid-jenny-customer-chat .mjc-form{
    flex-direction:column;
    gap:8px;
    padding-top:10px;
    padding-bottom:10px;
  }
  .mrmaid-jenny-customer-chat .mjc-input{
    width:100%;
    min-height:44px;
    max-height:96px;
    font-size:16px;
  }
}
@media(max-width:380px){
  .mrmaid-jenny-customer-chat .mjc-messages{min-height:190px}
  .mrmaid-jenny-customer-chat .mjc-message{font-size:13px;max-width:94%}
  .mrmaid-jenny-customer-chat .mjc-appointment-actions-title,
  .mrmaid-jenny-customer-chat .mjc-cancel-guided-title{font-size:11px}
}


/* v1.1.10 mobile top-gap fix: compact fixed shell, no huge blank space above/inside chat */
@media(max-width:560px){
  .mrmaid-jenny-customer-chat,
  .mrmaid-jenny-customer-chat.mjc-widget-mode-floating,
  .mrmaid-jenny-customer-chat.mjc-mobile-full,
  .mrmaid-jenny-customer-chat.mjc-widget-mode-floating.mjc-mobile-full{
    position:fixed!important;
    left:6px!important;
    right:6px!important;
    top:auto!important;
    bottom:max(6px,env(safe-area-inset-bottom))!important;
    width:auto!important;
    max-width:none!important;
    height:auto!important;
    max-height:min(82svh,calc(var(--mjc-viewport-height,100vh) - max(10px,env(safe-area-inset-top)) - max(8px,env(safe-area-inset-bottom))))!important;
    border-radius:16px!important;
    display:flex!important;
    flex-direction:column!important;
  }
  @supports(height:100dvh){
    .mrmaid-jenny-customer-chat,
    .mrmaid-jenny-customer-chat.mjc-widget-mode-floating,
    .mrmaid-jenny-customer-chat.mjc-mobile-full,
    .mrmaid-jenny-customer-chat.mjc-widget-mode-floating.mjc-mobile-full{
      max-height:min(82dvh,calc(100dvh - max(10px,env(safe-area-inset-top)) - max(8px,env(safe-area-inset-bottom))))!important;
    }
  }
  .mrmaid-jenny-customer-chat .mjc-header{
    padding:10px 12px!important;
    min-height:0!important;
  }
  .mrmaid-jenny-customer-chat .mjc-response-time,
  .mrmaid-jenny-customer-chat .mjc-demo-tools{
    padding-top:6px!important;
    padding-bottom:6px!important;
  }
  .mrmaid-jenny-customer-chat .mjc-messages{
    flex:1 1 auto!important;
    min-height:150px!important;
    max-height:none!important;
    height:auto!important;
    padding:10px 12px!important;
  }
  .mrmaid-jenny-customer-chat .mjc-message:first-child{
    margin-top:0!important;
  }
  .mrmaid-jenny-customer-chat .mjc-appointment-actions,
  .mrmaid-jenny-customer-chat .mjc-availability-panel,
  .mrmaid-jenny-customer-chat .mjc-contact,
  .mrmaid-jenny-customer-chat .mjc-form{
    padding-top:8px!important;
    padding-bottom:8px!important;
  }
}
@media(max-width:380px), (max-height:720px){
  @media(max-width:560px){
    .mrmaid-jenny-customer-chat,
    .mrmaid-jenny-customer-chat.mjc-widget-mode-floating,
    .mrmaid-jenny-customer-chat.mjc-mobile-full,
    .mrmaid-jenny-customer-chat.mjc-widget-mode-floating.mjc-mobile-full{
      max-height:min(78svh,calc(var(--mjc-viewport-height,100vh) - max(8px,env(safe-area-inset-top)) - max(6px,env(safe-area-inset-bottom))))!important;
    }
    @supports(height:100dvh){
      .mrmaid-jenny-customer-chat,
      .mrmaid-jenny-customer-chat.mjc-widget-mode-floating,
      .mrmaid-jenny-customer-chat.mjc-mobile-full,
      .mrmaid-jenny-customer-chat.mjc-widget-mode-floating.mjc-mobile-full{
        max-height:min(78dvh,calc(100dvh - max(8px,env(safe-area-inset-top)) - max(6px,env(safe-area-inset-bottom))))!important;
      }
    }
    .mrmaid-jenny-customer-chat .mjc-messages{min-height:130px!important}
  }
}

/* v1.1.11 mobile usability fix: true full-height chat, no blank top, protected from sticky bars */
@media(max-width:600px){
  .mrmaid-jenny-customer-chat,
  .mrmaid-jenny-customer-chat.mjc-widget-mode-floating,
  .mrmaid-jenny-customer-chat.mjc-mobile-full,
  .mrmaid-jenny-customer-chat.mjc-widget-mode-floating.mjc-mobile-full{
    position:fixed!important;
    z-index:2147483000!important;
    left:6px!important;
    right:6px!important;
    top:max(6px,env(safe-area-inset-top))!important;
    bottom:max(6px,env(safe-area-inset-bottom))!important;
    width:auto!important;
    max-width:none!important;
    height:calc(var(--mjc-viewport-height,100vh) - max(6px,env(safe-area-inset-top)) - max(6px,env(safe-area-inset-bottom)))!important;
    max-height:none!important;
    margin:0!important;
    border-radius:16px!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
    box-shadow:0 18px 70px rgba(0,0,0,.42)!important;
  }
  @supports(height:100dvh){
    .mrmaid-jenny-customer-chat,
    .mrmaid-jenny-customer-chat.mjc-widget-mode-floating,
    .mrmaid-jenny-customer-chat.mjc-mobile-full,
    .mrmaid-jenny-customer-chat.mjc-widget-mode-floating.mjc-mobile-full{
      height:calc(100dvh - max(6px,env(safe-area-inset-top)) - max(6px,env(safe-area-inset-bottom)))!important;
    }
  }
  .mrmaid-jenny-customer-chat .mjc-header{
    flex:0 0 auto!important;
    padding:8px 10px!important;
    gap:8px!important;
    min-height:44px!important;
  }
  .mrmaid-jenny-customer-chat .mjc-avatar{width:30px!important;height:30px!important;flex:0 0 30px!important}
  .mrmaid-jenny-customer-chat .mjc-title{font-size:14px!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .mrmaid-jenny-customer-chat .mjc-subtitle{display:none!important}
  .mrmaid-jenny-customer-chat .mjc-response-time{
    flex:0 0 auto!important;
    padding:7px 10px!important;
    font-size:12px!important;
    line-height:1.2!important;
  }
  .mrmaid-jenny-customer-chat .mjc-demo-tools{
    flex:0 0 auto!important;
    padding:6px 10px!important;
    gap:6px!important;
  }
  .mrmaid-jenny-customer-chat .mjc-messages{
    flex:1 1 auto!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    padding:10px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
  }
  .mrmaid-jenny-customer-chat .mjc-message{
    max-width:94%!important;
    margin-bottom:8px!important;
    padding:9px 10px!important;
    border-radius:14px!important;
    font-size:14px!important;
    line-height:1.35!important;
  }
  .mrmaid-jenny-customer-chat .mjc-appointment-actions{
    flex:0 0 auto!important;
    padding:8px 10px!important;
    max-height:34vh!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
  .mrmaid-jenny-customer-chat .mjc-appointment-actions-title{
    margin-bottom:6px!important;
    font-size:11px!important;
    line-height:1.2!important;
  }
  .mrmaid-jenny-customer-chat .mjc-appointment-actions-buttons{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  .mrmaid-jenny-customer-chat .mjc-appointment-action{
    min-height:42px!important;
    padding:8px 7px!important;
    border-radius:12px!important;
    font-size:13px!important;
    line-height:1.2!important;
  }
  .mrmaid-jenny-customer-chat .mjc-cancel-guided-buttons{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  .mrmaid-jenny-customer-chat .mjc-cancel-guided-btn,
  .mrmaid-jenny-customer-chat .mjc-availability-toggle,
  .mrmaid-jenny-customer-chat .mjc-availability-day,
  .mrmaid-jenny-customer-chat .mjc-confirm-phone{
    min-height:42px!important;
    padding:8px 10px!important;
    border-radius:12px!important;
    font-size:13px!important;
    line-height:1.2!important;
  }
  .mrmaid-jenny-customer-chat .mjc-appointment-phone{
    min-height:42px!important;
    padding:9px 10px!important;
    font-size:16px!important;
  }
  .mrmaid-jenny-customer-chat .mjc-availability-panel{
    flex:0 0 auto!important;
    padding:8px 10px!important;
    max-height:32vh!important;
    overflow-y:auto!important;
  }
  .mrmaid-jenny-customer-chat .mjc-contact-intro{display:none!important}
  .mrmaid-jenny-customer-chat .mjc-contact{
    flex:0 0 auto!important;
    padding:8px 10px!important;
    gap:7px!important;
    max-height:30vh!important;
    overflow-y:auto!important;
  }
  .mrmaid-jenny-customer-chat .mjc-contact input{
    min-height:40px!important;
    padding:8px 10px!important;
    font-size:16px!important;
  }
  .mrmaid-jenny-customer-chat .mjc-form{
    flex:0 0 auto!important;
    display:grid!important;
    grid-template-columns:1fr auto!important;
    gap:8px!important;
    padding:8px 10px max(8px,env(safe-area-inset-bottom))!important;
    align-items:end!important;
    background:#fff!important;
    box-shadow:0 -10px 24px rgba(15,23,42,.10)!important;
  }
  .mrmaid-jenny-customer-chat .mjc-input{
    min-height:42px!important;
    max-height:76px!important;
    padding:9px 10px!important;
    font-size:16px!important;
    resize:none!important;
  }
  .mrmaid-jenny-customer-chat .mjc-send{
    width:auto!important;
    min-width:88px!important;
    min-height:42px!important;
    padding:0 12px!important;
    border-radius:12px!important;
    font-size:14px!important;
  }
}
@media(max-width:370px){
  .mrmaid-jenny-customer-chat .mjc-appointment-actions-buttons{grid-template-columns:1fr!important}
  .mrmaid-jenny-customer-chat .mjc-form{grid-template-columns:1fr!important}
  .mrmaid-jenny-customer-chat .mjc-send{width:100%!important}
}

/* v1.2.0 footer CTA launcher / schedule-aware shell */
.mjc-shell,.mjc-shell *{box-sizing:border-box}
.mjc-shell{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.mjc-shell-mode-floating{position:fixed;left:0;right:0;bottom:0;z-index:2147483600;pointer-events:none}
.mjc-shell-mode-inline{position:relative;z-index:1;pointer-events:auto}
.mjc-shell .mjc-footer-cta,.mjc-shell .mjc-panel-wrap{pointer-events:auto}
.mjc-panel-wrap{position:fixed;right:18px;bottom:86px;z-index:2147483601;max-width:calc(100vw - 28px)}
.mjc-shell-pos-bottom_left .mjc-panel-wrap{right:auto;left:18px}
.mjc-shell .mjc-panel-wrap .mrmaid-jenny-customer-chat.mjc-widget-mode-floating{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;max-width:100%}
.mjc-shell-closed .mjc-panel-wrap{display:none!important}
.mjc-panel-close{position:absolute;top:9px;right:9px;z-index:3;width:30px;height:30px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:rgba(15,23,42,.55);color:#fff;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.mjc-panel-close:hover{background:rgba(15,23,42,.85)}
.mjc-footer-cta{position:fixed;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0b3aa8,#003376);color:#fff;padding:10px 12px calc(10px + env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.12);box-shadow:0 -8px 24px rgba(0,0,0,.18)}
.mjc-business-closed .mjc-footer-cta{background:#0b1533}
.mjc-footer-cta-inner{width:100%;max-width:1080px;margin:0 auto;display:flex;gap:12px;align-items:center;justify-content:space-between}
.mjc-footer-brand{display:flex;flex-direction:column;gap:2px;min-width:0;color:#fff}
.mjc-footer-brand strong{font-size:14px;letter-spacing:.2px;line-height:1.2}
.mjc-footer-status{font-size:12px;line-height:1.35;color:#d9e2ff;max-width:560px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mjc-business-open .mjc-footer-status{color:#eaf1ff}
.mjc-business-closed .mjc-footer-status strong{color:#ffe457}
.mjc-footer-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex:0 0 auto}
.mjc-footer-btn{appearance:none;border:0;cursor:pointer;background:#ffe457;color:#0b2b66;font:inherit;font-weight:900;font-size:15px;line-height:1;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;padding:14px 16px;border-radius:14px;box-shadow:0 6px 18px rgba(255,228,87,.35);transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}
.mjc-footer-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(255,228,87,.45);filter:saturate(1.05)}
.mjc-footer-btn:focus{outline:2px solid #fff;outline-offset:3px}
.mjc-footer-btn:active{transform:translateY(0)}
.mjc-footer-chat{background:#fff;color:#0b2b66;box-shadow:0 6px 18px rgba(255,255,255,.18)}
.mjc-chat-disabled .mjc-footer-chat{display:none!important}
.mjc-business-closed .mjc-footer-call{background:transparent;color:#fff;border:1px dashed rgba(255,255,255,.4);box-shadow:none}
.mjc-business-closed .mjc-footer-call:hover{border-color:#ffe457;color:#ffe457}
body:has(.mjc-shell-mode-floating) { padding-bottom: 72px; }
@supports not selector(body:has(.mjc-shell-mode-floating)){
  .mjc-shell-mode-floating:before{content:"";display:block;height:72px}
}
@media(max-width:720px){
  /* v1.2.3 mobile CTA: three equal, tidy buttons */
  body:has(.mjc-shell-mode-floating){padding-bottom:76px!important}
  .mjc-shell-mode-floating:before{display:none!important;content:none!important;height:0!important}
  .mjc-footer-cta{
    position:fixed!important;
    left:10px!important;
    right:10px!important;
    bottom:calc(10px + env(safe-area-inset-bottom))!important;
    width:auto!important;
    max-width:none!important;
    padding:7px!important;
    background:linear-gradient(180deg,#0b3aa8,#003376)!important;
    border:1px solid rgba(255,255,255,.16)!important;
    border-radius:20px!important;
    box-shadow:0 10px 28px rgba(0,0,0,.24)!important;
  }
  .mjc-business-closed .mjc-footer-cta{background:#0b1533!important}
  .mjc-footer-cta-inner{display:block!important;width:100%!important;max-width:none!important;margin:0!important}
  .mjc-footer-brand{display:none!important}
  .mjc-footer-actions{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    align-items:stretch!important;
    justify-content:stretch!important;
    gap:7px!important;
    width:100%!important;
  }
  .mjc-chat-disabled .mjc-footer-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .mjc-footer-btn{
    width:100%!important;
    min-width:0!important;
    min-height:50px!important;
    padding:7px 6px!important;
    border-radius:15px!important;
    font-size:13px!important;
    line-height:1.05!important;
    gap:4px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    box-shadow:0 5px 14px rgba(0,0,0,.16)!important;
  }
  .mjc-footer-btn span{display:block!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .mjc-footer-chat{background:#fff!important;color:#0b2b66!important}
  .mjc-business-closed .mjc-footer-call{
    background:rgba(255,255,255,.08)!important;
    color:#fff!important;
    border:1px solid rgba(255,255,255,.22)!important;
  }
  .mjc-panel-wrap{left:8px!important;right:8px!important;bottom:88px!important;max-width:none!important}
  .mjc-shell .mjc-panel-wrap .mrmaid-jenny-customer-chat{width:auto!important;max-width:none!important}
}
@media(max-width:390px){
  .mjc-footer-cta{left:8px!important;right:8px!important;padding:6px!important;border-radius:18px!important}
  .mjc-footer-actions{gap:6px!important}
  .mjc-footer-btn{min-height:48px!important;font-size:12px!important;border-radius:14px!important;padding:6px 4px!important}
}
@media(max-width:340px){
  .mjc-footer-btn{min-height:46px!important;font-size:11px!important}
}

/* v1.2.4 Call form modal: Fluent Forms conversational shortcode */
.mjc-call-modal[hidden]{display:none!important}
.mjc-call-modal{position:fixed;inset:0;z-index:2147483602;display:flex;align-items:center;justify-content:center;padding:18px;pointer-events:auto;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.mjc-call-modal-backdrop{position:absolute;inset:0;background:rgba(2,6,23,.62);backdrop-filter:blur(5px)}
.mjc-call-modal-dialog{position:relative;width:min(720px,calc(100vw - 28px));max-height:min(86vh,860px);overflow:auto;background:#fff;color:#0f172a;border-radius:24px;box-shadow:0 24px 80px rgba(0,0,0,.35);padding:20px;-webkit-overflow-scrolling:touch}
.mjc-call-modal-close{position:absolute;top:12px;right:12px;width:34px;height:34px;border:0;border-radius:999px;background:#0f172a;color:#fff;font-size:23px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2}
.mjc-call-modal-close:hover{background:#1f2937}
.mjc-call-modal-head{padding:4px 44px 14px 2px;border-bottom:1px solid #e5e7eb;margin-bottom:16px;display:flex;flex-direction:column;gap:4px}
.mjc-call-modal-head strong{font-size:20px;line-height:1.2;color:#0b2b66}
.mjc-call-modal-head span{font-size:14px;line-height:1.4;color:#64748b}
.mjc-call-form-wrap{min-height:120px}
.mjc-call-form-wrap iframe{max-width:100%}
.mjc-call-form-wrap form{max-width:100%}
.mjc-call-fallback{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border-radius:14px;background:#0b3aa8;color:#fff;text-decoration:none;font-weight:800}
@media(max-width:720px){
  .mjc-call-modal{align-items:flex-end;padding:10px 8px calc(84px + env(safe-area-inset-bottom))}
  .mjc-call-modal-dialog{width:100%;max-height:calc(100vh - 116px - env(safe-area-inset-bottom));border-radius:22px 22px 18px 18px;padding:16px}
  .mjc-call-modal-head{padding-right:42px;margin-bottom:12px}
  .mjc-call-modal-head strong{font-size:18px}
  .mjc-call-modal-head span{font-size:13px}
}

/* v1.2.6 chat quick questions + answer-hours gate */
.mjc-chat-hours-notice[hidden],
.mjc-appointment-actions[hidden]{display:none!important}
.mjc-chat-hours-notice{
  margin:10px 14px 0;
  padding:10px 12px;
  border:1px solid #fde68a;
  border-radius:14px;
  background:#fffbeb;
  color:#92400e;
  font-size:12px;
  line-height:1.45;
  font-weight:800;
}
.mjc-quick-questions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:10px 14px 0;
  background:#fff;
}
.mjc-quick-question{
  appearance:none;
  border:1px solid #dbeafe;
  border-radius:999px;
  background:#eff6ff;
  color:#0f172a;
  padding:9px 11px;
  font-size:12px;
  font-weight:900;
  line-height:1.2;
  cursor:pointer;
  box-shadow:0 1px 2px rgba(15,23,42,.05);
}
.mjc-quick-question:hover{background:#dbeafe;border-color:#93c5fd}
.mjc-quick-question:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.15)}
.mjc-chat-hours-closed .mjc-input,
.mjc-chat-hours-closed .mjc-send{opacity:.65;cursor:not-allowed}
@media(max-width:560px){
  .mjc-quick-questions{display:grid;grid-template-columns:1fr;padding:8px 10px 0}
  .mjc-quick-question{width:100%;text-align:center;padding:10px 9px}
  .mjc-chat-hours-notice{margin:8px 10px 0}
}

/* v1.2.7 phone-first appointment recognition */
.mrmaid-jenny-customer-chat .mjc-contact-top{
  border-top:0;
  border-bottom:1px solid #e5e7eb;
  background:linear-gradient(180deg,#ffffff,#f8fafc);
}
.mrmaid-jenny-customer-chat .mjc-contact-top .mjc-phone{
  font-weight:800;
  border-color:#bfdbfe;
  background:#eff6ff;
}
.mrmaid-jenny-customer-chat .mjc-contact-top .mjc-phone::placeholder{color:#1e3a8a;opacity:.78}
.mrmaid-jenny-customer-chat .mjc-contact-top .mjc-phone-lookup{font-weight:700}
.mjc-contact-locked .mjc-contact-top{border-bottom:1px solid #e5e7eb}
@media(max-width:560px){
  .mrmaid-jenny-customer-chat .mjc-contact-top{padding-top:9px;padding-bottom:9px}
  .mrmaid-jenny-customer-chat .mjc-contact-top .mjc-phone{min-height:44px;font-size:16px}
}

/* v1.2.10 cleaner chat transfer + appointment result card */
.mrmaid-jenny-customer-chat .mjc-appointment{
  max-width:94%;
  background:linear-gradient(180deg,#eef6ff,#ffffff);
  border:1px solid #bfdbfe;
  color:#0f172a;
  border-radius:18px;
  padding:14px 15px;
  line-height:1.55;
  font-size:14px;
  font-weight:700;
  box-shadow:0 12px 30px rgba(30,64,175,.10);
}
.mrmaid-jenny-customer-chat .mjc-appointment::before{
  content:"Επόμενο ραντεβού";
  display:block;
  width:max-content;
  max-width:100%;
  margin:0 0 8px;
  padding:4px 9px;
  border-radius:999px;
  background:#1d4ed8;
  color:#fff;
  font-size:11px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.02em;
}
.mjc-chat-hours-notice{
  border-style:solid;
  background:linear-gradient(180deg,#fff7ed,#fffbeb);
  color:#7c2d12;
}
.mjc-chat-hours-notice::before{
  content:"Εκτός ωραρίου εξυπηρέτησης";
  display:block;
  margin-bottom:3px;
  font-size:11px;
  color:#9a3412;
  text-transform:uppercase;
  letter-spacing:.03em;
}
@media(max-width:560px){
  .mrmaid-jenny-customer-chat .mjc-appointment{
    max-width:100%;
    font-size:13px;
    padding:13px 12px;
    border-radius:16px;
  }
}


/* v1.2.11 clean identification handoff + reliable appointment scroll */
.mjc-contact-locked .mjc-contact{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  padding:9px 14px!important;
  background:#ecfdf5!important;
  border-top:0!important;
  border-bottom:1px solid #bbf7d0!important;
}
.mjc-contact-locked .mjc-contact-summary{
  display:block!important;
  flex:1!important;
  color:#047857!important;
  font-size:13px!important;
  font-weight:900!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
.mjc-contact-locked .mjc-edit-contact{display:none!important}
.mjc-contact-confirmed-hidden .mjc-contact{display:none!important}
.mjc-chat-hours-notice{display:none!important}
.mjc-chat-hours-notice::before{content:none!important}
.mrmaid-jenny-customer-chat .mjc-appointment{
  max-width:100%;
  margin:4px 0 14px!important;
  padding:16px 16px!important;
  scroll-margin:18px;
}
@media(max-width:560px){
  .mrmaid-jenny-customer-chat .mjc-appointment{font-size:14px!important;line-height:1.6!important;padding:15px 13px!important;}
}


/* v1.2.15 hard fix: vertical chat stream + safe availability button */
.mrmaid-jenny-customer-chat .mjc-messages{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:0!important;
}
.mrmaid-jenny-customer-chat .mjc-message{
  display:block!important;
  flex:0 0 auto!important;
  width:fit-content!important;
  max-width:min(86%, 440px)!important;
  clear:both!important;
}
.mrmaid-jenny-customer-chat .mjc-user{
  align-self:flex-end!important;
  margin-left:0!important;
  margin-right:0!important;
}
.mrmaid-jenny-customer-chat .mjc-assistant,
.mrmaid-jenny-customer-chat .mjc-appointment{
  align-self:flex-start!important;
  margin-left:0!important;
  margin-right:auto!important;
}
.mrmaid-jenny-customer-chat .mjc-availability-panel{
  display:block!important;
  flex:0 0 auto!important;
}
.mrmaid-jenny-customer-chat .mjc-availability-toggle{
  pointer-events:auto!important;
  position:relative!important;
  z-index:4!important;
}
.mrmaid-jenny-customer-chat .mjc-availability-results{display:none!important}
@media(max-width:560px){
  .mrmaid-jenny-customer-chat .mjc-message{max-width:92%!important;width:fit-content!important}
}


/* v1.2.17: clean entry split — returning / new customer */
.mrmaid-jenny-customer-chat .mjc-customer-type{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  width:100%;
}
.mrmaid-jenny-customer-chat .mjc-customer-type-btn{
  appearance:none;
  border:1px solid #dbeafe;
  border-radius:14px;
  background:#ffffff;
  color:#0f172a;
  padding:11px 10px;
  font:inherit;
  font-size:13px;
  font-weight:900;
  line-height:1.15;
  cursor:pointer;
  box-shadow:0 4px 12px rgba(15,23,42,.05);
}
.mrmaid-jenny-customer-chat .mjc-customer-type-btn:hover,
.mrmaid-jenny-customer-chat .mjc-customer-type-active{
  background:#eff6ff;
  border-color:#60a5fa;
  color:#1d4ed8;
}
.mrmaid-jenny-customer-chat:not(.mjc-customer-type-old):not(.mjc-customer-type-new) .mjc-contact-top .mjc-phone,
.mrmaid-jenny-customer-chat:not(.mjc-customer-type-old):not(.mjc-customer-type-new) .mjc-contact-top .mjc-name,
.mrmaid-jenny-customer-chat:not(.mjc-customer-type-old):not(.mjc-customer-type-new) .mjc-contact-top .mjc-email,
.mrmaid-jenny-customer-chat:not(.mjc-customer-type-old):not(.mjc-customer-type-new) .mjc-contact-top .mjc-phone-lookup,
.mrmaid-jenny-customer-chat:not(.mjc-customer-type-old):not(.mjc-customer-type-new) .mjc-contact-top .mjc-confirm-phone{
  display:none!important;
}
.mrmaid-jenny-customer-chat.mjc-customer-type-old .mjc-contact-top .mjc-name,
.mrmaid-jenny-customer-chat.mjc-customer-type-old .mjc-contact-top .mjc-email{
  display:none!important;
}
.mrmaid-jenny-customer-chat.mjc-customer-type-new .mjc-contact-top .mjc-email,
.mrmaid-jenny-customer-chat.mjc-customer-type-new .mjc-contact-top .mjc-phone-lookup,
.mrmaid-jenny-customer-chat.mjc-customer-type-new .mjc-contact-top .mjc-confirm-phone{
  display:none!important;
}
.mrmaid-jenny-customer-chat.mjc-customer-type-new .mjc-contact-top .mjc-phone,
.mrmaid-jenny-customer-chat.mjc-customer-type-new .mjc-contact-top .mjc-name{
  grid-column:1/-1;
}
.mjc-contact-locked .mjc-customer-type{display:none!important}
@media(max-width:560px){
  .mrmaid-jenny-customer-chat .mjc-customer-type{grid-template-columns:1fr 1fr;gap:7px}
  .mrmaid-jenny-customer-chat .mjc-customer-type-btn{padding:11px 7px;font-size:12px;border-radius:12px}
}


/* v1.2.19: Chat disabled = clean green two-button CTA only */
.mjc-chat-disabled .mjc-panel-wrap,
.mjc-chat-disabled .mjc-footer-brand,
.mjc-chat-disabled .mjc-footer-chat{
  display:none!important;
}
.mjc-chat-disabled .mjc-footer-cta,
.mjc-chat-disabled.mjc-business-open .mjc-footer-cta,
.mjc-chat-disabled.mjc-business-closed .mjc-footer-cta{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:10px 12px calc(10px + env(safe-area-inset-bottom))!important;
}
.mjc-chat-disabled .mjc-footer-cta-inner{
  max-width:760px!important;
  justify-content:center!important;
}
.mjc-chat-disabled .mjc-footer-actions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  width:min(100%,520px)!important;
}
.mjc-chat-disabled .mjc-footer-btn,
.mjc-chat-disabled.mjc-business-closed .mjc-footer-call{
  background:linear-gradient(180deg,#21c063,#119447)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:0 10px 24px rgba(17,148,71,.28)!important;
  min-height:54px!important;
  border-radius:16px!important;
  font-weight:900!important;
}
.mjc-chat-disabled .mjc-footer-btn:hover,
.mjc-chat-disabled.mjc-business-closed .mjc-footer-call:hover{
  background:linear-gradient(180deg,#27cf6e,#0f853f)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.36)!important;
  box-shadow:0 14px 30px rgba(17,148,71,.34)!important;
}
.mjc-chat-disabled .mjc-footer-btn:focus{
  outline:2px solid #0f853f!important;
  outline-offset:3px!important;
}
@media(max-width:720px){
  body:has(.mjc-chat-disabled.mjc-shell-mode-floating){padding-bottom:76px!important}
  .mjc-chat-disabled .mjc-footer-cta,
  .mjc-chat-disabled.mjc-business-open .mjc-footer-cta,
  .mjc-chat-disabled.mjc-business-closed .mjc-footer-cta{
    left:10px!important;
    right:10px!important;
    bottom:calc(10px + env(safe-area-inset-bottom))!important;
    padding:6px!important;
    border-radius:20px!important;
    background:rgba(255,255,255,.96)!important;
    border:1px solid rgba(15,23,42,.08)!important;
    box-shadow:0 12px 30px rgba(15,23,42,.18)!important;
  }
  .mjc-chat-disabled .mjc-footer-cta-inner{display:block!important;max-width:none!important;width:100%!important}
  .mjc-chat-disabled .mjc-footer-actions{width:100%!important;gap:7px!important}
  .mjc-chat-disabled .mjc-footer-btn,
  .mjc-chat-disabled.mjc-business-closed .mjc-footer-call{
    min-height:52px!important;
    padding:8px 6px!important;
    border-radius:15px!important;
    font-size:13px!important;
    line-height:1.05!important;
  }
}

/* v1.2.28: professional entry flow — buttons sit below greeting and disappear after selection */
.mrmaid-jenny-customer-chat .mjc-messages + .mjc-contact-top{
  border-top:0;
  border-bottom:1px solid #e5e7eb;
}
.mrmaid-jenny-customer-chat:not(.mjc-customer-type-selected) .mjc-contact-top{
  background:#f8fafc;
}
.mrmaid-jenny-customer-chat.mjc-customer-type-selected .mjc-customer-type{
  display:none!important;
}
.mrmaid-jenny-customer-chat.mjc-customer-type-selected .mjc-contact-top{
  background:#ffffff;
}
/* v1.2.28: keep the first onboarding step clean and compact */
.mrmaid-jenny-customer-chat:not(.mjc-customer-type-selected) .mjc-messages{
  height:auto!important;
  min-height:0!important;
  max-height:180px!important;
  overflow:visible!important;
}
.mrmaid-jenny-customer-chat:not(.mjc-customer-type-selected) .mjc-form,
.mrmaid-jenny-customer-chat:not(.mjc-customer-type-selected) .mjc-availability-panel{
  display:none!important;
}


/* v1.2.29: professional online indicator and safer customer salutation */
.mrmaid-jenny-customer-chat .mjc-online-message{
  position:relative;
  padding-left:38px!important;
  border-color:#bbf7d0!important;
  background:linear-gradient(180deg,#ffffff,#f0fdf4)!important;
}
.mrmaid-jenny-customer-chat .mjc-online-message:before{
  content:"";
  position:absolute;
  left:14px;
  top:16px;
  width:10px;
  height:10px;
  border-radius:999px;
  background:#22c55e;
  box-shadow:0 0 0 4px rgba(34,197,94,.14),0 0 12px rgba(34,197,94,.65);
  animation:mjc-online-pulse 1.4s ease-in-out infinite;
}
.mrmaid-jenny-customer-chat .mjc-online-message:after{
  content:"Online";
  display:inline-flex;
  margin-left:8px;
  padding:2px 7px;
  border-radius:999px;
  background:#dcfce7;
  color:#166534;
  font-size:11px;
  font-weight:900;
  vertical-align:middle;
  letter-spacing:.01em;
}
@keyframes mjc-online-pulse{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(.72);opacity:.68}
}

/* v1.2.31 - Availability days as inline chat buttons */
.mrmaid-jenny-customer-chat .mjc-availability-chat-card{
  white-space: pre-line;
}
.mrmaid-jenny-customer-chat .mjc-availability-days-chat{
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  white-space: normal;
}
.mrmaid-jenny-customer-chat .mjc-availability-day-chat{
  width: 100%;
  text-align: center;
  border: 1px solid #86efac;
  background: #dcfce7;
  color: #14532d;
  border-radius: 14px;
  padding: 11px 12px;
  font-weight: 900;
  cursor: pointer;
}
.mrmaid-jenny-customer-chat .mjc-availability-day-chat:hover,
.mrmaid-jenny-customer-chat .mjc-availability-day-chat:focus{
  background: #bbf7d0;
  border-color: #22c55e;
  outline: none;
}
