.awi-root {
  --awi-navy: #002147;
  --awi-navy-deep: #00152f;
  --awi-navy-soft: #0b315b;
  --awi-gold: #d9ad74;
  --awi-gold-light: #efd5ad;
  --awi-cream: #f7f3ed;
  --awi-paper: #fffdfa;
  --awi-ink: #17283b;
  --awi-muted: #607080;
  --awi-line: #dfe5ea;
  --awi-success: #287a5a;
  --awi-error: #a43d3d;
  --awi-shadow: 0 26px 80px rgba(0, 21, 47, 0.22), 0 8px 24px rgba(0, 21, 47, 0.12);
  color: var(--awi-ink);
  font-family: "Nunito Sans", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.awi-root,
.awi-root * {
  box-sizing: border-box;
}

.awi-root [hidden] {
  display: none !important;
}

.awi-root button,
.awi-root input,
.awi-root textarea {
  font: inherit;
}

.awi-root button,
.awi-root a {
  -webkit-tap-highlight-color: transparent;
}

.awi-root svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.awi-launcher {
  align-items: center;
  background: linear-gradient(138deg, var(--awi-navy-soft), var(--awi-navy-deep));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  bottom: 28px;
  box-shadow: 0 14px 38px rgba(0, 21, 47, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  display: flex;
  gap: 12px;
  min-height: 66px;
  padding: 9px 22px 9px 10px;
  position: fixed;
  right: 28px;
  text-align: left;
  transition: box-shadow 180ms ease, opacity 180ms ease, transform 180ms ease;
  z-index: 2147482400;
}

.awi-launcher::after {
  border: 1px solid rgba(217, 173, 116, 0.42);
  border-radius: inherit;
  content: "";
  inset: 3px;
  pointer-events: none;
  position: absolute;
}

.awi-launcher:hover {
  box-shadow: 0 18px 44px rgba(0, 21, 47, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.awi-launcher:focus-visible,
.awi-icon-button:focus-visible,
.awi-primary:focus-visible,
.awi-secondary:focus-visible,
.awi-choice:focus-visible,
.awi-input:focus-visible,
.awi-consent input:focus-visible + .awi-consent__check,
.awi-link-button:focus-visible {
  outline: 3px solid rgba(217, 173, 116, 0.58);
  outline-offset: 3px;
}

.awi-is-open .awi-launcher {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(0.96);
}

.awi-launcher__icon {
  align-items: center;
  background: var(--awi-gold);
  border-radius: 50%;
  color: var(--awi-navy);
  display: flex;
  flex: 0 0 46px;
  height: 46px;
  justify-content: center;
  position: relative;
  width: 46px;
  z-index: 1;
}

.awi-launcher__icon svg {
  height: 25px;
  width: 25px;
}

.awi-launcher__copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.awi-launcher__eyebrow {
  color: var(--awi-gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.awi-launcher__label {
  font-family: "Crimson Pro", Georgia, serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.awi-backdrop {
  backdrop-filter: blur(4px);
  background: rgba(0, 21, 47, 0.34);
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 220ms ease;
  z-index: 2147482000;
}

.awi-is-open .awi-backdrop {
  opacity: 1;
}

.awi-dialog {
  background: var(--awi-paper);
  border: 1px solid rgba(0, 33, 71, 0.12);
  border-radius: 22px;
  bottom: 24px;
  box-shadow: var(--awi-shadow);
  display: flex;
  flex-direction: column;
  height: min(720px, calc(100vh - 48px));
  height: min(720px, calc(100dvh - 48px));
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 28px;
  transform: translateY(22px) scale(0.975);
  transform-origin: bottom right;
  transition: opacity 220ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  width: min(430px, calc(100vw - 40px));
  z-index: 2147482500;
}

.awi-is-open .awi-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.awi-header {
  align-items: center;
  background: linear-gradient(125deg, var(--awi-navy), var(--awi-navy-deep));
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  min-height: 78px;
  padding: 14px 16px;
  position: relative;
}

.awi-header::after {
  background: linear-gradient(90deg, transparent, var(--awi-gold), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 12%;
  opacity: 0.7;
  position: absolute;
  right: 12%;
}

.awi-brandmark,
.awi-message__avatar {
  align-items: center;
  background: linear-gradient(145deg, var(--awi-gold-light), var(--awi-gold));
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: var(--awi-navy);
  display: flex;
  flex: 0 0 auto;
  font-family: "Crimson Pro", Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  letter-spacing: -0.03em;
  width: 46px;
}

.awi-header__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.awi-header__copy strong {
  font-family: "Crimson Pro", Georgia, serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.awi-header__copy span {
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  font-size: 11px;
  font-weight: 600;
  gap: 6px;
  letter-spacing: 0.01em;
  margin-top: 4px;
}

.awi-header__copy i {
  background: #61c890;
  border: 2px solid rgba(97, 200, 144, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(97, 200, 144, 0.1);
  display: inline-block;
  height: 7px;
  width: 7px;
}

.awi-icon-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex: 0 0 36px;
  height: 36px;
  justify-content: center;
  padding: 0;
  transition: background 160ms ease, transform 160ms ease;
  width: 36px;
}

.awi-icon-button:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: rotate(3deg);
}

.awi-icon-button svg {
  height: 18px;
  width: 18px;
}

.awi-progress {
  background: #fff;
  border-bottom: 1px solid var(--awi-line);
  flex: 0 0 auto;
  padding: 10px 20px 12px;
}

.awi-progress__meta {
  align-items: center;
  color: var(--awi-muted);
  display: flex;
  font-size: 10px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.awi-progress__track {
  background: #edf0f2;
  border-radius: 10px;
  height: 4px;
  overflow: hidden;
}

.awi-progress__track span {
  background: linear-gradient(90deg, var(--awi-gold), #c89553);
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: width 260ms ease;
  width: 0;
}

.awi-content {
  background:
    radial-gradient(circle at 100% 0, rgba(217, 173, 116, 0.09), transparent 36%),
    var(--awi-paper);
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: rgba(0, 33, 71, 0.24) transparent;
  scrollbar-width: thin;
}

.awi-content::-webkit-scrollbar {
  width: 6px;
}

.awi-content::-webkit-scrollbar-thumb {
  background: rgba(0, 33, 71, 0.2);
  border-radius: 10px;
}

.awi-screen {
  min-height: 100%;
  padding: 28px 24px;
}

.awi-intro {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.awi-intro__seal {
  align-items: center;
  background: linear-gradient(145deg, #f6e8d4, #ead0a9);
  border: 1px solid rgba(162, 113, 50, 0.2);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(144, 100, 44, 0.12);
  color: var(--awi-navy);
  display: flex;
  height: 66px;
  justify-content: center;
  margin-bottom: 18px;
  position: relative;
  width: 66px;
}

.awi-intro__seal::after {
  border: 1px solid rgba(0, 33, 71, 0.15);
  border-radius: inherit;
  content: "";
  inset: 5px;
  position: absolute;
}

.awi-intro__seal svg {
  height: 39px;
  position: relative;
  stroke-width: 1.45;
  width: 39px;
  z-index: 1;
}

.awi-kicker {
  color: #a16f2e;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.awi-screen h2,
.awi-message__bubble h2 {
  color: var(--awi-navy);
  font-family: "Crimson Pro", Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0;
}

.awi-intro > p:not(.awi-kicker):not(.awi-intro__note) {
  color: var(--awi-muted);
  font-size: 14px;
  line-height: 1.62;
  margin: 13px auto 18px;
  max-width: 340px;
}

.awi-intro__benefits {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  text-align: left;
  width: min(100%, 330px);
}

.awi-intro__benefits li {
  align-items: center;
  color: #435365;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 9px;
}

.awi-intro__benefits span {
  align-items: center;
  background: rgba(40, 122, 90, 0.1);
  border-radius: 50%;
  color: var(--awi-success);
  display: flex;
  flex: 0 0 20px;
  font-size: 11px;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.awi-primary,
.awi-secondary {
  align-items: center;
  border-radius: 9px;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 46px;
  padding: 11px 17px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.awi-primary {
  background: linear-gradient(135deg, var(--awi-navy-soft), var(--awi-navy));
  border: 1px solid var(--awi-navy);
  box-shadow: 0 7px 16px rgba(0, 33, 71, 0.18);
  color: #fff;
}

.awi-primary:hover {
  background: linear-gradient(135deg, var(--awi-navy), var(--awi-navy-deep));
  box-shadow: 0 10px 22px rgba(0, 33, 71, 0.24);
  color: #fff;
  transform: translateY(-1px);
}

.awi-primary:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.awi-primary svg,
.awi-secondary svg {
  height: 17px;
  width: 17px;
}

.awi-primary--wide {
  width: min(100%, 330px);
}

.awi-intro__note {
  color: #89939d;
  font-size: 9px;
  line-height: 1.45;
  margin: 13px auto 0;
  max-width: 310px;
}

.awi-question {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}

.awi-slide-forward {
  animation: awi-slide-forward 230ms ease both;
}

.awi-slide-back {
  animation: awi-slide-back 230ms ease both;
}

.awi-message {
  align-items: flex-start;
  display: flex;
  gap: 11px;
}

.awi-message__avatar {
  box-shadow: 0 4px 12px rgba(0, 33, 71, 0.11);
  font-size: 11px;
  height: 34px;
  margin-top: 2px;
  width: 34px;
}

.awi-message__bubble {
  background: #fff;
  border: 1px solid #e5e9ed;
  border-radius: 5px 15px 15px 15px;
  box-shadow: 0 6px 22px rgba(0, 33, 71, 0.06);
  flex: 1;
  padding: 16px 17px;
  position: relative;
}

.awi-message__bubble h2 {
  font-size: 22px;
  line-height: 1.18;
}

.awi-message__bubble p {
  color: var(--awi-muted);
  font-size: 11px;
  line-height: 1.5;
  margin: 7px 0 0;
}

.awi-form {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 18px;
}

.awi-response {
  flex: 1 0 auto;
}

.awi-choices {
  display: grid;
  gap: 9px;
}

.awi-choices--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.awi-choices--compact .awi-choice {
  align-items: flex-start;
  min-height: 66px;
  padding: 9px 10px;
}

.awi-choices--compact .awi-choice__marker {
  flex-basis: 16px;
  height: 16px;
  margin-top: 2px;
  width: 16px;
}

.awi-choices--compact .awi-choice--selected .awi-choice__marker {
  box-shadow: inset 0 0 0 3px #fff;
}

.awi-choices--compact .awi-choice__copy strong {
  font-size: 11px;
}

.awi-choices--compact .awi-choice--long-label .awi-choice__copy strong {
  font-size: 9.75px;
  letter-spacing: -0.01em;
}

.awi-choices--compact .awi-choice__copy span {
  font-size: 9px;
}

.awi-choice {
  align-items: center;
  background: #fff;
  border: 1px solid var(--awi-line);
  border-radius: 11px;
  color: var(--awi-ink);
  cursor: pointer;
  display: flex;
  gap: 12px;
  height: auto;
  min-height: 52px;
  min-width: 0;
  overflow: hidden;
  padding: 10px 13px;
  text-align: left;
  transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
  width: 100%;
}

.awi-root .awi-choice:focus {
  background: #fff;
  border-color: var(--awi-line);
  box-shadow: none;
  color: var(--awi-ink);
  outline: 0;
  transform: none;
}

.awi-root .awi-choice:hover {
  background: #fff;
  border-color: rgba(0, 33, 71, 0.36);
  box-shadow: 0 5px 15px rgba(0, 33, 71, 0.07);
  color: var(--awi-ink);
  transform: translateX(2px);
}

.awi-root .awi-choice--selected,
.awi-root .awi-choice--selected:focus {
  background: #f4f7fa;
  border-color: var(--awi-navy);
  color: var(--awi-ink);
  box-shadow: 0 0 0 1px var(--awi-navy), 0 5px 15px rgba(0, 33, 71, 0.08);
}

.awi-root .awi-choice:focus-visible {
  outline: 3px solid rgba(217, 173, 116, 0.58);
  outline-offset: 3px;
}

.awi-choice__marker {
  border: 1.5px solid #a8b3bd;
  border-radius: 50%;
  flex: 0 0 18px;
  height: 18px;
  position: relative;
  width: 18px;
}

.awi-choice--selected .awi-choice__marker {
  border-color: var(--awi-gold);
  box-shadow: inset 0 0 0 4px #fff;
  background: var(--awi-gold);
}

.awi-choice__copy {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  white-space: normal;
  width: 100%;
}

.awi-choice__copy strong {
  color: var(--awi-navy);
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  max-width: 100%;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: normal;
}

.awi-choice__copy span {
  color: var(--awi-muted);
  display: block;
  font-size: 10px;
  line-height: 1.35;
  margin-top: 2px;
  max-width: 100%;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: normal;
}

.awi-choice--long-label .awi-choice__copy strong {
  font-size: 12px;
}

.awi-field {
  position: relative;
}

.awi-input {
  appearance: none;
  background: #fff;
  border: 1px solid #ccd5dc;
  border-radius: 11px;
  box-shadow: inset 0 1px 2px rgba(0, 33, 71, 0.03);
  color: var(--awi-ink);
  font-size: 15px;
  min-height: 54px;
  outline: 0;
  padding: 13px 14px;
  transition: border-color 150ms ease, box-shadow 150ms ease;
  width: 100%;
}

textarea.awi-input {
  line-height: 1.55;
  min-height: 145px;
  resize: vertical;
}

.awi-input::placeholder {
  color: #98a3ad;
}

.awi-input:focus {
  border-color: var(--awi-navy);
  box-shadow: 0 0 0 3px rgba(0, 33, 71, 0.09);
}

.awi-field__count {
  color: #98a3ad;
  display: block;
  font-size: 9px;
  margin-top: 5px;
  text-align: right;
}

.awi-response--invalid .awi-input,
.awi-response--invalid .awi-choice,
.awi-response--invalid .awi-consent {
  border-color: rgba(164, 61, 61, 0.74);
}

.awi-error {
  align-items: flex-start;
  background: #fff2f1;
  border: 1px solid #f2cac6;
  border-radius: 8px;
  color: var(--awi-error);
  display: flex;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
  margin: 10px 0 0;
  padding: 8px 10px;
}

.awi-controls {
  align-items: center;
  border-top: 1px solid var(--awi-line);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 16px;
}

.awi-secondary {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  color: var(--awi-muted);
  padding-left: 5px;
  padding-right: 8px;
}

.awi-secondary:hover {
  background: #f0f3f5;
  color: var(--awi-navy);
}

.awi-next-button {
  margin-left: auto;
}

.awi-is-loading svg {
  animation: awi-spin 900ms linear infinite;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  border-top-color: #fff;
  height: 15px;
  stroke: none;
  width: 15px;
}

.awi-review {
  display: grid;
  gap: 12px;
}

.awi-review__list {
  background: #fff;
  border: 1px solid var(--awi-line);
  border-radius: 11px;
  margin: 0;
  max-height: 170px;
  overflow: auto;
  padding: 5px 13px;
}

.awi-review__row {
  border-bottom: 1px solid #edf0f2;
  display: grid;
  gap: 2px;
  padding: 8px 0;
}

.awi-review__row:last-child {
  border-bottom: 0;
}

.awi-review__row dt {
  color: #8b969f;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.awi-review__row dd {
  color: var(--awi-ink);
  font-size: 10px;
  line-height: 1.35;
  margin: 0;
  overflow-wrap: anywhere;
}

.awi-consent {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--awi-line);
  border-radius: 11px;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 20px 1fr;
  padding: 12px;
}

.awi-consent input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.awi-consent__check {
  background: #fff;
  border: 1.5px solid #9eaab4;
  border-radius: 5px;
  display: block;
  height: 20px;
  position: relative;
  transition: background 150ms ease, border-color 150ms ease;
  width: 20px;
}

.awi-consent input:checked + .awi-consent__check {
  background: var(--awi-navy);
  border-color: var(--awi-navy);
}

.awi-consent input:checked + .awi-consent__check::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  height: 9px;
  left: 6px;
  position: absolute;
  top: 3px;
  transform: rotate(45deg);
  width: 5px;
}

.awi-consent__copy {
  color: #4c5d6d;
  font-size: 9px;
  line-height: 1.48;
}

.awi-review__urgent {
  color: #8e6430;
  font-size: 9px;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.awi-success {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.awi-success__icon {
  align-items: center;
  background: rgba(40, 122, 90, 0.11);
  border: 1px solid rgba(40, 122, 90, 0.2);
  border-radius: 50%;
  color: var(--awi-success);
  display: flex;
  height: 72px;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  width: 72px;
}

.awi-success__icon::after {
  animation: awi-success-ring 650ms ease-out both;
  border: 1px solid rgba(40, 122, 90, 0.22);
  border-radius: 50%;
  content: "";
  inset: -7px;
  position: absolute;
}

.awi-success__icon svg {
  height: 38px;
  stroke-width: 2.3;
  width: 38px;
}

.awi-success > p:not(.awi-kicker) {
  color: var(--awi-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 13px auto 22px;
  max-width: 330px;
}

.awi-booking {
  flex-direction: row-reverse;
}

.awi-booking svg {
  height: 18px;
  width: 18px;
}

.awi-link-button {
  background: transparent;
  border: 0;
  color: var(--awi-muted);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
  margin-top: 13px;
  padding: 5px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.awi-link-button:hover {
  color: var(--awi-navy);
}

.awi-footer {
  align-items: center;
  background: #f4f1ec;
  border-top: 1px solid #e8e2da;
  color: #7a858f;
  display: flex;
  flex: 0 0 auto;
  font-size: 8px;
  gap: 6px;
  justify-content: center;
  line-height: 1.35;
  min-height: 32px;
  padding: 7px 14px;
  text-align: center;
}

.awi-footer svg {
  flex: 0 0 12px;
  height: 12px;
  stroke-width: 1.7;
  width: 12px;
}

.awi-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.awi-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

@keyframes awi-slide-forward {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes awi-slide-back {
  from {
    opacity: 0;
    transform: translateX(-12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes awi-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes awi-success-ring {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 600px) {
  .awi-launcher {
    bottom: 16px;
    min-height: 58px;
    padding: 7px 17px 7px 8px;
    right: 16px;
  }

  .awi-launcher__icon {
    flex-basis: 42px;
    height: 42px;
    width: 42px;
  }

  .awi-dialog {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    bottom: 0;
    height: calc(100vh - 12px);
    height: calc(100dvh - 12px);
    max-height: none;
    right: 0;
    transform: translateY(24px);
    transform-origin: bottom center;
    width: 100vw;
  }

  .awi-screen {
    padding: 24px 18px;
  }

  .awi-intro {
    padding-bottom: max(24px, env(safe-area-inset-bottom));
  }

  .awi-footer {
    padding-bottom: max(7px, env(safe-area-inset-bottom));
  }

  .awi-screen h2 {
    font-size: 28px;
  }
}

@media (max-width: 380px) {
  .awi-launcher__copy {
    display: none;
  }

  .awi-launcher {
    border-radius: 50%;
    padding: 7px;
  }

  .awi-message__bubble h2 {
    font-size: 20px;
  }

  .awi-question {
    padding-left: 15px;
    padding-right: 15px;
  }

  .awi-choices--compact {
    grid-template-columns: 1fr;
  }
}

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

@media (forced-colors: active) {
  .awi-launcher,
  .awi-dialog,
  .awi-choice,
  .awi-input,
  .awi-primary,
  .awi-secondary {
    border: 1px solid ButtonText;
  }
}
