﻿/* ===== PPEC Quote Cart (file-based) ===== */
#ppec-global-quote-root,
#ppec-global-quote-root * {
  box-sizing: border-box;
}

.ppec-rental-inline-hero,
.ppec-rental-inline-hero * {
  box-sizing: border-box;
}

.ppec-rental-inline-hero {
  display: block;
  position: relative;
  z-index: 12;
  isolation: isolate;
  clear: both;
  width: min(1180px, calc(100% - 32px));
  margin: 22px auto 30px;
  padding: 0;
}

.ppec-rental-inline-hero-inner {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 18px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(50, 24, 84, 0.98), rgba(87, 50, 136, 0.96)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  box-shadow: 0 18px 42px rgba(20, 14, 36, 0.2);
  overflow: hidden;
}

.ppec-rental-inline-media {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.ppec-rental-inline-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.ppec-rental-inline-copy {
  min-width: 0;
  position: relative;
  z-index: 2;
  color: #fff;
}

.ppec-rental-inline-eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ppec-rental-inline-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.1vw, 2.4rem);
  line-height: 1.08;
  font-weight: 950;
  text-wrap: balance;
}

.ppec-rental-inline-location {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  font-weight: 700;
}

.ppec-rental-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.ppec-rental-inline-add,
.ppec-rental-inline-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 0.98rem;
  font-weight: 900;
  text-decoration: none !important;
  text-align: center;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.ppec-rental-inline-add {
  border: none;
  background: #fff;
  color: #321854;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

.ppec-rental-inline-add:hover,
.ppec-rental-inline-add:focus {
  transform: translateY(-1px);
}

.ppec-rental-inline-contact {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.ppec-rental-inline-contact:hover,
.ppec-rental-inline-contact:focus {
  background: rgba(255, 255, 255, 0.14);
}

#ppec-global-quote-root {
  --ppec-purple: #321854;
  --ppec-purple2: #573288;
  --ppec-teal: #01847f;
  --ppec-ink: #1f1b2a;
  --ppec-muted: rgba(31, 27, 42, 0.72);
  --ppec-line: rgba(31, 27, 42, 0.14);
  --ppec-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  font-family: "Kanit", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.pp-carnival-page .pp-fabs,
.pp-carnival-page .pp-drawer,
.pp-carnival-page .pp-toast,
.pp-carnival-page .pp-nudge {
  display: none !important;
}

#ppec-global-quote-root .ppec-gq-fabs {
  position: fixed;
  right: 18px;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  z-index: 999999;
  display: flex;
  align-items: center;
  gap: 10px;
}

#ppec-global-quote-root .ppec-gq-phone {
  display: none;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(31, 27, 42, 0.14);
  background: #fff;
  box-shadow: var(--ppec-shadow);
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: var(--ppec-purple2);
  -webkit-tap-highlight-color: transparent;
}

#ppec-global-quote-root .ppec-gq-phone svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

#ppec-global-quote-root .ppec-gq-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 220px;
  max-width: calc(100vw - 96px);
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, #2d1451, var(--ppec-purple2));
  color: #fff;
  box-shadow: var(--ppec-shadow);
  cursor: pointer;
  text-align: left;
}

#ppec-global-quote-root .ppec-gq-pill:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.18), var(--ppec-shadow);
}

#ppec-global-quote-root .ppec-gq-pill-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

#ppec-global-quote-root .ppec-gq-pill-title {
  font-size: 0.96rem;
  font-weight: 950;
}

#ppec-global-quote-root .ppec-gq-pill-sub {
  font-size: 0.78rem;
  font-weight: 800;
  opacity: 0.92;
  margin-top: 3px;
}

#ppec-global-quote-root .ppec-gq-pill-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 0.86rem;
  font-weight: 950;
  white-space: nowrap;
}

#ppec-global-quote-root .ppec-gq-pill.is-bump {
  animation: ppecGqBump 0.55s ease;
}

@keyframes ppecGqBump {
  0% {
    transform: translateY(0) scale(1);
  }
  35% {
    transform: translateY(-2px) scale(1.05);
  }
  70% {
    transform: translateY(0) scale(1.01);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

#ppec-global-quote-root .ppec-gq-drawer {
  position: fixed;
  right: 18px;
  top: 14px;
  bottom: calc(86px + env(safe-area-inset-bottom, 0px));
  width: min(430px, calc(100vw - 36px));
  max-height: calc(100vh - 100px);
  z-index: 999998;
  background: #fff;
  border: 1px solid rgba(31, 27, 42, 0.14);
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

#ppec-global-quote-root .ppec-gq-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#ppec-global-quote-root .ppec-gq-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  background: linear-gradient(135deg, rgba(87, 50, 136, 0.1), rgba(1, 132, 127, 0.08));
  border-bottom: 1px solid rgba(31, 27, 42, 0.1);
}

#ppec-global-quote-root .ppec-gq-drawer-head strong {
  font-size: 1.02rem;
}

#ppec-global-quote-root .ppec-gq-drawer-close {
  border: 1px solid rgba(31, 27, 42, 0.14);
  background: #fff;
  border-radius: 12px;
  padding: 8px 12px;
  font-weight: 900;
  cursor: pointer;
}

#ppec-global-quote-root .ppec-gq-drawer-body {
  padding: 12px;
  overflow: auto;
  max-height: calc((100vh - 100px) - 54px);
}

#ppec-global-quote-root .ppec-gq-selected {
  border: 1px dashed rgba(31, 27, 42, 0.2);
  border-radius: 14px;
  background: rgba(87, 50, 136, 0.04);
  padding: 12px;
  margin-bottom: 14px;
}

#ppec-global-quote-root .ppec-gq-selected h3 {
  margin: 0 0 10px;
  font-size: 1.02rem;
  font-weight: 950;
}

#ppec-global-quote-root .ppec-gq-selected-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

#ppec-global-quote-root .ppec-gq-selected-item {
  position: relative;
  border: 1px solid rgba(31, 27, 42, 0.08);
  border-radius: 12px;
  background: #fff;
  padding: 14px 52px 14px 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.15s ease;
}

#ppec-global-quote-root .ppec-gq-selected-item:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  border-color: var(--ppec-purple2);
}

#ppec-global-quote-root .ppec-gq-selected-title {
  display: block;
  font-weight: 950;
  color: var(--ppec-ink);
  line-height: 1.35;
  padding-right: 8px;
}

#ppec-global-quote-root .ppec-gq-selected-kind {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  background: rgba(87, 50, 136, 0.08);
  color: var(--ppec-purple2);
}

#ppec-global-quote-root .ppec-gq-selected-children {
  margin: 8px 0 0 18px;
  padding: 0;
  color: var(--ppec-muted);
  line-height: 1.45;
  font-size: 0.92rem;
}

#ppec-global-quote-root .ppec-gq-remove-item {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  background: rgba(199, 44, 65, 0.08);
  color: #c72c41;
  border: none;
  border-radius: 999px;
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s ease;
  font-weight: 900;
}

#ppec-global-quote-root .ppec-gq-remove-item:hover {
  background: #c72c41;
  color: #fff;
  transform: scale(1.15) rotate(90deg);
}

#ppec-global-quote-root .ppec-gq-selected-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

#ppec-global-quote-root .ppec-gq-mini-btn {
  flex: 1 1 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(31, 27, 42, 0.14);
  background: #fff;
  color: var(--ppec-ink);
  text-decoration: none !important;
  font-size: 0.94rem;
  font-weight: 900;
  cursor: pointer;
}

#ppec-global-quote-root .ppec-gq-mini-btn.primary {
  background: var(--ppec-purple);
  border-color: transparent;
  color: #fff;
}

#ppec-global-quote-root .ppec-gq-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: min(430px, calc(100vw - 40px));
  z-index: 999997;
  background: rgba(17, 12, 25, 0.96);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

#ppec-global-quote-root .ppec-gq-toast.is-show {
  opacity: 1;
  pointer-events: auto;
}

#ppec-global-quote-root .ppec-gq-toast.is-warning {
  background: #c72c41;
  border-color: #a51f30;
}

#ppec-global-quote-root .ppec-gq-toast.is-success {
  background: #2e7d32;
  border-color: #1b5e20;
}

#ppec-global-quote-root .ppec-gq-toast-msg {
  font-weight: 900;
  line-height: 1.4;
}

#ppec-global-quote-root .ppec-gq-toast-btn {
  align-self: flex-start;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  padding: 8px 12px;
  font-size: 0.86rem;
  font-weight: 900;
  cursor: pointer;
}

#ppec-global-quote-root .ppec-gq-nudge {
  position: fixed;
  right: 18px;
  bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  max-width: min(410px, calc(100vw - 36px));
  z-index: 999997;
  background: rgba(17, 12, 25, 0.96);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 10px 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

#ppec-global-quote-root .ppec-gq-nudge.is-show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

#ppec-global-quote-root .wpcf7 p {
  margin: 0 0 12px;
}

#ppec-global-quote-root .wpcf7 label {
  display: block;
  margin: 0 0 6px;
  color: var(--ppec-ink);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

#ppec-global-quote-root .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

#ppec-global-quote-root .wpcf7 input[type="text"],
#ppec-global-quote-root .wpcf7 input[type="email"],
#ppec-global-quote-root .wpcf7 input[type="tel"],
#ppec-global-quote-root .wpcf7 textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(31, 27, 42, 0.14);
  background: #fff;
  color: var(--ppec-ink);
  padding: 12px;
  font-size: 0.98rem;
  font-weight: 700;
  outline: none;
  box-shadow: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

#ppec-global-quote-root .wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

#ppec-global-quote-root .wpcf7 input[type="text"]:focus,
#ppec-global-quote-root .wpcf7 input[type="email"]:focus,
#ppec-global-quote-root .wpcf7 input[type="tel"]:focus,
#ppec-global-quote-root .wpcf7 textarea:focus {
  border-color: rgba(14, 165, 233, 0.55);
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.16);
}

#ppec-global-quote-root .wpcf7 textarea[name="products"] {
  background: rgba(87, 50, 136, 0.04);
}

#ppec-global-quote-root .wpcf7 .wpcf7-submit {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 12px 14px;
  font-size: 1rem;
  font-weight: 950;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #2d1451, #573288);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.12s ease, filter 0.15s ease;
}

#ppec-global-quote-root .wpcf7 .wpcf7-submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

#ppec-global-quote-root .wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(31, 27, 42, 0.14);
  background: rgba(31, 27, 42, 0.04);
  color: var(--ppec-ink);
  font-weight: 850;
}

.pp-card.is-selected {
  border-color: rgba(1, 132, 127, 0.45) !important;
  box-shadow: 0 18px 40px rgba(1, 132, 127, 0.12) !important;
}

.pp-add-to-quote.is-selected,
.pp-add-btn.is-selected {
  background: rgba(1, 132, 127, 0.1) !important;
  border-color: rgba(1, 132, 127, 0.55) !important;
}

/* ===== Party Items template improvements ===== */
.ppec-party-item-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 20px 108px;
}

.ppec-party-item-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(31, 27, 42, 0.08);
  overflow: hidden;
}

.ppec-party-item-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  padding: 22px;
  background: linear-gradient(135deg, rgba(50, 24, 84, 0.95), rgba(87, 50, 136, 0.92));
  color: #fff;
  align-items: start;
}

.ppec-party-item-hero-copy {
  align-self: center;
}

.ppec-party-item-eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
  padding: 6px 10px;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 800;
}

.ppec-party-item-title {
  margin-top: 10px;
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
  line-height: 1.15;
  font-weight: 900;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.ppec-party-item-subtitle {
  margin-top: 8px;
  font-size: 0.95rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

.ppec-party-item-hero-media {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.ppec-party-item-hero-image {
  width: 100%;
  min-height: 240px;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.ppec-party-item-quote-panel {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 16px;
  backdrop-filter: blur(10px);
}

.ppec-party-item-quote-title {
  margin: 0;
  color: #fff;
  font-size: 1.18rem;
  line-height: 1.2;
  font-weight: 900;
}

.ppec-party-item-quote-copy {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
}

.ppec-party-item-cta-block {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ppec-party-item-cta-block .pp-add-to-quote,
.ppec-party-item-cta-block .ppec-party-item-contact-cta {
  flex: 1 1 200px;
  border-radius: 12px;
  padding: 11px 15px;
  font-weight: 900;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.34);
  font-size: 0.95rem;
  text-align: center;
}

.ppec-party-item-cta-block .pp-add-to-quote {
  background: #fff;
  color: #2d1451;
  border-color: #fff;
  cursor: pointer;
  line-height: 1.35;
  white-space: normal;
}

.ppec-party-item-cta-block .ppec-party-item-contact-cta {
  color: #fff;
  background: rgba(1, 132, 127, 0.42);
}

.ppec-party-item-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  padding: 22px;
  align-items: start;
}

.ppec-party-item-main section + section {
  margin-top: 20px;
}

.ppec-party-item-main h2,
.ppec-party-item-main h3 {
  line-height: 1.2;
  color: #1f1b2a;
}

.ppec-party-item-intro,
.ppec-party-item-contact {
  background: #fff;
  border: 1px solid rgba(31, 27, 42, 0.09);
  border-radius: 14px;
  padding: 16px;
}

.ppec-party-item-content {
  line-height: 1.6;
}

.ppec-party-item-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.ppec-party-item-step {
  background: rgba(87, 50, 136, 0.04);
  border: 1px solid rgba(31, 27, 42, 0.1);
  border-radius: 14px;
  padding: 14px;
  height: 100%;
  min-width: 0;
}

.ppec-party-item-step-title {
  font-size: 1rem;
  font-weight: 900;
  color: #321854;
  margin-bottom: 8px;
}

.ppec-party-item-step-body {
  line-height: 1.55;
}

.ppec-party-item-sidebar #sidebar {
  position: sticky;
  top: 16px;
}

.ppec-party-item-sidebar {
  min-width: 0;
}

.ppec-party-item-main p,
.ppec-party-item-main li {
  line-height: 1.58;
}

@media (max-width: 1180px) {
  .ppec-rental-inline-hero {
    width: min(100%, calc(100% - 28px));
  }

  .ppec-party-item-body {
    grid-template-columns: minmax(0, 1fr);
  }

  .ppec-party-item-sidebar #sidebar {
    position: static;
  }
}

@media (max-width: 980px) {
  #ppec-global-quote-root .ppec-gq-phone {
    display: flex;
  }

  .ppec-rental-inline-hero {
    margin-top: 18px;
  }

  .ppec-rental-inline-hero-inner {
    grid-template-columns: 1fr;
  }

  .ppec-rental-inline-image {
    aspect-ratio: 16 / 10;
  }

  .ppec-party-item-hero {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .ppec-party-item-title {
    font-size: clamp(1.45rem, 6vw, 2rem);
  }

  .ppec-party-item-body {
    padding: 18px;
  }

  .ppec-party-item-hero-image {
    min-height: 200px;
  }

  .ppec-party-item-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .ppec-rental-inline-hero {
    width: calc(100% - 22px);
    margin: 14px auto 24px;
  }

  .ppec-rental-inline-hero-inner {
    gap: 16px;
    padding: 14px;
    border-radius: 20px;
  }

  .ppec-rental-inline-actions {
    flex-direction: column;
  }

  .ppec-rental-inline-add,
  .ppec-rental-inline-contact {
    width: 100%;
  }

  .ppec-party-item-page {
    padding: 14px 10px 104px;
  }

  .ppec-party-item-card {
    border-radius: 12px;
  }

  .ppec-party-item-body,
  .ppec-party-item-hero {
    gap: 14px;
    padding: 14px;
  }

  .ppec-party-item-steps-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  #ppec-global-quote-root .ppec-gq-fabs {
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }

  #ppec-global-quote-root .ppec-gq-pill {
    max-width: calc(100vw - 84px);
    min-width: 190px;
  }

  #ppec-global-quote-root .ppec-gq-drawer {
    right: 10px;
    left: 10px;
    width: auto;
    top: 10px;
    bottom: calc(82px + env(safe-area-inset-bottom, 0px));
    max-height: calc(100vh - 92px);
  }

  #ppec-global-quote-root .ppec-gq-drawer-body {
    max-height: calc((100vh - 92px) - 54px);
  }

  #ppec-global-quote-root .ppec-gq-nudge {
    right: 10px;
    left: 10px;
    bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    max-width: none;
  }

  #ppec-global-quote-root .ppec-gq-toast {
    max-width: calc(100vw - 30px);
  }

  .ppec-party-item-cta-block {
    flex-direction: column;
  }

  .ppec-party-item-cta-block .pp-add-to-quote,
  .ppec-party-item-cta-block .ppec-party-item-contact-cta {
    width: 100%;
    text-align: center;
    flex-basis: 100%;
  }
}
