.noUi-tooltip {
  display: none !important;
}

div#mshSlider {
  height: 2px;
}

strong.text-heading {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 5px;
  display: inline-block;
}

small.text-tagline {
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

small.text-tagline p {
  margin: 0;
}

small.text-tagline {
  display: block;
  margin-top: 8px;
}

.msh-summary-text p:last-of-type {
  margin: 0;
}

/* Minimal, clean CSS to match your screenshot vibe */
.msh-wrap {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: start;
}

.msh-card {
  background: #fff;
  border: 1px solid #0a204a80;
  border-radius: 16px;
}

.msh-hero {
  color: #fff;
  position: relative;
  padding: 28px 42px;
  border-radius: 20px;
  background: #0a204a;
}

/* Hyperlink styling */
.msh-hero a,
.msh-addon .desc a,
.msh-summary-text a {
  text-decoration: underline;
  color: inherit;
}

.msh-addon .desc a {
  color: #0a204a;
}

.msh-hero a {
  color: #fff;
}

.noUi-pips {
  position: absolute;
  color: white;
  top: -7px !important;
  padding: 0 !important;
}

.noUi-marker {
  color: #fff !important;
  background: white !important;
  width: 1px !important;
}

.msh-hero h3 {
  margin: 0;
  color: #fff;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: capitalize;
  font-family: "p22-mackinac-pro";
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1em;
  letter-spacing: -2px;
  color: var(--e-global-color-32f756b);
}

.msh-hero .price {
  position: absolute;
  right: 42px;
  top: 28px;
  color: #fff;
  text-align: right;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 20px;
}

.noUi-value {
  top: 15px;
}

.noUi-handle {
  cursor: pointer;
}

.noUi-handle:after,
.noUi-handle:before {
  opacity: 0;
}

.msh-hero hr {
  opacity: 0.4;
  margin: 24px 0;
}

.msh-sub {
  opacity: 0.9;
  font-size: 14px;
}

.msh-pips {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  margin-top: 12px;
}

.msh-fine span {
  max-width: 600px;
}

.msh-fine {
  padding-left: 10px;
  border-left: 1px solid #dbdbdb;
}

.msh-fine {
  font-size: 16px;
  margin-top: 60px;
  font-weight: 500;
  line-height: 160%;
  opacity: 1;
  color: #fff !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.msh-fine {
  display: none;
}

.msh-addons {
  margin-top: 40px;
}

.noUi-value {
  color: #fff;
  text-align: right;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: capitalize;
}

.msh-addon {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 28px 42px;
  margin-bottom: 28px;
  border-radius: 20px;
  border: 1px solid #0a204a80;
  background: var(--White, #fff);
  /* box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.1); */
  position: relative;
}

.msh-addon.free {
  border-radius: 20px;
  border: 1px solid #ffad33;
  background: linear-gradient(
      272deg,
      rgba(255, 173, 51, 0) -1.16%,
      rgba(255, 173, 51, 0.1) 100%
    ),
    #fff;
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.1);
}

.msh-addon span.now {
  color: #ffad33;

  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: capitalize;
  padding-left: 12px;
  border-left: 2px solid;
  margin-left: 12px;
}

/* ===== NEW: stack price + pill vertically (fixes alignment) ===== */
.msh-price-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.msh-addon .pill {
  padding: 3px 10px 4px 10px;
  border-radius: 5px;
  border: 1px solid var(--Orange, #ffad33);
  background: #ffad33;
  color: var(--Black, #0a204a);

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.12px;
  text-transform: capitalize;
  position: static;
  margin-left: 0;
  /* was 12px – now stacked */
}

/* optional variant hook (keeps “similar” vibe) */
.msh-addon .pill.discount {
  opacity: 0.95;
}

.bundle-tag {
  color: #ffad33;

  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 12px;
  flex-shrink: 0;
}

.switchery-small {
  transform: scale(1.1);
  position: relative;
  top: 2px;
}

.right div {
  color: #0a204a;

  font-size: 24px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 160%;
  text-transform: capitalize;
}

.msh-addon-price {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}

.msh-addon .ttl {
  margin-bottom: 5px;
  color: #0a204a;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: capitalize;
  font-family: "p22-mackinac-pro";
}
.msh-card.msh-addons {
  border-radius: 20px;
  border: 1px solid #0a204a80;
  background: var(--White, #fff);
  /* box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.1); */
  padding: 28px 42px 32px 42px;
}

.msh-pad h4 {
  margin-bottom: 24px !important;
  display: block;
  color: #0a204a;
  font-weight: 700;
}

.msh-addon .desc {
  color: var(--Black, #0a204a);

  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  max-width: 456px;
}

.msh-addon .right {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}

.right {
  position: relative;
}

.msh-addon.on-sale .pill.discount {
  position: absolute;
  right: 0;
  bottom: -36px;
}

.msh-aside {
  border-radius: 16px;
  overflow: hidden;
}

ul#msh-bullets-list li {
  color: var(--Black, #0a204a);

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: flex;
  align-items: center;
  margin: 0;
}

ul#msh-bullets-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}

.msh-aside .hdr {
  background: #fff;
  border-bottom: 1px solid #e6e8ef;
  padding: 32px;
  font-weight: 700;
  font-size: 25px;
  color: #0a204a;
  text-align: center;
}

.msh-aside .cnt {
  padding: 24px 0 32px 0;
}

.msh-summary-text {
  color: var(--Black, #0a204a);

  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  padding: 0 32px 24px;
  margin: 0;
  padding-bottom: 0;
}

.msh-aside ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.msh-aside li:last-of-type {
  margin-bottom: 0;
}

.msh-aside li {
  display: flex;
  gap: 10px;
  margin: 0 0 6px 0;
  color: #0a204a;
  font-size: 14px;
}
ul#msh-bullets-list,
.msh-row,
.bottom-container {
  padding: 0 32px;
}

.bottom-container {
  padding-top: 24px;
  border-top: 1px solid #dbdbdb;
}

.msh-line {
  border-top: 1px solid #dbdbdb;
  margin: 24px 0;
}

span.tip-text span {
  opacity: 0.75;
  color: #ff0;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.msh-row {
  color: var(--Black, #0a204a);

  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  gap: 30px;
  display: flex;
  justify-content: space-between;
  margin: 18px 0;
  font-size: 15px;
}

.msh-row:last-of-type {
  margin-bottom: 0;
}

.msh-row span.now {
  color: #ffad33;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.msh-row .price-single {
  color: var(--Black, #0a204a);
  text-align: right;

  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.bottom-container {
  margin-top: 24px;
}

.msh-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  color: var(--Black, #0a204a);

  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.msh-total .old {
  text-decoration: line-through;
  opacity: 0.5;
  font-size: 0.8em;
  margin-right: 12px;
}

.msh-btn {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: #2f62ff;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 14px 16px;
  width: 100%;
  font-weight: 800;
  cursor: pointer;
}

.msh-btn:hover {
  background-color: #0a204a;
  color: #fff;
}

button.msh-h-btn {
  border-radius: 56px;
  background: #a9e2ff;
  padding: 0;
  width: 56px;
  height: 56px;
  border: none;
  flex-shrink: 0;
}

button.msh-h-btn:focus {
  background: #a9e2ff;
}

button.msh-h-btn:hover {
  background: #fff;
  color: #0a204a;
}

.hour-box {
  padding-bottom: 20px;
  gap: 50px;
}

button.msh-h-btn.mini {
  border-radius: 26px;
  background: rgba(105, 140, 233, 0.25);
  width: 26px;
  height: 26px;
  color: #0a204a;
  border: none;
    position: relative;
}

button.msh-h-btn.mini.btn-minus span {
    font-size: 22px;
    font-family: ui-sans-serif;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11px;
    height: 20px;
    line-height: 1;
    text-align: center;
}

button.msh-h-btn.mini.btn-plus span {
    font-size: 22px;
    font-family: ui-sans-serif;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11px;
    height: 20px;
    line-height: 1;
    text-align: center;
}

.msh-row.free {
  padding-right: 95px;
  position: relative;
}

.msh-row.free .pill {
  display: flex;
  padding: 3px 10px 6px 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Orange, #ffad33);
  border-radius: 5px;
  gap: 10px;
  position: absolute;
  left: unset;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  color: #838383;

  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.12px;
  text-transform: capitalize;
}

.mini-container {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: 12px;
}

.msh-mini-hint {
  color: #0a204a;
  text-align: right;

  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  position: absolute;
  right: 42px;
  bottom: 28px;
}

.msh-mini-hours {
  display: flex;
  padding-left: 12px;
  border-left: 1px solid #dbdbdb;
  margin-top: 5px;
}

.msh-hours-ctrl {
  display: flex;
  align-items: center;
  gap: 30px;
}

.msh-h-display {
  text-align: center;
}

.msh-h-display span {
  color: #fff;
  text-align: center;

  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

/* noUi overrides */
.noUi-target {
  background: #e9edfb;
  border: none;
  box-shadow: none;
}

.noUi-connect {
  background: #fff;
}

.noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  right: -11px;
  top: -9px;
  border: 2px solid #2f62ff;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.msh-pips .pip {
  flex: 1;
  text-align: center;
  color: #cfd5ff;
  position: relative;
}

.msh-pips .pip strong {
  color: #fff;
}

div#mshHoursWrap {
  display: block !important;
  margin-top: 45px !important;
}

.cnt {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

aside.msh-card.msh-aside {
  grid-column: 2;
  grid-row: 1/2;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 50px;
  z-index: 9;
}
div#mshSlider {
  max-width: 98%;
  margin: 0 auto;
}

.bottom-container {
  transition: opacity 0.3s ease;
}

.msh-addon:last-of-type {
  margin: 0;
}

span.inner {
  opacity: 0.75;
  color: #ffad33;
  font-weight: 600;
}

.msh-addon:not(.free) .price-pair {
  flex-direction: row-reverse;
  display: flex;
}

.aside-content .msh-row:not(.free) .price-pair {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  align-items: center;
}

.price-pair {
  display: flex;
  align-items: center;
  height: 100%;
}

.msh-hero a:hover {
  color: #fff !important;
}

@media (min-width: 1280px) {
  .msh-mini-hours {
    position: absolute;
    right: 30px;
  }

  .msh-mini-hours-ctrl {
    min-height: 60px;
  }
}

@media (max-width: 1280px) {
  .msh-wrap {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }

  .msh-hours-ctrl {
    gap: 15px;
  }

  .hour-box {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 24px;
    padding-bottom: 24px;
  }

  .msh-fine {
    font-size: 12px;
  }

  span.tip-text span {
    font-size: 12px;
  }

  .msh-mini-hint {
    position: unset;
    text-align: left;
    margin-top: 24px;
    line-height: 160%;
  }

  .msh-addon.free {
    padding-bottom: 76px;
  }

  .msh-addon {
    flex-direction: column-reverse;
  }

  .msh-hours-ctrl {
    width: 100%;
    justify-content: right;
  }

  .msh-h-display span {
    color: #fff;
    text-align: center;

    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
  }

  .msh-addon .right {
    margin-right: auto;
    display: flex;
    gap: 14px;
    width: 100%;
    justify-content: flex-end;
  }

  button.msh-h-btn {
    width: 40px;
    height: 40px;
  }

  .bottom-container {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    background: white;
    padding-bottom: 30px;
  }

  aside.msh-card.msh-aside {
    grid-column: 1;
    grid-row: 2;
  }

  .msh-hero h3 {
    font-size: 28px;
  }

  .msh-wrap {
    padding-bottom: 30px !important;
  }

  .msh-hero .price {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    text-align: left;
    margin-top: 10px;
    font-size: 26px;
  }

  strong.text-heading {
    font-size: 18px;
  }

  small.text-tagline {
    font-size: 14px;
  }

  .msh-fine {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .msh-hero {
    padding: 28px;
  }

  .msh-card.msh-addons {
    padding: 28px;
  }

  .msh-addon {
    padding: 28px;
  }

  .msh-addon .ttl {
    font-size: 18px;
  }

  .msh-addon .desc {
    font-size: 14px;
  }

  .right div {
    font-size: 18px;
  }
}

/* 
 * PA PLATFORM CALCULATOR - CSS ADDITIONS/ADJUSTMENTS
 * 
 * GOOD NEWS: 95% of your existing calc.css stays the same!
 * These are just the minor additions/adjustments needed.
 * 
 * You can either:
 * 1. Add these to the bottom of your existing calc.css, OR
 * 2. Replace only the specific sections mentioned below
 */

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
/* 
 * PA PLATFORM CALCULATOR - CSS ADDITIONS/ADJUSTMENTS
 * 
 * GOOD NEWS: 95% of your existing calc.css stays the same!
 * These are just the minor additions/adjustments needed.
 * 
 * You can either:
 * 1. Add these to the bottom of your existing calc.css, OR
 * 2. Replace only the specific sections mentioned below
 */

/* ============================================
   DISCOUNT BADGE (NEW - Add this)
   ============================================ */
.discount-badge {
  background: #a9e2ff;
  color: #0a204a;
  padding: 26px 16px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
  /* margin-top: 0 !important; */
  animation: none !important;
  height: auto;
  display: flex;
  gap: 8px;
  line-height: 0;
  align-items: center;
  margin: 0 !important;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

/* ============================================
   QUANTITY CONTROLS (Minor adjustment)
   These reuse your .msh-hours-ctrl styles
   ============================================ */

/* Keep all your existing .msh-hours-ctrl styles */
/* Just add this to center it better in the addon cards: */
.msh-addon .qty-control-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* ============================================
   SUMMARY ROWS (No changes needed!)
   Your existing .msh-row styles work perfectly
   ============================================ */

/* ============================================
   DISCOUNT ROW STYLING (NEW - Add this)
   ============================================ */
#pa-discount-row {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  margin: 0;
  color: #0a204a !important;
}

/* ============================================
   TAGLINE BADGES (NEW - Optional enhancement)
   ============================================ */
.fine-text {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--e-global-color-secondary);
  font-size: 11px;
  line-height: 1;
  color: var(--e-global-color-primary);
  border-radius: 5px;
  padding: 5px 10px;
  display: flex;
  border: none;
  font-weight: 800;
}
/* ============================================
   RESPONSIVE ADJUSTMENTS (Keep your existing)
   No changes needed to your responsive code
   ============================================ */

/* ============================================
   IMPORTANT NOTES:
   
   KEEP THESE CLASSES AS-IS from your original CSS:
   - .msh-wrap
   - .msh-hero
   - .msh-card
   - .msh-addon
   - .msh-hours-ctrl (rename usage to quantity but style stays same)
   - .msh-h-btn
   - .msh-h-display
   - .msh-h-label
   - .msh-row
   - .msh-total
   - .msh-btn
   - .price-single, .price-pair
   - .bottom-container
   - All responsive breakpoints
   
   REMOVE THESE CLASSES (not used anymore):
   - Any .slider-* classes
   - .msh-fine (hour average display)
   - .msh-avg-wrap
   - .msh-mini-hours-ctrl (addon hours control)
   - .tip-text
   - .inner
   
   ============================================ */

/* ============================================
   OPTIONAL: Simplify price display
   Since we don't have sales anymore, you might want
   to remove .price-pair and .old/.now styles
   But keeping them won't hurt anything.
   ============================================ */
