/**
 * TAYSP visual polish — cleanup The7/plugin leftovers + calmer, cleaner UI.
 * Loaded after capture CSS + mirror-media.
 */

/* ===== Hide dead chrome that may survive sanitizer ===== */
/* Hide chrome nodes — NOT body.floating-mobile-menu-icon (The7 body class). */
body.taysp-mirror .wpml-ls,
body.taysp-mirror .wpml-ls-statics-shortcode_actions,
body.taysp-mirror img.iclflag,
body.taysp-mirror img.wpml-ls-flag,
body.taysp-mirror #lang_sel_click,
body.taysp-mirror div.dt-mobile-header,
body.taysp-mirror div.mobile-header-bar,
body.taysp-mirror div.floating-mobile-menu-icon,
body.taysp-mirror .dt-close-mobile-menu-icon,
body.taysp-mirror div.mobile-sticky-header-overlay,
body.taysp-mirror .masthead,
body.taysp-mirror #header,
body.taysp-mirror #phantom,
body.taysp-mirror #branding-bottom,
body.taysp-mirror .pswp,
body.taysp-mirror #arcontactus,
body.taysp-mirror .quform-loading-wrap,
body.taysp-mirror div.gform_wrapper,
body.taysp-mirror div.wpcf7,
body.taysp-mirror .quform:not(:has(.taysp-form)),
body.taysp-mirror [data-taysp-empty="1"] {
  display: none !important;
}

/* After DOM clean, #page often starts at #main — tighten top gap under custom nav */
body.taysp-mirror #page {
  padding-top: 0;
}
body.taysp-mirror #main {
  outline: none;
}

/* Collapse empty VC leftovers */
body.taysp-mirror .wpb_wrapper:empty,
body.taysp-mirror .vc_column-inner:empty,
body.taysp-mirror .vc_empty_space[style*="height: 0"],
body.taysp-mirror .vc_empty_space[style*="height:0"] {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Cap oversized VC spacers (The7 loved 100–200px gaps) */
body.taysp-mirror .vc_empty_space {
  max-height: 64px !important;
}
@media (max-width: 990px) {
  body.taysp-mirror .vc_empty_space {
    max-height: 40px !important;
  }
}

/* Kill residual loading / scroll animations from capture CSS */
body.taysp-mirror .wpb_animate_when_almost_visible,
body.taysp-mirror .animate-element,
body.taysp-mirror .loading-effect-fade-in,
body.taysp-mirror .loading-effect-fade-in .wf-cell,
body.taysp-mirror .wf-cell,
body.taysp-mirror .iso-item,
body.taysp-mirror .full-width-wrap,
body.taysp-mirror [class*="wpb_fadeIn"],
body.taysp-mirror [class*="wpb_bounceIn"] {
  animation: none !important;
  -webkit-animation: none !important;
  transition: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* ===== Spacing rhythm ===== */
body.taysp-mirror .content .wpb_text_column p {
  line-height: 1.65;
  margin-bottom: 0.85em;
}
body.taysp-mirror .content .wpb_text_column p:last-child {
  margin-bottom: 0;
}
body.taysp-mirror .content h2,
body.taysp-mirror .content .dt-fancy-title {
  letter-spacing: 0.02em;
}
body.taysp-mirror .vc_row.wpb_row {
  margin-bottom: 0.35em;
}
body.taysp-mirror .standard-arrow ul {
  margin: 0.25em 0 0.75em;
  padding-left: 1.15em;
}
body.taysp-mirror .standard-arrow li {
  margin-bottom: 0.35em;
  line-height: 1.45;
}

@media (max-width: 990px) {
  /*
   * Side gutters: The7 stacks wf-wrap (20) + vc_column-inner (15) + row pads
   * → text sits ~40–50px from edges. Flatten to ~14–16px.
   */
  body.taysp-mirror .wf-wrap {
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box;
  }

  body.taysp-mirror #content.content,
  body.taysp-mirror .content,
  body.taysp-mirror #main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.taysp-mirror .content .vc_row.wpb_row,
  body.taysp-mirror .content .vc_row.vc_row-fluid {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.taysp-mirror .content .vc_column-inner,
  body.taysp-mirror .content .wpb_column > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.taysp-mirror .content .wpb_text_column {
    padding-left: 0;
    padding-right: 0;
  }

  body.taysp-mirror .page-title .hgroup,
  body.taysp-mirror .fancy-header .hgroup,
  body.taysp-mirror .page-title .entry-title {
    padding-left: 0;
    padding-right: 0;
  }

  body.taysp-mirror .page-title .wf-wrap,
  body.taysp-mirror .fancy-header .wf-wrap {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  body.taysp-mirror .breadcrumbs,
  body.taysp-mirror .page-title .breadcrumbs {
    font-size: 12px;
    opacity: 0.72;
    letter-spacing: 0.02em;
  }

  body.taysp-mirror .content .vc_row {
    margin-bottom: 6px;
  }

  body.taysp-mirror .dt-albums-template .wf-cell .rollover-project {
    border-radius: 4px;
    overflow: hidden;
  }

  body.taysp-mirror .circle-fancy-style .wf-cell {
    margin-bottom: 18px !important;
  }

  body.taysp-mirror .content {
    padding-bottom: 72px;
  }

  body.taysp-mirror .taysp-form {
    padding-left: 0;
    padding-right: 0;
  }

  /* Home/footer share+form wrappers from The7 raw HTML */
  body.taysp-mirror .wrapper__all_share,
  body.taysp-mirror .wrapper_form {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.taysp-mirror .footer .wf-wrap,
  body.taysp-mirror #bottom-bar .wf-wrap {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* ===== Footer ===== */
body.taysp-mirror .footer,
body.taysp-mirror .footer.solid-bg {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.taysp-mirror .footer .taysp-form,
body.taysp-mirror .footer .wpb_text_column {
  max-width: 520px;
}

body.taysp-mirror .bottom-bar,
body.taysp-mirror .footer .wf-container:last-child,
body.taysp-mirror #bottom-bar {
  font-size: 13px;
  letter-spacing: 0.04em;
  opacity: 0.85;
}

body.taysp-mirror .footer .taysp-form__title {
  font-weight: 600;
  letter-spacing: 0.02em;
}

body.taysp-mirror .footer .taysp-form input,
body.taysp-mirror .footer .taysp-form textarea {
  border-radius: 4px;
}

/* ===== Program cards (Ultimate Flip Box → static cards) ===== */
body.taysp-mirror .flip-box-wrap,
body.taysp-mirror .taysp-program-card-wrap {
  margin: 0 0 20px;
}

body.taysp-mirror .flip-box.taysp-program-card,
body.taysp-mirror .flip-box {
  height: auto !important;
  min-height: 0 !important;
  perspective: none !important;
}

body.taysp-mirror .flip-box .ifb-flip-box {
  height: auto !important;
  min-height: 0 !important;
  transform: none !important;
}

body.taysp-mirror .flip-box .ifb-front {
  position: relative !important;
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 8px 28px rgba(26, 40, 44, 0.1) !important;
  transform: none !important;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}

body.taysp-mirror .flip-box.is-taysp-linked .ifb-front:hover,
body.taysp-mirror .flip-box.is-taysp-linked .ifb-front:focus-within {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 36px rgba(26, 40, 44, 0.16) !important;
}

/* Kill Ultimate “vertical middle” so media sits on top */
body.taysp-mirror .flip-box .ifb-front > .ifb-flip-box-section,
body.taysp-mirror .flip-box .ifb-flip-box-section-vertical-middle {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  vertical-align: top !important;
  position: relative !important;
  top: auto !important;
  transform: none !important;
}

/* Full-bleed image */
body.taysp-mirror .flip-box .flip-box-icon,
body.taysp-mirror .flip-box .ult-just-icon-wrapper,
body.taysp-mirror .flip-box .align-icon,
body.taysp-mirror .flip-box .aio-icon-img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-align: left !important;
}

body.taysp-mirror .flip-box .aio-icon-img {
  font-size: 0 !important;
}

body.taysp-mirror .flip-box .img-icon {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 0 !important;
}

/* Soft gradient on photo edge into white body */
body.taysp-mirror .flip-box .flip-box-icon {
  position: relative;
}
body.taysp-mirror .flip-box .flip-box-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
}

body.taysp-mirror .flip-box .flipbox_heading {
  margin: 18px 20px 8px !important;
  padding: 0 !important;
  color: #1a282c !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.22rem !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: 0.02em !important;
  line-height: 1.3 !important;
  text-align: center !important;
}

body.taysp-mirror .flip-box .ifb-flip-box-section-content {
  margin: 0 20px 6px !important;
  padding: 0 !important;
  color: #5a6568 !important;
  font-family: "Roboto", Helvetica, Arial, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

body.taysp-mirror .flip-box .ifb-flip-box-section-content p {
  margin: 0 !important;
  color: inherit !important;
}

body.taysp-mirror .flip-box .ifb-flip-box-section-content br {
  content: "";
  display: block;
  margin-top: 2px;
}

body.taysp-mirror a.taysp-flip-cta {
  align-self: center;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  margin: 16px auto 22px !important;
  padding: 12px 24px !important;
  border-radius: 4px !important;
  background: #00a09f !important;
  color: #fff !important;
  font: 600 0.82rem/1 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(0, 160, 159, 0.22);
  transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

body.taysp-mirror a.taysp-flip-cta:hover {
  background: #2f9aa0 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 160, 159, 0.34);
}

@media (max-width: 990px) {
  body.taysp-mirror .flip-box-wrap {
    margin-bottom: 16px;
  }

  body.taysp-mirror .flip-box .flipbox_heading {
    margin: 12px 14px 4px !important;
    font-size: 1.18rem !important;
  }

  body.taysp-mirror .flip-box .ifb-flip-box-section-content {
    margin: 0 14px 2px !important;
    font-size: 0.92rem !important;
  }

  body.taysp-mirror a.taysp-flip-cta {
    margin: 12px auto 16px !important;
    min-width: 136px;
    padding: 10px 20px !important;
  }

  body.taysp-mirror .flip-box .img-icon {
    aspect-ratio: 16 / 11;
  }
}

@media (min-width: 991px) {
  body.taysp-mirror .wpb_column .flip-box-wrap {
    height: 100%;
  }
  body.taysp-mirror .wpb_column .flip-box,
  body.taysp-mirror .wpb_column .flip-box .ifb-flip-box,
  body.taysp-mirror .wpb_column .flip-box .ifb-front {
    height: 100% !important;
  }
  body.taysp-mirror .wpb_column .flip-box .ifb-front > .ifb-flip-box-section {
    height: 100% !important;
  }
  body.taysp-mirror .wpb_column .flip-box a.taysp-flip-cta {
    margin-top: auto !important;
  }
}

/* ===== Images ===== */
body.taysp-mirror .wpb_single_image img {
  border-radius: 8px;
}

body.taysp-mirror .wpb_single_image.vc_box_shadow img,
body.taysp-mirror .wpb_single_image img[class*="shadow"] {
  box-shadow: 0 8px 24px rgba(26, 40, 44, 0.12);
}

/* ===== Unified buttons ===== */
body.taysp-mirror .dt-btn,
body.taysp-mirror .vc_btn3,
body.taysp-mirror .vc_btn3.vc_btn3-color-turquoise,
body.taysp-mirror .vc_btn3.vc_btn3-style-flat,
body.taysp-mirror a.button,
body.taysp-mirror button.button,
body.taysp-mirror input[type="submit"],
body.taysp-mirror .taysp-form__submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
  min-height: 44px;
  padding: 0.75rem 1.45rem !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #00a09f !important;
  background-image: none !important;
  color: #fff !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 6px 16px rgba(0, 160, 159, 0.22);
  transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

body.taysp-mirror .dt-btn:hover,
body.taysp-mirror .vc_btn3:hover,
body.taysp-mirror a.button:hover,
body.taysp-mirror .taysp-form__submit:hover {
  background: #2f9aa0 !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 160, 159, 0.32);
}

body.taysp-mirror .dt-btn.btn-light,
body.taysp-mirror .vc_btn3.vc_btn3-style-outline {
  background: transparent !important;
  color: #00a09f !important;
  box-shadow: none !important;
  outline: 1px solid rgba(0, 160, 159, 0.55);
}

body.taysp-mirror .dt-btn.btn-light:hover,
body.taysp-mirror .vc_btn3.vc_btn3-style-outline:hover {
  background: rgba(0, 160, 159, 0.08) !important;
  color: #007f7e !important;
}

/* Text links */
body.taysp-mirror .shortcode-banner a,
body.taysp-mirror .content p a {
  color: #00a09f;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.03em;
  border-bottom: 1px solid rgba(0, 160, 159, 0.35);
}
body.taysp-mirror .shortcode-banner a:hover,
body.taysp-mirror .content p a:hover {
  color: #007f7e;
  border-bottom-color: #007f7e;
}

/* ===== Fancy section titles ===== */
body.taysp-mirror .dt-fancy-separator {
  margin: 1.25rem auto 1rem !important;
  max-width: 100%;
}
body.taysp-mirror .dt-fancy-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #1a282c !important;
  line-height: 1.25 !important;
}
body.taysp-mirror .dt-fancy-title .separator-holder {
  border-color: #70c1c6 !important;
  opacity: 0.85;
}
@media (max-width: 990px) {
  body.taysp-mirror .dt-fancy-separator.h2-size .dt-fancy-title,
  body.taysp-mirror .dt-fancy-title {
    font-size: 1.05rem !important;
  }
}

/* ===== Home interactive banners (ult-new-ib) ===== */
body.taysp-mirror .ult-new-ib {
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 28px rgba(26, 40, 44, 0.14) !important;
  transform: translateZ(0);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
body.taysp-mirror .ult-new-ib:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(26, 40, 44, 0.2) !important;
}
body.taysp-mirror .ult-new-ib .ult-new-ib-img {
  transition: transform 0.35s ease !important;
}
body.taysp-mirror .ult-new-ib:hover .ult-new-ib-img {
  transform: scale(1.04);
}
body.taysp-mirror .ult-new-ib .ult-new-ib-desc {
  padding: 1.1rem 1.15rem !important;
}
body.taysp-mirror .ult-new-ib .ult-new-ib-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: 0.02em !important;
  line-height: 1.25 !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}
body.taysp-mirror .ult-new-ib .ult-new-ib-content {
  opacity: 0.92;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
}

/* ===== Shortcode banners ===== */
body.taysp-mirror .shortcode-banner {
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 28px rgba(26, 40, 44, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
body.taysp-mirror .shortcode-banner-link {
  cursor: pointer;
}
body.taysp-mirror .shortcode-banner-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(26, 40, 44, 0.18);
}
body.taysp-mirror .shortcode-banner .shortcode-banner-inside {
  border-radius: 0 !important;
  outline: none !important;
  border: 0 !important;
}
body.taysp-mirror .shortcode-banner h3 {
  letter-spacing: 0.03em;
  font-weight: 500 !important;
}
body.taysp-mirror .shortcode-banner h6 {
  font-weight: 400 !important;
  opacity: 0.92;
  line-height: 1.45;
}
@media (max-width: 990px) {
  body.taysp-mirror .shortcode-banner .shortcode-banner-bg {
    padding: 16px !important;
  }
}

/* ===== Gallery / album cards ===== */
body.taysp-mirror .dt-albums-template .wf-cell,
body.taysp-mirror .dt-albums-shortcode .wf-cell {
  margin-bottom: 18px !important;
}
body.taysp-mirror .rollover-project,
body.taysp-mirror .dt-albums-template figure.rollover-project {
  position: relative !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 22px rgba(26, 40, 44, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body.taysp-mirror .rollover-project:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(26, 40, 44, 0.18);
}
/* Hide The7 overlapping circle thumbnails — keep clean cover photo */
body.taysp-mirror .rollover-thumbnails,
body.taysp-mirror .r-thumbn-1,
body.taysp-mirror .r-thumbn-2,
body.taysp-mirror .r-thumbn-3 {
  display: none !important;
}
body.taysp-mirror .rollover-project > a.rollover-click-target img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.35s ease;
}
body.taysp-mirror .rollover-project:hover > a.rollover-click-target img {
  transform: scale(1.05);
}
/* Title bar over image */
body.taysp-mirror .rollover-project .rollover-content,
body.taysp-mirror .rollover-project .entry-title,
body.taysp-mirror .rollover-content {
  z-index: 2;
}
body.taysp-mirror .dt-albums-template .entry-title,
body.taysp-mirror .rollover-project .entry-title {
  letter-spacing: 0.04em;
  font-weight: 500 !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
body.taysp-mirror .rollover-project::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background: linear-gradient(to top, rgba(10, 18, 20, 0.72), transparent);
  pointer-events: none;
  z-index: 1;
}

/* ===== Prices ===== */
body.taysp-mirror .taysp-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4em;
  color: #1a282c;
}
body.taysp-mirror .taysp-price__amount {
  color: #00a09f !important;
  font-weight: 700 !important;
  font-size: 1.15em;
  letter-spacing: 0.02em;
}
body.taysp-mirror .taysp-price__compare {
  color: #8a9396 !important;
  text-decoration: line-through;
  font-weight: 500 !important;
  font-size: 0.92em;
}

/* ===== Lists ===== */
body.taysp-mirror .standard-arrow.list-divider ul > li {
  border-color: rgba(0, 160, 159, 0.18) !important;
}

/* ===== Page title ===== */
body.taysp-mirror .page-title .entry-title,
body.taysp-mirror .fancy-header .entry-title,
body.taysp-mirror .page-title h1 {
  font-weight: 500 !important;
  letter-spacing: 0.03em;
  color: #1a282c;
}
body.taysp-mirror .breadcrumbs a {
  color: #00a09f;
  text-decoration: none;
}

/* ===== Owl swipe strip ===== */
body.taysp-mirror .owl-carousel:not(.owl-loaded) {
  scrollbar-color: rgba(0, 160, 159, 0.45) transparent;
  padding-bottom: 6px !important;
  mask-image: linear-gradient(90deg, #000 92%, transparent);
  gap: 10px;
}
body.taysp-mirror .owl-carousel:not(.owl-loaded) .owl-item,
body.taysp-mirror .owl-carousel:not(.owl-loaded) > div {
  border-radius: 8px;
  overflow: hidden;
}
body.taysp-mirror .owl-carousel:not(.owl-loaded)::-webkit-scrollbar {
  height: 4px;
}
body.taysp-mirror .owl-carousel:not(.owl-loaded)::-webkit-scrollbar-thumb {
  background: rgba(0, 160, 159, 0.45);
  border-radius: 4px;
}

/* ===== Forms (mirror context) ===== */
body.taysp-mirror .taysp-form input[type="text"],
body.taysp-mirror .taysp-form input[type="email"],
body.taysp-mirror .taysp-form input[type="tel"],
body.taysp-mirror .taysp-form textarea,
body.taysp-mirror .taysp-form select {
  border-radius: 4px !important;
  border-color: rgba(26, 40, 44, 0.14) !important;
}
body.taysp-mirror .taysp-form input:focus,
body.taysp-mirror .taysp-form textarea:focus,
body.taysp-mirror .taysp-form select:focus {
  border-color: #00a09f !important;
  box-shadow: 0 0 0 3px rgba(0, 160, 159, 0.18) !important;
}
body.taysp-mirror .taysp-form__submit {
  width: 100%;
  box-shadow: 0 6px 16px rgba(0, 160, 159, 0.22);
}
body.taysp-mirror .footer .taysp-form__submit,
body.taysp-mirror .taysp-form--newsletter .taysp-form__submit {
  width: auto;
  min-width: 140px;
}

/* ===== Separators ===== */
body.taysp-mirror .vc_separator .vc_sep_line {
  border-color: rgba(0, 160, 159, 0.28) !important;
}

/* ===== Shared inserts ===== */
body.taysp-mirror .taysp-shared-insert--hotel-facilities .standard-arrow ul {
  margin: 0;
  padding-left: 1.1em;
}
body.taysp-mirror .taysp-shared-insert--hotel-facilities h3 {
  margin: 0 0 0.25em;
  letter-spacing: 0.02em;
}

/* ===== Scroll-top ===== */
body.taysp-mirror .scroll-top {
  opacity: 0.5;
  border-radius: 4px !important;
  transition: opacity 0.15s ease, background-color 0.15s ease;
}
body.taysp-mirror .scroll-top:hover {
  opacity: 1;
}
