.teamsup-plus-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 32px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(0, 120, 212, 0.18), transparent 38%),
    linear-gradient(160deg, #ffffff 0%, #f3f8fd 100%);
  border: 1px solid rgba(15, 74, 132, 0.12);
  box-shadow: 0 24px 60px rgba(15, 74, 132, 0.12);
}

.teamsup-plus-card--compact {
  max-width: 720px;
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.teamsup-plus-card--meeting {
  max-width: 1120px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(9, 64, 116, 0.14);
  background:
    radial-gradient(circle at left top, rgba(51, 181, 240, 0.24), transparent 34%),
    linear-gradient(135deg, #eef8ff 0%, #ffffff 54%, #eef4fb 100%);
}

.teamsup-plus-card--preview {
  position: relative;
}

.teamsup-plus-card--preview::after {
  content: "Preview";
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(9, 64, 116, 0.92);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.teamsup-plus-card--preview input,
.teamsup-plus-card--preview select,
.teamsup-plus-card--preview textarea {
  cursor: default;
}

.teamsup-plus-preview-note {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(51, 181, 240, 0.12);
  border: 1px solid rgba(9, 64, 116, 0.1);
  color: #12395b;
  font-size: 14px;
  line-height: 1.5;
}

.teamsup-plus-preview-note strong {
  display: block;
  margin-bottom: 4px;
}

.teamsup-plus-card__intro h3 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.1;
  color: #0f3557;
}

.teamsup-plus-card__intro p {
  margin: 0 0 12px;
  color: #35546f;
}

.teamsup-plus-eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0078d4;
}

.teamsup-plus-meta {
  font-size: 14px;
}

.teamsup-plus-card__intro--compact h3 {
  font-size: 26px;
  margin-bottom: 6px;
}

.teamsup-plus-meeting-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 0;
}

.teamsup-plus-meeting-hero {
  padding: 40px 40px 26px;
}

.teamsup-plus-meeting-hero h3 {
  margin: 0 0 14px;
  max-width: 13ch;
  font-size: 44px;
  line-height: 0.98;
  color: #094074;
}

.teamsup-plus-meeting-copy {
  max-width: 58ch;
  font-size: 16px;
  line-height: 1.7;
}

.teamsup-plus-team-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.teamsup-plus-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #33b5f0 0%, #094074 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(9, 64, 116, 0.18);
}

.teamsup-plus-meeting-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 32px;
  background: linear-gradient(180deg, #094074 0%, #0f4a84 100%);
  color: #ffffff;
}

.teamsup-plus-panel-kicker {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.teamsup-plus-meeting-panel h4 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.05;
  color: #ffffff;
}

.teamsup-plus-meeting-panel p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
}

.teamsup-plus-meeting-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.teamsup-plus-meeting-points span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(9, 64, 116, 0.08);
  border: 1px solid rgba(9, 64, 116, 0.12);
  font-size: 13px;
  font-weight: 700;
  color: #094074;
}

.teamsup-plus-card--meeting .teamsup-plus-team-strip {
  margin-top: 24px;
}

.teamsup-plus-card--meeting .teamsup-plus-avatar {
  width: 52px;
  height: 52px;
  font-size: 15px;
  border: 3px solid rgba(255, 255, 255, 0.8);
}

.teamsup-plus-form {
  margin-top: 22px;
}

.teamsup-plus-card--meeting .teamsup-plus-form {
  margin-top: 0;
  padding: 26px 40px 40px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(8px);
}

.teamsup-plus-card--compact .teamsup-plus-form {
  margin-top: 16px;
}

.teamsup-plus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.teamsup-plus-form label {
  display: block;
  margin-bottom: 18px;
}

.teamsup-plus-form label span {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #12395b;
}

.teamsup-plus-form input,
.teamsup-plus-form select,
.teamsup-plus-form textarea {
  width: 100%;
  border: 1px solid #c8d7e6;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #12395b;
  padding: 14px 16px;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.teamsup-plus-form input:focus,
.teamsup-plus-form select:focus,
.teamsup-plus-form textarea:focus {
  outline: none;
  border-color: #0078d4;
  box-shadow: 0 0 0 4px rgba(0, 120, 212, 0.14);
  transform: translateY(-1px);
}

.teamsup-plus-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  border: 0;
  border-radius: 999px;
  padding: 14px 24px;
  background: linear-gradient(135deg, #0078d4 0%, #0f4a84 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 32px rgba(15, 74, 132, 0.18);
}

.teamsup-plus-card--meeting .teamsup-plus-submit {
  background: linear-gradient(135deg, #33b5f0 0%, #006bff 100%);
}

.teamsup-plus-card--compact .teamsup-plus-submit {
  min-width: 200px;
  padding: 13px 22px;
}

.teamsup-plus-submit[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
}

.teamsup-plus-feedback {
  min-height: 24px;
  margin: 10px 0 18px;
  font-size: 14px;
  color: #35546f;
}

.teamsup-plus-feedback.is-error {
  color: #b42318;
}

.teamsup-plus-feedback.is-success {
  color: #067647;
}

.teamsup-plus-card--preview .teamsup-plus-feedback.is-success {
  color: #0f4a84;
}

.teamsup-plus-notice {
  padding: 16px 18px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #d6e2ee;
  color: #35546f;
}

.teamsup-plus-honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 767px) {
  .teamsup-plus-card {
    padding: 22px;
    border-radius: 22px;
  }

  .teamsup-plus-card--meeting {
    padding: 0;
  }

  .teamsup-plus-card--preview::after {
    top: 12px;
    right: 12px;
  }

  .teamsup-plus-card__intro h3 {
    font-size: 26px;
  }

  .teamsup-plus-meeting-shell {
    grid-template-columns: 1fr;
  }

  .teamsup-plus-meeting-hero,
  .teamsup-plus-meeting-panel,
  .teamsup-plus-card--meeting .teamsup-plus-form {
    padding: 24px 22px;
  }

  .teamsup-plus-meeting-hero h3 {
    font-size: 32px;
    max-width: none;
  }

  .teamsup-plus-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .teamsup-plus-submit {
    width: 100%;
  }
}

/* === Global modal + scheduler (v0.3.0) ================================== */

/* Hard reset: theme/Elementor styles often touch <button> globally; force ours.
   Scope: any teamsup-* container. */
.teamsup-modal button,
.teamsup-plus-card button,
.teamsup-plus-card[data-teamsup-inline] button {
  font-family: inherit !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  box-shadow: none !important;
}
.teamsup-modal button:hover,
.teamsup-plus-card button:hover,
.teamsup-modal button:focus,
.teamsup-plus-card button:focus {
  text-decoration: none !important;
}
.teamsup-modal a,
.teamsup-plus-card a {
  text-decoration: none !important;
}
.teamsup-modal h2,
.teamsup-modal h3,
.teamsup-plus-card h2,
.teamsup-plus-card h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-family: inherit !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
}



html.teamsup-modal-open { overflow: hidden; }

.teamsup-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}
.teamsup-modal[data-state="open"],
.teamsup-modal[data-state="closed"] { display: flex; }
.teamsup-modal[hidden] { display: none !important; }

.teamsup-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 12, 30, 0.55);
  opacity: 0;
  transition: opacity 0.22s ease;
}
.teamsup-modal[data-state="open"] .teamsup-modal__backdrop { opacity: 1; }

.teamsup-modal__panel {
  position: relative;
  width: min(560px, calc(100vw - 24px));
  max-height: calc(100vh - 32px);
  background: #ffffff;
  color: #11203f;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(3, 12, 30, 0.32);
  overflow: hidden;
  transform: translateY(16px);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
  display: flex;
  flex-direction: column;
}
.teamsup-modal[data-state="open"] .teamsup-modal__panel {
  transform: translateY(0);
  opacity: 1;
}

.teamsup-modal__close {
  position: absolute;
  top: 10px; right: 12px;
  width: 36px; height: 36px;
  border: 0;
  background: transparent;
  color: #6f7f9e;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  border-radius: 999px;
  transition: background 0.18s ease, color 0.18s ease;
  z-index: 2;
}
.teamsup-modal__close:hover,
.teamsup-modal__close:focus-visible {
  background: rgba(9, 64, 116, 0.08);
  color: #094074;
  outline: none;
}

.teamsup-modal__body {
  padding: 28px 26px 22px;
  overflow-y: auto;
}

.teamsup-modal__header { margin-bottom: 18px; }
.teamsup-modal__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(23, 50, 102, 0.55);
  margin-bottom: 6px;
}
.teamsup-modal__title {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  color: #11203f;
  letter-spacing: -0.01em;
}
.teamsup-modal__sub {
  margin: 4px 0 0;
  color: rgba(23, 50, 102, 0.65);
  font-size: 14px;
}

.teamsup-modal__back {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  color: #094074;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 8px 6px 0;
  margin-bottom: 6px;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.15s ease;
}
.teamsup-modal__back:hover { background: rgba(9, 64, 116, 0.08); }

/* Calendar */
.teamsup-cal__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 8px;
}
.teamsup-cal__title {
  font-size: 16px;
  font-weight: 700;
  color: #11203f;
  text-transform: capitalize;
}
.teamsup-cal__navbtn {
  width: 34px !important;
  height: 34px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(9, 64, 116, 0.14) !important;
  background: #ffffff !important;
  color: #094074 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.12s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.teamsup-cal__navbtn:hover,
.teamsup-cal__navbtn:focus-visible {
  background: rgba(9, 64, 116, 0.06) !important;
  border-color: rgba(9, 64, 116, 0.30) !important;
  color: #094074 !important;
  outline: none !important;
  transform: translateY(-1px);
}

.teamsup-cal__weekhead {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(23, 50, 102, 0.55);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.teamsup-cal__weekhead span { padding: 4px 0; }

.teamsup-cal__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  position: relative;
}
.teamsup-cal__grid.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, rgba(9,64,116,0.05), rgba(9,64,116,0.05) 6px, transparent 6px, transparent 12px);
  border-radius: 8px;
  pointer-events: none;
}

.teamsup-cal__cell {
  height: 42px !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  background: rgba(23, 50, 102, 0.05) !important;
  color: rgba(23, 50, 102, 0.45) !important;
  text-decoration: none !important;
  letter-spacing: 0 !important;
  transition: background 0.16s ease, color 0.16s ease, transform 0.12s ease !important;
}
.teamsup-cal__cell:hover,
.teamsup-cal__cell:focus { box-shadow: none !important; }
.teamsup-cal__cell > span { font-weight: 600 !important; line-height: 1 !important; }
.teamsup-cal__cell.is-empty {
  background: transparent !important;
  cursor: default !important;
}
.teamsup-cal__cell.is-available {
  background: rgba(31, 178, 94, 0.14) !important;
  color: #14622e !important;
  cursor: pointer !important;
}
.teamsup-cal__cell.is-available:hover,
.teamsup-cal__cell.is-available:focus-visible {
  background: #1e7a3e !important;
  color: #ffffff !important;
  outline: none !important;
  transform: translateY(-1px);
}
.teamsup-cal__cell.is-disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  background: rgba(23, 50, 102, 0.04) !important;
}
.teamsup-cal__cell.is-selected,
.teamsup-cal__cell.is-selected:hover {
  background: #094074 !important;
  color: #ffffff !important;
  transform: none;
  box-shadow: 0 6px 16px rgba(9, 64, 116, 0.32) !important;
}
.teamsup-cal__hint {
  margin: 12px 0 0;
  font-size: 12.5px;
  color: rgba(23, 50, 102, 0.55);
}

/* Slots */
.teamsup-slots__hint {
  margin: 0 0 8px;
  font-size: 12.5px;
  color: rgba(23, 50, 102, 0.55);
}
.teamsup-slots__loading,
.teamsup-slots__empty {
  padding: 28px 12px;
  text-align: center;
  color: rgba(23, 50, 102, 0.65);
  font-size: 14px;
  background: rgba(9, 64, 116, 0.04);
  border-radius: 10px;
}
.teamsup-slots__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 8px;
}
.teamsup-slots__slot {
  border: 1px solid rgba(9, 64, 116, 0.18) !important;
  background: #ffffff !important;
  color: #094074 !important;
  padding: 10px 8px !important;
  min-height: 0 !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: inherit !important;
  letter-spacing: 0 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.12s ease !important;
}
.teamsup-slots__slot:hover,
.teamsup-slots__slot:focus-visible {
  background: #094074 !important;
  border-color: #094074 !important;
  color: #ffffff !important;
  outline: none !important;
  transform: translateY(-1px);
}

/* Form */
.teamsup-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.teamsup-form label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(23, 50, 102, 0.75);
}
.teamsup-form input[type="text"],
.teamsup-form input[type="email"],
.teamsup-form input[type="tel"],
.teamsup-form textarea {
  border: 1px solid rgba(9, 64, 116, 0.16);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  font-family: inherit;
  color: #11203f;
  background: #ffffff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.teamsup-form input:focus,
.teamsup-form textarea:focus {
  outline: none;
  border-color: #094074;
  box-shadow: 0 0 0 3px rgba(9, 64, 116, 0.12);
}
.teamsup-form textarea { resize: vertical; min-height: 70px; }

.teamsup-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.teamsup-form__feedback {
  font-size: 13px;
  color: rgba(23, 50, 102, 0.7);
}
.teamsup-form__feedback.is-error { color: #b3261e; }
.teamsup-form__feedback.is-success { color: #1e7a3e; }

.teamsup-form__submit {
  background: linear-gradient(135deg, #f60 0%, #ff8c38 100%) !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 12px 22px !important;
  min-height: 0 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(255, 102, 0, 0.32) !important;
  transition: background 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease !important;
}
.teamsup-form__submit:hover,
.teamsup-form__submit:focus-visible {
  background: linear-gradient(135deg, #e65a00 0%, #ff7a1a 100%) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(255, 102, 0, 0.42) !important;
  outline: none !important;
}
.teamsup-form__submit:disabled {
  opacity: 0.6 !important;
  cursor: wait !important;
  transform: none !important;
}

/* Success view */
.teamsup-success {
  text-align: center;
  padding: 14px 4px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.teamsup-success__icon {
  width: 64px; height: 64px;
  background: rgba(31, 178, 94, 0.18);
  color: #1e7a3e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
}
.teamsup-success__when {
  font-size: 14px;
  font-weight: 600;
  color: #094074;
  background: rgba(9, 64, 116, 0.06);
  padding: 8px 14px;
  border-radius: 999px;
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce) {
  .teamsup-modal,
  .teamsup-modal__backdrop,
  .teamsup-modal__panel,
  .teamsup-cal__cell,
  .teamsup-slots__slot,
  .teamsup-form__submit,
  .teamsup-form input,
  .teamsup-form textarea {
    transition: none !important;
  }
}

/* Mobile fine-tuning */
@media (max-width: 540px) {
  .teamsup-modal__body { padding: 22px 18px 18px; }
  .teamsup-cal__cell { height: 38px; font-size: 13px; }
  .teamsup-slots__grid { grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); }
}

/* === Shortcode inline: side-by-side calendar + slots, no titles ========== */

.teamsup-plus-card[data-teamsup-inline] {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(3, 12, 30, 0.08);
  border: 1px solid rgba(23, 50, 102, 0.06);
  padding: 24px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: #11203f;
}

.teamsup-shortcode {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(220px, 1fr);
  gap: 24px;
  align-items: stretch;
}

.teamsup-shortcode__col--cal { min-width: 0; }
.teamsup-shortcode__col--slots {
  min-width: 0;
  background: rgba(9, 64, 116, 0.03);
  border: 1px solid rgba(9, 64, 116, 0.08);
  border-radius: 14px;
  padding: 16px 16px 14px;
  /* Match calendar height with internal scroll instead of growing */
  max-height: 420px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(9, 64, 116, 0.30) transparent;
}
.teamsup-shortcode__col--slots::-webkit-scrollbar {
  width: 8px;
}
.teamsup-shortcode__col--slots::-webkit-scrollbar-track {
  background: transparent;
}
.teamsup-shortcode__col--slots::-webkit-scrollbar-thumb {
  background: rgba(9, 64, 116, 0.20);
  border-radius: 4px;
}
.teamsup-shortcode__col--slots::-webkit-scrollbar-thumb:hover {
  background: rgba(9, 64, 116, 0.35);
}

/* Inline header (avatar + title above the calendar) */
.teamsup-inline-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin: 0 0 22px;
}
.teamsup-inline-head__avatar {
  display: inline-flex;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #094074, #1d97ff);
  box-shadow: 0 8px 22px rgba(9, 64, 116, 0.22);
  border: 3px solid #ffffff;
  margin-bottom: 4px;
  position: relative;
}
.teamsup-inline-head__avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
}
.teamsup-inline-head__title {
  display: block;
  font-size: 19px;
  font-weight: 800;
  color: #11203f;
  letter-spacing: -0.01em;
  line-height: 1.25;
  max-width: 480px;
}
.teamsup-inline-head__sub {
  display: block;
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(23, 50, 102, 0.65);
  line-height: 1.45;
  max-width: 460px;
}

.teamsup-slots__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 12px;
  text-align: center;
  color: rgba(23, 50, 102, 0.55);
  font-size: 14px;
  font-weight: 500;
}
.teamsup-slots__date {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  color: #094074;
  text-transform: capitalize;
}

/* Form summary header (inline form mode) */
.teamsup-form-summary {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(9, 64, 116, 0.05);
  border: 1px solid rgba(9, 64, 116, 0.10);
  border-radius: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.teamsup-form-summary__back {
  border: 0 !important;
  background: transparent !important;
  color: #094074 !important;
  font-family: inherit !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 6px 10px !important;
  min-height: 0 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  transition: background 0.15s ease, color 0.15s ease !important;
}
.teamsup-form-summary__back:hover,
.teamsup-form-summary__back:focus-visible {
  background: rgba(9, 64, 116, 0.10) !important;
  color: #094074 !important;
  outline: none !important;
  border: 0 !important;
}
.teamsup-form-summary__when {
  font-size: 13.5px;
  color: #11203f;
}
.teamsup-form-summary__when strong { color: #094074; }

/* Form labels: kill any theme h-tags / pink coloring */
.teamsup-form label {
  color: rgba(23, 50, 102, 0.75) !important;
}
.teamsup-form label > span {
  color: rgba(23, 50, 102, 0.75) !important;
  font-weight: 600 !important;
  font-size: 12.5px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Form 2-col grid for name/email/phone/company */
.teamsup-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

/* Commercials block — only shown in form view */
.teamsup-coms {
  margin-top: 18px;
  padding: 14px 16px;
  background: rgba(9, 64, 116, 0.04);
  border-radius: 12px;
  border: 1px solid rgba(9, 64, 116, 0.08);
  display: block;
}
.teamsup-coms__title {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(9, 64, 116, 0.7);
  margin-bottom: 10px;
}
.teamsup-coms__list {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.teamsup-coms__item {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid rgba(9, 64, 116, 0.10);
  padding: 4px 14px 4px 4px;
  border-radius: 999px;
  font-size: 13px;
  color: #11203f;
  line-height: 1.2;
}
.teamsup-coms__avatar {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  flex: 0 0 auto;
}
.teamsup-coms__name { font-weight: 600; color: #11203f; }
.teamsup-coms__hint {
  margin: 0 !important;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(23, 50, 102, 0.65);
}

.teamsup-success__title-inline {
  font-size: 18px;
  font-weight: 800;
  color: #094074;
  margin: 0;
}

/* Mobile: stack columns */
@media (max-width: 720px) {
  .teamsup-shortcode { grid-template-columns: 1fr; }
  .teamsup-form__grid { grid-template-columns: 1fr; }
  .teamsup-shortcode__col--slots { min-height: 0; }
}


