@import url("/notifystock-adaptation.css");

html[data-notifystock-page] img[src*="/notify-assets/"] {
  image-rendering: auto;
}

html[data-notifystock-page] .features_img,
html[data-notifystock-page] img.u-width-full[src*="/notify-assets/"] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

html[data-notifystock-page] .testimonials_img[src*="/notify-assets/"] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.notifystock-detail-hero-media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #142b24;
}

.notifystock-provider-logo {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  object-fit: contain;
}

html[data-notifystock-page] .navbar_dropdown-link.is-inverted .u-text-style-small {
  color: #f2f1ed !important;
  opacity: 1 !important;
}

html[data-notifystock-page] .footer_logo_link {
  width: 10rem;
  height: 2rem;
}

.notifystock-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-weight: 700;
}

.notifystock-footer-brand img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  border-radius: 0.36rem;
}

html[data-notifystock-page="pricing"] .swiper-slide.is-pricing {
  display: block;
}

html[data-notifystock-page="pricing"] .pricing_card_num {
  white-space: nowrap;
}

html[data-notifystock-page="pricing"] .navbar_link.w--current,
html[data-notifystock-page="pricing"] .pricing_card_description,
html[data-notifystock-page="pricing"] .pricing_hero_container .u-color-700 {
  color: #4f4e49 !important;
  opacity: 1 !important;
}

html[data-notifystock-page="pricing"] .pricing_card_savings {
  color: #33322f !important;
}

html[data-notifystock-page="migration"] .section_thanks .g_eyebrow_text {
  color: #7a4534 !important;
}

html[data-notifystock-page="migration"] .section_thanks .u-color-700 {
  color: #595751 !important;
}

html[data-notifystock-page="legal"] .section_policies_post .w-richtext {
  max-width: 58rem;
  margin-inline: auto;
}

html[data-notifystock-page="legal"] .section_policies_post .w-richtext h2 {
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  html[data-notifystock-page="pricing"] .pricing_swiper {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  html[data-notifystock-page="pricing"] .pricing_swiper::-webkit-scrollbar {
    display: none;
  }

  html[data-notifystock-page="pricing"] .swiper-wrapper.is-pricing {
    width: 100%;
    transform: none !important;
  }

  html[data-notifystock-page="pricing"] .swiper-slide.is-pricing {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  html[data-notifystock-page="resources"] .blog_card-content > .u-hflex-between-center > .u-hflex-left-center {
    display: none;
  }

  .notifystock-provider-logo {
    width: 1.35rem;
    height: 1.35rem;
  }
}
