.wtp-pricing-calculator,
.wtp-pricing-modal{
  --wtp-font:"Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wtp-navy:#021b3a;
  --wtp-navy-soft:#083a70;
  --wtp-navy-deep:#041a35;
  --wtp-blue:#00c2ff;
  --wtp-aqua:#00eaff;
  --wtp-green:#6dff8b;
  --wtp-bg:#f7fbff;
  --wtp-bg-soft:#eef7ff;
  --wtp-card:#ffffff;
  --wtp-line:#d7e6f2;
  --wtp-line-strong:#b9d5eb;
  --wtp-text:#17395d;
  --wtp-text-soft:#5f7d99;
  --wtp-shadow:0 28px 72px rgba(2,27,58,.12);
  font-family:var(--wtp-font);
}
.wtp-pricing-calculator *, .wtp-pricing-modal *{box-sizing:border-box}
.wtp-pricing-calculator button,.wtp-pricing-calculator input,.wtp-pricing-calculator select,.wtp-pricing-modal button,.wtp-pricing-modal input,.wtp-pricing-modal select{font:inherit}
.wtp-pricing-calculator{width:100%;max-width:1240px;margin:24px auto;color:var(--wtp-text)}
.wtp-pricing-launcher{
  display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;
  border:2px solid transparent;border-radius:26px;padding:18px;
  background:
    linear-gradient(180deg,#ffffff 0%,#f6fbff 100%) padding-box,
    linear-gradient(135deg,#021b3a 0%,#083a70 42%,#00c2ff 100%) border-box;
  box-shadow:0 20px 54px rgba(2,27,58,.10);
}
.wtp-pricing-launcher h3{margin:0;color:var(--wtp-navy);font-size:clamp(1.25rem,2.4vw,1.85rem);line-height:1.12;letter-spacing:-.025em}
.wtp-pricing-launcher p{margin:7px 0 0;color:var(--wtp-text-soft);font-size:.95rem;line-height:1.48;max-width:740px}
.wtp-pricing-eyebrow,.wtp-pricing-kicker{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border-radius:999px;background:linear-gradient(180deg,rgba(0,194,255,.13),rgba(0,234,255,.055));border:1px solid rgba(0,194,255,.20);color:var(--wtp-navy-soft);font-size:.75rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.wtp-pricing-eyebrow{margin:0 0 8px}
.wtp-pricing-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 18px;border-radius:999px;border:0;cursor:pointer;
  background:linear-gradient(90deg,#021b3a 0%,#083a70 52%,#00c2ff 100%);color:#fff;font-weight:950;text-decoration:none;
  box-shadow:0 14px 30px rgba(0,194,255,.18);transition:transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.wtp-pricing-btn:hover{transform:translateY(-1px);box-shadow:0 20px 46px rgba(0,194,255,.24);filter:saturate(1.05)}
.wtp-pricing-btn.is-light{background:linear-gradient(90deg,#fff,#00eaff,#6dff8b);color:var(--wtp-navy)}
.wtp-pricing-btn.is-secondary{background:rgba(2,27,58,.04);color:var(--wtp-navy);border:1px solid var(--wtp-line-strong);box-shadow:none}
.wtp-pricing-shell{
  position:relative;overflow:visible;padding:clamp(18px,2.2vw,30px);border:2px solid transparent;border-radius:30px;
  background:
    radial-gradient(circle at top left, rgba(0,194,255,.13), transparent 24%) padding-box,
    radial-gradient(circle at 88% 6%, rgba(0,234,255,.11), transparent 24%) padding-box,
    radial-gradient(circle at 50% 100%, rgba(109,255,139,.08), transparent 34%) padding-box,
    linear-gradient(180deg,#ffffff 0%,#f7fbff 55%,#eef7ff 100%) padding-box,
    linear-gradient(135deg,#021b3a 0%,#083a70 44%,#00c2ff 100%) border-box;
  box-shadow:var(--wtp-shadow);color:var(--wtp-text)
}
.wtp-pricing-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap;margin-bottom:18px}
.wtp-pricing-header h3{margin:0;font-size:clamp(2rem,2.8vw,2.9rem);line-height:1.02;letter-spacing:-.035em;color:var(--wtp-navy)}
.wtp-pricing-header-copy{margin:10px 0 0;max-width:850px;color:var(--wtp-text-soft);font-size:.98rem;line-height:1.55}
.wtp-pricing-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,.42fr);gap:16px;align-items:start}
.wtp-pricing-main{display:grid;gap:14px;min-width:0}.wtp-pricing-side{display:grid;gap:14px;min-width:0;align-self:start}
.wtp-pricing-card{border:1px solid rgba(0,194,255,.16);border-radius:24px;background:radial-gradient(circle at top right,rgba(0,234,255,.08),transparent 26%),linear-gradient(180deg,#ffffff 0%,#f6fbff 100%);padding:16px;box-shadow:0 12px 30px rgba(2,27,58,.06)}
.wtp-pricing-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;flex-wrap:wrap;margin-bottom:12px}
.wtp-pricing-card h4{margin:10px 0 0;font-size:1.16rem;line-height:1.25;color:var(--wtp-navy)}
.wtp-pricing-card h5{margin:0;color:var(--wtp-navy);font-size:.98rem;line-height:1.2}
.wtp-pricing-subtle,.wtp-pricing-help,.wtp-pricing-note-line{margin:5px 0 0;color:var(--wtp-text-soft);font-size:.9rem;line-height:1.45}
.wtp-pricing-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:12px}
.wtp-pricing-field{grid-column:span 12;display:grid;gap:8px;min-width:0}.wtp-pricing-field.span-3{grid-column:span 3}.wtp-pricing-field.span-4{grid-column:span 4}.wtp-pricing-field.span-6{grid-column:span 6}.wtp-pricing-field.span-8{grid-column:span 8}.wtp-pricing-field.span-12{grid-column:span 12}
.wtp-pricing-label{display:flex;align-items:center;min-height:22px;font-size:.9rem;font-weight:850;color:var(--wtp-navy)}
.wtp-pricing-segment,.wtp-pricing-stepper,.wtp-pricing-input,.wtp-pricing-select{border-radius:16px;border:1px solid var(--wtp-line-strong);background:#f7fbff}
.wtp-pricing-segment{display:flex;gap:5px;padding:5px}.wtp-pricing-segment button{flex:1 1 0;min-height:40px;border:0;border-radius:12px;padding:0 10px;background:transparent;color:var(--wtp-text-soft);font-size:.86rem;line-height:1.15;font-weight:900;cursor:pointer;transition:all .18s ease;white-space:normal}
.wtp-pricing-segment button:hover,.wtp-pricing-stepper button:hover{color:var(--wtp-navy);background:rgba(0,194,255,.08)}
.wtp-pricing-segment button.active{background:linear-gradient(90deg,#021b3a 0%,#083a70 52%,#00c2ff 100%);color:#fff;box-shadow:0 12px 24px rgba(0,194,255,.18)}
.wtp-pricing-stepper{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;overflow:hidden}.wtp-pricing-stepper button{border:0;background:transparent;cursor:pointer;color:var(--wtp-navy);font-size:1.15rem;font-weight:900}.wtp-pricing-stepper input{width:100%;min-width:0;min-height:42px;border:0;border-left:1px solid var(--wtp-line-strong);border-right:1px solid var(--wtp-line-strong);background:transparent;text-align:center;padding:0 10px;color:var(--wtp-navy);outline:none}
.wtp-pricing-input,.wtp-pricing-select{width:100%;min-height:44px;padding:10px 13px;color:var(--wtp-navy);outline:none}.wtp-pricing-select{appearance:none}.wtp-pricing-input:focus,.wtp-pricing-select:focus,.wtp-pricing-stepper input:focus{border-color:rgba(0,194,255,.48);box-shadow:0 0 0 3px rgba(0,194,255,.10)}
.wtp-pricing-calculator input::-webkit-outer-spin-button,.wtp-pricing-calculator input::-webkit-inner-spin-button,.wtp-pricing-modal input::-webkit-outer-spin-button,.wtp-pricing-modal input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.wtp-pricing-calculator input[type="number"],.wtp-pricing-modal input[type="number"]{-moz-appearance:textfield}
.wtp-pricing-range{display:block;width:100%;height:10px;border-radius:999px;-webkit-appearance:none;appearance:none;background:linear-gradient(90deg,#021b3a 0%,#083a70 34%,#00c2ff 68%,#6dff8b 100%) 0/0% 100% no-repeat,rgba(15,57,99,.12);outline:none}.wtp-pricing-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:999px;border:2px solid var(--wtp-aqua);background:#fff;cursor:pointer;box-shadow:0 6px 16px rgba(0,194,255,.22)}.wtp-pricing-range::-moz-range-thumb{width:22px;height:22px;border-radius:999px;border:2px solid var(--wtp-aqua);background:#fff;cursor:pointer;box-shadow:0 6px 16px rgba(0,194,255,.22)}
.wtp-pricing-range-labels{display:flex;justify-content:space-between;gap:10px;color:var(--wtp-text-soft);font-size:.74rem;font-weight:800;margin-top:7px}
.wtp-pricing-summary{background:radial-gradient(circle at top right,rgba(109,255,139,.14) 0,transparent 30%),radial-gradient(circle at left center,rgba(0,234,255,.16) 0,transparent 34%),linear-gradient(180deg,#083467 0%,#041d40 58%,#02152e 100%);border:1px solid rgba(0,194,255,.18);box-shadow:0 24px 48px rgba(2,27,58,.24);position:sticky;top:18px}.wtp-pricing-summary .wtp-pricing-kicker{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.14);color:var(--wtp-aqua)}.wtp-pricing-summary h4,.wtp-pricing-summary h5,.wtp-pricing-summary strong,.wtp-pricing-total-value{color:#fff}.wtp-pricing-summary p,.wtp-pricing-summary span,.wtp-pricing-summary .wtp-pricing-subtle{color:#d7edff}
.wtp-pricing-total{display:grid;gap:8px;padding:16px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.wtp-pricing-total-value{font-size:clamp(2.1rem,3vw,3rem);line-height:1;font-weight:950;letter-spacing:-.04em}.wtp-pricing-total-tag{display:inline-flex;width:max-content;min-height:28px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);font-size:.84rem;font-weight:800}.wtp-pricing-lines{display:grid;gap:8px;margin-top:12px}.wtp-pricing-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;padding:10px 12px;border-radius:15px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07)}.wtp-pricing-line span{font-size:.86rem;line-height:1.35}.wtp-pricing-line strong{font-size:.9rem;line-height:1.35;white-space:nowrap;text-align:right}
.wtp-pricing-note{display:grid;gap:4px;padding:10px 12px;border-radius:16px;background:radial-gradient(circle at top right,rgba(0,234,255,.08),transparent 26%),linear-gradient(180deg,#fff 0%,#f6fbff 100%);border:1px solid rgba(0,194,255,.18)}.wtp-pricing-note strong{color:var(--wtp-navy)}.wtp-pricing-note.is-green{border-color:rgba(109,255,139,.26);background:radial-gradient(circle at top right,rgba(109,255,139,.14),transparent 28%),linear-gradient(180deg,#fff 0%,#f6fbff 100%)}
.wtp-pricing-more{display:none}.wtp-pricing-more.is-open{display:block}.wtp-pricing-more-btn{margin-top:12px}.wtp-pricing-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wtp-pricing-mini{border:1px solid rgba(0,194,255,.14);border-radius:18px;padding:12px;background:linear-gradient(180deg,#fff 0%,#f6fbff 100%);min-width:0}.wtp-pricing-mini h5{margin:0 0 6px}.wtp-pricing-mini p{margin:0;color:var(--wtp-text-soft);font-size:.86rem;line-height:1.45}.wtp-pricing-mini.active{border-color:rgba(109,255,139,.55);background:radial-gradient(circle at top right,rgba(109,255,139,.16) 0,transparent 36%),linear-gradient(180deg,rgba(234,247,255,.96) 0%,rgba(245,251,255,.98) 100%)}.wtp-pricing-mini.optional{border-color:rgba(0,194,255,.34);background:linear-gradient(180deg,rgba(234,247,255,.96) 0%,rgba(245,251,255,.96) 100%)}
.wtp-pricing-schedule{display:grid;gap:8px}.wtp-pricing-schedule-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;min-height:34px;padding:8px 9px;border-radius:12px;border:1px solid rgba(2,27,58,.06);background:rgba(255,255,255,.72)}.wtp-pricing-schedule-row.active{border-color:rgba(0,194,255,.45);background:radial-gradient(circle at top right,rgba(0,234,255,.15),transparent 26%),linear-gradient(180deg,#fff 0%,#eef7ff 100%);box-shadow:inset 0 0 0 1px rgba(0,194,255,.10)}.wtp-pricing-schedule-row span{color:var(--wtp-text-soft);font-size:.82rem;font-weight:850}.wtp-pricing-schedule-row strong{color:var(--wtp-navy);font-size:.82rem;font-weight:900;text-align:right;white-space:nowrap}
.wtp-pricing-property-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wtp-pricing-property{border:1px solid rgba(0,194,255,.14);border-radius:18px;padding:12px;background:#fff}.wtp-pricing-property h5{margin:0 0 10px}
.wtp-pricing-fixed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wtp-pricing-price-card{border:2px solid transparent;border-radius:22px;padding:18px;text-align:center;background:linear-gradient(180deg,#fff 0%,#f6fbff 100%) padding-box,linear-gradient(135deg,#021b3a 0%,#083a70 42%,#00c2ff 100%) border-box;box-shadow:0 18px 42px rgba(2,27,58,.08)}.wtp-pricing-price-card strong{display:block;font-size:clamp(1.8rem,4vw,2.7rem);line-height:1;color:var(--wtp-navy);letter-spacing:-.04em}.wtp-pricing-price-card span{display:block;color:var(--wtp-text-soft);font-weight:850;margin-top:6px}.wtp-pricing-price-card p{margin:8px 0 0;color:var(--wtp-text-soft);font-size:.9rem;line-height:1.45}
.wtp-pricing-modal[hidden]{display:none!important}.wtp-pricing-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:flex-start;justify-content:center;padding:72px 16px 10px}.wtp-pricing-modal-backdrop{position:fixed;inset:0;background:rgba(2,27,58,.72);backdrop-filter:blur(6px)}.wtp-pricing-modal-dialog{position:relative;z-index:2;width:min(1220px,100%);max-height:calc(100vh - 82px);overflow:auto;margin:0;border-radius:30px;box-shadow:0 30px 90px rgba(2,27,58,.34)}.wtp-pricing-modal-close{position:absolute;top:14px;right:14px;z-index:4;border:none;background:#fff;width:42px;height:42px;border-radius:999px;font-size:24px;line-height:1;cursor:pointer;color:var(--wtp-navy);box-shadow:0 10px 24px rgba(2,27,58,.16)}body.wtp-pricing-modal-open{overflow:hidden}.wtp-pricing-modal .wtp-pricing-calculator{margin:0;max-width:none}
.wtp-pricing-hidden{display:none!important}
@media(max-width:1120px){.wtp-pricing-layout{grid-template-columns:1fr}.wtp-pricing-summary{position:static}.wtp-pricing-field.span-3,.wtp-pricing-field.span-4,.wtp-pricing-field.span-6,.wtp-pricing-field.span-8{grid-column:span 12}.wtp-pricing-property-grid,.wtp-pricing-fixed-grid{grid-template-columns:1fr}}
@media(max-width:760px){.wtp-pricing-launcher{display:grid;text-align:left}.wtp-pricing-launcher .wtp-pricing-btn{width:100%}.wtp-pricing-shell{padding:16px;border-radius:24px}.wtp-pricing-header h3{font-size:clamp(1.75rem,8vw,2.25rem)}.wtp-pricing-segment{flex-direction:column}.wtp-pricing-list{grid-template-columns:1fr}.wtp-pricing-modal{padding:0}.wtp-pricing-modal-dialog{max-height:100vh;height:100vh;border-radius:0}.wtp-pricing-modal-close{top:10px;right:10px}.wtp-pricing-modal .wtp-pricing-shell{border-radius:0;min-height:100vh}.wtp-pricing-side{order:-1}.wtp-pricing-line{grid-template-columns:1fr}.wtp-pricing-line strong{text-align:left;white-space:normal}}


/* WTP Pricing v1.1.1 - Book Your Stay visual alignment + modal rebinding guard */
html body .wtp-pricing-calculator,
html body .wtp-pricing-modal{
  --wtp-navy:#021b3a!important;
  --wtp-navy-soft:#083a70!important;
  --wtp-navy-deep:#041a35!important;
  --wtp-blue:#00c2ff!important;
  --wtp-aqua:#00eaff!important;
  --wtp-green:#6dff8b!important;
  --wtp-bg:#f5fbff!important;
  --wtp-bg-soft:#eef7ff!important;
  --wtp-card:#ffffff!important;
  --wtp-line:#d6e5f3!important;
  --wtp-line-strong:#b9d5eb!important;
  --wtp-text:#17395d!important;
  --wtp-text-soft:#5f7d99!important;
  --wtp-shadow:0 28px 72px rgba(2,27,58,.12)!important;
}
html body .wtp-pricing-launcher,
html body .wtp-pricing-shell,
html body .wtp-pricing-card,
html body .wtp-pricing-mini,
html body .wtp-pricing-property,
html body .wtp-pricing-price-card{
  border:2px solid transparent!important;
  background:
    linear-gradient(135deg,#ffffff 0%,#f8fcff 58%,#eef7ff 100%) padding-box,
    linear-gradient(135deg,var(--wtp-navy,#021b3a),var(--wtp-navy-soft,#083a70),var(--wtp-blue,#00c2ff)) border-box!important;
  box-shadow:0 16px 38px rgba(2,27,58,.13),0 0 0 1px rgba(255,255,255,.72) inset!important;
}
html body .wtp-pricing-launcher:hover,
html body .wtp-pricing-card:hover,
html body .wtp-pricing-mini:hover,
html body .wtp-pricing-property:hover,
html body .wtp-pricing-price-card:hover{
  background:
    linear-gradient(135deg,#ffffff 0%,#f8fcff 48%,#e7f6ff 100%) padding-box,
    linear-gradient(135deg,var(--wtp-blue,#00c2ff),var(--wtp-navy-soft,#083a70),var(--wtp-navy,#021b3a)) border-box!important;
  box-shadow:0 20px 44px rgba(2,27,58,.18),0 0 0 1px rgba(255,255,255,.80) inset!important;
}
html body .wtp-pricing-summary{
  border:2px solid transparent!important;
  background:
    radial-gradient(circle at top right, rgba(109,255,139,.16) 0, transparent 30%) padding-box,
    radial-gradient(circle at left center, rgba(0,234,255,.18) 0, transparent 34%) padding-box,
    linear-gradient(180deg,#083467 0%,#041d40 58%,#02152e 100%) padding-box,
    linear-gradient(135deg,var(--wtp-blue,#00c2ff),var(--wtp-navy-soft,#083a70),var(--wtp-green,#6dff8b)) border-box!important;
  box-shadow:0 24px 54px rgba(2,27,58,.28),0 0 0 1px rgba(255,255,255,.10) inset!important;
}
html body .wtp-pricing-btn{
  background:linear-gradient(135deg,var(--wtp-navy,#021b3a),var(--wtp-navy-soft,#083a70),var(--wtp-blue,#00c2ff))!important;
  color:#fff!important;
  box-shadow:0 14px 32px rgba(2,27,58,.20)!important;
}
html body .wtp-pricing-btn:hover{
  background:linear-gradient(135deg,var(--wtp-blue,#00c2ff),var(--wtp-navy-soft,#083a70),var(--wtp-navy,#021b3a))!important;
}
html body .wtp-pricing-btn.is-light{
  background:linear-gradient(135deg,var(--wtp-green,#6dff8b),var(--wtp-aqua,#00eaff),var(--wtp-blue,#00c2ff))!important;
  color:var(--wtp-navy,#021b3a)!important;
}
html body .wtp-pricing-btn.is-secondary{
  background:linear-gradient(135deg,#ffffff 0%,#f8fcff 58%,#eef7ff 100%) padding-box,linear-gradient(135deg,var(--wtp-navy,#021b3a),var(--wtp-navy-soft,#083a70),var(--wtp-blue,#00c2ff)) border-box!important;
  border:2px solid transparent!important;
  color:var(--wtp-navy,#021b3a)!important;
  box-shadow:0 12px 24px rgba(2,27,58,.08)!important;
}
html body .wtp-pricing-eyebrow,
html body .wtp-pricing-kicker{
  background:linear-gradient(180deg,rgba(0,194,255,.13),rgba(0,234,255,.055))!important;
  border:1px solid rgba(0,194,255,.20)!important;
  color:var(--wtp-navy-soft,#083a70)!important;
}
html body .wtp-pricing-segment button.active{
  background:linear-gradient(135deg,var(--wtp-navy,#021b3a),var(--wtp-navy-soft,#083a70),var(--wtp-blue,#00c2ff))!important;
  color:#fff!important;
}
html body .wtp-pricing-modal{
  background:transparent!important;
}
html body .wtp-pricing-modal-backdrop{
  background:rgba(2,27,58,.72)!important;
  backdrop-filter:blur(6px)!important;
}
html body .wtp-pricing-modal-dialog{
  background:transparent!important;
  isolation:isolate!important;
}
html body .wtp-pricing-modal-content,
html body .wtp-pricing-modal-content > .wtp-pricing-rendered{
  width:100%!important;
  max-width:100%!important;
}
html body.wtp-pricing-modal-open{
  overflow:hidden!important;
}
@media(max-width:760px){
  html,body{overflow-x:hidden!important;}
  html body .wtp-pricing-modal{width:100vw!important;max-width:100vw!important;overflow:hidden!important;}
  html body .wtp-pricing-modal-dialog{width:100vw!important;max-width:100vw!important;overflow-x:hidden!important;}
  html body .wtp-pricing-modal-content{width:100%!important;max-width:100%!important;overflow-x:hidden!important;}
  html body .wtp-pricing-shell{width:100%!important;max-width:100%!important;overflow-x:hidden!important;}
}

/* WTP Pricing v1.20.0 hard fix: rendered calculators are not shortcode launchers */
html body .wtp-pricing-app,
html body .wtp-pricing-modal{
  --wtp-font:"Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --wtp-navy:#021b3a!important;
  --wtp-navy-soft:#083a70!important;
  --wtp-navy-deep:#041a35!important;
  --wtp-blue:#00c2ff!important;
  --wtp-aqua:#00eaff!important;
  --wtp-green:#6dff8b!important;
  --wtp-bg:#f5fbff!important;
  --wtp-bg-soft:#eef7ff!important;
  --wtp-card:#ffffff!important;
  --wtp-line:#d6e5f3!important;
  --wtp-line-strong:#b9d5eb!important;
  --wtp-text:#17395d!important;
  --wtp-text-soft:#5f7d99!important;
  --wtp-shadow:0 28px 72px rgba(2,27,58,.12)!important;
  font-family:var(--wtp-font)!important;
  color:var(--wtp-text)!important;
}
html body .wtp-pricing-app{width:100%!important;max-width:1240px!important;margin:24px auto!important;}
html body .wtp-pricing-modal .wtp-pricing-app{margin:0!important;max-width:none!important;}
html body .wtp-pricing-app *,
html body .wtp-pricing-modal *{box-sizing:border-box!important;}
html body .wtp-pricing-app button,
html body .wtp-pricing-app input,
html body .wtp-pricing-app select{font:inherit!important;}
html body .wtp-pricing-modal-content > .wtp-pricing-app{
  width:100%!important;
  max-width:100%!important;
}
html body .wtp-pricing-modal .wtp-pricing-launcher{
  display:none!important;
}
html body .wtp-pricing-modal .wtp-pricing-shell{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}
@media(max-width:760px){
  html body .wtp-pricing-app{max-width:100%!important;margin:0 auto!important;}
  html body .wtp-pricing-shortcode.wtp-pricing-calculator{margin:16px auto!important;}
}


/* WTP Pricing v1.21.0 polish: summary hover, dropdown affordance, formatted money input, inclusion states */
html body .wtp-pricing-summary:hover,
html body .wtp-pricing-summary.wtp-pricing-card:hover{
  border:2px solid transparent!important;
  background:
    radial-gradient(circle at top right, rgba(109,255,139,.16) 0, transparent 30%) padding-box,
    radial-gradient(circle at left center, rgba(0,234,255,.18) 0, transparent 34%) padding-box,
    linear-gradient(180deg,#083467 0%,#041d40 58%,#02152e 100%) padding-box,
    linear-gradient(135deg,var(--wtp-blue,#00c2ff),var(--wtp-navy-soft,#083a70),var(--wtp-green,#6dff8b)) border-box!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
  box-shadow:0 28px 60px rgba(2,27,58,.32),0 0 0 1px rgba(255,255,255,.10) inset!important;
}
html body .wtp-pricing-summary:hover .wtp-pricing-total-value,
html body .wtp-pricing-summary:hover h4,
html body .wtp-pricing-summary:hover .wtp-pricing-line strong{
  color:#fff!important;
}
html body .wtp-pricing-summary:hover .wtp-pricing-subtle,
html body .wtp-pricing-summary:hover .wtp-pricing-line span,
html body .wtp-pricing-summary:hover .wtp-pricing-total-tag{
  color:#d7edff!important;
}
html body .wtp-pricing-select{
  appearance:none!important;
  -webkit-appearance:none!important;
  cursor:pointer!important;
  padding-right:46px!important;
  background-color:#f7fbff!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5l5 5 5-5' stroke='%23021b3a' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:right 14px center!important;
  background-size:18px 18px!important;
}
html body .wtp-pricing-select:hover,
html body .wtp-pricing-select:focus{
  border-color:rgba(0,194,255,.58)!important;
  box-shadow:0 0 0 3px rgba(0,194,255,.12)!important;
}
html body .wtp-pricing-label:has(+ .wtp-pricing-select)::after{
  content:'Dropdown';
  margin-left:auto;
  font-size:.72rem;
  line-height:1;
  padding:5px 8px;
  border-radius:999px;
  color:var(--wtp-navy-soft,#083a70);
  background:rgba(0,194,255,.10);
  border:1px solid rgba(0,194,255,.18);
}
html body .js-ba-value{
  font-weight:900!important;
  letter-spacing:.01em!important;
}
html body .wtp-pricing-mini-top{
  display:flex!important;
  justify-content:space-between!important;
  align-items:flex-start!important;
  gap:10px!important;
  margin-bottom:6px!important;
}
html body .wtp-pricing-mini-top h5{
  margin:0!important;
}
html body .wtp-pricing-status{
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:24px!important;
  padding:0 9px!important;
  border-radius:999px!important;
  font-size:.68rem!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
html body .wtp-pricing-status.active{
  color:#021b3a!important;
  background:linear-gradient(135deg,#6dff8b,#00eaff)!important;
  border:1px solid rgba(109,255,139,.55)!important;
}
html body .wtp-pricing-status.optional{
  color:var(--wtp-navy-soft,#083a70)!important;
  background:rgba(0,194,255,.12)!important;
  border:1px solid rgba(0,194,255,.26)!important;
}
html body .wtp-pricing-status.inactive{
  color:#7891aa!important;
  background:rgba(2,27,58,.045)!important;
  border:1px solid rgba(2,27,58,.08)!important;
}
html body .wtp-pricing-mini.inactive{
  opacity:.64!important;
  filter:saturate(.78)!important;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%) padding-box,linear-gradient(135deg,#d6e5f3,#b9d5eb) border-box!important;
}
html body .wtp-pricing-mini.inactive h5{
  color:#6f879e!important;
  text-decoration:line-through!important;
  text-decoration-thickness:2px!important;
  text-decoration-color:rgba(2,27,58,.22)!important;
}
html body .wtp-pricing-mini.active{
  border:2px solid transparent!important;
  background:
    radial-gradient(circle at top right,rgba(109,255,139,.18) 0,transparent 36%) padding-box,
    linear-gradient(180deg,rgba(234,247,255,.98) 0%,rgba(245,251,255,.98) 100%) padding-box,
    linear-gradient(135deg,#6dff8b,#00eaff,#00c2ff) border-box!important;
}
html body .wtp-pricing-mini.optional{
  border:2px solid transparent!important;
  background:
    linear-gradient(180deg,rgba(234,247,255,.98) 0%,rgba(245,251,255,.98) 100%) padding-box,
    linear-gradient(135deg,#083a70,#00c2ff,#00eaff) border-box!important;
}
@media(max-width:760px){
  html body .wtp-pricing-mini-top{display:grid!important;gap:8px!important;}
  html body .wtp-pricing-status{width:max-content!important;}
}

/* WTP Pricing v1.22.0 - Featured Page Hero / Book Your Stay exact visual system */
html body .wtp-pricing-app,
html body .wtp-pricing-shortcode,
html body .wtp-pricing-modal{
  --wtp-navy:#021b3a!important;
  --wtp-navy-soft:#083a70!important;
  --wtp-blue:#00c2ff!important;
  --wtp-aqua:#00eaff!important;
  --wtp-green:#6dff8b!important;
  --wtp-light-blue:#8fdcff!important;
  --wtp-text:#17395d!important;
  --wtp-text-soft:#5f7d99!important;
  --wtp-bg:#f6fbff!important;
  --wtp-bg-2:#eef7ff!important;
  --wtp-line:#d7e6f2!important;
  --wtp-line-soft:#e6eef5!important;
  --wtp-card-bg:linear-gradient(135deg,#ffffff 0%,#f8fcff 58%,#eef7ff 100%) padding-box,linear-gradient(135deg,#021b3a,#083a70,#00c2ff) border-box!important;
  --wtp-card-bg-hover:linear-gradient(135deg,#ffffff 0%,#f8fcff 48%,#e7f6ff 100%) padding-box,linear-gradient(135deg,#00c2ff,#083a70,#021b3a) border-box!important;
  --wtp-button-gradient:linear-gradient(135deg,#021b3a,#083a70,#00c2ff)!important;
  --wtp-button-gradient-hover:linear-gradient(135deg,#021b3a,#083a70,#00c2ff,#00eaff)!important;
  --wtp-soft-shadow:0 16px 38px rgba(2,27,58,.13),0 0 0 1px rgba(255,255,255,.72) inset!important;
  --wtp-strong-shadow:0 20px 44px rgba(2,27,58,.18),0 0 0 1px rgba(255,255,255,.80) inset!important;
  font-family:Inter,"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  color:var(--wtp-text)!important;
}
html body .wtp-pricing-shortcode,
html body .wtp-pricing-app{
  overflow-x:clip!important;
}
html body .wtp-pricing-launcher,
html body .wtp-pricing-shell{
  position:relative!important;
  overflow:hidden!important;
  border:2px solid transparent!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 8% 0%,rgba(0,194,255,.12),transparent 25%) padding-box,
    radial-gradient(circle at 94% 8%,rgba(109,255,139,.09),transparent 24%) padding-box,
    var(--wtp-card-bg)!important;
  box-shadow:var(--wtp-soft-shadow)!important;
  isolation:isolate!important;
}
html body .wtp-pricing-launcher::before,
html body .wtp-pricing-shell::before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  height:4px!important;
  background:linear-gradient(90deg,#eef7ff,#00c2ff,#083a70,#00c2ff,#eef7ff)!important;
  z-index:3!important;
  pointer-events:none!important;
}
html body .wtp-pricing-launcher:hover{
  background:
    radial-gradient(circle at 8% 0%,rgba(0,194,255,.14),transparent 25%) padding-box,
    radial-gradient(circle at 94% 8%,rgba(109,255,139,.11),transparent 24%) padding-box,
    var(--wtp-card-bg-hover)!important;
  box-shadow:var(--wtp-strong-shadow)!important;
  transform:translateY(-2px)!important;
}
html body .wtp-pricing-header{
  background:radial-gradient(circle at 0 0,rgba(0,194,255,.08),transparent 24%),linear-gradient(180deg,#fff 0%,#f8fcff 100%)!important;
  border-radius:24px!important;
  padding:18px!important;
  border:1px solid rgba(230,238,245,.92)!important;
}
html body .wtp-pricing-eyebrow,
html body .wtp-pricing-kicker{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  max-width:100%!important;
  min-height:31px!important;
  padding:8px 13px!important;
  border:1px solid rgba(0,194,255,.32)!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#fff,#f6fbff)!important;
  color:var(--wtp-blue)!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
  box-shadow:0 10px 22px rgba(2,27,58,.08)!important;
}
html body .wtp-pricing-header h3{
  color:var(--wtp-navy)!important;
  font-weight:950!important;
  letter-spacing:-.055em!important;
  line-height:.98!important;
}
html body .wtp-pricing-header-copy,
html body .wtp-pricing-subtle,
html body .wtp-pricing-help,
html body .wtp-pricing-note-line{
  color:var(--wtp-text)!important;
  font-weight:650!important;
}
html body .wtp-pricing-card,
html body .wtp-pricing-mini,
html body .wtp-pricing-property,
html body .wtp-pricing-price-card,
html body .wtp-pricing-note,
html body .wtp-pricing-schedule-row{
  border:2px solid transparent!important;
  border-radius:22px!important;
  background:var(--wtp-card-bg)!important;
  box-shadow:0 10px 24px rgba(2,27,58,.08),0 0 0 1px rgba(255,255,255,.72) inset!important;
}
html body .wtp-pricing-card:hover,
html body .wtp-pricing-mini:hover,
html body .wtp-pricing-property:hover,
html body .wtp-pricing-price-card:hover,
html body .wtp-pricing-schedule-row:hover{
  background:var(--wtp-card-bg-hover)!important;
  box-shadow:var(--wtp-strong-shadow)!important;
  transform:translateY(-1px)!important;
}
html body .wtp-pricing-card h4,
html body .wtp-pricing-card h5,
html body .wtp-pricing-mini h5,
html body .wtp-pricing-price-card h4,
html body .wtp-pricing-property h5{
  color:var(--wtp-navy)!important;
  font-weight:950!important;
  letter-spacing:-.025em!important;
}
html body .wtp-pricing-input,
html body .wtp-pricing-select,
html body .wtp-pricing-stepper,
html body .wtp-pricing-segment{
  border:1px solid #b9d5eb!important;
  border-radius:16px!important;
  background:#f7fbff!important;
  color:var(--wtp-navy)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75)!important;
}
html body .wtp-pricing-input:focus,
html body .wtp-pricing-select:focus,
html body .wtp-pricing-stepper input:focus{
  border-color:rgba(0,194,255,.58)!important;
  box-shadow:0 0 0 3px rgba(0,194,255,.12)!important;
  outline:none!important;
}
html body .wtp-pricing-segment button{
  color:var(--wtp-text-soft)!important;
  border-radius:12px!important;
}
html body .wtp-pricing-segment button:hover{
  color:var(--wtp-navy)!important;
  background:rgba(0,194,255,.08)!important;
}
html body .wtp-pricing-segment button.active{
  background:var(--wtp-button-gradient)!important;
  color:#fff!important;
  box-shadow:0 12px 24px rgba(0,194,255,.18)!important;
}
html body .wtp-pricing-btn,
html body button.wtp-pricing-btn,
html body a.wtp-pricing-btn{
  border:0!important;
  border-radius:999px!important;
  background:var(--wtp-button-gradient)!important;
  color:#fff!important;
  font-weight:950!important;
  text-decoration:none!important;
  box-shadow:0 14px 32px rgba(2,27,58,.20)!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
}
html body .wtp-pricing-btn:hover,
html body button.wtp-pricing-btn:hover,
html body a.wtp-pricing-btn:hover{
  background:var(--wtp-button-gradient-hover)!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
  box-shadow:0 18px 40px rgba(2,27,58,.24)!important;
}
html body .wtp-pricing-btn.is-light{
  background:linear-gradient(135deg,#6dff8b,#00eaff,#00c2ff)!important;
  color:#021b3a!important;
}
html body .wtp-pricing-btn.is-secondary,
html body .wtp-pricing-more-btn{
  border:2px solid transparent!important;
  background:var(--wtp-card-bg)!important;
  color:var(--wtp-navy)!important;
  box-shadow:0 12px 30px rgba(2,27,58,.09),0 0 0 1px rgba(255,255,255,.72) inset!important;
}
html body .wtp-pricing-btn.is-secondary:hover,
html body .wtp-pricing-more-btn:hover{
  background:var(--wtp-card-bg-hover)!important;
  color:var(--wtp-navy)!important;
}
html body .wtp-pricing-summary,
html body .wtp-pricing-summary:hover,
html body .wtp-pricing-summary.wtp-pricing-card:hover{
  border:2px solid transparent!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at top right,rgba(109,255,139,.14) 0,transparent 30%) padding-box,
    radial-gradient(circle at left center,rgba(0,234,255,.16) 0,transparent 34%) padding-box,
    linear-gradient(180deg,#083467 0%,#041d40 58%,#02152e 100%) padding-box,
    linear-gradient(135deg,#00c2ff,#083a70,#6dff8b) border-box!important;
  color:#fff!important;
  box-shadow:0 24px 54px rgba(2,27,58,.28),0 0 0 1px rgba(255,255,255,.10) inset!important;
}
html body .wtp-pricing-summary:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 28px 60px rgba(2,27,58,.32),0 0 0 1px rgba(255,255,255,.10) inset!important;
}
html body .wtp-pricing-summary .wtp-pricing-kicker{
  background:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.14)!important;
  color:var(--wtp-aqua)!important;
  box-shadow:none!important;
}
html body .wtp-pricing-summary h4,
html body .wtp-pricing-summary h5,
html body .wtp-pricing-summary .wtp-pricing-total-value,
html body .wtp-pricing-summary .wtp-pricing-line strong,
html body .wtp-pricing-summary strong{
  color:#fff!important;
}
html body .wtp-pricing-summary .wtp-pricing-subtle,
html body .wtp-pricing-summary .wtp-pricing-line span,
html body .wtp-pricing-summary .wtp-pricing-total-tag,
html body .wtp-pricing-summary p{
  color:#d7edff!important;
}
html body .wtp-pricing-total{
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.08)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}
html body .wtp-pricing-line{
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.07)!important;
}
html body .wtp-pricing-range{
  background:linear-gradient(90deg,#021b3a 0%,#083a70 34%,#00c2ff 68%,#6dff8b 100%) 0/var(--wtp-range-pct,0%) 100% no-repeat,rgba(15,57,99,.12)!important;
}
html body .wtp-pricing-range::-webkit-slider-thumb{
  border:2px solid var(--wtp-green)!important;
  background:#fff!important;
  box-shadow:0 6px 16px rgba(0,194,255,.18)!important;
}
html body .wtp-pricing-range::-moz-range-thumb{
  border:2px solid var(--wtp-green)!important;
  background:#fff!important;
  box-shadow:0 6px 16px rgba(0,194,255,.18)!important;
}
html body .wtp-pricing-modal{
  overflow:hidden!important;
  padding:18px!important;
}
html body .wtp-pricing-modal-backdrop{
  background:rgba(2,27,58,.72)!important;
  backdrop-filter:blur(6px)!important;
}
html body .wtp-pricing-modal-dialog{
  border:2px solid transparent!important;
  border-radius:30px!important;
  background:var(--wtp-card-bg)!important;
  box-shadow:0 30px 90px rgba(2,27,58,.34),0 0 0 1px rgba(255,255,255,.75) inset!important;
  overflow:hidden!important;
}
html body .wtp-pricing-modal-content{
  overflow:auto!important;
  max-height:calc(100vh - 82px)!important;
}
html body .wtp-pricing-modal-close{
  border:2px solid transparent!important;
  background:var(--wtp-card-bg)!important;
  color:var(--wtp-navy)!important;
  box-shadow:0 14px 32px rgba(2,27,58,.18)!important;
}
html body .wtp-pricing-modal-close:hover{
  background:var(--wtp-card-bg-hover)!important;
  transform:translateY(-1px)!important;
}
@media(max-width:760px){
  html body .wtp-pricing-modal{padding:0!important;width:100vw!important;max-width:100vw!important;}
  html body .wtp-pricing-modal-dialog{width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;border-left:0!important;border-right:0!important;}
  html body .wtp-pricing-modal-content{max-height:100vh!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important;}
  html body .wtp-pricing-shell{border-radius:0!important;min-height:100vh!important;}
  html body .wtp-pricing-header{padding:14px!important;border-radius:20px!important;}
  html body .wtp-pricing-launcher{border-radius:24px!important;}
}

/* WTP Pricing v1.24.0 - strict Featured Page Hero source-of-truth theme
   Source checked: wtp-featured-page-hero/assets/frontend.css and admin.css.
   This final layer is intentionally loaded last and maps pricing UI to the hero plugin tokens,
   borders, gradients, shadows, top bars and button treatments. */
html body .wtp-pricing-calculator,
html body .wtp-pricing-app,
html body .wtp-pricing-modal{
  --wtp-navy:#021b3a!important;
  --wtp-navy-soft:#083a70!important;
  --wtp-blue:#00c2ff!important;
  --wtp-aqua:#00eaff!important;
  --wtp-green:#6dff8b!important;
  --wtp-light-blue:#8fdcff!important;
  --wtp-text:#17395d!important;
  --wtp-text-soft:#5f7d99!important;
  --wtp-bg:#f6fbff!important;
  --wtp-bg-2:#eef7ff!important;
  --wtp-line:#d7e6f2!important;
  --wtp-line-soft:#e6eef5!important;
  --wtp-card-bg:linear-gradient(135deg,#ffffff 0%,#f8fcff 58%,#eef7ff 100%) padding-box,linear-gradient(135deg,#021b3a,#083a70,#00c2ff) border-box!important;
  --wtp-card-bg-hover:linear-gradient(135deg,#ffffff 0%,#f8fcff 48%,#e7f6ff 100%) padding-box,linear-gradient(135deg,#00c2ff,#083a70,#021b3a) border-box!important;
  --wtp-button-gradient:linear-gradient(135deg,#021b3a,#083a70,#00c2ff)!important;
  --wtp-button-gradient-hover:linear-gradient(135deg,#021b3a,#083a70,#00c2ff,#00eaff)!important;
  --wtp-soft-shadow:0 16px 38px rgba(2,27,58,.13),0 0 0 1px rgba(255,255,255,.72) inset!important;
  --wtp-strong-shadow:0 20px 44px rgba(2,27,58,.18),0 0 0 1px rgba(255,255,255,.80) inset!important;
  font-family:Inter,"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  color:var(--wtp-text)!important;
}
html body .wtp-pricing-calculator,
html body .wtp-pricing-app{
  overflow-x:clip!important;
}
html body .wtp-pricing-shell,
html body .wtp-pricing-launcher{
  position:relative!important;
  overflow:hidden!important;
  border:2px solid transparent!important;
  border-radius:30px!important;
  background:
    radial-gradient(circle at 8% 0%,rgba(0,194,255,.12),transparent 25%) padding-box,
    radial-gradient(circle at 94% 8%,rgba(109,255,139,.09),transparent 24%) padding-box,
    var(--wtp-card-bg)!important;
  box-shadow:var(--wtp-soft-shadow)!important;
  isolation:isolate!important;
}
html body .wtp-pricing-shell::before,
html body .wtp-pricing-launcher::before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  height:4px!important;
  background:linear-gradient(90deg,#eef7ff,#00c2ff,#083a70,#00c2ff,#eef7ff)!important;
  z-index:3!important;
  pointer-events:none!important;
}
html body .wtp-pricing-launcher{
  padding:22px!important;
  gap:18px!important;
}
html body .wtp-pricing-launcher h3,
html body .wtp-pricing-header h3{
  color:var(--wtp-navy)!important;
  font-weight:950!important;
  letter-spacing:-.05em!important;
}
html body .wtp-pricing-launcher p,
html body .wtp-pricing-header-copy,
html body .wtp-pricing-subtle,
html body .wtp-pricing-help,
html body .wtp-pricing-note-line{
  color:var(--wtp-text)!important;
  font-weight:720!important;
  line-height:1.6!important;
}
html body .wtp-pricing-eyebrow,
html body .wtp-pricing-kicker{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  max-width:100%!important;
  min-height:31px!important;
  padding:8px 13px!important;
  border:1px solid rgba(0,194,255,.32)!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#fff,#f6fbff)!important;
  color:var(--wtp-blue)!important;
  font-size:12px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
  box-shadow:0 10px 22px rgba(2,27,58,.08)!important;
}
html body .wtp-pricing-card,
html body .wtp-pricing-mini,
html body .wtp-pricing-property,
html body .wtp-pricing-price-card,
html body .wtp-pricing-note,
html body .wtp-pricing-schedule-row,
html body .wtp-pricing-more > .wtp-pricing-card{
  border:2px solid transparent!important;
  border-radius:22px!important;
  background:var(--wtp-card-bg)!important;
  box-shadow:0 10px 24px rgba(2,27,58,.08),0 0 0 1px rgba(255,255,255,.72) inset!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease!important;
}
html body .wtp-pricing-card:hover,
html body .wtp-pricing-mini:hover,
html body .wtp-pricing-property:hover,
html body .wtp-pricing-price-card:hover,
html body .wtp-pricing-note:hover,
html body .wtp-pricing-schedule-row:hover{
  background:var(--wtp-card-bg-hover)!important;
  box-shadow:var(--wtp-strong-shadow)!important;
  transform:translateY(-2px)!important;
}
html body .wtp-pricing-card h4,
html body .wtp-pricing-card h5,
html body .wtp-pricing-mini h5,
html body .wtp-pricing-property h5,
html body .wtp-pricing-price-card strong{
  color:var(--wtp-navy)!important;
  font-weight:950!important;
  letter-spacing:-.025em!important;
}
html body .wtp-pricing-btn,
html body button.wtp-pricing-btn,
html body a.wtp-pricing-btn{
  min-height:52px!important;
  padding:14px 22px!important;
  border:0!important;
  border-radius:999px!important;
  background:var(--wtp-button-gradient)!important;
  color:#fff!important;
  box-shadow:0 14px 32px rgba(2,27,58,.20)!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1!important;
  text-align:center!important;
  text-decoration:none!important;
  cursor:pointer!important;
  filter:none!important;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease!important;
}
html body .wtp-pricing-btn:hover,
html body button.wtp-pricing-btn:hover,
html body a.wtp-pricing-btn:hover{
  background:var(--wtp-button-gradient-hover)!important;
  color:#fff!important;
  transform:translateY(-2px)!important;
  box-shadow:0 18px 40px rgba(2,27,58,.24)!important;
}
html body .wtp-pricing-btn:not(.is-secondary):not(.is-light)::after,
html body a.wtp-pricing-btn:not(.is-secondary):not(.is-light)::after{
  content:"→";
  margin-left:8px;
  font-weight:950;
}
html body .wtp-pricing-btn.is-secondary,
html body .wtp-pricing-more-btn{
  border:2px solid transparent!important;
  background:var(--wtp-card-bg)!important;
  color:var(--wtp-navy)!important;
  box-shadow:0 12px 30px rgba(2,27,58,.09),0 0 0 1px rgba(255,255,255,.72) inset!important;
}
html body .wtp-pricing-btn.is-secondary:hover,
html body .wtp-pricing-more-btn:hover{
  background:var(--wtp-card-bg-hover)!important;
  color:var(--wtp-navy)!important;
}
html body .wtp-pricing-btn.is-light{
  background:linear-gradient(135deg,#6dff8b,#00eaff,#00c2ff)!important;
  color:#021b3a!important;
  box-shadow:0 14px 32px rgba(0,194,255,.20)!important;
}
html body .wtp-pricing-segment,
html body .wtp-pricing-stepper,
html body .wtp-pricing-input,
html body .wtp-pricing-select{
  border:1px solid var(--wtp-line)!important;
  border-radius:16px!important;
  background:#f6fbff!important;
  color:var(--wtp-navy)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75)!important;
}
html body .wtp-pricing-select{
  appearance:none!important;
  -webkit-appearance:none!important;
  cursor:pointer!important;
  padding-right:48px!important;
  background-color:#f6fbff!important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5l5 5 5-5' stroke='%23021b3a' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;
  background-repeat:no-repeat!important;
  background-position:right 14px center!important;
  background-size:20px 20px!important;
}
html body .wtp-pricing-label:has(+ .wtp-pricing-select)::after{
  content:'Dropdown'!important;
  margin-left:auto!important;
  min-height:25px!important;
  padding:7px 10px!important;
  border:1px solid rgba(0,194,255,.32)!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#fff,#f6fbff)!important;
  color:var(--wtp-blue)!important;
  box-shadow:0 8px 18px rgba(2,27,58,.07)!important;
  font-size:11px!important;
  font-weight:950!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
}
html body .wtp-pricing-input:focus,
html body .wtp-pricing-select:focus,
html body .wtp-pricing-stepper input:focus{
  border-color:rgba(0,194,255,.48)!important;
  box-shadow:0 0 0 3px rgba(0,194,255,.10)!important;
  outline:none!important;
}
html body .wtp-pricing-segment button{
  color:var(--wtp-text-soft)!important;
  border-radius:12px!important;
  font-weight:950!important;
}
html body .wtp-pricing-segment button:hover{
  color:var(--wtp-navy)!important;
  background:rgba(0,194,255,.08)!important;
}
html body .wtp-pricing-segment button.active{
  background:var(--wtp-button-gradient)!important;
  color:#fff!important;
  box-shadow:0 12px 24px rgba(0,194,255,.18)!important;
}
html body .wtp-pricing-range{
  background:linear-gradient(90deg,#021b3a 0%,#083a70 34%,#00c2ff 68%,#6dff8b 100%) 0/var(--wtp-range-pct,0%) 100% no-repeat,rgba(15,57,99,.12)!important;
}
html body .wtp-pricing-range::-webkit-slider-thumb{
  border:2px solid var(--wtp-green)!important;
  background:#fff!important;
  box-shadow:0 6px 16px rgba(0,194,255,.18)!important;
}
html body .wtp-pricing-range::-moz-range-thumb{
  border:2px solid var(--wtp-green)!important;
  background:#fff!important;
  box-shadow:0 6px 16px rgba(0,194,255,.18)!important;
}
html body .wtp-pricing-summary,
html body .wtp-pricing-summary:hover,
html body .wtp-pricing-summary.wtp-pricing-card:hover{
  border:2px solid transparent!important;
  border-radius:24px!important;
  background:
    radial-gradient(circle at top right,rgba(109,255,139,.14) 0,transparent 30%) padding-box,
    radial-gradient(circle at left center,rgba(0,234,255,.16) 0,transparent 34%) padding-box,
    linear-gradient(180deg,#083467 0%,#041d40 58%,#02152e 100%) padding-box,
    linear-gradient(135deg,#00c2ff,#083a70,#6dff8b) border-box!important;
  color:#fff!important;
  box-shadow:0 24px 54px rgba(2,27,58,.28),0 0 0 1px rgba(255,255,255,.10) inset!important;
}
html body .wtp-pricing-summary:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 28px 60px rgba(2,27,58,.32),0 0 0 1px rgba(255,255,255,.10) inset!important;
}
html body .wtp-pricing-summary .wtp-pricing-kicker{
  background:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.14)!important;
  color:var(--wtp-aqua)!important;
  box-shadow:none!important;
}
html body .wtp-pricing-summary h4,
html body .wtp-pricing-summary h5,
html body .wtp-pricing-summary strong,
html body .wtp-pricing-summary .wtp-pricing-total-value,
html body .wtp-pricing-summary .wtp-pricing-line strong{
  color:#fff!important;
}
html body .wtp-pricing-summary p,
html body .wtp-pricing-summary span,
html body .wtp-pricing-summary .wtp-pricing-subtle,
html body .wtp-pricing-summary .wtp-pricing-line span,
html body .wtp-pricing-summary .wtp-pricing-total-tag{
  color:#d7edff!important;
}
html body .wtp-pricing-total{
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.08)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}
html body .wtp-pricing-line{
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.07)!important;
}
html body .wtp-pricing-mini.active,
html body .wtp-pricing-mini.optional{
  background:linear-gradient(135deg,#ffffff 0%,#f8fcff 42%,#eef7ff 100%) padding-box,linear-gradient(135deg,#6dff8b,#00eaff,#00c2ff) border-box!important;
}
html body .wtp-pricing-mini.inactive{
  opacity:.62!important;
  filter:saturate(.78)!important;
}
html body .wtp-pricing-mini.inactive h5{
  color:var(--wtp-text-soft)!important;
  text-decoration:line-through!important;
  text-decoration-thickness:2px!important;
}
html body .wtp-pricing-status.active{
  color:#021b3a!important;
  background:linear-gradient(135deg,#6dff8b,#00eaff)!important;
  border:1px solid rgba(109,255,139,.55)!important;
}
html body .wtp-pricing-status.optional{
  color:var(--wtp-navy-soft)!important;
  background:rgba(0,194,255,.12)!important;
  border:1px solid rgba(0,194,255,.26)!important;
}
html body .wtp-pricing-modal{
  overflow:hidden!important;
  padding:18px!important;
}
html body .wtp-pricing-modal-backdrop{
  background:rgba(2,27,58,.72)!important;
  backdrop-filter:blur(6px)!important;
}
html body .wtp-pricing-modal-dialog{
  position:relative!important;
  border:2px solid transparent!important;
  border-radius:30px!important;
  background:var(--wtp-card-bg)!important;
  box-shadow:0 30px 90px rgba(2,27,58,.34),0 0 0 1px rgba(255,255,255,.75) inset!important;
  overflow:hidden!important;
}
html body .wtp-pricing-modal-dialog::before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  left:0!important;
  right:0!important;
  height:4px!important;
  background:linear-gradient(90deg,#eef7ff,#00c2ff,#083a70,#00c2ff,#eef7ff)!important;
  z-index:3!important;
  pointer-events:none!important;
}
html body .wtp-pricing-modal-content{
  overflow:auto!important;
  max-height:calc(100vh - 82px)!important;
}
html body .wtp-pricing-modal-close{
  border:2px solid transparent!important;
  background:var(--wtp-card-bg)!important;
  color:var(--wtp-navy)!important;
  box-shadow:0 14px 32px rgba(2,27,58,.18)!important;
}
html body .wtp-pricing-modal-close:hover{
  background:var(--wtp-card-bg-hover)!important;
  transform:translateY(-1px)!important;
}
@media(max-width:760px){
  html body .wtp-pricing-modal{padding:0!important;width:100vw!important;max-width:100vw!important;}
  html body .wtp-pricing-modal-dialog{width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;border-radius:0!important;border-left:0!important;border-right:0!important;}
  html body .wtp-pricing-modal-content{max-height:100vh!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important;}
  html body .wtp-pricing-shell{border-radius:0!important;min-height:100vh!important;}
  html body .wtp-pricing-launcher{border-radius:24px!important;}
  html body .wtp-pricing-btn{width:100%!important;}
}

/* WTP Pricing v1.24.0 - popup-only shortcode trigger */
html body .wtp-pricing-popup-only{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
}
html body .wtp-pricing-popup-only .wtp-pricing-popup-only-btn{
  width:auto!important;
  max-width:100%!important;
  min-height:48px!important;
  padding:13px 24px!important;
  border-radius:999px!important;
  white-space:normal!important;
}
html body .wtp-pricing-popup-only.is-link .wtp-pricing-popup-only-btn{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  min-height:auto!important;
  color:var(--wtp-navy,#021b3a)!important;
  text-decoration:underline!important;
  text-underline-offset:4px!important;
}
html body .wtp-pricing-popup-only.is-link .wtp-pricing-popup-only-btn:hover,
html body .wtp-pricing-popup-only.is-link .wtp-pricing-popup-only-btn:focus{
  color:var(--wtp-blue,#00c2ff)!important;
  background:transparent!important;
  transform:none!important;
}
@media(max-width:760px){
  html body .wtp-pricing-popup-only,
  html body .wtp-pricing-popup-only .wtp-pricing-popup-only-btn{
    width:100%!important;
  }
}

/* v1.25.0 management automatic tier controls */
html body .wtp-pricing-tier-hold-box{
  margin-bottom:12px!important;
}
html body .wtp-pricing-checkrow{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  font-weight:900!important;
  color:var(--wtp-navy)!important;
  cursor:pointer!important;
}
html body .wtp-pricing-checkrow input{
  width:18px!important;
  height:18px!important;
  accent-color:var(--wtp-blue)!important;
}
html body .wtp-pricing-tier-hold-grid{
  align-items:start!important;
}
html body .wtp-pricing-select:disabled{
  opacity:.7!important;
  cursor:not-allowed!important;
  background:linear-gradient(180deg,#f7fbff 0%,#eef7ff 100%)!important;
}
html body .wtp-pricing-schedule{
  display:grid!important;
  gap:7px!important;
  margin-top:10px!important;
}
html body .wtp-pricing-schedule-row{
  display:flex!important;
  justify-content:space-between!important;
  gap:10px!important;
  align-items:flex-start!important;
  padding:9px 10px!important;
  border-radius:12px!important;
  border:1px solid rgba(2,27,58,.07)!important;
  background:rgba(255,255,255,.74)!important;
}
html body .wtp-pricing-schedule-row span{
  color:var(--wtp-text-soft)!important;
  font-weight:800!important;
  font-size:.82rem!important;
  line-height:1.25!important;
}
html body .wtp-pricing-schedule-row strong{
  color:var(--wtp-navy)!important;
  font-size:.82rem!important;
  line-height:1.25!important;
  white-space:nowrap!important;
  text-align:right!important;
}

/* WTP Pricing v1.26.0 - hard modal background scroll lock */
html.wtp-pricing-modal-open,
body.wtp-pricing-modal-open{
  overflow:hidden!important;
  overscroll-behavior:none!important;
  touch-action:none!important;
}
body.wtp-pricing-modal-open{
  position:fixed!important;
  left:0!important;
  right:0!important;
  width:100%!important;
}
html body .wtp-pricing-modal{
  overscroll-behavior:contain!important;
  touch-action:none!important;
}
html body .wtp-pricing-modal-dialog,
html body .wtp-pricing-modal-content{
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-y!important;
}
html body .wtp-pricing-modal-backdrop{
  touch-action:none!important;
}
@media(max-width:760px){
  html body .wtp-pricing-modal{
    position:fixed!important;
    inset:0!important;
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
  }
  html body .wtp-pricing-modal-dialog{
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    overflow:hidden!important;
  }
  html body .wtp-pricing-modal-content{
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
  }
}


/* WTP Pricing v1.27.0 - mobile input/output UX restructure */
html body .wtp-pricing-mobile-answer{
  display:none;
}
html body .wtp-pricing-property-title{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  margin:0 0 10px;
}
html body .wtp-pricing-property-title h5{
  margin:0!important;
}
html body .wtp-pricing-property-net{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 9px;
  border-radius:999px;
  border:1px solid rgba(0,194,255,.22);
  background:linear-gradient(180deg,rgba(0,194,255,.11),rgba(0,234,255,.05));
  color:var(--wtp-navy-soft,#083a70);
  font-size:.76rem;
  font-weight:900;
  white-space:nowrap;
}
@media(max-width:760px){
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-side,
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-side{
    order:9!important;
  }
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-main,
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-main{
    order:1!important;
  }
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-summary,
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-summary{
    margin-top:4px!important;
  }
  html body .wtp-pricing-mobile-answer{
    display:grid!important;
    gap:12px!important;
    margin:14px 0 0!important;
    padding:14px!important;
    border:2px solid transparent!important;
    border-radius:22px!important;
    background:
      radial-gradient(circle at top right, rgba(109,255,139,.18) 0, transparent 34%) padding-box,
      radial-gradient(circle at left center, rgba(0,234,255,.18) 0, transparent 34%) padding-box,
      linear-gradient(180deg,#083467 0%,#041d40 58%,#02152e 100%) padding-box,
      linear-gradient(135deg,var(--wtp-blue,#00c2ff),var(--wtp-navy-soft,#083a70),var(--wtp-green,#6dff8b)) border-box!important;
    box-shadow:0 18px 42px rgba(2,27,58,.24),0 0 0 1px rgba(255,255,255,.10) inset!important;
    color:#fff!important;
  }
  html body .wtp-pricing-mobile-answer-head{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding-bottom:10px!important;
    border-bottom:1px solid rgba(255,255,255,.14)!important;
  }
  html body .wtp-pricing-mobile-answer-head span{
    color:#b9dcff!important;
    font-size:.82rem!important;
    font-weight:850!important;
    line-height:1.2!important;
  }
  html body .wtp-pricing-mobile-answer-head strong{
    color:#fff!important;
    font-size:clamp(1.65rem,8vw,2.28rem)!important;
    line-height:.95!important;
    font-weight:950!important;
    letter-spacing:-.04em!important;
    text-align:right!important;
  }
  html body .wtp-pricing-mobile-answer-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  html body .wtp-pricing-mobile-answer-grid > div{
    min-width:0!important;
    padding:10px!important;
    border-radius:16px!important;
    border:1px solid rgba(255,255,255,.12)!important;
    background:rgba(255,255,255,.075)!important;
  }
  html body .wtp-pricing-mobile-answer-grid span{
    display:block!important;
    color:#b9dcff!important;
    font-size:.75rem!important;
    font-weight:800!important;
    line-height:1.18!important;
  }
  html body .wtp-pricing-mobile-answer-grid strong{
    display:block!important;
    margin-top:5px!important;
    color:#fff!important;
    font-size:.96rem!important;
    line-height:1.15!important;
    font-weight:950!important;
    overflow-wrap:anywhere!important;
  }
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-card-head,
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-card-head{
    margin-bottom:10px!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-property-grid{
    gap:10px!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-property{
    padding:13px!important;
    border-radius:20px!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-property-small-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-property-small-grid .wtp-pricing-field.span-6{
    grid-column:auto!important;
  }
  html body .wtp-pricing-property-title{
    align-items:center!important;
  }
  html body .wtp-pricing-property-net{
    font-size:.72rem!important;
    min-height:24px!important;
    padding:0 8px!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-lines,
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-lines{
    gap:7px!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-line,
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-line{
    display:flex!important;
    justify-content:space-between!important;
    align-items:flex-start!important;
    gap:10px!important;
    padding:10px 11px!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-line strong,
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-line strong{
    text-align:right!important;
    white-space:normal!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-total-value,
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-total-value{
    font-size:clamp(1.85rem,9vw,2.6rem)!important;
  }
}

/* WTP Pricing v1.28.0 - simpler mobile-first management calculator */
html body .wtp-pricing-mobile-simple{
  display:none;
}
@media(max-width:760px){
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-card-head h4{
    font-size:1.08rem!important;
    line-height:1.18!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-card-head .wtp-pricing-subtle{
    font-size:.86rem!important;
    line-height:1.38!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-simple{
    display:grid!important;
    gap:12px!important;
    margin:12px 0 0!important;
  }
  html body .wtp-pricing-mobile-simple-result{
    display:grid!important;
    gap:4px!important;
    padding:16px!important;
    border:2px solid transparent!important;
    border-radius:22px!important;
    background:
      radial-gradient(circle at top right, rgba(109,255,139,.18) 0, transparent 34%) padding-box,
      radial-gradient(circle at left center, rgba(0,234,255,.20) 0, transparent 34%) padding-box,
      linear-gradient(180deg,#083467 0%,#041d40 58%,#02152e 100%) padding-box,
      linear-gradient(135deg,var(--wtp-blue,#00c2ff),var(--wtp-navy-soft,#083a70),var(--wtp-green,#6dff8b)) border-box!important;
    box-shadow:0 18px 42px rgba(2,27,58,.24),0 0 0 1px rgba(255,255,255,.10) inset!important;
  }
  html body .wtp-pricing-mobile-simple-result span{
    color:#b9dcff!important;
    font-size:.82rem!important;
    font-weight:850!important;
    line-height:1.2!important;
  }
  html body .wtp-pricing-mobile-simple-result strong{
    color:#fff!important;
    font-size:clamp(2rem,11vw,2.75rem)!important;
    line-height:.95!important;
    font-weight:950!important;
    letter-spacing:-.05em!important;
    white-space:normal!important;
  }
  html body .wtp-pricing-mobile-simple-result small{
    display:block!important;
    color:#d7edff!important;
    font-size:.8rem!important;
    line-height:1.25!important;
    font-weight:750!important;
  }
  html body .wtp-pricing-mobile-simple-fields{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    padding:12px!important;
    border:2px solid transparent!important;
    border-radius:22px!important;
    background:
      linear-gradient(180deg,rgba(255,255,255,.99),rgba(246,251,255,.98)) padding-box,
      linear-gradient(135deg,rgba(2,27,58,.68),rgba(8,58,112,.72),rgba(0,194,255,.72)) border-box!important;
    box-shadow:0 12px 28px rgba(2,27,58,.10)!important;
  }
  html body .wtp-pricing-mobile-simple-fields .wtp-pricing-label{
    font-size:.82rem!important;
    min-height:18px!important;
  }
  html body .wtp-pricing-mobile-simple-fields .wtp-pricing-input{
    min-height:48px!important;
    font-size:1.08rem!important;
    font-weight:900!important;
    border-radius:16px!important;
    text-align:left!important;
  }
  html body .wtp-pricing-mobile-simple-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }
  html body .wtp-pricing-mobile-simple-grid > div{
    min-width:0!important;
    padding:10px 9px!important;
    border-radius:16px!important;
    border:1px solid rgba(0,194,255,.18)!important;
    background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,251,255,.98))!important;
    box-shadow:0 8px 18px rgba(2,27,58,.055)!important;
  }
  html body .wtp-pricing-mobile-simple-grid span{
    display:block!important;
    color:var(--wtp-text-soft,#5f7d99)!important;
    font-size:.72rem!important;
    line-height:1.15!important;
    font-weight:850!important;
  }
  html body .wtp-pricing-mobile-simple-grid strong{
    display:block!important;
    margin-top:4px!important;
    color:var(--wtp-navy,#021b3a)!important;
    font-size:.9rem!important;
    line-height:1.14!important;
    font-weight:950!important;
    overflow-wrap:anywhere!important;
  }
  html body .wtp-pricing-mobile-simple-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  html body .wtp-pricing-mobile-simple-actions .wtp-pricing-btn{
    width:100%!important;
    min-height:48px!important;
    border-radius:999px!important;
    font-size:.92rem!important;
  }
  html body .wtp-pricing-rendered.is-mg-net-mode .wtp-pricing-layout[data-type="management"] .js-mg-simple-estimate-only{
    display:none!important;
  }
  html body .wtp-pricing-rendered:not(.is-mg-advanced-open):not(.is-mg-multi-property) .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-advanced{
    display:none!important;
  }
  html body .wtp-pricing-rendered.is-mg-one-property .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-properties-card{
    display:none!important;
  }
  html body .wtp-pricing-rendered.is-mg-one-property .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-answer.is-management{
    display:none!important;
  }
  html body .wtp-pricing-rendered.is-mg-one-property .wtp-pricing-layout[data-type="management"] .wtp-pricing-side{
    display:none!important;
  }
  html body .wtp-pricing-rendered.is-mg-multi-property .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-simple-result small{
    color:#fff!important;
  }
  html body .wtp-pricing-rendered.is-mg-multi-property .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-properties-card{
    display:block!important;
  }
  html body .wtp-pricing-rendered.is-mg-multi-property .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-advanced{
    display:grid!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-more-btn{
    width:100%!important;
    margin-top:10px!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-quick-card{
    padding:14px!important;
  }
}

/* WTP Pricing v1.29.0 - mobile starts with the pricing driver */
html body .wtp-pricing-checkrow.wtp-pricing-multi-toggle{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:50px!important;
  padding:12px 14px!important;
  border:2px solid transparent!important;
  border-radius:999px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,251,255,.98)) padding-box,
    linear-gradient(135deg,var(--wtp-navy,#021b3a),var(--wtp-navy-soft,#083a70),var(--wtp-blue,#00c2ff)) border-box!important;
  color:var(--wtp-navy,#021b3a)!important;
  font-size:.94rem!important;
  font-weight:950!important;
  cursor:pointer!important;
  box-shadow:0 10px 24px rgba(2,27,58,.08)!important;
}
html body .wtp-pricing-checkrow.wtp-pricing-multi-toggle input{
  width:18px!important;
  height:18px!important;
  accent-color:var(--wtp-blue,#00c2ff)!important;
}
@media(max-width:760px){
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-ba-quick-card .wtp-pricing-card-head h4,
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-quick-card .wtp-pricing-card-head h4{
    font-size:1.18rem!important;
  }
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-ba-driver-grid,
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-simple-fields{
    margin-top:10px!important;
  }
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-primary-driver,
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-primary-driver{
    padding:12px!important;
    border:2px solid transparent!important;
    border-radius:22px!important;
    background:
      radial-gradient(circle at top right, rgba(0,234,255,.08), transparent 28%) padding-box,
      linear-gradient(180deg,#ffffff 0%,#f6fbff 100%) padding-box,
      linear-gradient(135deg,var(--wtp-navy,#021b3a),var(--wtp-navy-soft,#083a70),var(--wtp-blue,#00c2ff)) border-box!important;
    box-shadow:0 14px 32px rgba(2,27,58,.10)!important;
  }
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-primary-driver .wtp-pricing-label,
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-primary-driver .wtp-pricing-label{
    font-size:.9rem!important;
    font-weight:950!important;
  }
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-primary-driver .wtp-pricing-stepper input,
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-primary-driver .wtp-pricing-input{
    min-height:54px!important;
    font-size:1.28rem!important;
    font-weight:950!important;
    color:var(--wtp-navy,#021b3a)!important;
  }
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-ba-secondary-grid{
    margin-top:12px!important;
    padding:12px!important;
    border-radius:20px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,251,255,.98))!important;
    border:1px solid rgba(0,194,255,.18)!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-simple-result{
    order:2!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-simple-fields{
    order:1!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-simple-grid{
    order:3!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-simple-actions{
    order:4!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-simple-result small{
    font-size:.82rem!important;
  }
  html body .wtp-pricing-rendered.is-mg-one-property .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-properties-card{
    display:none!important;
  }
  html body .wtp-pricing-rendered.is-mg-multi-property .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-properties-card{
    display:block!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-properties-card .wtp-pricing-card-head h4{
    font-size:1.06rem!important;
  }
}

/* WTP Pricing v1.30.0 - true one-screen mobile quote for management calculators */
@media(max-width:760px){
  html body .wtp-pricing-modal .wtp-pricing-shell{
    padding:10px!important;
  }
  html body .wtp-pricing-modal .wtp-pricing-header{
    margin-bottom:8px!important;
    padding-right:42px!important;
  }
  html body .wtp-pricing-modal .wtp-pricing-header .wtp-pricing-eyebrow{
    margin-bottom:4px!important;
    font-size:.62rem!important;
    letter-spacing:.13em!important;
  }
  html body .wtp-pricing-modal .wtp-pricing-header h3{
    font-size:clamp(1.28rem,6.2vw,1.78rem)!important;
    line-height:1.02!important;
  }
  html body .wtp-pricing-modal .wtp-pricing-header-copy{
    display:none!important;
  }
  html body .wtp-pricing-layout[data-type="management"]{
    gap:8px!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-quick-card{
    padding:10px!important;
    border-radius:20px!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-quick-card .wtp-pricing-card-head{
    margin-bottom:6px!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-quick-card .wtp-pricing-kicker{
    min-height:22px!important;
    padding:0 9px!important;
    font-size:.62rem!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-quick-card .wtp-pricing-card-head h4{
    margin-top:6px!important;
    font-size:1rem!important;
    line-height:1.12!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-quick-card .wtp-pricing-card-head .wtp-pricing-subtle{
    display:none!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-simple{
    gap:8px!important;
    margin-top:6px!important;
  }
  html body .wtp-pricing-mobile-control-row{
    display:grid!important;
    grid-template-columns:1fr 1fr 1fr!important;
    gap:6px!important;
    order:0!important;
  }
  html body .wtp-pricing-mobile-control,
  html body .wtp-pricing-mobile-toggle{
    min-width:0!important;
    min-height:48px!important;
    padding:7px!important;
    border:2px solid transparent!important;
    border-radius:16px!important;
    background:
      linear-gradient(180deg,rgba(255,255,255,.99),rgba(246,251,255,.98)) padding-box,
      linear-gradient(135deg,var(--wtp-navy,#021b3a),var(--wtp-navy-soft,#083a70),var(--wtp-blue,#00c2ff)) border-box!important;
    box-shadow:0 8px 18px rgba(2,27,58,.07)!important;
  }
  html body .wtp-pricing-mobile-control > span,
  html body .wtp-pricing-mobile-toggle > span{
    display:block!important;
    color:var(--wtp-navy,#021b3a)!important;
    font-size:.66rem!important;
    font-weight:950!important;
    line-height:1.05!important;
    text-align:center!important;
  }
  html body .wtp-pricing-mobile-toggle{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    cursor:pointer!important;
  }
  html body .wtp-pricing-mobile-toggle input{
    width:14px!important;
    height:14px!important;
    flex:0 0 auto!important;
    accent-color:var(--wtp-blue,#00c2ff)!important;
  }
  html body .wtp-pricing-mini-segment{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:4px!important;
    margin-top:5px!important;
    padding:3px!important;
    border-radius:999px!important;
    border:1px solid rgba(185,213,235,.85)!important;
    background:#f7fbff!important;
  }
  html body .wtp-pricing-mini-segment button{
    min-height:25px!important;
    padding:0 5px!important;
    border:0!important;
    border-radius:999px!important;
    background:transparent!important;
    color:var(--wtp-text-soft,#5f7d99)!important;
    font-size:.64rem!important;
    font-weight:950!important;
    line-height:1!important;
    cursor:pointer!important;
  }
  html body .wtp-pricing-mini-segment button.active{
    background:linear-gradient(90deg,var(--wtp-navy,#021b3a),var(--wtp-navy-soft,#083a70),var(--wtp-blue,#00c2ff))!important;
    color:#fff!important;
    box-shadow:0 6px 14px rgba(0,194,255,.18)!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-simple-fields{
    order:1!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:7px!important;
    padding:8px!important;
    border-radius:18px!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-simple-fields .wtp-pricing-primary-driver{
    grid-column:1 / -1!important;
    padding:8px!important;
    border-radius:16px!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-simple-fields .wtp-pricing-label{
    font-size:.72rem!important;
    min-height:14px!important;
    margin:0!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-simple-fields .wtp-pricing-input{
    min-height:40px!important;
    padding:8px 10px!important;
    border-radius:13px!important;
    font-size:.98rem!important;
    font-weight:950!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-primary-driver .wtp-pricing-input{
    min-height:44px!important;
    font-size:1.16rem!important;
  }
  html body .wtp-pricing-mobile-simple-result{
    order:2!important;
    padding:11px!important;
    border-radius:18px!important;
  }
  html body .wtp-pricing-mobile-simple-result-main{
    display:grid!important;
    grid-template-columns:1.25fr .75fr!important;
    gap:8px!important;
    align-items:stretch!important;
  }
  html body .wtp-pricing-mobile-simple-result-main > div{
    min-width:0!important;
    padding:8px!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.075)!important;
    border:1px solid rgba(255,255,255,.12)!important;
  }
  html body .wtp-pricing-mobile-simple-result span{
    font-size:.68rem!important;
    line-height:1.05!important;
  }
  html body .wtp-pricing-mobile-simple-result strong{
    font-size:clamp(1.38rem,7.4vw,2.05rem)!important;
    line-height:.92!important;
    overflow-wrap:anywhere!important;
  }
  html body .wtp-pricing-mobile-simple-result .js-mg-simple-rate-main{
    font-size:clamp(1.16rem,6.3vw,1.65rem)!important;
  }
  html body .wtp-pricing-mobile-simple-result small{
    margin-top:5px!important;
    font-size:.68rem!important;
    line-height:1.18!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-simple-grid{
    display:none!important;
  }
  html body .wtp-pricing-layout[data-type="management"] .wtp-pricing-more-btn{
    min-height:42px!important;
    margin-top:8px!important;
    font-size:.84rem!important;
    border-radius:999px!important;
  }
  html body .wtp-pricing-rendered.is-mg-net-mode .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-simple-fields{
    grid-template-columns:1fr!important;
  }
  html body .wtp-pricing-rendered.is-mg-net-mode .wtp-pricing-layout[data-type="management"] .wtp-pricing-mobile-simple-fields .wtp-pricing-primary-driver{
    grid-column:auto!important;
  }
  html body .wtp-pricing-rendered:not(.is-mg-multi-property) .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-advanced{
    display:none!important;
  }
  html body .wtp-pricing-rendered.is-mg-multi-property .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-advanced{
    display:grid!important;
    gap:8px!important;
    padding:8px!important;
    margin-top:8px!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,251,255,.98))!important;
    border:1px solid rgba(0,194,255,.18)!important;
  }
  html body .wtp-pricing-rendered.is-mg-multi-property .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-advanced .wtp-pricing-field.span-6{
    grid-column:span 12!important;
  }
  html body .wtp-pricing-rendered.is-mg-multi-property .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-advanced [data-mg-mode],
  html body .wtp-pricing-rendered.is-mg-multi-property .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-advanced [data-mg-acc]{
    display:none!important;
  }
  html body .wtp-pricing-rendered.is-mg-multi-property .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-advanced .wtp-pricing-field:has([data-mg-mode]),
  html body .wtp-pricing-rendered.is-mg-multi-property .wtp-pricing-layout[data-type="management"] .wtp-pricing-mg-advanced .wtp-pricing-field:has([data-mg-acc]){
    display:none!important;
  }
}
@media(max-width:380px){
  html body .wtp-pricing-mobile-control-row{
    grid-template-columns:1fr!important;
  }
  html body .wtp-pricing-mobile-control,
  html body .wtp-pricing-mobile-toggle{
    min-height:42px!important;
  }
  html body .wtp-pricing-mobile-control{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    align-items:center!important;
    gap:6px!important;
  }
  html body .wtp-pricing-mobile-control > span{
    text-align:left!important;
  }
  html body .wtp-pricing-mini-segment{
    margin-top:0!important;
  }
}


/* v1.31.0 numeric steppers */
.wtp-pricing-money-stepper input[type="text"],
.wtp-pricing-money-stepper input[type="number"]{font-weight:900;letter-spacing:-.01em;}
.wtp-pricing-mobile-simple-fields .wtp-pricing-money-stepper{width:100%;}
@media (max-width:700px){
  .wtp-pricing-mobile-simple-fields .wtp-pricing-stepper{grid-template-columns:38px minmax(0,1fr) 38px;}
  .wtp-pricing-property-small-grid .wtp-pricing-stepper{grid-template-columns:36px minmax(0,1fr) 36px;}
}


/* WTP Pricing v1.35.0 - keep buyer's agent detailed result inside More information */
html body .wtp-pricing-layout[data-type="buyers"].wtp-pricing-no-side{grid-template-columns:1fr!important;}
html body .wtp-pricing-ba-detail-result{margin-bottom:14px!important;}
html body .wtp-pricing-more-panel .wtp-pricing-ba-detail-result{width:100%!important;}

/* WTP Pricing v1.42.0 - buyer quick result visible on desktop before More information */
@media (min-width:761px){
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-mobile-answer.is-buyers{
    display:grid!important;
    grid-template-columns:minmax(220px,1.05fr) minmax(360px,1.6fr)!important;
    gap:14px!important;
    align-items:stretch!important;
    margin:16px 0 0!important;
    padding:16px!important;
    border:2px solid transparent!important;
    border-radius:24px!important;
    background:
      radial-gradient(circle at top right, rgba(109,255,139,.16) 0, transparent 34%) padding-box,
      radial-gradient(circle at left center, rgba(0,234,255,.16) 0, transparent 36%) padding-box,
      linear-gradient(180deg,#083467 0%,#041d40 58%,#02152e 100%) padding-box,
      linear-gradient(135deg,var(--wtp-blue,#00c2ff),var(--wtp-navy-soft,#083a70),var(--wtp-green,#6dff8b)) border-box!important;
    color:#fff!important;
    box-shadow:0 18px 42px rgba(2,27,58,.22),0 0 0 1px rgba(255,255,255,.10) inset!important;
  }
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-mobile-answer.is-buyers .wtp-pricing-mobile-answer-head{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:5px!important;
    padding:0 14px 0 0!important;
    border-right:1px solid rgba(255,255,255,.16)!important;
  }
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-mobile-answer.is-buyers .wtp-pricing-mobile-answer-head span{
    color:rgba(255,255,255,.72)!important;
    font-size:.78rem!important;
    font-weight:900!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
  }
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-mobile-answer.is-buyers .wtp-pricing-mobile-answer-head strong{
    color:#fff!important;
    font-size:clamp(2rem,3.1vw,3rem)!important;
    font-weight:950!important;
    letter-spacing:-.045em!important;
    line-height:1!important;
  }
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-mobile-answer.is-buyers .wtp-pricing-mobile-answer-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:10px!important;
  }
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-mobile-answer.is-buyers .wtp-pricing-mobile-answer-grid > div{
    min-height:74px!important;
    padding:13px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.095)!important;
    border:1px solid rgba(255,255,255,.15)!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    gap:5px!important;
  }
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-mobile-answer.is-buyers .wtp-pricing-mobile-answer-grid span{
    color:rgba(255,255,255,.70)!important;
    font-size:.75rem!important;
    font-weight:850!important;
  }
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-mobile-answer.is-buyers .wtp-pricing-mobile-answer-grid strong{
    color:#fff!important;
    font-size:1.02rem!important;
    font-weight:950!important;
    line-height:1.15!important;
  }
  html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-ba-detail-result{
    display:block!important;
  }
}


/* v1.46.0 - Featured Hero content shortcode hardening
   Content shortcodes render inside another plugin's popup. Keep them as content only,
   stop outer theme/popup CSS from stretching them, and use the same stable calculator
   sizing as the normal desktop/mobile calculators. */
html body .wtp-pricing-content-shortcode,
html body .wtp-pricing-shortcode[data-mode="inline"]{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 auto!important;
  padding:0!important;
  clear:both!important;
  float:none!important;
  overflow:visible!important;
}
html body .wtp-pricing-content-shortcode .wtp-pricing-app,
html body .wtp-pricing-shortcode[data-mode="inline"] .wtp-pricing-app{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  clear:both!important;
  float:none!important;
}
html body .wtp-pricing-content-shortcode .wtp-pricing-shell,
html body .wtp-pricing-shortcode[data-mode="inline"] .wtp-pricing-shell{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
}
html body .wtp-pricing-content-shortcode .wtp-pricing-layout,
html body .wtp-pricing-shortcode[data-mode="inline"] .wtp-pricing-layout{
  width:100%!important;
  max-width:100%!important;
}
html body .wtp-pricing-content-shortcode .wtp-pricing-field,
html body .wtp-pricing-content-shortcode .wtp-pricing-card,
html body .wtp-pricing-shortcode[data-mode="inline"] .wtp-pricing-field,
html body .wtp-pricing-shortcode[data-mode="inline"] .wtp-pricing-card{
  min-width:0!important;
}
@media(max-width:760px){
  html body .wtp-pricing-content-shortcode,
  html body .wtp-pricing-shortcode[data-mode="inline"]{
    margin:0!important;
  }
  html body .wtp-pricing-content-shortcode .wtp-pricing-shell,
  html body .wtp-pricing-shortcode[data-mode="inline"] .wtp-pricing-shell{
    border-radius:24px!important;
    min-height:0!important;
    padding:16px!important;
  }
}

/* v1.47.0 - complete Featured Hero content shortcode audit
   All content-only calculators, including the fixed Course calculator, must sit cleanly
   inside the Featured Hero popup without behaving like a nested modal or overflowing. */
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered,
html body .wtp-pricing-shortcode[data-mode="inline"] .wtp-pricing-rendered{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-type-fixed .wtp-pricing-layout[data-type="fixed"],
html body .wtp-pricing-shortcode[data-mode="inline"] .wtp-pricing-rendered-type-fixed .wtp-pricing-layout[data-type="fixed"]{
  grid-template-columns:1fr!important;
  gap:14px!important;
}
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-type-fixed .wtp-pricing-side,
html body .wtp-pricing-shortcode[data-mode="inline"] .wtp-pricing-rendered-type-fixed .wtp-pricing-side,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-type-fixed .wtp-pricing-summary,
html body .wtp-pricing-shortcode[data-mode="inline"] .wtp-pricing-rendered-type-fixed .wtp-pricing-summary{
  position:static!important;
  top:auto!important;
  width:100%!important;
  max-width:100%!important;
}
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-type-fixed .wtp-pricing-fixed-grid,
html body .wtp-pricing-shortcode[data-mode="inline"] .wtp-pricing-rendered-type-fixed .wtp-pricing-fixed-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
  max-width:100%!important;
}
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-type-fixed .wtp-pricing-price-card,
html body .wtp-pricing-shortcode[data-mode="inline"] .wtp-pricing-rendered-type-fixed .wtp-pricing-price-card{
  min-width:0!important;
  overflow-wrap:anywhere!important;
}
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-type-fixed .wtp-pricing-price-card strong,
html body .wtp-pricing-shortcode[data-mode="inline"] .wtp-pricing-rendered-type-fixed .wtp-pricing-price-card strong{
  word-break:normal!important;
  overflow-wrap:normal!important;
}
@media(max-width:760px){
  html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-type-fixed .wtp-pricing-fixed-grid,
  html body .wtp-pricing-shortcode[data-mode="inline"] .wtp-pricing-rendered-type-fixed .wtp-pricing-fixed-grid{
    grid-template-columns:1fr!important;
  }
}

/* v1.47.1 - locked service display for dedicated Featured Hero shortcodes */
html body .wtp-pricing-static-value{
  width:100%;
  min-height:46px;
  display:flex;
  align-items:center;
  border:1px solid rgba(8,58,112,.18);
  border-radius:14px;
  padding:10px 13px;
  background:linear-gradient(180deg,#f8fcff,#eef8ff);
  color:#021b3a;
  font-weight:900;
}


/* WTP Pricing v1.47.9 - Property Mentoring hard reset
   This keeps the mentoring popup on the same shared pricing-card/modal colour system as every other popup.
   No mentoring-specific colour palettes are used here. */
html body .wtp-pricing-shortcode[data-id="property_mentoring"][data-mode="modal"][data-trigger="card"]{
  display:block!important;
  width:100%!important;
  max-width:1240px!important;
}
html body .wtp-pricing-shortcode[data-id="property_mentoring"][data-mode="modal"][data-trigger="card"] .wtp-pricing-launcher{
  width:100%!important;
  max-width:100%!important;
}
html body .wtp-pricing-layout[data-layout="mentoring"] .wtp-pricing-fixed-grid-4{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
html body .wtp-pricing-layout[data-layout="mentoring"] .wtp-pricing-detail-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
html body .wtp-pricing-layout[data-layout="mentoring"] .wtp-pricing-more-btn{
  margin-top:12px!important;
}
html body .wtp-pricing-layout[data-layout="mentoring"] .wtp-pricing-note{
  margin-top:12px!important;
}
@media(max-width:1180px){
  html body .wtp-pricing-layout[data-layout="mentoring"] .wtp-pricing-fixed-grid-4{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  html body .wtp-pricing-layout[data-layout="mentoring"] .wtp-pricing-fixed-grid-4,
  html body .wtp-pricing-layout[data-layout="mentoring"] .wtp-pricing-detail-grid{
    grid-template-columns:1fr!important;
  }
}

/* WTP Pricing v1.47.9 - Property Mentoring opened-popup colour lock
   Source of truth: the visible launcher/front section. This targets the open modal only. */
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-shell{
  --wtp-navy:#021b3a!important;
  --wtp-navy-soft:#083a70!important;
  --wtp-blue:#00c2ff!important;
  --wtp-aqua:#00eaff!important;
  --wtp-green:#6dff8b!important;
  --wtp-bg:#f5fbff!important;
  --wtp-bg-soft:#eef7ff!important;
  --wtp-card:#ffffff!important;
  --wtp-line:#d6e5f3!important;
  --wtp-line-strong:#b9d5eb!important;
  --wtp-text:#17395d!important;
  --wtp-text-soft:#5f7d99!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-shell,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-card,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-price-card,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-mini,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-note{
  border:2px solid transparent!important;
  background:
    linear-gradient(135deg,#ffffff 0%,#f8fcff 58%,#eef7ff 100%) padding-box,
    linear-gradient(135deg,#021b3a 0%,#083a70 42%,#00c2ff 100%) border-box!important;
  box-shadow:0 16px 38px rgba(2,27,58,.13),0 0 0 1px rgba(255,255,255,.72) inset!important;
  color:#17395d!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-header h3,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-card h4,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-card h5,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-price-card strong,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-note strong{
  color:#021b3a!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-header-copy,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-subtle,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-price-card span,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-price-card p,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-note-line{
  color:#5f7d99!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-eyebrow,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-kicker{
  background:linear-gradient(180deg,rgba(0,194,255,.13),rgba(0,234,255,.055))!important;
  border:1px solid rgba(0,194,255,.20)!important;
  color:#083a70!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-btn,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-btn.is-light{
  background:linear-gradient(90deg,#021b3a 0%,#083a70 52%,#00c2ff 100%)!important;
  color:#ffffff!important;
  border:0!important;
  box-shadow:0 14px 30px rgba(0,194,255,.18)!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-btn:hover,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-btn.is-light:hover{
  background:linear-gradient(90deg,#021b3a 0%,#083a70 48%,#00c2ff 100%)!important;
  color:#ffffff!important;
  box-shadow:0 20px 46px rgba(0,194,255,.24)!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-btn.is-secondary{
  background:
    linear-gradient(135deg,#ffffff 0%,#f8fcff 58%,#eef7ff 100%) padding-box,
    linear-gradient(135deg,#021b3a 0%,#083a70 42%,#00c2ff 100%) border-box!important;
  border:2px solid transparent!important;
  color:#021b3a!important;
  box-shadow:0 12px 24px rgba(2,27,58,.08)!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-summary,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-summary .wtp-pricing-total,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-summary .wtp-pricing-line{
  border:2px solid transparent!important;
  background:
    linear-gradient(135deg,#ffffff 0%,#f8fcff 58%,#eef7ff 100%) padding-box,
    linear-gradient(135deg,#021b3a 0%,#083a70 42%,#00c2ff 100%) border-box!important;
  box-shadow:0 16px 38px rgba(2,27,58,.13),0 0 0 1px rgba(255,255,255,.72) inset!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-summary h4,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-summary h5,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-summary strong,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-summary .wtp-pricing-total-value,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-summary .wtp-pricing-total-tag{
  color:#021b3a!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-summary p,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-summary span,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-property_mentoring .wtp-pricing-summary .wtp-pricing-subtle{
  color:#5f7d99!important;
}


/* WTP Pricing v1.48.1 - Course pricing popup colour lock
   Keeps both the native pricing modal and Featured Hero content popup on the approved WTP blue/green system. */
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing,
html body .wtp-pricing-shortcode[data-id="course_pricing"][data-mode="inline"] .wtp-pricing-rendered-id-course_pricing{
  --wtp-navy:#021b3a!important;
  --wtp-navy-soft:#083a70!important;
  --wtp-blue:#00c2ff!important;
  --wtp-aqua:#00eaff!important;
  --wtp-green:#6dff8b!important;
  --wtp-bg:#f5fbff!important;
  --wtp-bg-soft:#eef7ff!important;
  --wtp-card:#ffffff!important;
  --wtp-line:#d6e5f3!important;
  --wtp-line-strong:#b9d5eb!important;
  --wtp-text:#17395d!important;
  --wtp-text-soft:#5f7d99!important;
  color:#17395d!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-shell,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-card,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-price-card,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-mini,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-note,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-shell,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-card,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-price-card,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-mini,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-note{
  border:2px solid transparent!important;
  background:
    linear-gradient(135deg,#ffffff 0%,#f8fcff 58%,#eef7ff 100%) padding-box,
    linear-gradient(135deg,#021b3a 0%,#083a70 42%,#00c2ff 100%) border-box!important;
  box-shadow:0 16px 38px rgba(2,27,58,.13),0 0 0 1px rgba(255,255,255,.72) inset!important;
  color:#17395d!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-header h3,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-card h4,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-card h5,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-price-card strong,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-header h3,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-card h4,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-card h5,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-price-card strong{
  color:#021b3a!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-header-copy,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-subtle,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-price-card span,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-price-card p,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-header-copy,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-subtle,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-price-card span,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-price-card p{
  color:#5f7d99!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-eyebrow,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-kicker,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-eyebrow,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-kicker{
  background:linear-gradient(180deg,rgba(0,194,255,.13),rgba(0,234,255,.055))!important;
  border:1px solid rgba(0,194,255,.20)!important;
  color:#083a70!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-btn,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-btn{
  background:linear-gradient(90deg,#021b3a 0%,#083a70 52%,#00c2ff 100%)!important;
  color:#ffffff!important;
  border:0!important;
  box-shadow:0 14px 30px rgba(0,194,255,.18)!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-btn:hover,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-btn:hover{
  background:linear-gradient(90deg,#021b3a 0%,#083a70 48%,#00c2ff 100%)!important;
  color:#ffffff!important;
  box-shadow:0 20px 46px rgba(0,194,255,.24)!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-btn.is-secondary,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-btn.is-secondary{
  background:
    linear-gradient(135deg,#ffffff 0%,#f8fcff 58%,#eef7ff 100%) padding-box,
    linear-gradient(135deg,#021b3a 0%,#083a70 42%,#00c2ff 100%) border-box!important;
  border:2px solid transparent!important;
  color:#021b3a!important;
  box-shadow:0 12px 24px rgba(2,27,58,.08)!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary .wtp-pricing-total,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary .wtp-pricing-line,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary .wtp-pricing-total,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary .wtp-pricing-line{
  border:2px solid transparent!important;
  background:
    linear-gradient(135deg,#ffffff 0%,#f8fcff 58%,#eef7ff 100%) padding-box,
    linear-gradient(135deg,#021b3a 0%,#083a70 42%,#00c2ff 100%) border-box!important;
  box-shadow:0 16px 38px rgba(2,27,58,.13),0 0 0 1px rgba(255,255,255,.72) inset!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary h4,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary h5,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary strong,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary .wtp-pricing-total-value,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary .wtp-pricing-total-tag,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary h4,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary h5,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary strong,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary .wtp-pricing-total-value,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary .wtp-pricing-total-tag{
  color:#021b3a!important;
}
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary p,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary span,
html body .wtp-pricing-modal .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary .wtp-pricing-subtle,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary p,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary span,
html body .wtp-pricing-content-shortcode .wtp-pricing-rendered-id-course_pricing .wtp-pricing-summary .wtp-pricing-subtle{
  color:#5f7d99!important;
}


/* WTP Pricing v1.48.1 - Course Revenue Management inclusion panel */
html body .wtp-pricing-rendered-id-course_pricing .wtp-pricing-course-included{
  margin-top:14px!important;
  padding:18px!important;
  border:2px solid transparent!important;
  background:
    radial-gradient(circle at 92% 8%,rgba(109,255,139,.24),transparent 34%) padding-box,
    linear-gradient(135deg,#ffffff 0%,#f4fff8 54%,#eef7ff 100%) padding-box,
    linear-gradient(135deg,#021b3a 0%,#00c2ff 58%,#6dff8b 100%) border-box!important;
  box-shadow:0 18px 40px rgba(2,27,58,.12),0 0 0 1px rgba(255,255,255,.78) inset!important;
}
html body .wtp-pricing-rendered-id-course_pricing .wtp-pricing-course-included .wtp-pricing-card-head{
  margin-bottom:12px!important;
}
html body .wtp-pricing-rendered-id-course_pricing .wtp-pricing-course-included h4{
  margin:9px 0 0!important;
  color:#021b3a!important;
  font-size:1.18rem!important;
  line-height:1.25!important;
}
html body .wtp-pricing-rendered-id-course_pricing .wtp-pricing-course-included .wtp-pricing-note-line{
  max-width:900px!important;
  color:#37506e!important;
}
html body .wtp-pricing-rendered-id-course_pricing .wtp-pricing-course-included .wtp-pricing-kicker{
  background:linear-gradient(180deg,rgba(109,255,139,.25),rgba(0,194,255,.08))!important;
  border:1px solid rgba(2,27,58,.12)!important;
  color:#021b3a!important;
}
html body .wtp-pricing-rendered-id-course_pricing .wtp-pricing-course-included .wtp-pricing-schedule{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
html body .wtp-pricing-rendered-id-course_pricing .wtp-pricing-course-included .wtp-pricing-schedule-row{
  min-height:48px!important;
  border:1px solid rgba(2,27,58,.09)!important;
  background:rgba(255,255,255,.82)!important;
}
html body .wtp-pricing-rendered-id-course_pricing .wtp-pricing-course-included .wtp-pricing-schedule-row span{
  color:#37506e!important;
  font-weight:850!important;
}
html body .wtp-pricing-rendered-id-course_pricing .wtp-pricing-course-included .wtp-pricing-schedule-row strong{
  color:#021b3a!important;
  font-weight:950!important;
}
@media (max-width:700px){
  html body .wtp-pricing-rendered-id-course_pricing .wtp-pricing-course-included .wtp-pricing-schedule{
    grid-template-columns:1fr!important;
  }
  html body .wtp-pricing-rendered-id-course_pricing .wtp-pricing-course-included .wtp-pricing-schedule-row{
    grid-template-columns:minmax(0,1fr)!important;
    gap:3px!important;
    align-items:start!important;
  }
  html body .wtp-pricing-rendered-id-course_pricing .wtp-pricing-course-included .wtp-pricing-schedule-row strong{
    text-align:left!important;
  }
}


/* WTP Pricing Admin v1.48.2 - visible buyer fee and upfront controls */
.wtp-pricing-admin-app .wtp-admin-section-heading{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.wtp-pricing-admin-app .wtp-admin-section-heading h2{margin:0 0 6px;}
.wtp-pricing-admin-app .wtp-admin-section-heading p{margin:0;max-width:820px;}
.wtp-pricing-admin-app .wtp-buyer-service-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.wtp-pricing-admin-app .wtp-buyer-service-card{
  border:2px solid transparent;
  border-radius:20px;
  background:linear-gradient(135deg,#fff 0%,#f8fcff 58%,#eef7ff 100%) padding-box,linear-gradient(135deg,#021b3a,#083a70,#00c2ff) border-box;
  box-shadow:0 14px 30px rgba(2,27,58,.10),0 0 0 1px rgba(255,255,255,.75) inset;
  padding:18px;
}
.wtp-pricing-admin-app .wtp-buyer-service-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:15px;
  padding-bottom:13px;
  border-bottom:1px solid var(--wtp-line);
}
.wtp-pricing-admin-app .wtp-buyer-service-card-head h3{
  margin:5px 0 0;
  color:var(--wtp-navy);
  font-size:20px;
  line-height:1.2;
}
.wtp-pricing-admin-app .wtp-buyer-service-badge{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:6px 10px;
  border-radius:999px;
  background:#eaf8ff;
  color:#083a70;
  font-size:10px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.wtp-pricing-admin-app .wtp-buyer-service-fields{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.wtp-pricing-admin-app .wtp-buyer-upfront-toggle{
  grid-column:1/-1;
  padding:14px;
  border:1px solid rgba(0,194,255,.35);
  border-radius:15px;
  background:linear-gradient(135deg,#effaff,#f7fffb);
}
.wtp-pricing-admin-app .wtp-buyer-upfront-toggle small{
  display:block;
  color:var(--wtp-text-soft);
  font-size:12px;
  line-height:1.45;
}
@media(max-width:1200px){
  .wtp-pricing-admin-app .wtp-buyer-service-list{grid-template-columns:1fr;}
}
@media(max-width:760px){
  .wtp-pricing-admin-app .wtp-admin-section-heading,
  .wtp-pricing-admin-app .wtp-buyer-service-card-head{display:block;}
  .wtp-pricing-admin-app .wtp-buyer-service-card-head .button-link-delete{margin-top:10px;}
  .wtp-pricing-admin-app .wtp-buyer-service-fields{grid-template-columns:1fr;}
}


/* WTP Pricing v1.48.2 - close the mobile result gap when upfront pricing is disabled */
html body .wtp-pricing-mobile-answer-grid.is-two-columns{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

/* WTP Pricing v1.48.4 - force the per-service Buyer Agent upfront setting to hide every front-end copy. */
html body .wtp-pricing-layout[data-type="buyers"] .js-ba-upfront-row[hidden],
html body .wtp-pricing-layout[data-type="buyers"] .js-ba-upfront-row.wtp-pricing-hidden,
html body .wtp-pricing-layout[data-type="buyers"] .js-ba-mobile-upfront-wrap[hidden],
html body .wtp-pricing-layout[data-type="buyers"] .js-ba-mobile-upfront-wrap.wtp-pricing-hidden{
  display:none!important;
}
html body .wtp-pricing-layout[data-type="buyers"] .wtp-pricing-mobile-answer-grid.is-two-columns{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}

/* v1.48.5 - authoritative Buyer Agent upfront removal */
html body .wtp-pricing-layout[data-type="buyers"][data-upfront-visible="0"] .js-ba-upfront-row,
html body .wtp-pricing-layout[data-type="buyers"][data-upfront-visible="0"] .js-ba-mobile-upfront-wrap,
html body .wtp-pricing-layout[data-type="buyers"] .js-ba-upfront-row[aria-hidden="true"],
html body .wtp-pricing-layout[data-type="buyers"] .js-ba-mobile-upfront-wrap[aria-hidden="true"]{
  display:none!important;
  visibility:hidden!important;
}


/* v1.48.11 management Tier 0, live tier-switch selector, and exact crossover stepping */
html body .wtp-pricing-tier-rate-box .wtp-pricing-select{
  width:100%;
  min-height:46px;
}
html body .wtp-pricing-tier-rate-box .wtp-pricing-note.is-green{
  height:100%;
  margin:0;
}

/* v1.48.11 cache-bust release: exact tier crossover stepping. */
