#interactive .print-paywall {
  z-index: 9;
  background: rgba(16, 42, 86, .42);
  backdrop-filter: blur(3px);
}

#interactive .print-paywall .printer-sheet {
  max-height: calc(100% - 38px);
  padding: 8px 20px 18px;
  border-radius: 28px 28px 0 0;
  overflow-y: auto;
  background:
    linear-gradient(180deg, rgba(246, 251, 255, .96) 0, rgba(255, 255, 255, .995) 34%, #fff 100%),
    url("../screens/premium-bg-workspace.svg") top center / 100% auto no-repeat,
    #fff;
  color: #102a56;
  font-family: Inter, RobotoLocal, Roboto, Arial, sans-serif;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 -18px 46px rgba(16, 42, 86, .22);
}

.print-paywall .pay-handle {
  width: 44px;
  height: 5px;
  margin: 0 auto 14px;
  border-radius: 3px;
  display: block;
  background: #ecedf3;
}

.print-paywall .ready-chip {
  width: max-content;
  max-width: 100%;
  min-height: 32px;
  margin: 0 auto 16px;
  padding: 8px 14px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e7f6ee;
  color: #12b76a;
  font-family: Inter, RobotoLocal, Roboto, Arial, sans-serif;
  font-size: 12.5px;
  line-height: 16px;
  font-weight: 500;
}

.print-paywall .ready-chip svg {
  width: 16px;
  height: 16px;
  fill: #12b76a;
  stroke: none;
}

.print-paywall .pay-hero {
  position: relative;
  width: 86px;
  height: 86px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(219,234,254,.9));
  color: #1570ef;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.85),
    0 16px 32px rgba(21, 112, 239, .16);
}

.print-paywall .pay-hero span {
  width: 58px;
  height: 58px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.72);
}

.print-paywall .pay-hero span img {
  width: 42px;
  height: 42px;
  display: block;
}

.print-paywall .pay-hero-printer .printer-page,
.print-paywall .pay-hero-printer .printer-paper {
  fill: #fff;
  stroke: #1570ef;
  stroke-width: 1.7;
  stroke-linejoin: round;
}

.print-paywall .pay-hero-printer .printer-body {
  fill: #e6f2ff;
  stroke: #1570ef;
  stroke-width: 1.7;
  stroke-linejoin: round;
}

.print-paywall .pay-hero-printer .printer-slot,
.print-paywall .pay-hero-printer .printer-line {
  fill: none;
  stroke: #1570ef;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.print-paywall .pay-hero-printer .printer-dot {
  fill: #1570ef;
  stroke: none;
}

.print-paywall .pay-hero i {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 27px;
  height: 27px;
  padding: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #fff;
  font-style: normal;
  box-shadow: 0 5px 12px rgba(16,42,86,.12);
}

.print-paywall .pay-hero i img {
  width: 24px;
  height: 24px;
}

#interactive .print-paywall .printer-sheet h2 {
  margin: 0 0 7px;
  color: #0b2555;
  font-family: Inter, RobotoLocal, Roboto, Arial, sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-weight: 800;
}

.print-paywall .pay-subtitle {
  max-width: 318px;
  margin: 0 auto 14px;
  color: #788697;
  font-family: RobotoLocal, Roboto, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.print-paywall .benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0 0 14px;
}

.print-paywall .benefits b {
  min-width: 0;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid rgba(83, 177, 253, .2);
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  background: rgba(255, 255, 255, .72);
  color: #102a56;
  font-family: Inter, RobotoLocal, Roboto, Arial, sans-serif;
  font-size: 11.7px;
  line-height: 15px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(16, 42, 86, .045), inset 0 1px 0 rgba(255,255,255,.86);
}

.print-paywall .benefits img {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.print-paywall .proof {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.print-paywall .proof b {
  color: #f59e0b;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
}

.print-paywall .proof span {
  color: #788697;
  font-family: RobotoLocal, Roboto, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

#interactive .print-paywall .pay-plan {
  position: relative;
  width: 100%;
  min-height: 66px;
  margin: 0 0 12px;
  padding: 13px 14px;
  border: 0;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) max-content;
  grid-template-rows: auto auto;
  column-gap: 7px;
  align-items: center;
  background: rgba(235, 237, 239, .92);
  color: #102a56;
  text-align: left;
  font: inherit;
}

#interactive .print-paywall .pay-plan.ribboned {
  padding-top: 18px;
}

#interactive .print-paywall .pay-plan.on {
  border: 1.5px solid #53b1fd;
  background: rgba(9, 110, 249, .12);
  box-shadow: 0 0 0 3px rgba(83, 177, 253, .26);
}

.print-paywall .pay-plan-check {
  width: 24px;
  height: 24px;
  grid-row: 1 / span 2;
  align-self: center;
}

.print-paywall .pay-plan span {
  display: grid;
  gap: 1px;
  min-width: 0;
  align-self: center;
}

.print-paywall .pay-plan span b {
  display: block;
  color: #102a56;
  font-family: Inter, RobotoLocal, Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}

.print-paywall .pay-plan span small {
  display: block;
  overflow: hidden;
  color: #788697;
  font-family: RobotoLocal, Roboto, Arial, sans-serif;
  font-size: 11.5px;
  line-height: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.print-paywall .pay-plan strong {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 3px;
  align-self: center;
  color: #102a56;
  font-family: Inter, RobotoLocal, Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 800;
  text-align: right;
  white-space: nowrap;
}

.print-paywall .pay-plan strong small {
  display: inline;
  color: #94a3b8;
  font-family: RobotoLocal, Roboto, Arial, sans-serif;
  font-size: 12.5px;
  line-height: 15px;
  font-weight: 400;
  white-space: nowrap;
}

.print-paywall .pay-plan em {
  position: absolute;
  top: -9px;
  right: 14px;
  max-width: calc(100% - 28px);
  padding: 3px 10px;
  border-radius: 100px;
  background: #1570ef;
  color: #fff;
  font-family: Inter, RobotoLocal, Roboto, Arial, sans-serif;
  font-size: 9.5px;
  line-height: 12px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

#interactive .print-paywall .start-print {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 56px;
  margin: 8px 0 10px;
  border: 0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  overflow: hidden;
  background: #3377ef;
  color: #fff;
  box-shadow: 0 12px 24px rgba(36, 120, 242, .18);
  font-family: Inter, RobotoLocal, Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}

.print-paywall .start-print b {
  position: relative;
  z-index: 1;
}

.print-paywall .start-print svg {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.print-paywall .start-print .pay-shine {
  position: absolute;
  z-index: 0;
  inset: -30% auto -30% -20%;
  width: 34%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
  pointer-events: none;
  animation: premium-shine 2.4s linear infinite;
}

@media (max-width: 390px) {
  #interactive .print-paywall .printer-sheet {
    padding-inline: 18px;
  }

  .print-paywall .pay-hero {
    width: 78px;
    height: 78px;
  }

  .print-paywall .pay-hero span {
    width: 52px;
    height: 52px;
  }

  .print-paywall .pay-hero span img {
    width: 38px;
    height: 38px;
  }

  #interactive .print-paywall .printer-sheet h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .print-paywall .benefits b {
    gap: 6px;
    padding-inline: 9px;
    font-size: 11px;
  }

  #interactive .print-paywall .pay-plan {
    min-height: 64px;
    padding-inline: 12px;
    grid-template-columns: 28px minmax(0, 1fr) max-content;
    column-gap: 6px;
  }

  .print-paywall .pay-plan-check {
    width: 23px;
    height: 23px;
  }

  .print-paywall .pay-plan span b {
    font-size: 14.5px;
    line-height: 18px;
  }

  .print-paywall .pay-plan span small {
    font-size: 11px;
  }

  .print-paywall .pay-plan strong {
    gap: 2px;
    font-size: 16px;
    line-height: 20px;
  }

  .print-paywall .pay-plan strong small {
    font-size: 11.5px;
    line-height: 14px;
  }

  #interactive .print-paywall .start-print {
    font-size: 18px;
  }
}

.print-paywall .pay-secure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 0 8px;
  color: #94a3b8;
  font-family: RobotoLocal, Roboto, Arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
}

.print-paywall .pay-secure svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #f59e0b;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.print-paywall .pay-renewal {
  display: block;
  margin: 0 auto 10px;
  color: #aab2c0;
  font-family: RobotoLocal, Roboto, Arial, sans-serif;
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
}

#interactive .print-paywall nav {
  display: flex;
  justify-content: center;
  gap: 18px;
}

#interactive .print-paywall nav button {
  min-height: 20px;
  border: 0;
  background: transparent;
  color: #94a3b8;
  font-family: RobotoLocal, Roboto, Arial, sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
}
