/* Post-Astro funnel fixes — load after page CSS */

.eyebrow:after,
.restore .eyebrow:after,
.screen .eyebrow:after,
.ty .eyebrow:after,
.co .eyebrow:after {
  content: "";
  width: 22px;
  height: 1px;
  flex: none;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.paymodal__head {
  align-items: center;
  gap: var(--s-3);
}

.paymodal__title {
  flex: 1;
  min-width: 0;
  line-height: 1.2;
  margin: 0;
}

.paymodal__x {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  margin: 0;
  line-height: 0;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.paymodal__x svg {
  display: block;
  width: 18px;
  height: 18px;
  flex: none;
  pointer-events: none;
}

@media (max-width: 480px) {
  .paymodal__x {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
  }

  .paymodal__x svg {
    width: 20px;
    height: 20px;
  }
}
