/* The icons in the buttons */
#wise-integration app-title-wise-button [class^="icon-"]::before, [class*=" icon-"]::before {
  margin-right: .6em;
  margin-top: .25em;
}

#wise-integration app-list-add-button [class^="icon-"]::before, [class*=" icon-"]::before {
  margin-right: .6em;
  margin-top: .25em; 
}

/* #wise-integration app-search-results .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  padding-right: calc(var(--bs-gutter-x)*.0) !important;
  padding-left: calc(var(--bs-gutter-x)*.0) !important;
} */

#wise-integration .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    padding-right: calc(var(--bs-gutter-x) * .0);
    padding-left: calc(var(--bs-gutter-x) * .0);
}

* + h1, * + .h1, * + h2, * + .h2, * + h3, * + .h3, * + h4, * + .h4, * + h5, * + .h5, * + h6, * + .h6 {
  margin-top: none;
}

/* header button colours */
.above-b-position .btn-outline-secondary {
  background-color: #FCEBC4;
  color: #000;
}

/* Wise search drop-down over menu */
.astroid-header-section {
  z-index: 998;
}

/* Wise group search show all editions */
#wise-integration .fw-lighter {
  font-weight: normal !important; 
}

/* center module suffix */
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: fit-content;
}

/* Icon alignment on wishlist modal */
.modal-body app-wishlist-add-button [class^="icon-"]::before, [class*=" icon-"]::before {
  margin-top: .2em;
}

/* Do not print header/footer when printing Wise lists */
@media print{
    .top-bars, .above-section, .header-section, .breadcrumb-section, .footer-section {
        display: none !important;
    }
}

/* image carousel nav outside of element */
selector {
    padding: 0 1em;
}

selector .elementor-swiper-button-prev {
    left: -2em;
}

selector .elementor-swiper-button-next {
    right: -2em;
}