.noUi-tooltip {
  display: none !important;
}

div#mshSlider {
  height: 2px;
}

strong.text-heading {
  color: #fff;
  font-family: Urbane;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 5px;
  display: inline-block;
}

small.text-tagline {
  color: #fff;
  font-family: Urbane;
  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;
  font-family: "Urbane", sans-serif;
}

.msh-card {
  background: #fff;
  border: 2px solid #3765e2;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.msh-hero {
  color: #fff;
  position: relative;
  padding: 28px 42px;
  border-radius: 20px;
  background: #3765e2;
}

/* Hyperlink styling */
.msh-hero a,
.msh-addon .desc a,
.msh-summary-text a {
  text-decoration: underline;
  color: inherit;
}

.msh-addon .desc a {
  color: #3765e2;
}

.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-family: Urbane;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}

.msh-hero .price {
  position: absolute;
  right: 42px;
  top: 28px;
  color: #fff;
  text-align: right;
  font-family: Urbane;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
}

.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;
}

.fine-text {
  border-radius: 5px;
  border: 1px solid var(--Orange, #ffad33);
  background: #ffad33;
  color: black;
  font-weight: 500;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  font-size: 12px;
}

.msh-addons {
  margin-top: 40px;
}

.noUi-value {
  color: #fff;
  text-align: right;
  font-family: Urbane;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  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 rgba(219, 219, 219, 0.15);
  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-family: Urbane;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  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, #101010);
  font-family: Urbane;
  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-family: Urbane;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 12px;
  flex-shrink: 0;
}

.switchery-small {
  transform: scale(1.1);
}

.right div {
  color: #101010;
  font-family: Urbane;
  font-size: 23px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 120%;
  text-transform: capitalize;
}

.msh-addon .ttl {
  margin-bottom: 16px;
  color: #101010;
  font-family: Urbane;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}

.msh-card.msh-addons {
  border-radius: 20px;
  border: 1px solid rgba(219, 219, 219, 0.15);
  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;
}

.msh-addon .desc {
  color: var(--Black, #101010);
  font-family: Urbane;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  max-width: 456px;
}

.msh-addon .right {
  margin-left: auto;
  display: flex;
  align-items: center;
  /* NEW: align stack + toggle cleanly */
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.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, #101010);
  font-family: Urbane;
  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: 800;
  font-size: 25px;
  text-align: center;
}

.msh-aside .cnt {
  padding: 24px 0 32px 0;
}

.msh-summary-text {
  color: var(--Black, #101010);
  font-family: Urbane;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  padding: 0 32px 24px;
  margin: 0;
}

.msh-aside ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.msh-aside li {
  display: flex;
  gap: 10px;
  margin: 6px 0;
  color: #606574;
  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-family: Urbane;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.msh-row {
  color: var(--Black, #101010);
  font-family: Urbane;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  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-family: Urbane;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.msh-row .price-single {
  color: var(--Black, #101010);
  text-align: right;
  font-family: Urbane;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.bottom-container {
  margin-top: 24px;
}

.msh-payment-plan {
  padding: 0;
  padding-bottom: 20px;
}

.msh-payment-plan-title {
  color: #101010;
  font-family: Urbane;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 10px;
}

.msh-payment-plan-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.msh-plan-option {
  border: 1px solid #d9dfef;
  border-radius: 8px;
  background: #fff;
  color: #101010;
  cursor: pointer;
  font-family: Urbane;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  min-height: 40px;
  padding: 10px 12px;
  text-align: left;
  transition:
    border-color 160ms ease,
    background-color 160ms ease,
    color 160ms ease;
}

.msh-plan-option[aria-pressed="true"] {
  border-color: #3765e2;
  background: #eef3ff;
  color: #1f4ed8;
}

.msh-payment-plan-note {
  color: #606574;
  display: none;
  font-family: Urbane;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
  margin-top: 10px;
}

.msh-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  color: var(--Black, #101010);
  font-family: Urbane;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.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;
}

button.msh-h-btn {
  border-radius: 56px;
  background: rgba(255, 255, 255, 0.25);
  padding: 0;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.msh-hours-ctrl.icon-style-arrows button.msh-h-btn {
  background: url('/wp-content/themes/hello-child/assets/images/circled-arrow-white.svg') no-repeat center / contain;
  border: 0;
  color: transparent;
  font-size: 0;
}

.msh-hours-ctrl.icon-style-arrows button.msh-h-btn.is-prev {
  transform: rotate(180deg);
}

.msh-hours-ctrl.icon-style-arrows .msh-h-btn-symbol {
  display: none;
}

.hour-box {
  padding-bottom: 60px;
}

button.msh-h-btn.mini {
  border-radius: 26px;
  background: rgba(105, 140, 233, 0.25);
  width: 26px;
  height: 26px;
  color: #3765e2;
  border: none;
}

.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-family: Urbane;
  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: #101010;
  text-align: right;
  font-family: Urbane;
  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-family: Urbane;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

/* 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;
}

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;
}

/* ===== COUPON SECTION STYLES ===== */
.msh-coupon-section {
  margin-bottom: 20px;
}

.msh-coupon-input-wrap {
  display: flex;
  gap: 8px;
  align-items: stretch;
  position: relative;
}

.msh-coupon-input {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  font-family: Urbane, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #101010;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.msh-coupon-input:focus {
  border-color: #3765e2;
  box-shadow: 0 0 0 3px rgba(55, 101, 226, 0.1);
}

.msh-coupon-input::placeholder {
  color: #9ca3af;
}

button.msh-coupon-apply-btn {
  width: fit-content;
  padding-right: calc(50px / 2);
  padding-left: calc(50px / 2);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  top: 5px;
  color: #fff !important;
}

.msh-coupon-apply-btn:hover:not(:disabled) {
  background: #2952c8;
}

.msh-coupon-apply-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.msh-coupon-message {
  margin-top: 8px;
  font-family: Urbane, sans-serif;
  font-size: 13px;
  font-weight: 400;
  display: none;
}

.msh-coupon-success {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: linear-gradient(135deg,
      rgba(34, 197, 94, 0.08) 0%,
      rgba(34, 197, 94, 0.04) 100%);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 8px;
}

.msh-coupon-applied-text {
  font-family: Urbane, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #166534;
}

.msh-coupon-applied-text strong {
  font-weight: 600;
}

/* Coupon discount row in aside */
.msh-coupon-row {
  background: linear-gradient(135deg,
      rgba(34, 197, 94, 0.06) 0%,
      rgba(34, 197, 94, 0.02) 100%);
  border-radius: 8px;
  padding: 10px 15px !important;
  margin: 12px 32px !important;
  border: 1px solid rgba(34, 197, 94, 0.2);
  display: flex;
  position: relative;
}

button.msh-coupon-remove {
  position: absolute;
  top: -14px;
  right: -6px;
  padding: 5px;
  font-size: 12px;
  line-height: 1;
  background: #3765e2 !important;
}

.msh-row.msh-coupon-row span {
  font-weight: 600;
}

.msh-coupon-row>div:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #166534;
  font-weight: 500;
}

.msh-coupon-remove {
  background: none;
  border: none;
  color: #9ca3af;
  font-size: 14px;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
  transition:
    color 0.2s ease,
    background 0.2s ease;
  line-height: 1;
}

.msh-coupon-remove:hover {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
}

.msh-coupon-row .price-single {
  color: #22c55e !important;
  font-weight: 600 !important;
  line-height: 1;
  position: relative;
  top: -1px;
}

.msh-row.msh-coupon-row span {
  font-weight: 600;
}

input.msh-coupon-input {
  padding-right: 170px;
  background-color: #ffffff;
  border-color: #dbdbdb;
  border-radius: 10px 10px 10px 10px;
  min-height: 47px;
  padding: 7px 20px;
}

@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;
  }

  button.msh-coupon-apply-btn {
    position: absolute;
    right: 5px;
    width: fit-content;
    padding-right: calc(50px / 2);
    padding-left: calc(50px / 2);
    margin-bottom: 0;
    height: 38px;
    display: flex;
    align-items: center;
    top: 5px;
    color: #fff !important;
  }

  .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: center;
  }

  .msh-h-display span {
    color: #fff;
    text-align: center;
    font-family: Urbane;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .msh-addon .right {
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    justify-content: flex-end;
  }

  button.msh-h-btn {
    width: 40px;
    height: 40px;
  }

  aside.msh-card.msh-aside {
    grid-column: 1;
    grid-row: 2;
  }

  .msh-hero h3 {
    font-size: 28px;
  }

  .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;
  }

  /* Mobile coupon styles */
  .msh-coupon-input-wrap {
    flex-direction: column;
  }

  .msh-coupon-apply-btn {
    width: 100%;
  }

  .msh-coupon-row {
    margin: 12px 16px !important;
    padding: 12px 16px !important;
  }
}
