:root {
  --pp-primary: #2563eb;
  --pp-bright: #3b82f6;
  --pp-deep: #1d4ed8;
  --pp-sky: #38bdf8;
  --pp-soft-bg: #f8fbff;
  --pp-glass-white: rgba(255, 255, 255, 0.82);
  --pp-blue-glass: rgba(37, 99, 235, 0.16);
  --pp-text: #111827;
  --pp-muted: #6b7280;
  --pp-whatsapp: #22c55e;
  --pp-quote: #ef4444;
  --pp-border: rgba(255, 255, 255, 0.55);
  --pp-shadow: 0 24px 70px rgba(29, 78, 216, 0.22);
  --pp-radius: 24px;
  --pp-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: var(--pp-font);
  color: var(--pp-text);
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(56, 189, 248, 0.75);
  outline-offset: 3px;
}

/* --------------------------------------------------
   Demo website styles for index.html
-------------------------------------------------- */
.demo-page {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(59, 130, 246, 0.22), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(56, 189, 248, 0.25), transparent 32%),
    linear-gradient(135deg, #f8fbff 0%, #edf6ff 50%, #ffffff 100%);
}

.demo-header {
  padding: 22px clamp(16px, 4vw, 64px) 72px;
}

.demo-nav {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 18px 50px rgba(37, 99, 235, 0.12);
  backdrop-filter: blur(18px);
}

.demo-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.demo-brand img {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.16);
  padding: 7px;
}

.demo-brand strong,
.demo-brand span {
  display: block;
}

.demo-brand strong {
  font-size: 17px;
}

.demo-brand span {
  color: var(--pp-muted);
  font-size: 13px;
  margin-top: 2px;
}

.demo-whatsapp-link,
.demo-primary-btn,
.demo-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.demo-whatsapp-link {
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--pp-whatsapp), #16a34a);
  box-shadow: 0 12px 28px rgba(34, 197, 94, 0.25);
}

.demo-hero {
  max-width: 1180px;
  margin: 62px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 28px;
  align-items: stretch;
}

.demo-hero-copy,
.demo-card,
.demo-section,
.demo-info-strip {
  border: 1px solid rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 24px 80px rgba(37, 99, 235, 0.14);
  backdrop-filter: blur(22px);
}

.demo-hero-copy,
.demo-card {
  border-radius: 36px;
  padding: clamp(28px, 5vw, 56px);
}

.demo-pill,
.demo-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--pp-deep);
  background: rgba(37, 99, 235, 0.1);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.demo-hero h1 {
  margin: 22px 0 18px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.demo-hero p,
.demo-card p,
.demo-section p {
  color: #4b5563;
  font-size: 17px;
  line-height: 1.7;
}

.demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.demo-primary-btn {
  color: #fff;
  background: linear-gradient(135deg, var(--pp-primary), var(--pp-sky));
  padding: 0 24px;
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.24);
}

.demo-secondary-btn {
  color: var(--pp-deep);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(37, 99, 235, 0.14);
  padding: 0 24px;
}

.demo-card h2 {
  margin-top: 0;
  font-size: 30px;
}

.demo-card ul {
  margin: 22px 0 0;
  padding-left: 20px;
  color: #374151;
  line-height: 1.9;
}

.demo-section {
  max-width: 1180px;
  margin: 0 auto 34px;
  border-radius: 34px;
  padding: clamp(24px, 4vw, 46px);
}

.demo-section h2 {
  margin: 18px 0 22px;
  font-size: clamp(28px, 4vw, 44px);
}

.demo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.demo-grid article {
  min-height: 190px;
  border-radius: 26px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(37, 99, 235, 0.1);
}

.demo-grid h3 {
  margin-top: 0;
}

.demo-grid p {
  font-size: 15px;
  line-height: 1.6;
}

.printplus-chatbot-frame {
  position: fixed;
  left: 18px;
  bottom: 18px;
  width: 170px;
  height: 64px;
  display: block;
  border: 0;
  box-shadow: none;
  outline: 0;
  z-index: 2147483000;
  background: transparent !important;
  background-color: transparent !important;
  color-scheme: light;
  overflow: hidden;
}


.printplus-chatbot-frame[data-state="closed"],
.printplus-chatbot-frame[data-printplus-chatbot-state="closed"] {
  width: 170px !important;
  height: 64px !important;
  max-width: 170px !important;
  max-height: 64px !important;
}

.printplus-chatbot-frame[data-state="open"],
.printplus-chatbot-frame[data-printplus-chatbot-state="open"] {
  max-width: calc(100vw - 24px) !important;
  max-height: calc(100vh - 24px) !important;
}

@media (max-width: 860px) {
  .demo-hero,
  .demo-grid {
    grid-template-columns: 1fr;
  }

  .demo-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .demo-whatsapp-link {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .demo-header {
    padding-inline: 12px;
  }

  .demo-hero {
    margin-top: 28px;
  }

  .printplus-chatbot-frame {
    left: 12px;
    bottom: 12px;
  }
}

/* --------------------------------------------------
   Chatbot iframe styles for chatbot.html
-------------------------------------------------- */
html:has(.chatbot-page),
body.chatbot-page,
.chatbot-page {
  width: 100vw;
  height: 100vh;
  min-height: 0;
  overflow: hidden;
  background: transparent !important;
}

.pp-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pp-chatbot {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.pp-chat-launcher {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 158px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.01em;
  background: linear-gradient(135deg, var(--pp-primary), var(--pp-sky));
  box-shadow: 0 16px 38px rgba(37, 99, 235, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.34) inset;
  pointer-events: auto;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.pp-chat-launcher:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(37, 99, 235, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.42) inset;
}

/* Closed/minimized fix:
   No external drop shadow is used in closed state because an iframe clips shadows at
   its own edge, which can create a visible square/corner mark beside the button. */
.pp-closed .pp-chat-launcher {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.34) inset;
  transform: none;
}

.pp-closed .pp-chat-launcher:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.44) inset;
  transform: none;
}

.pp-launcher-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 18px rgba(30, 64, 175, 0.22);
}

.pp-launcher-icon img,
.pp-logo-box img {
  display: block;
  width: 78%;
  height: 78%;
  object-fit: contain;
}

.pp-chat-panel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(390px, calc(100vw - 0px));
  height: min(620px, calc(100vh - 0px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--pp-radius);
  border: 1px solid var(--pp-border);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(236, 246, 255, 0.7)),
    radial-gradient(circle at 18% 6%, rgba(56, 189, 248, 0.28), transparent 32%),
    radial-gradient(circle at 96% 0%, rgba(37, 99, 235, 0.22), transparent 32%);
  /* External box-shadow removed to prevent iframe-clipped corner/edge artifacts. */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), inset 0 -1px 0 rgba(37, 99, 235, 0.06);
  backdrop-filter: blur(26px);
  transform: translateY(18px) scale(0.96);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}


/* Open-state iframe corner fix:
   The chatbot panel fills the iframe on mobile. Any external shadow can be
   clipped by the iframe boundary and look like a square shadow at each corner.
   Keep depth inside the panel only, with no outside shadow. */
.pp-open .pp-chat-panel {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), inset 0 -1px 0 rgba(37, 99, 235, 0.06);
}

body.chatbot-page,
body.chatbot-page .pp-chatbot {
  background: transparent !important;
}

.pp-open .pp-chat-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.pp-open .pp-chat-launcher {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pp-closed .pp-chat-panel {
  display: none;
}

.pp-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px 12px;
  border-bottom: 1px solid rgba(37, 99, 235, 0.08);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.08);
}

.pp-header-left {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 11px;
}

.pp-logo-box {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.14);
  border: 1px solid rgba(37, 99, 235, 0.08);
}

.pp-header-text {
  min-width: 0;
}

.pp-header-text strong {
  display: block;
  overflow: hidden;
  color: #0f172a;
  font-size: 15px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pp-header-text span {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
  color: var(--pp-muted);
  font-size: 12px;
  line-height: 1.1;
}

.pp-online-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--pp-whatsapp);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.14);
}

.pp-header-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
}

.pp-secure-badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 10px;
  color: var(--pp-deep);
  background: rgba(37, 99, 235, 0.1);
  font-size: 11px;
  font-weight: 900;
}

.pp-close-btn {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-radius: 999px;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.78);
  font-size: 22px;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.pp-close-btn:hover {
  transform: scale(1.04);
  background: #fff;
}

.pp-service-strip {
  margin: 10px 14px 0;
  border-radius: 999px;
  padding: 9px 12px;
  color: #7c2d12;
  background: linear-gradient(135deg, rgba(255, 237, 213, 0.92), rgba(255, 251, 235, 0.86));
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  box-shadow: inset 0 0 0 1px rgba(251, 146, 60, 0.12);
}

.pp-chat-messages {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 16px 14px 12px;
  scroll-behavior: smooth;
}

.pp-chat-messages::-webkit-scrollbar {
  width: 7px;
}

.pp-chat-messages::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.22);
}

.pp-message-row {
  display: flex;
  margin: 0 0 10px;
}

.pp-message-row.pp-bot {
  justify-content: flex-start;
}

.pp-message-row.pp-user {
  justify-content: flex-end;
}

.pp-bubble {
  max-width: min(88%, 320px);
  border-radius: 20px;
  padding: 11px 13px;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre-line;
  word-break: break-word;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.pp-bot .pp-bubble {
  border-top-left-radius: 8px;
  color: #172554;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(37, 99, 235, 0.1);
}

.pp-user .pp-bubble {
  border-top-right-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--pp-primary), var(--pp-sky));
}

.pp-typing .pp-bubble {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 58px;
}

.pp-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pp-primary);
  opacity: 0.45;
  animation: ppTyping 1s infinite ease-in-out;
}

.pp-dot:nth-child(2) {
  animation-delay: 0.14s;
}

.pp-dot:nth-child(3) {
  animation-delay: 0.28s;
}

@keyframes ppTyping {
  0%, 80%, 100% {
    transform: translateY(0);
    opacity: 0.45;
  }
  40% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

.pp-dynamic-actions {
  display: none;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 14px 10px;
}

.pp-dynamic-actions.pp-visible {
  display: flex;
}

.pp-action-btn,
.pp-quick-replies button,
.pp-fixed-action,
.pp-form-submit {
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pp-action-btn {
  min-height: 40px;
  padding: 0 14px;
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.16);
}

.pp-action-btn:hover,
.pp-quick-replies button:hover,
.pp-fixed-action:hover,
.pp-form-submit:hover {
  transform: translateY(-1px);
}

.pp-action-quote {
  background: linear-gradient(135deg, var(--pp-quote), #f97316);
}

.pp-action-whatsapp {
  background: linear-gradient(135deg, var(--pp-whatsapp), #16a34a);
}

.pp-action-blue,
.pp-form-submit {
  background: linear-gradient(135deg, var(--pp-primary), var(--pp-sky));
}

.pp-service-scroller-wrap {
  position: relative;
  padding: 8px 14px 10px;
  border-top: 1px solid rgba(37, 99, 235, 0.08);
  background: rgba(255, 255, 255, 0.48);
}

.pp-scroller-label {
  display: block;
  margin: 0 0 6px 2px;
  color: #64748b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pp-scroller-label::after {
  content: "   ◀ scroll ▶";
  color: rgba(37, 99, 235, 0.72);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.pp-service-scroller-wrap::before,
.pp-service-scroller-wrap::after {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 10px;
  width: 28px;
  pointer-events: none;
  z-index: 2;
}

.pp-service-scroller-wrap::before {
  left: 0;
  background: linear-gradient(90deg, rgba(248, 251, 255, 0.94), rgba(255, 255, 255, 0));
}

.pp-service-scroller-wrap::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(248, 251, 255, 0.94));
}

.pp-quick-replies {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 18px 8px 0;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(37, 99, 235, 0.34) rgba(37, 99, 235, 0.08);
}

.pp-quick-replies::-webkit-scrollbar {
  height: 6px;
}

.pp-quick-replies::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
}

.pp-quick-replies::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.34);
}

.pp-quick-replies button {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 13px;
  color: var(--pp-deep);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 7px 18px rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.08);
  font-size: 12px;
  white-space: nowrap;
  scroll-snap-align: start;
}

.pp-fixed-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 0 14px 12px;
  background: rgba(255, 255, 255, 0.5);
}

.pp-fixed-action {
  width: 100%;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  font-size: 13px;
  letter-spacing: 0.01em;
  box-shadow: 0 11px 26px rgba(37, 99, 235, 0.12);
}

.pp-fixed-quote {
  color: #111827;
  background: rgba(255, 255, 255, 0.82);
}

.pp-fixed-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, var(--pp-whatsapp), #16a34a);
  box-shadow: 0 12px 28px rgba(34, 197, 94, 0.24);
}

.pp-chat-input-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px 14px;
  background: rgba(255, 255, 255, 0.5);
}

.pp-chat-input-row input {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 999px;
  padding: 0 15px;
  color: var(--pp-text);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.pp-send-btn {
  flex: 0 0 auto;
  min-width: 74px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--pp-primary), var(--pp-sky));
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.25);
}

.pp-quote-form-card {
  margin: 2px 0 12px;
  padding: 14px;
  border-radius: 22px;
  color: #0f172a;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(37, 99, 235, 0.12);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.12);
}

.pp-quote-form-card h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.pp-quote-form-card p {
  margin: 0 0 12px;
  color: var(--pp-muted);
  font-size: 12px;
  line-height: 1.5;
}

.pp-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.pp-form-field label {
  display: block;
  margin: 0 0 5px;
  color: #334155;
  font-size: 12px;
  font-weight: 900;
}

.pp-form-field input,
.pp-form-field textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 14px;
  padding: 10px 11px;
  color: #111827;
  background: rgba(248, 251, 255, 0.95);
}

.pp-form-field textarea {
  min-height: 72px;
  resize: vertical;
}


.pp-file-field input[type="file"] {
  min-height: 46px;
  padding: 9px 11px;
  cursor: pointer;
  line-height: 1.5;
}

.pp-file-help {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 11px;
  line-height: 1.45;
}

.pp-file-selected {
  margin: 6px 0 0;
  color: var(--pp-deep);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.pp-file-error-text {
  color: #991b1b;
}

.pp-form-error {
  display: none;
  margin: 10px 0 0;
  border-radius: 14px;
  padding: 9px 11px;
  color: #991b1b;
  background: rgba(254, 226, 226, 0.78);
  font-size: 12px;
  font-weight: 800;
}

.pp-form-error.pp-visible {
  display: block;
}

.pp-form-submit {
  min-height: 44px;
  width: 100%;
  margin-top: 11px;
  color: #fff;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.24);
}

.pp-form-submit:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

@media (max-width: 520px) {
  .pp-chat-panel {
    width: 100vw;
    height: 100vh;
    border-radius: 22px;
  }

  .pp-chat-header {
    padding: 12px;
  }

  .pp-logo-box {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .pp-header-text strong {
    font-size: 14px;
  }

  .pp-secure-badge {
    display: none;
  }

  .pp-bubble {
    max-width: 91%;
    font-size: 13.5px;
  }

  .pp-chat-messages {
    padding-inline: 12px;
  }

  .pp-chat-input-row {
    padding-inline: 12px;
  }

  .pp-send-btn {
    min-width: 66px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
