body.shared-cost-cancellation-page {
  background: #f4f6f8;
  overflow-x: hidden;
  --cancel-border: rgba(15, 23, 42, 0.08);
  --cancel-card-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
  --cancel-hero-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  --cancel-visual-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
  --cancel-ink: #18212b;
  --cancel-muted: rgba(33, 41, 49, 0.88);
  --cancel-lime: #afe67e;
}

body.shared-cost-cancellation-page *,
body.shared-cost-cancellation-page *::before,
body.shared-cost-cancellation-page *::after {
  box-sizing: border-box;
}

body.shared-cost-cancellation-page #header {
  display: none !important;
}

body.shared-cost-cancellation-page #wrapper > .bg {
  display: none !important;
}

body.shared-cost-cancellation-page #wrapper {
  overflow: visible;
}

body.shared-cost-cancellation-page #wrapper.fade-in:before {
  background: #f4f6f8;
}

body.shared-cost-cancellation-page #nav,
body.shared-cost-cancellation-page #main,
body.shared-cost-cancellation-page #copyright {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.shared-cost-cancellation-page #nav {
  margin-top: 0 !important;
  padding: 0 clamp(1rem, 3.5vw, 3rem);
  background: rgba(30, 37, 45, 0.9);
  backdrop-filter: blur(10px);
}

body.shared-cost-cancellation-page #main {
  background:
    radial-gradient(circle at top left, rgba(175, 230, 126, 0.16), transparent 30%),
    linear-gradient(180deg, #fbfdff 0%, #f4f6f8 76%);
  padding: clamp(1rem, 2.25vw, 1.85rem) clamp(1rem, 3.5vw, 3rem) 0;
}

body.shared-cost-cancellation-page #main > * {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  border-top: 0 !important;
}

body.shared-cost-cancellation-page article.post.featured {
  width: min(1220px, calc(100% - 2rem));
  max-width: none;
  margin: 0 auto;
  padding: clamp(1.85rem, 4vw, 3.75rem) clamp(0.65rem, 1.2vw, 1.25rem) 4rem;
  text-align: left !important;
}

body.shared-cost-cancellation-page article.post.featured h1,
body.shared-cost-cancellation-page article.post.featured h2,
body.shared-cost-cancellation-page article.post.featured h3,
body.shared-cost-cancellation-page article.post.featured h4 {
  color: #18212b;
  letter-spacing: -0.02em;
  text-transform: none;
  text-wrap: balance;
}

body.shared-cost-cancellation-page #main article.post.featured header.major > h1 {
  margin: 0;
  font-size: clamp(2.35rem, 4.15vw, 3.65rem);
  font-weight: 900;
  line-height: 1.04;
}

body.shared-cost-cancellation-page article.post.featured h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.45rem, 1.15rem + 1vw, 2rem);
  font-weight: 900;
  line-height: 1.18;
}

body.shared-cost-cancellation-page article.post.featured h3 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.06rem, 0.98rem + 0.45vw, 1.28rem);
  font-weight: 900;
  line-height: 1.3;
}

body.shared-cost-cancellation-page article.post.featured p,
body.shared-cost-cancellation-page article.post.featured li,
body.shared-cost-cancellation-page article.post.featured td,
body.shared-cost-cancellation-page article.post.featured th,
body.shared-cost-cancellation-page article.post.featured label,
body.shared-cost-cancellation-page article.post.featured blockquote {
  color: rgba(33, 41, 49, 0.88);
  font-size: clamp(1rem, 0.97rem + 0.16vw, 1.08rem);
  line-height: 1.68;
  text-align: left;
}

body.shared-cost-cancellation-page a {
  border-bottom: 0;
}

body.shared-cost-cancellation-page a:focus-visible,
body.shared-cost-cancellation-page button:focus-visible,
body.shared-cost-cancellation-page input:focus-visible,
body.shared-cost-cancellation-page select:focus-visible,
body.shared-cost-cancellation-page textarea:focus-visible,
body.shared-cost-cancellation-page summary:focus-visible {
  outline: 3px solid rgba(53, 84, 40, 0.32);
  outline-offset: 3px;
}

body.shared-cost-cancellation-page #copyright {
  margin: 0 !important;
  padding: 2rem clamp(1rem, 3.5vw, 3rem) 2.8rem;
  color: rgba(33, 41, 49, 0.56);
}

.shared-cost-cancellation-page .lt-eyebrow,
.shared-cost-cancellation-page .lt-sectionEyebrow {
  color: rgba(33, 41, 49, 0.88);
}

.cancellation-hero {
  grid-template-columns: minmax(0, 1.28fr) minmax(18rem, 0.92fr);
  gap: clamp(1.2rem, 3vw, 3rem);
  padding: clamp(2rem, 4.4vw, 4.1rem);
  background:
    linear-gradient(135deg, rgba(175, 230, 126, 0.22), rgba(255, 255, 255, 0.98) 48%, rgba(228, 238, 248, 0.92));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.cancellation-hero .lt-toolsHeroCopy {
  max-width: 62rem;
}

.cancellation-hero .lt-heroBody {
  max-width: 67ch;
  margin-top: 1.1rem;
  font-weight: 700;
}

.cancellation-direct-answer {
  max-width: 70ch;
  margin-top: 1.2rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.cancellation-direct-answer h2 {
  margin-bottom: 0.35rem !important;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.35rem) !important;
}

.cancellation-direct-answer p {
  margin: 0.5rem 0 0 !important;
}

body.shared-cost-cancellation-page .cancellation-hero-visual {
  width: 100%;
  max-width: 32rem !important;
  margin: 0 !important;
  justify-self: end;
}

body.shared-cost-cancellation-page .cancellation-hero-visual img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.1);
}

.shared-cost-cancellation-page .lt-toolsSection,
.shared-cost-cancellation-page .best-next-step {
  width: 100%;
  max-width: none;
  margin: 2.25rem 0 0;
}

.shared-cost-cancellation-page .lt-toolsSection > p,
.shared-cost-cancellation-page .lt-toolsSection > ul {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.cancellation-qualification {
  display: grid;
  grid-template-columns: minmax(16rem, 0.66fr) minmax(0, 1.34fr);
  gap: 1rem;
}

.cancellation-qualification-current,
.cancellation-start-elsewhere,
.cancellation-step-grid article,
.cancellation-formula-grid article,
.cancellation-lightest-grid article,
.cancellation-product-points article,
.cancellation-script-grid article,
.cancellation-principle,
.cancellation-boundary {
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.cancellation-qualification-current {
  background:
    radial-gradient(circle at top right, rgba(175, 230, 126, 0.18), transparent 48%),
    rgba(255, 255, 255, 0.96);
}

.cancellation-qualification-current p,
.cancellation-start-elsewhere > h2,
.cancellation-start-elsewhere > p {
  margin-bottom: 0 !important;
}

.cancellation-routing-list {
  display: grid;
  gap: 0.6rem;
}

.cancellation-routing-row {
  display: grid;
  gap: 0.18rem;
  padding: 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 15px;
  background: rgba(248, 251, 253, 0.9);
  color: var(--cancel-ink);
}

.cancellation-routing-row:hover {
  background: rgba(175, 230, 126, 0.18);
}

.cancellation-routing-row strong {
  color: #18212b;
  font-size: 0.98rem;
  line-height: 1.3;
}

.cancellation-routing-row span {
  color: rgba(33, 41, 49, 0.78);
  font-size: 0.92rem;
  line-height: 1.45;
}

.cancellation-step-grid,
.cancellation-lightest-grid,
.cancellation-product-points,
.cancellation-script-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.15rem;
}

.cancellation-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cancellation-step-grid--two,
.cancellation-lightest-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cancellation-step-grid article p,
.cancellation-lightest-grid article p,
.cancellation-product-points article p {
  margin-bottom: 0 !important;
}

.cancellation-formula-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.15rem;
}

.cancellation-formula-grid article {
  padding: 1.1rem;
  background:
    linear-gradient(135deg, rgba(175, 230, 126, 0.18), rgba(255, 255, 255, 0.96));
}

.cancellation-formula-label {
  margin: 0 !important;
  color: #18212b !important;
  font-weight: 900;
}

.cancellation-formula {
  margin: 0.55rem 0 0 !important;
  color: #18212b !important;
  font-weight: 800;
  line-height: 1.5 !important;
}

.cancellation-formula-note {
  margin: 0.85rem 0 0 !important;
  color: rgba(33, 41, 49, 0.76) !important;
  font-size: 0.95rem !important;
  font-weight: 700;
}

.cancellation-planner-section {
  scroll-margin-top: 1rem;
}

.cancellation-planner-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.cancellation-planner-heading > div {
  min-width: 0;
}

.cancellation-planner-heading h2 {
  margin-bottom: 0.7rem !important;
}

.cancellation-planner-heading p {
  margin-bottom: 0 !important;
}

.cancellation-privacy-note {
  width: min(100%, 25rem);
  margin: 0 !important;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  color: rgba(33, 41, 49, 0.76) !important;
  font-size: 0.92rem !important;
  font-weight: 700;
  line-height: 1.45 !important;
}

.cancellation-noscript,
.planner-init-fallback {
  margin: 0 0 1rem !important;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.planner-init-fallback[hidden] {
  display: none;
}

.cancellation-planner-shell {
  padding: clamp(1rem, 2.2vw, 1.5rem);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(175, 230, 126, 0.16), transparent 30%),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.cancellation-planner-toolbar,
.planner-subheading,
.planner-submit-row,
.planner-result-heading,
.planner-copy-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.cancellation-planner-toolbar {
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.cancellation-secondary-button,
.planner-small-button,
.cancellation-copy-button {
  appearance: none;
  min-height: 2.65rem;
  padding: 0.58rem 0.85rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #18212b;
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
}

.cancellation-secondary-button:hover,
.planner-small-button:hover,
.cancellation-copy-button:hover {
  background: rgba(175, 230, 126, 0.23);
}

.planner-small-button {
  min-height: 2.3rem;
  padding: 0.45rem 0.7rem;
  font-size: 0.86rem;
}

.planner-error-summary {
  margin: 0 0 1rem;
  padding: 1rem;
  border: 2px solid #9d3c3c;
  border-radius: 18px;
  background: #fffafa;
}

.planner-error-summary h3 {
  margin-bottom: 0.35rem !important;
  color: #6d2020 !important;
}

.planner-error-summary ul {
  margin: 0;
  padding-left: 1.1rem;
}

.planner-error-summary a {
  color: #6d2020;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.cancellation-planner-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(19rem, 0.58fr);
  gap: 1rem;
  align-items: start;
}

.cancellation-planner-editor {
  display: grid;
  gap: 1rem;
}

.planner-step {
  min-width: 0;
  margin: 0;
  padding: 1.15rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.87);
}

.planner-step > legend {
  display: block;
  width: auto;
  margin: 0;
  padding: 0 0.35rem;
  color: #18212b;
  font-size: clamp(1.06rem, 0.98rem + 0.45vw, 1.28rem);
  font-weight: 900;
  line-height: 1.3;
}

.planner-step > p {
  margin: 0.4rem 0 0 !important;
}

.planner-field {
  display: grid;
  gap: 0.36rem;
  margin-top: 1rem;
}

.planner-field--currency {
  width: min(100%, 20rem);
}

.planner-field label,
.planner-dynamic-row label,
.planner-payment-details label,
.planner-custom-row label {
  color: #18212b;
  font-size: 0.94rem !important;
  font-weight: 900;
  line-height: 1.35 !important;
}

.planner-field input,
.planner-dynamic-row input,
.planner-dynamic-row select,
.planner-payment-details input,
.planner-payment-details select,
.planner-custom-row input,
.planner-summary-text {
  width: 100%;
  min-height: 2.85rem;
  padding: 0.62rem 0.72rem;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 12px;
  background: #ffffff;
  color: #18212b;
  font: inherit;
  font-size: 1rem;
  line-height: 1.4;
}

.planner-field input[aria-invalid="true"],
.planner-dynamic-row input[aria-invalid="true"],
.planner-dynamic-row select[aria-invalid="true"],
.planner-custom-row input[aria-invalid="true"],
.planner-payment-details input[aria-invalid="true"] {
  border-color: #9d3c3c;
  box-shadow: 0 0 0 3px rgba(157, 60, 60, 0.12);
}

.planner-helper,
.planner-inline-error,
.planner-context-note {
  margin: 0 !important;
  font-size: 0.86rem !important;
  line-height: 1.45 !important;
}

.planner-helper {
  color: rgba(33, 41, 49, 0.7) !important;
}

.planner-inline-error:empty,
.planner-context-note:empty {
  display: none;
}

.planner-inline-error {
  color: #7a1f1f !important;
  font-weight: 800;
}

.planner-context-note {
  margin-top: 0.7rem !important;
  color: rgba(33, 41, 49, 0.78) !important;
  font-weight: 700;
}

.planner-subheading {
  align-items: flex-end;
  margin-top: 1.2rem;
}

.planner-subheading h3 {
  margin: 0 !important;
  font-size: 1.05rem !important;
}

.planner-adjustments,
.planner-participants,
.planner-custom-shares,
.planner-payment-details {
  display: grid;
  gap: 0.7rem;
  margin-top: 0.8rem;
}

.planner-dynamic-row,
.planner-custom-row,
.planner-payment-row {
  display: grid;
  grid-template-columns: minmax(10rem, 1.1fr) minmax(7.5rem, 0.68fr) minmax(11rem, 1fr) auto;
  gap: 0.7rem;
  align-items: end;
  padding: 0.85rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(248, 251, 253, 0.92);
}

.planner-dynamic-row--participant {
  grid-template-columns: minmax(8rem, 1fr) minmax(7rem, 0.75fr) minmax(7.5rem, 0.7fr) auto;
}

.planner-dynamic-row > div,
.planner-custom-row > div,
.planner-payment-row > div {
  min-width: 0;
  display: grid;
  gap: 0.34rem;
}

.planner-row-remove {
  min-height: 2.85rem;
  border-color: rgba(15, 23, 42, 0.12);
  background: #ffffff;
}

.planner-cost-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 1rem;
}

.planner-cost-summary > div,
.planner-share-total {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.3rem;
  padding: 0.72rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
}

.planner-cost-summary span,
.planner-share-total span {
  color: rgba(33, 41, 49, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
}

.planner-cost-summary strong,
.planner-share-total strong {
  color: #18212b;
  font-size: 1.05rem;
  line-height: 1.25;
}

.planner-cost-summary__final {
  background: rgba(175, 230, 126, 0.24) !important;
}

.planner-share-total {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.8rem;
}

.planner-allocation-options,
.planner-payment-options {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.95rem;
}

.planner-allocation-card,
.planner-payment-options label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.68rem;
  align-items: start;
  padding: 0.85rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  cursor: pointer;
}

.planner-allocation-card:has(input:checked),
.planner-payment-options label:has(input:checked) {
  border-color: rgba(107, 161, 69, 0.48);
  background: rgba(175, 230, 126, 0.19);
}

.planner-allocation-card:has(input:disabled) {
  cursor: not-allowed;
  opacity: 0.54;
}

.planner-allocation-card input,
.planner-payment-options input {
  width: 1.15rem;
  height: 1.15rem;
  margin: 0.24rem 0 0;
  accent-color: #547e36;
}

.planner-allocation-card span,
.planner-payment-options span {
  display: grid;
  gap: 0.15rem;
}

.planner-allocation-card strong,
.planner-payment-options strong {
  color: #18212b;
  font-size: 0.98rem;
  line-height: 1.35;
}

.planner-allocation-card small,
.planner-payment-options small {
  color: rgba(33, 41, 49, 0.77);
  font-size: 0.87rem;
  line-height: 1.45;
}

.planner-allocation-card--unresolved {
  background: rgba(232, 238, 248, 0.62);
}

.planner-custom-shares {
  padding-top: 0.2rem;
}

.planner-custom-shares[hidden],
.planner-payment-details[hidden] {
  display: none;
}

.planner-custom-row {
  grid-template-columns: minmax(8rem, 1fr) minmax(9rem, 0.8fr);
}

.planner-custom-row span {
  color: #18212b;
  font-weight: 800;
  line-height: 2.85rem;
}

.planner-payment-details {
  padding: 0.95rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: rgba(248, 251, 253, 0.88);
}

.planner-payment-details > p {
  margin: 0 !important;
}

.planner-payment-row {
  grid-template-columns: minmax(0, 1fr) minmax(8rem, 0.56fr);
}

.planner-result-panel {
  position: sticky;
  top: 1rem;
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: #18212b;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
}

.planner-result-panel h3,
.planner-result-panel h4,
.planner-result-panel p,
.planner-result-panel th,
.planner-result-panel td,
.planner-result-panel label,
.planner-result-panel span,
.planner-result-panel strong {
  color: #ffffff !important;
}

.planner-result-panel > h3 {
  margin-bottom: 0.7rem !important;
  font-size: 1.3rem !important;
}

.planner-result-panel > p:last-of-type {
  margin-bottom: 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
}

.planner-result-status:empty {
  display: none;
}

.planner-result-status {
  margin: 0 0 0.6rem !important;
  color: #c6f0a0 !important;
  font-size: 0.88rem !important;
  font-weight: 800;
  line-height: 1.4 !important;
}

.planner-result-costs,
.planner-result-totals {
  display: grid;
  gap: 0.45rem;
  margin: 0.9rem 0;
}

.planner-result-panel [data-result-content] > .planner-result-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.65rem;
  margin: 0.9rem 0;
}

.planner-result-panel [data-result-content] > .planner-result-line span {
  min-width: 0;
}

.planner-result-panel [data-result-content] > .planner-result-line strong {
  overflow-wrap: anywhere;
  text-align: right;
}

.planner-result-costs div,
.planner-result-totals div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.planner-result-costs span,
.planner-result-totals span {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
}

.planner-result-costs strong,
.planner-result-totals strong {
  text-align: right;
  font-size: 0.96rem;
  line-height: 1.3;
}

.planner-result-unresolved {
  margin-top: 0.9rem;
  padding: 0.9rem;
  border-radius: 15px;
  background: rgba(175, 230, 126, 0.14);
}

.planner-result-unresolved h4 {
  margin-bottom: 0.4rem !important;
}

.planner-result-table-wrap {
  overflow-x: auto;
  margin: 0.9rem -0.15rem 0;
}

.planner-manual-button {
  max-width: 100%;
  white-space: normal;
}

.planner-result-table {
  width: 100%;
  min-width: 35rem;
  border-collapse: collapse;
}

.planner-result-table th,
.planner-result-table td {
  padding: 0.55rem 0.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.82rem !important;
  line-height: 1.35 !important;
  vertical-align: top;
}

.planner-result-table th {
  color: rgba(255, 255, 255, 0.72) !important;
  font-weight: 800;
}

.planner-result-table td:first-child {
  font-weight: 800;
}

.planner-result-table .result-open {
  color: #c6f0a0 !important;
  font-weight: 800;
}

.planner-result-table .result-return {
  color: #d9d6ff !important;
  font-weight: 800;
}

.planner-result-several {
  margin-top: 0.9rem;
  padding: 0.9rem;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
}

.planner-result-several h4,
.planner-result-several p {
  margin: 0 !important;
}

.planner-result-several p {
  margin-top: 0.35rem !important;
}

.planner-result-several a {
  display: inline-flex;
  margin-top: 0.7rem;
  color: #18212b;
  background: #afe67e;
  border: 1px solid rgba(175, 230, 126, 0.4);
  border-radius: 999px;
  padding: 0.55rem 0.75rem;
  font-size: 0.84rem;
  font-weight: 900;
}

.planner-summary-wrap {
  margin-top: 1rem;
}

.planner-copy-heading {
  align-items: flex-end;
  margin-bottom: 0.5rem;
}

.planner-copy-heading h4 {
  margin: 0 !important;
  font-size: 1rem !important;
}

.planner-copy-heading button {
  min-height: 2.3rem;
  border-color: rgba(175, 230, 126, 0.5);
  background: rgba(175, 230, 126, 0.16);
  color: #ffffff;
}

.planner-summary-text {
  display: block;
  min-height: 12rem;
  resize: vertical;
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.84rem;
  line-height: 1.48;
}

.planner-submit-row {
  justify-content: flex-start;
  margin-top: 1rem;
}

.planner-submit-row .lt-primaryCta {
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.cancellation-table-wrap {
  overflow-x: auto;
  margin-top: 1.15rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.cancellation-table-wrap:focus-visible {
  outline: 3px solid rgba(53, 84, 40, 0.32);
  outline-offset: 3px;
}

.cancellation-table {
  width: 100%;
  min-width: 47rem;
  margin: 0 !important;
  border-collapse: collapse;
  background: transparent;
}

.cancellation-table caption {
  padding: 1rem 1.1rem 0.65rem;
  color: #18212b;
  font-size: 1rem;
  font-weight: 900;
  text-align: left;
}

.cancellation-table th,
.cancellation-table td {
  padding: 0.78rem 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  vertical-align: top;
}

.cancellation-table thead th {
  background: rgba(232, 238, 248, 0.8);
  color: #18212b;
  font-weight: 900;
}

.cancellation-table tbody th {
  color: #18212b;
  font-weight: 800;
}

.cancellation-table--example {
  min-width: 45rem;
}

.cancellation-table--record {
  min-width: 56rem;
}

.cancellation-principle {
  margin-top: 1rem;
  background:
    linear-gradient(135deg, rgba(175, 230, 126, 0.2), rgba(255, 255, 255, 0.96));
}

.cancellation-principle h3,
.cancellation-principle p {
  margin-bottom: 0 !important;
}

.cancellation-principle p {
  margin-top: 0.4rem !important;
}

.cancellation-inline-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1rem;
}

.cancellation-inline-cta p {
  margin: 0 !important;
  color: rgba(33, 41, 49, 0.72) !important;
  font-size: 0.93rem !important;
  font-weight: 700;
}

.cancellation-soft-bridge {
  margin-top: 1rem !important;
  color: #18212b !important;
  font-weight: 800;
}

.cancellation-script-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cancellation-script-grid article {
  display: flex;
  flex-direction: column;
}

.cancellation-script-grid blockquote {
  margin: 0.2rem 0 1rem !important;
  padding: 0.8rem;
  border-left: 3px solid rgba(107, 161, 69, 0.5);
  background: rgba(248, 251, 253, 0.8);
  font-style: normal;
}

.cancellation-copy-button {
  align-self: flex-start;
  margin-top: auto;
  background: #afe67e;
  border-color: rgba(107, 161, 69, 0.3);
}

.cancellation-copy-button:hover,
.cancellation-copy-button:focus-visible {
  background: #bcf18c;
}

.cancellation-script-link {
  margin: 1rem 0 0 !important;
  color: #18212b !important;
  font-weight: 800;
}

.cancellation-lightest-grid article {
  display: flex;
  flex-direction: column;
}

.cancellation-lightest-grid article a {
  align-self: flex-start;
  margin-top: auto;
  color: #18212b;
  font-size: 0.93rem;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: rgba(107, 161, 69, 0.58);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.17em;
}

.cancellation-product {
  padding: clamp(1.35rem, 3vw, 2.5rem) !important;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(175, 230, 126, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(228, 238, 248, 0.82));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.cancellation-product-layout {
  max-width: 68rem;
}

.cancellation-product-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cancellation-product-points article {
  background: rgba(255, 255, 255, 0.76);
}

.cancellation-product-boundary {
  margin: 1.1rem 0 !important;
  padding: 0.95rem;
  border-left: 4px solid rgba(107, 161, 69, 0.58);
  background: rgba(255, 255, 255, 0.7);
  color: #18212b !important;
  font-weight: 800;
}

.cancellation-product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.cancellation-product-actions .lt-appStoreBtn {
  margin: 0;
}

.cancellation-closing {
  padding-bottom: 0.3rem;
}

.cancellation-boundary {
  margin-top: 1rem;
  background: rgba(255, 255, 255, 0.82);
}

.cancellation-boundary h3,
.cancellation-boundary p {
  margin-bottom: 0 !important;
}

.cancellation-boundary p + p {
  margin-top: 0.7rem !important;
}

.cancellation-safety-note {
  margin-top: 1rem !important;
  color: #18212b !important;
  font-weight: 900;
}

.cancellation-confirm-dialog {
  width: min(28rem, calc(100% - 2rem));
  padding: 0;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 20px;
  box-shadow: 0 24px 65px rgba(15, 23, 42, 0.28);
}

.cancellation-confirm-dialog::backdrop {
  background: rgba(24, 33, 43, 0.45);
}

.cancellation-confirm-dialog form {
  padding: 1.25rem;
}

.cancellation-confirm-dialog h2,
.cancellation-confirm-dialog p {
  margin: 0 !important;
}

.cancellation-confirm-dialog p {
  margin-top: 0.5rem !important;
}

.cancellation-confirm-dialog form > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.cancellation-confirm-dialog .lt-primaryCta {
  border: 0;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.cancellation-copy-status {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 20;
  max-width: min(28rem, calc(100vw - 2rem));
  margin: 0 !important;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #18212b;
  color: #ffffff !important;
  font-size: 0.9rem !important;
  line-height: 1.4 !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}

.cancellation-copy-status:empty {
  display: none;
}

.shared-cost-cancellation-page .lt-primaryCta {
  background: #afe67e;
}

.shared-cost-cancellation-page .lt-primaryCta:hover,
.shared-cost-cancellation-page .lt-primaryCta:focus-visible {
  background: #bcf18c;
}

@media screen and (max-width: 1080px) {
  .cancellation-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cancellation-planner-layout {
    grid-template-columns: 1fr;
  }

  .planner-result-panel {
    position: static;
  }

  .cancellation-product-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 820px) {
  .cancellation-hero,
  .cancellation-qualification {
    grid-template-columns: 1fr;
  }

  body.shared-cost-cancellation-page .cancellation-hero-visual {
    max-width: 42rem !important;
    margin-top: 0.35rem !important;
    justify-self: start;
  }

  .cancellation-planner-heading {
    display: grid;
  }

  .cancellation-privacy-note {
    width: 100%;
  }

  .planner-dynamic-row,
  .planner-dynamic-row--participant {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .planner-dynamic-row .planner-row-remove {
    grid-column: span 2;
  }

  .cancellation-table-wrap {
    overflow: visible;
  }

  .cancellation-table,
  .cancellation-table thead,
  .cancellation-table tbody,
  .cancellation-table tr,
  .cancellation-table th,
  .cancellation-table td {
    display: block;
    min-width: 0;
  }

  .cancellation-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .cancellation-table caption {
    display: block;
  }

  .cancellation-table tbody {
    display: grid;
    gap: 0.75rem;
    padding: 0.75rem;
  }

  .cancellation-table tr {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
  }

  .cancellation-table th,
  .cancellation-table td {
    display: grid;
    grid-template-columns: minmax(9rem, 0.46fr) minmax(0, 1fr);
    gap: 0.85rem;
    padding: 0.75rem;
    border: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }

  .cancellation-table th:last-child,
  .cancellation-table td:last-child {
    border-bottom: 0;
  }

  .cancellation-table th::before,
  .cancellation-table td::before {
    content: attr(data-label);
    color: #18212b;
    font-weight: 900;
  }
}

@media screen and (max-width: 640px) {
  body.shared-cost-cancellation-page article.post.featured {
    width: 100%;
    padding: 1.35rem 0 3rem;
  }

  .cancellation-hero,
  .cancellation-planner-shell,
  .cancellation-product {
    border-radius: 20px;
  }

  .cancellation-hero {
    padding: 1.35rem;
  }

  body.shared-cost-cancellation-page .cancellation-hero-visual img {
    border-radius: 18px;
  }

  .cancellation-step-grid,
  .cancellation-step-grid--two,
  .cancellation-formula-grid,
  .cancellation-lightest-grid,
  .cancellation-product-points,
  .cancellation-script-grid {
    grid-template-columns: 1fr;
  }

  .planner-step,
  .planner-result-panel {
    padding: 1rem;
  }

  .planner-dynamic-row,
  .planner-dynamic-row--participant,
  .planner-custom-row,
  .planner-payment-row {
    grid-template-columns: 1fr;
  }

  .planner-dynamic-row .planner-row-remove {
    grid-column: auto;
  }

  .planner-cost-summary {
    grid-template-columns: 1fr;
  }

  .planner-share-total {
    align-items: flex-start;
    flex-direction: column;
  }

  .planner-subheading,
  .cancellation-planner-toolbar,
  .cancellation-product-actions,
  .cancellation-inline-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .planner-subheading .planner-small-button,
  .cancellation-planner-toolbar button,
  .cancellation-product-actions .lt-primaryCta,
  .cancellation-product-actions .lt-textCta,
  .cancellation-inline-cta .lt-primaryCta,
  .planner-submit-row .lt-primaryCta {
    width: 100%;
  }

  .cancellation-product-actions .lt-appStoreBtn {
    align-self: flex-start;
  }

  .cancellation-table th,
  .cancellation-table td {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .planner-copy-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .planner-copy-heading button {
    width: 100%;
  }

  .planner-summary-text {
    min-height: 14rem;
  }
}

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