/* Hosting renewal announcement, using Site.eu tokens and page-specific styles. */
.renewal-letter-page {
  --price-update-navy: #22203f;
  --price-update-muted: #666277;
  color: var(--foreground);
  font: 16px/1.65 var(--font-nunito);
  -webkit-font-smoothing: antialiased;
}
.renewal-letter-page *,
.renewal-letter-page *::before,
.renewal-letter-page *::after {
  box-sizing: border-box;
}
.renewal-letter-page :is(h1, h2, h3, p) {
  margin: 0;
}
.renewal-letter-page :is(h1, h2, h3) {
  font-family: var(--font-uni-neue);
  font-weight: 800;
  letter-spacing: normal;
}
.renewal-letter-page h2 {
  font-size: 38px;
  line-height: 1.2;
}
.renewal-letter-page h3 {
  font-size: 24px;
  line-height: 1.25;
}
.renewal-letter-page a {
  text-decoration: none;
}
.renewal-letter-page :is(a, button, summary, select, .price-update-table-frame):focus-visible {
  outline: 3px solid #9874d4;
  outline-offset: 5px;
}
.renewal-letter-page :is(button, summary) {
  cursor: pointer;
}
.renewal-letter-page [id] {
  scroll-margin-top: 100px;
}
.price-update-wrap {
  width: calc(100% - 80px);
  max-width: 1080px;
  margin-inline: auto;
}
.price-update-section {
  padding-block: 76px;
}
.price-update-icon {
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.price-update-eyebrow {
  font: 700 14px/1.6 var(--font-overpass);
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.price-update-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  min-height: 54px;
  padding: 14px 23px;
  border-radius: 6px;
  border: 1px solid rgb(var(--yellow));
  background: rgb(var(--yellow));
  color: var(--foreground);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  box-shadow: 0 4px 0 rgb(var(--yellow) / 20%);
}
.price-update-button:hover {
  background: var(--yellow-light);
}
.price-update-button .price-update-icon {
  width: 20px;
}
.price-update-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
}
button.price-update-text-link {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  text-align: inherit;
}
.price-update-text-link .price-update-icon {
  color: var(--pink);
  width: 19px;
}
.price-update-text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.price-update-hero {
  position: relative;
  overflow: hidden;
  background: var(--price-update-navy);
  color: white;
}
.price-update-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 60px;
  align-items: center;
  padding-block: 64px 60px;
}
.price-update-breadcrumb {
  font: 400 14px/1.5 var(--font-nunito);
  padding-top: 22px;
  color: #d5d1e3;
}
.price-update-breadcrumb ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-update-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.price-update-breadcrumb a:hover {
  text-decoration: underline;
}
.price-update-hero-copy {
  position: relative;
  z-index: 1;
}
.price-update-hero .price-update-eyebrow {
  color: #d4c5e8;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.price-update-hero .price-update-eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--purple-200);
}
.price-update-hero h1 {
  font-size: 68px;
  line-height: 1.06;
  letter-spacing: -1.6px;
}
.price-update-hero h1 em {
  color: rgb(var(--yellow));
  font-style: normal;
}
.price-update-intro {
  max-width: 520px;
  font: 400 21px/1.55 var(--font-uni-neue);
  color: #fff;
  margin-top: 24px !important;
}
.price-update-effective-date {
  max-width: 520px;
  color: #ded8ea;
  margin-top: 14px !important;
}
.price-update-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.price-update-hero-actions .price-update-text-link {
  color: #fff;
}
.price-update-hero-visual {
  width: 100%;
  max-width: 405px;
  justify-self: end;
  position: relative;
  padding: 20px 12px;
}
.price-update-hero-visual::before {
  content: '';
  position: absolute;
  width: 100%;
  aspect-ratio: 1;
  background: #cbadf8;
  border-radius: 50%;
  top: 33px;
  left: 12px;
}
.price-update-hero-photo {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50% 50% 12px 50%;
}
.price-update-hero-motif {
  position: absolute;
  width: 80px;
  height: 80px;
  right: -10px;
  top: 3px;
}
.price-update-photo-note {
  position: relative;
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 14px 19px;
  background: #fff;
  color: var(--foreground);
  max-width: 286px;
  margin: -22px -8px 0 auto;
  border: 1px solid #eee7f5;
  border-radius: 10px 20px;
  box-shadow: -9px 9px 0 rgb(0 0 0 / 10%);
}
.price-update-photo-note > span {
  display: grid;
  place-items: center;
  background: #ffd0df;
  width: 36px;
  height: 36px;
  border-radius: 3px 10px;
  flex-shrink: 0;
}
.price-update-photo-note strong {
  font: 700 19px/1.25 var(--font-uni-neue);
}
.price-update-hero-bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto;
  border-top: 1px solid #49445d;
  padding-block: 24px 30px;
  gap: 4px 25px;
}
.price-update-hero-bottom > div {
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  grid-template-rows: subgrid;
  grid-row: span 2;
  column-gap: 13px;
  min-width: 0;
}
.price-update-hero-bottom > div > div {
  display: grid;
  grid-template-rows: subgrid;
  grid-column: 2;
  grid-row: 1 / span 2;
  min-width: 0;
}
.price-update-hero-bottom .price-update-icon {
  grid-column: 1;
  grid-row: 1;
  color: var(--purple-200);
  margin-top: 2px;
}
.price-update-hero-bottom strong {
  display: block;
  font: 700 17px/1.5 var(--font-uni-neue);
  text-wrap: balance;
}
.price-update-hero-bottom small {
  display: block;
  font: 400 15px/1.5 var(--font-uni-neue);
  color: #c7bfd6;
  text-wrap: balance;
}
.price-update-letter-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 95px;
  align-items: start;
}
.price-update-letter-copy {
  min-width: 0;
  font-size: 16px;
  line-height: 1.8;
}
.price-update-letter-copy .price-update-eyebrow {
  margin-bottom: 21px;
}
.price-update-letter-copy .price-update-salutation {
  font: 800 30px/1.25 var(--font-uni-neue);
  margin-top: 0;
  margin-bottom: 18px;
}
.price-update-letter-copy .price-update-standfirst {
  font: 400 25px/1.45 var(--font-uni-neue);
  color: var(--foreground-light);
  margin-bottom: 22px;
}
.price-update-letter-copy > p + p {
  margin-top: 21px;
}
.price-update-letter-copy h2 {
  font-size: 29px;
  line-height: 1.25;
  margin-block: 35px 14px;
}
.price-update-letter-copy h2::before {
  content: '';
  display: block;
  width: 35px;
  height: 4px;
  border-radius: 2px;
  background: var(--pink);
  margin-bottom: 15px;
}
.price-update-letter-copy .price-update-salutation::before {
  display: none;
}
.price-update-signature {
  display: flex;
  gap: 17px;
  align-items: center;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #e8e5ed;
}
.price-update-signature > img {
  width: 76px;
  height: 26px;
}
.price-update-signature strong {
  font-family: var(--font-uni-neue);
  font-size: 20px;
}
.price-update-signature p {
  font-size: 14px;
  color: var(--price-update-muted);
}
.price-update-aside {
  position: sticky;
  top: 105px;
}
.price-update-summary-card {
  position: relative;
  padding: 25px;
  border: 1px solid var(--stroke-gray);
  border-radius: 10px 25px;
  background: #fff;
  box-shadow: -12px 12px 0 rgb(0 0 0 / 3%);
}
.price-update-summary-motif {
  position: absolute;
  width: 61px;
  height: 61px;
  right: -22px;
  top: -25px;
  pointer-events: none;
}
.price-update-summary-card .price-update-eyebrow {
  font-size: 14px;
  margin-bottom: 11px;
}
.price-update-summary-card h3 {
  font-size: 28px;
  margin-bottom: 19px;
}
.price-update-plan-picker label,
.price-update-plan-fallback {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.price-update-plan-result {
  padding-top: 20px;
  font-variant-numeric: tabular-nums;
}
.price-update-current-renewal {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 4px 10px;
  font-size: 14px;
  color: var(--price-update-muted);
}
.price-update-current-renewal > span:last-child {
  margin-inline-start: auto;
  white-space: nowrap;
}
.price-update-current-renewal strong {
  color: var(--foreground);
  font: 700 21px/1.3 var(--font-uni-neue);
}
.price-update-next-renewal {
  margin-top: 15px;
  padding-top: 17px;
  border-top: 1px solid #e9e6ee;
}
.price-update-next-renewal > span {
  display: block;
  font-size: 14px;
  color: var(--price-update-muted);
  margin-bottom: 5px;
}
.price-update-next-renewal p {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 5px;
}
.price-update-next-renewal strong {
  font: 800 47px/1.2 var(--font-uni-neue);
  letter-spacing: -1px;
  white-space: nowrap;
}
.price-update-next-renewal p > span {
  font-size: 14px;
  color: var(--price-update-muted);
  white-space: nowrap;
}
.price-update-plan-first {
  font-size: 14px;
  color: var(--price-update-muted);
  margin-top: 14px !important;
}
.price-update-plan-fallback[hidden] {
  display: none;
}
.price-update-summary-note {
  font-size: 14px;
  color: var(--price-update-muted);
  line-height: 1.6;
  margin-top: 3px !important;
}
.price-update-summary-card .price-update-button {
  width: 100%;
  margin-top: 23px;
  font-size: 14px;
  min-height: 48px;
  padding: 10px 12px;
}
.price-update-aside-help {
  padding: 30px 14px;
}
.price-update-aside-help h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.price-update-aside-help p {
  font-size: 14px;
  color: var(--price-update-muted);
  margin-bottom: 12px;
}
.price-update-aside-help .price-update-text-link {
  font-size: 14px;
}
.price-update-unchanged-section {
  padding-block: 0 75px;
}
.price-update-unchanged-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 25px;
}
.price-update-unchanged-heading h2 {
  font-size: 29px;
}
.price-update-unchanged-heading::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e7e3ed;
}
.price-update-unchanged {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto 1fr;
  column-gap: 22px;
}
.price-update-unchanged article {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  min-width: 0;
  padding: 25px;
  border-radius: 10px 25px;
  background: #ffe8ae;
}
.price-update-unchanged article > div {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 2 / span 2;
  min-width: 0;
}
.price-update-unchanged article:nth-child(2) {
  border-radius: 25px 10px;
  background: #e8dbfa;
}
.price-update-unchanged article:nth-child(3) {
  background: #d3f5ff;
}
.price-update-unchanged article > .price-update-icon {
  margin-bottom: 17px;
  width: 28px;
  height: 28px;
}
.price-update-unchanged h3 {
  font-size: 23px;
  margin-bottom: 10px;
  text-wrap: balance;
}
.price-update-unchanged p {
  font-size: 14px;
  color: #47435b;
  line-height: 1.65;
}
.price-update-pricing-section {
  background: #f7f7fa;
  border-top: 1px solid #efedf3;
}
.price-update-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 27px;
}
.price-update-section-heading .price-update-eyebrow {
  margin-bottom: 14px;
}
.price-update-section-heading h2 {
  max-width: 600px;
}
.price-update-section-heading p:not(.price-update-eyebrow) {
  color: var(--price-update-muted);
  font-size: 15px;
  margin-top: 18px;
  max-width: 650px;
}
.price-update-table-frame {
  border: 1px solid #e0dce7;
  border-radius: 10px 20px;
  overflow-x: auto;
  background: white;
}
.price-update-price-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-variant-numeric: tabular-nums;
}
.price-update-price-caption {
  text-align: left;
  font-size: 14px;
  color: var(--price-update-muted);
  padding-block: 0 13px;
}
.price-update-price-table th,
.price-update-price-table td {
  padding: 17px 22px;
  text-align: right;
  border-bottom: 1px solid #ece9f2;
}
.price-update-price-table thead th {
  background: var(--foreground);
  color: #fff;
  font-size: 14px;
  vertical-align: top;
}
.price-update-price-table thead th > span + span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #d1cadf;
  margin-top: 3px;
}
.price-update-price-table thead .price-update-new-price {
  color: var(--foreground);
  background: var(--yellow-light);
}
.price-update-price-table thead .price-update-new-price > span + span {
  color: #58516a;
}
.price-update-price-table tbody th {
  font: 800 21px/1.4 var(--font-uni-neue);
}
.price-update-price-table th:first-child {
  text-align: left;
}
.price-update-plan-name {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.price-update-plan-icon {
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1;
}
.price-update-price-table td {
  font-size: 16px;
}
.price-update-price-table td.price-update-new-price {
  background: #fff8e6;
  font-weight: 700;
}
.price-update-price-table td.price-update-delta {
  color: #575268;
  font-size: 14px;
}
.price-update-price-table .price-update-first-year {
  color: var(--price-update-muted);
}
.price-update-price-table thead .price-update-first-year {
  color: #fff;
}
.price-update-price-table tr:last-child > * {
  border-bottom: 0;
}
.price-update-price-note {
  color: var(--price-update-muted);
  font-size: 14px;
  max-width: 840px;
  margin-top: 18px !important;
}
.price-update-faq-section {
  background: var(--foreground);
  color: #fff;
}
.price-update-faq-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  padding-bottom: 34px;
}
.price-update-faq-intro .price-update-eyebrow {
  color: var(--purple-200);
  margin-bottom: 13px;
}
.price-update-faq-intro > p {
  max-width: 390px;
  color: #d2cadf;
  font-size: 15px;
}
.price-update-faq-rows article {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 55px;
  padding-block: 25px;
  border-top: 1px solid #49465e;
}
.price-update-faq-rows h3 {
  font: 700 16px/1.6 var(--font-nunito);
}
.price-update-faq-rows p {
  color: #dfd9e9;
  font-size: 15px;
  line-height: 1.75;
}
.price-update-faq-rows p + p {
  margin-top: 14px;
}
.price-update-faq-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #49465e;
  padding-top: 28px;
  margin-top: 4px;
}
.price-update-faq-contact p {
  color: #d2cadf;
  font-size: 14px;
}
.price-update-faq-contact .price-update-text-link {
  font-size: 14px;
}
.price-update-thanks-section {
  padding-block: 70px;
  overflow: hidden;
}
.price-update-thanks-card {
  background: var(--yellow-light);
  border-radius: 10px 35px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  padding: 45px 45px 0;
  overflow: hidden;
}
.price-update-thanks-copy {
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}
.price-update-thanks-copy .price-update-eyebrow {
  margin-bottom: 17px;
}
.price-update-thanks-copy h2 {
  font-size: 43px;
  line-height: 1.15;
}
.price-update-thanks-copy > p:not(.price-update-eyebrow) {
  font-size: 15px;
  line-height: 1.75;
  margin-top: 19px;
  max-width: 535px;
}
.price-update-thanks-copy .price-update-text-link {
  margin-top: 23px;
}
.price-update-thanks-copy .price-update-icon {
  color: var(--foreground);
}
.price-update-thanks-visual {
  position: relative;
  align-self: end;
}
.price-update-thanks-visual > img:first-child {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50% 50% 0 0;
  display: block;
}
.price-update-thanks-visual .price-update-thanks-motif {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 0;
  right: -26px;
}
@media (max-width: 1100px) {
  .price-update-wrap {
    width: calc(100% - 64px);
  }
  .price-update-hero-grid {
    gap: 40px;
  }
  .price-update-hero h1 {
    font-size: 59px;
  }
  .price-update-hero-actions {
    gap: 18px;
  }
  .price-update-letter-layout {
    gap: 55px;
    grid-template-columns: minmax(0, 1fr) 270px;
  }
  .price-update-section-heading {
    flex-direction: column;
    align-items: start;
    gap: 22px;
  }
  .price-update-unchanged h3 {
    font-size: 21px;
  }
}
@media (max-width: 900px) {
  .price-update-hero-bottom {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    row-gap: 20px;
  }
  .price-update-hero-bottom > div {
    grid-template-rows: auto;
    grid-row: auto;
    align-items: start;
  }
  .price-update-hero-bottom > div > div {
    display: block;
    grid-row: auto;
  }
  .price-update-hero-bottom small {
    margin-top: 3px;
  }
}
@media (max-width: 800px) {
  .price-update-wrap {
    width: calc(100% - 40px);
  }
  .price-update-hero-grid {
    gap: 25px;
    grid-template-columns: 1.15fr 0.85fr;
    padding-block: 46px;
  }
  .price-update-hero h1 {
    font-size: 49px;
  }
  .price-update-hero .price-update-eyebrow {
    font-size: 14px;
  }
  .price-update-intro {
    font-size: 19px;
  }
  .price-update-hero-visual {
    padding-inline: 5px;
  }
  .price-update-hero-motif {
    width: 60px;
    height: 60px;
    right: -6px;
  }
  .price-update-photo-note {
    padding: 10px 12px;
    margin-right: 0;
    max-width: 240px;
    gap: 10px;
  }
  .price-update-photo-note strong {
    font-size: 17px;
  }
  .price-update-hero-bottom {
    gap: 18px;
  }
  .price-update-letter-layout {
    gap: 35px;
    grid-template-columns: minmax(0, 1fr) 245px;
  }
  .price-update-summary-card {
    padding: 22px;
  }
  .price-update-summary-card h3 {
    font-size: 25px;
  }
  .price-update-next-renewal strong {
    font-size: 40px;
  }
  .price-update-summary-motif {
    right: -13px;
    width: 50px;
    height: 50px;
  }
  .price-update-unchanged {
    column-gap: 15px;
  }
  .price-update-unchanged article {
    padding: 21px;
  }
  .price-update-unchanged h3 {
    font-size: 20px;
  }
  .price-update-unchanged p {
    font-size: 14px;
  }
  .price-update-price-table th,
  .price-update-price-table td {
    padding-inline: 10px;
  }
  .price-update-faq-intro {
    align-items: start;
  }
  .price-update-faq-intro > p {
    max-width: 300px;
  }
  .price-update-faq-rows article {
    gap: 35px;
  }
  .price-update-thanks-card {
    padding: 30px 30px 0;
    gap: 25px;
  }
  .price-update-thanks-copy h2 {
    font-size: 34px;
  }
  .price-update-thanks-copy {
    padding-bottom: 30px;
  }
}
@media (max-width: 639px) {
  .price-update-hero-grid {
    grid-template-columns: 1fr;
    padding-block: 35px 33px;
    gap: 28px;
  }
  .price-update-hero h1 {
    font-size: clamp(43px, 11vw, 59px);
  }
  .price-update-hero .price-update-eyebrow {
    margin-bottom: 18px;
  }
  .price-update-intro {
    max-width: 450px;
    margin-top: 19px !important;
  }
  .price-update-hero-actions {
    margin-top: 24px;
    column-gap: 22px;
    row-gap: 18px;
  }
  .price-update-hero-actions .price-update-button {
    font-size: 15px;
    padding: 12px 20px;
    min-height: 50px;
  }
  .price-update-hero-actions .price-update-text-link {
    font-size: 14px;
  }
  .price-update-hero-visual {
    max-width: 267px;
    justify-self: center;
    padding-block: 10px;
  }
  .price-update-hero-visual::before {
    top: 22px;
    left: 7px;
  }
  .price-update-photo-note {
    margin-top: -26px;
    max-width: 232px;
  }
  .price-update-hero-bottom {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 23px 29px;
  }
  .price-update-hero-bottom > div {
    gap: 12px;
  }
  .price-update-hero-bottom strong {
    font-size: 17px;
  }
  .price-update-hero-bottom small {
    font-size: 15px;
    margin-top: 0;
  }
  .price-update-section {
    padding-block: 48px;
  }
  .price-update-letter-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .price-update-letter-copy {
    font-size: 15px;
    line-height: 1.8;
  }
  .price-update-letter-copy .price-update-salutation {
    font-size: 27px;
  }
  .price-update-letter-copy .price-update-standfirst {
    font-size: 23px;
  }
  .price-update-letter-copy h2 {
    font-size: 27px;
  }
  .price-update-aside {
    position: static;
  }
  .price-update-summary-card {
    padding: 25px;
  }
  .price-update-summary-card h3 {
    font-size: 28px;
  }
  .price-update-next-renewal strong {
    font-size: 47px;
  }
  .price-update-summary-motif {
    right: -5px;
  }
  .price-update-aside-help {
    padding: 28px 0 0;
  }
  .price-update-unchanged-section {
    padding-bottom: 45px;
  }
  .price-update-unchanged-heading h2 {
    font-size: 27px;
  }
  .price-update-unchanged {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 13px;
  }
  .price-update-unchanged article {
    display: flex;
    grid-row: auto;
    gap: 17px;
    padding: 22px;
  }
  .price-update-unchanged article > div {
    display: block;
    grid-row: auto;
  }
  .price-update-unchanged article > .price-update-icon {
    width: 23px;
    height: 23px;
    margin-bottom: 0;
  }
  .price-update-unchanged h3 {
    font-size: 23px;
    margin-bottom: 6px;
  }
  .price-update-unchanged p {
    font-size: 14px;
  }
  .renewal-letter-page h2 {
    font-size: 31px;
  }
  .price-update-price-table th,
  .price-update-price-table td {
    padding: 14px 9px;
  }
  .price-update-price-table thead th {
    font-size: 14px;
  }
  .price-update-price-table thead th span {
    font-size: 14px;
  }
  .price-update-price-table tbody th {
    font-size: 18px;
  }
  .price-update-price-table td {
    font-size: 14px;
  }
  .price-update-price-table .price-update-delta {
    display: none;
  }
  .price-update-price-caption {
    font-size: 14px;
  }
  .price-update-price-note {
    font-size: 14px;
  }
  .price-update-faq-intro {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 28px;
  }
  .price-update-faq-intro > p {
    max-width: none;
  }
  .price-update-faq-rows article {
    grid-template-columns: 1fr;
    gap: 11px;
    padding-block: 23px;
  }
  .price-update-faq-rows p {
    font-size: 14px;
  }
  .price-update-faq-rows h3 {
    font-size: 15px;
  }
  .price-update-faq-contact {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
  .price-update-thanks-section {
    padding-block: 45px;
  }
  .price-update-thanks-card {
    grid-template-columns: 1fr;
    padding: 28px 25px 0;
    gap: 24px;
  }
  .price-update-thanks-copy {
    padding-bottom: 0;
  }
  .price-update-thanks-copy h2 {
    font-size: 34px;
  }
  .price-update-thanks-copy > p:not(.price-update-eyebrow) {
    font-size: 14px;
  }
  .price-update-thanks-visual {
    width: 230px;
    max-width: 100%;
    justify-self: center;
  }
  .price-update-thanks-visual .price-update-thanks-motif {
    width: 55px;
    height: 55px;
    right: -14px;
  }
}
@media (max-width: 600px) {
  .price-update-price-table {
    table-layout: fixed;
  }
  .price-update-price-table th:first-child {
    width: 34%;
  }
  .price-update-price-table th,
  .price-update-price-table td {
    padding-inline: 7px;
  }
  .price-update-price-table thead th {
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .price-update-price-table thead th > span + span {
    display: none;
  }
  .price-update-price-table tbody th {
    font-size: 16px;
  }
  .price-update-plan-name {
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .price-update-plan-name > span:last-child {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .price-update-plan-icon {
    font-size: 21px;
  }
}
@media (max-width: 359px) {
  .price-update-wrap {
    width: calc(100% - 32px);
  }
  .price-update-price-table th,
  .price-update-price-table td {
    padding-inline: 5px;
  }
  .price-update-price-table td {
    font-size: 14px;
  }
  .price-update-price-table tbody th {
    font-size: 14px;
  }
  .price-update-hero .price-update-eyebrow {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html:has(.renewal-letter-page) {
    scroll-behavior: auto;
  }
}
@media print {
  .price-update-hero-visual,
  .price-update-aside-help {
    display: none;
  }
  .price-update-wrap {
    width: 100%;
  }
  .price-update-section {
    padding-block: 25px;
  }
  .price-update-letter-layout {
    display: block;
  }
  .price-update-aside {
    position: static;
    margin-top: 25px;
  }
  .price-update-price-table {
    break-inside: avoid;
  }
}
