.ph-cta-drawer-component {
  bottom: 0;
  height: 0;
  left: 0;
  min-height: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.ph-cta-drawer__sticky {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  box-sizing: border-box;
  left: 0;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  pointer-events: auto;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.ph-cta-drawer-component__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
}

.ph-cta-drawer__supporting-text {
  color: #fff;
  width: 100%;
}

.ph-cta-drawer__supporting-text p {
  margin: 0 0 16px;
}

.ph-cta-drawer__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.ph-cta-drawer__button {
  align-items: center;
  font-size: 18px;
  font-family: 'Artois Sebastian', sans-serif;
  line-height: 100%;
  font-weight: 400;
  border: 0;
  box-sizing: border-box;
  display: inline-flex;
  gap: 8px;
  height: 52px;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  text-decoration: none;
  width: 100%;
}

.ph-cta-drawer__button--primary {
  background: rgba(249, 229, 122, 1);
  color: rgba(90, 17, 15, 1);
}

.ph-cta-drawer__button--secondary {
  background: transparent;
  color: #fff;
}

.ph-cta-drawer__button:focus-visible,
.ph-cta-drawer__button:focus:not(.ph-cta-drawer__programmatic-focus) {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.ph-cta-drawer__icon {
  height: 20px;
  object-fit: contain;
  width: 20px;
}

.ph-cta-drawer__overlay {
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.32);
  display: flex;
  inset: 0;
  pointer-events: auto;
  position: fixed;
  z-index: 200;
}

.ph-cta-drawer__drawer[role="dialog"] {
  background: rgba(144, 13, 19, 1);
  border-radius: 16px 16px 0 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  inset: auto;
  max-height: calc(100% - 60px);
  overflow: hidden;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.ph-cta-drawer__handle {
  background: rgba(249, 229, 122, 1);
  border-radius: 4px;
  flex: 0 0 4px;
  height: 4px;
  margin: 8px auto;
  width: 40px;
}

.ph-cta-drawer__header {
  align-items: flex-start;
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  justify-content: space-between;
  min-height: 56px;
  padding: 16px;
}

.ph-cta-drawer__header h2,
.ph-cta-drawer__header p,
.ph-cta-drawer__body p {
  margin: 0;
}

.ph-cta-drawer__header h2 {
  font-size: 32px;
  line-height: 90%;
  font-weight: 400;
  color: rgba(249, 229, 122, 1);
  letter-spacing: 0px;
  font-family: 'Artois Sebastian', sans-serif;
}

.ph-cta-drawer__header p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

.ph-cta-drawer__close {
  align-items: center;
  align-self: flex-start;
  background: transparent;
  border: 0;
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 12px;
  height: 44px;
  justify-content: center;
  padding: 0;
  position: relative;
  transform: translateY(-10px);
  width: 44px;
}

.ph-cta-drawer__close::before {
  background: rgba(249, 229, 122, 1);
  border-radius: 512px;
  content: '';
  height: 24px;
  position: absolute;
  width: 24px;
}

.ph-cta-drawer__close-icon {
  color: rgba(90, 17, 15, 1);
  display: inline-flex;
  height: 12px;
  position: relative;
  width: 12px;
  z-index: 1;
}

.ph-cta-drawer__close-icon svg {
  display: block;
  height: 12px;
  width: 12px;
}

.ph-cta-drawer__close-icon path {
  fill: currentColor;
}

.ph-cta-drawer__close:focus-visible,
.ph-cta-drawer__close:focus:not(.ph-cta-drawer__programmatic-focus) {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.ph-cta-drawer__body {
  flex: 1 1 auto;
  min-height: 0;
  overscroll-behavior: contain;
  overflow-y: auto;
  padding: 0;
}

.ph-cta-drawer__content-block {
  box-sizing: border-box;
  padding: 16px;
}

.ph-cta-drawer__content-block + .ph-cta-drawer__content-block {
  padding-top: 8px;
}

.ph-cta-drawer__content-block--image,
.ph-cta-drawer__content-block--image-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ph-cta-drawer__content-image {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
  max-height: 569px;
}

.ph-cta-drawer__content-copy h3,
.ph-cta-drawer__content-copy p,
.ph-cta-drawer__list-content h3,
.ph-cta-drawer__list-content p {
  margin: 0;
}

.ph-cta-drawer__content-copy h3 {
  font-size: 16px;
  line-height: 24px;
}

.ph-cta-drawer__rich-text {
  color: rgba(20, 20, 20, 0.8);
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}

.ph-cta-drawer__rich-text p,
.ph-cta-drawer__rich-text ul,
.ph-cta-drawer__rich-text ol {
  margin: 0 0 8px;
}

.ph-cta-drawer__rich-text > :last-child {
  margin-bottom: 0;
}

.ph-cta-drawer__content-block--list {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.ph-cta-drawer__list-leading {
  align-items: center;
  background: #f5f5f5;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 48px;
  height: 48px;
  justify-content: center;
  object-fit: cover;
  width: 48px;
}

.ph-cta-drawer__list-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.ph-cta-drawer__list-content h3 {
  font-size: 16px;
  line-height: 20px;
}

.ph-cta-drawer__list-content p {
  color: rgba(20, 20, 20, 0.8);
  font-size: 14px;
  line-height: 20px;
}

.ph-cta-drawer__kicker {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 1200px) {
  .ph-cta-drawer__button:hover {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }

  .ph-cta-drawer__overlay {
    align-items: center;
    justify-content: center;
  }

  .ph-cta-drawer__drawer {
    border-radius: 8px;
    max-height: calc(100% - 32px);
    width: 480px;
  }

  .ph-cta-drawer__handle {
    display: none;
  }
}

@media (max-width: 1199px) {
  .ph-cta-drawer__button,
  .ph-cta-drawer__button:focus,
  .ph-cta-drawer__button:focus-visible,
  .ph-cta-drawer__close,
  .ph-cta-drawer__close:focus,
  .ph-cta-drawer__close:focus-visible {
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
    outline: none !important;
  }

  .ph-cta-drawer__drawer {
    animation: ph-cta-drawer-slide-up 240ms ease-out both;
  }

  .ph-cta-drawer__drawer--closing {
    animation: ph-cta-drawer-slide-down 200ms ease-in both;
  }
}

@keyframes ph-cta-drawer-slide-up {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

@keyframes ph-cta-drawer-slide-down {
  from { transform: translateY(0); }
  to { transform: translateY(100%); }
}

@media (prefers-reduced-motion: reduce) {
  .ph-cta-drawer__drawer,
  .ph-cta-drawer__drawer--closing {
    animation-duration: 1ms;
  }
}

@media (min-width: 1200px) {
  .ph-cta-drawer__sticky {
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
  }

  .ph-cta-drawer-component__content {
    align-items: flex-start;
    flex-direction: column;
  }

  .ph-cta-drawer__supporting-text {
    width: auto;
  }

  .ph-cta-drawer__buttons {
    align-items: flex-start;
    flex-direction: row;
    width: auto;
  }

  .ph-cta-drawer__button {
    width: auto;
  }
}
  flex: 0 0 56px;
