.product-tours-hero {
  padding: 64px 0;
  background-image: url('/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/product-tour/mpt_background.webp');
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  color: #76a2bc;
  display: flex;
  align-items: center;
  width: 100%;
  height: 404px;
}

.product-tours-featured {
  position: relative;
}

.product-tours-featured__item {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 7px 23px rgba(0, 0, 0, 0.05), 0px 8px 25px rgba(0, 0, 0, 0.06), 0px 2px 5px rgba(0, 0, 0, 0.05);
}

.product-tours-featured__cont {
  flex-grow: 1;
  padding: 24px 60px;
}

.product-tours-featured__button {
  padding-right: 48px;
  padding-left: 48px;
}

.product-tours--filters {
  align-items: center;
}

.product-tours-list .rc-pagination a {
  border: 1px solid #B3B7BB;
  color: #35374D;
}

.product-tours-list .rc-pagination__item {
  stroke: #35374D;
}

.product-tours-list .rc-pagination__item:hover,
.product-tours-list .rc-pagination__item.current {
  background-color: #32BDB5;
  color: #FFF;
  stroke: #fff;
}

.product-tours--filters .button {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}

.product-tours--filters .p {
  font-size: 20px;
}

.product-tours--filters--title {
  align-items: center;
}

.product-tours--filters--reset {
  background: transparent;
  color: #0bc5ba !important;
  border: none;
  font-size: 20px;
  font-family: 'Metric-semibold';
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .platform-overview-hero__title~.p--xlarge {
    margin-right: 50px;
  }
}

@media (max-width: 1350px) {
  .platform-overview-hero__title {
    margin-right: 40px;
  }
}

@media (max-width: 1280px) {
  .platform-overview-hero__title {
    margin-right: 0;
  }

  .platform-overview-hero__title~.p--xlarge {
    margin-right: 0;
  }
}

@media screen and (max-width: 1023.98px) {
  .product-tours-featured__cont {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767.98px) {
  .product-tours-featured__item {
    display: block;
  }

  .product-tours-featured__cont {
    padding: 24px;
  }
}

.product-tours-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  width: 100%;
  text-align: center;
  padding: 13px;
  max-width: 432px;
  flex-shrink: 0;
  transition-duration: 0.125s;
  transition-property: box-shadow, transform;
  margin: auto;
  height: 314px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.product-tours-card:hover {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06), 0 2px 6px 0 rgba(0, 0, 0, 0.05), inset 0 0 0 1px #dde1e9;
  transform: translateY(-4px);
}

.product-tours-card__title {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  margin-top: 0;
  align-items: center;
  max-width: 348px;
}

.product-tours-card__title .h3 {
  text-transform: initial;
}

.product-tours-category__item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 599.98px) {
  .product-tours-card {
    margin: 0 auto;
  }

  .product-tours-category__item {
    padding: 0 19px;
    font-size: 18px;
    line-height: 44px;
  }

  .product-tours-card__title {
    max-width: 300px;
  }
}

.product-tours-list .js-form-item {
  max-width: 34.5% !important;
  width: 100% !important;
  margin: initial !important;
  color: initial !important;
  text-align: initial !important;
}

.product-tours-list {
  margin-top: 63px;
  margin-bottom: 63px;
  min-height: 500px;
}

#product-tours-search__input {
  border: 1px solid #131313;
  color: #35364E;
  background-color: #fff;
  border-radius: 6px;
  outline: 0;
  width: 100%;
}

#product-tours-search__input:focus {
  box-shadow: none;
}

.product-tours-list__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-tours-search__results {
  position: absolute;
  background: #fff;
  z-index: 4;
  border-radius: 10px;
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
  transition-duration: 0.125s;
  transition-property: box-shadow, transform;
}

.product-tours-search__results .rc-search__option {
  padding: 0 13px;
}

.product-tours-search__results .rc-search__option:last-child {
  padding-bottom: 24px;
}

.product-tours-search__results .rc-search__option:nth-child(1) {
  padding-top: 24px;
}

.product-tours-list__cont .product-tours-list__cont_area {
  gap: 25px 0;
}

.product-tours-list__foot {
  position: relative;
  text-align: center;
}

.product-tours-list__foot::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-top: 1px solid #D6E0E6;
}

.product-tours-list__foot .button {
  position: relative;
}

/* product tours category */
.product-tours-category {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 320px;
}

.product-tours-category__toggle {
  width: 100%;
  padding-left: 10px;
  border-radius: 6px;
  border: 1px solid #131313;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%23004163" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') 100% 50%/46px 6px no-repeat;
  line-height: 46px;
  text-align: left;
  color: #35364E;
  max-width: 100%;
  font-weight: 500;
}

.product-tours-category__dropdown {
  position: absolute;
  z-index: 4;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 8px 0;
  border-radius: 6px;
  border: 1px solid #CCD3E0;
  background: #FFFFFF;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.125s;
  transition-property: opacity;
}

.product-tours-category__dropdown.active {
  pointer-events: auto;
  opacity: 1;
}

.product-tours-category__item {
  padding: 0 10px;
  font-size: 18px;
  line-height: 48px;
  color: #35374D;
  cursor: pointer;
}

.product-tours-category__item:hover {
  background-color: #F1F2FA;
}

.product-tours-category__item.active {
  font-weight: 500;
}

@media screen and (max-width: 599.98px) {
  .product-tours-category__item {
    padding: 0 19px;
    font-size: 16px;
    line-height: 44px;
  }
}

/* product tours search */
.product-tours-search {
  width: 370px;
}

.product-tours-search__input {
  padding-right: 46px;
  border-color: #EBF2F7;
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="%235E636B" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><circle cx="11" cy="11" r="8"></circle><line x1="21" y1="21" x2="16.65" y2="16.65"></line></svg>') 100% 50%/46px 20px no-repeat;
  transition-property: width, border-color, background-color, box-shadow;
}

.product-tours-search__input:focus {
  background-color: #FFF;
}

.product-tours--filters {
  gap: 10px;
  padding-left: 24px;
}

@media screen and (max-width: 1023.98px) {
  .product-tours-search__input {
    width: 48px;
  }
}

@media screen and (max-width: 991.98px) {
  .product-tours-list__head {
    justify-content: center;
    width: 100%;
  }

  .product-tours--filters {
    display: flex;
    justify-content: space-around;
    padding-left: inherit;
  }

  .product-tours--filters .button {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 850.98px) {
  .product-tours-category {
    width: 275px;
  }
}

@media screen and (max-width: 767.98px) {
  .product-tours--filters {
    padding-left: 1px;
    margin-top: 20px;
  }

  .product-tours--filters .button {
    margin-left: 16px;
    margin-right: 0;
  }

  .grid-mobile-filter {
    align-items: center;
    justify-content: space-between;
  }

  .grid-search {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .product-tours--filters .js-form-item {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 12px;
    padding-right: 12px;
  }

  .product-tours-category {
    width: 100%;
  }
}

@media screen and (max-width: 991.98px) and (min-width: 767.98px) {
  #product-tours-search__input {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 609.98px) {
  .product-tours--filters .js-form-item {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.logged-in .product-tours-subheader {
  top: 142px;
  z-index: 10;
}

.logged-in .product-tours-iframe {
  top: 136px;
}

.page-node-type-egnyte_product_tour {
  background: #f7fafc;
}

.page-node-type-egnyte_product_tour main {
  background: #f7fafc;
}

@media screen and (max-width: 991.98px) {
  .logged-in .product-tours-subheader {
    top: 136px;
  }

  .logged-in .product-tours-iframe {
    top: 131px;
  }
}

.product-tours-subheader {
  position: fixed;
  z-index: 9;
  top: 72px;
  right: 0;
  left: 0;
  background-color: #FFF;
  font-size: 15px;
  line-height: 32px;
  font-weight: 600;
  color: #003F65;
}

.product-tours-subheader__back {
  position: relative;
  z-index: 1;
  padding-left: 17px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11" fill="none"><path d="M10 5.5H1" stroke="%23003F65" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.5 10L1 5.5L5.5 1" stroke="%23003F65" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') 0 50%/11px 11px no-repeat;
  font-weight: 500;
  text-decoration: none;
}

.product-tours-subheader__back:hover {
  text-decoration: underline;
}

.product-tours-subheader__home {
  display: none;
}

.product-tours-subheader__title {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}

.product-tours-subheader__select {
  position: relative;
}

.product-tours-subheader__select span {
  display: block;
  padding-right: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%23004163" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') 100% 50%/10px 6px no-repeat;
}

.product-tours-subheader__select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.product-tours-iframe {
  z-index: 9;
  top: 104px;
  right: 0;
  bottom: 0;
  left: 0;
}

.product-tours-iframe iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  border: none;
}

.product-tours-card__image {
  background-size: contain;
  background-position: 50% 100%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1023.98px) {
  .product-tours-subheader__title {
    right: 24px;
    text-align: right;
  }

  .product-tours-subheader__select {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .product-tours-subheader__title {
    display: none;
  }

  .product-tours-iframe {
    top: 32px;
  }

  .product-tours-iframe {
    position: relative;
    height: 100vh;
  }

  .product-tours-subheader {
    z-index: 10;
    top: 62px;
  }
}

.product-tours-mobile-msg {
  padding: 75px 0;
  display: none;
}

@media screen and (max-width: 700px) {
  .product-tours-subheader__home {
    display: block;
  }

  .product-tours-iframe {
    display: none;
  }

  .product-tours-mobile-msg {
    display: block;
  }

  .product-tours-subheader__pt {
    display: none;
  }
}

.is-current {
  color: #FFF !important;
  border: 1px solid #0BC5BA;
  background-color: #0BC5BA;
}

/* ---- Draggable Views: Reorder Table ---- */
.views-form {
  --bg: #ffffff;
  --muted: #f6f8fa;
  --border: #e5e7eb;
  --text: #0f172a;
  --subtext: #475569;
  --brand: #0ea5e9;
  --brand-700: #0284c7;
  --warn-bg: #fff7ed;
  --warn-border: #fdba74;
  --warn-text: #9a3412;
  --success: #16a34a;
  --shadow: 0 1px 2px rgba(16, 24, 40, .06), 0 2px 8px rgba(16, 24, 40, .08);
  color: var(--text);
}

/* Container spacing */
.views-form form {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 16px;
  box-shadow: var(--shadow);
}

.tabledrag-changed-warning .tabledrag-changed {
  color: var(--warn-text);
  text-decoration: none;
}

/* “Show row weights” toggle */
.tabledrag-toggle-weight-wrapper {
  display: flex;
  justify-content: flex-end;
}

.tabledrag-toggle-weight {
  appearance: none;
  border: 1px solid var(--border);
  background: var(--muted);
  color: var(--text);
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 600;
  line-height: 1;
  transition: border-color .15s ease, background .15s ease, transform .08s ease;
}

.tabledrag-toggle-weight:hover {
  background: #eef2f6;
}

.tabledrag-toggle-weight:active {
  transform: translateY(1px);
}

.tabledrag-toggle-weight:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--brand) 40%, transparent);
  outline-offset: 2px;
}

/* Table base (no header) */
#draggableviews-table-egnyte-product-tours-page-2-0 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

/* Row look */
#draggableviews-table-egnyte-product-tours-page-2-0 tbody tr.draggable {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: clip;
  transition: box-shadow .15s ease, transform .05s ease;
  display: flex;
  flex: 0 0 100%;
  justify-content: space-between;
  padding: 14px;
  align-items: center;
}

#draggableviews-table-egnyte-product-tours-page-2-0 tbody tr.draggable+tr.draggable {
  margin-top: 10px;
}

/* Turn rows into blocky cards */
#draggableviews-table-egnyte-product-tours-page-2-0 tbody,
#draggableviews-table-egnyte-product-tours-page-2-0 tr,
#draggableviews-table-egnyte-product-tours-page-2-0 td {
  display: block;
}

#draggableviews-table-egnyte-product-tours-page-2-0 td {
  border: 0;
  display: flex;
}

/* Title cell */
.views-field-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Drag handle */
.tabledrag-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px dashed var(--border);
  border-radius: 10px;
  background: var(--muted);
  cursor: grab;
  user-select: none;
  transition: border-color .15s ease, background .15s ease, transform .05s ease;
  margin-left: 0;
}

.tabledrag-handle:active {
  cursor: grabbing;
  transform: scale(.98);
}

/* Row states */
#draggableviews-table-egnyte-product-tours-page-2-0 tr.draggable:hover {
  box-shadow: var(--shadow);
}

#draggableviews-table-egnyte-product-tours-page-2-0 tr.drag,
#draggableviews-table-egnyte-product-tours-page-2-0 tr.drag-previous {
  outline: 2px solid color-mix(in srgb, var(--brand) 45%, transparent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 18%, transparent);
}

#draggableviews-table-egnyte-product-tours-page-2-0 tr .tabledrag-changed {
  margin-left: 8px;
  color: var(--success);
  font-weight: 700;
}

/* Title link */
.views-field-title .menu-item__link {
  color: var(--text);
  font-weight: 700;
  text-decoration: none;
}

.views-field-title .menu-item__link:hover {
  text-decoration: underline;
}

/* Weight readout */
.views-field-weight {
  margin-top: 8px;
  color: var(--subtext);
  font-size: 12px;
  font-weight: 700;
  background: var(--muted);
  border: 1px solid var(--border);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 999px;
  width: max-content;
}

/* Hidden numeric weight fields */
.views-field-draggableviews.tabledrag-hide {
  display: none !important;
}

.js .tabledrag-toggle-weight[aria-pressed="true"]~table .tabledrag-hide {
  display: block !important;
}

.views-field-draggableviews .form-text {
  width: 80px;
  padding: 6px 8px;
  border: 1px solid var(--border);
  border-radius: 8px;
}

/* Actions */
#edit-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

#edit-save-order.mdc-button {
  border-radius: 10px;
  border: 1px solid var(--brand-700);
  background: var(--brand);
  color: #fff;
  padding: 10px 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform .05s ease, box-shadow .15s ease, background .15s ease;
}

#edit-save-order.mdc-button:hover {
  background: var(--brand-700);
  box-shadow: var(--shadow);
}

#edit-save-order.mdc-button:active {
  transform: translateY(1px);
}

#edit-save-order.mdc-button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--brand) 40%, transparent);
  outline-offset: 2px;
}

/* Responsive tweaks */
@media (min-width: 720px) {
  #draggableviews-table-egnyte-product-tours-page-2-0 td.views-field-weight {
    margin-top: 0;
    position: absolute;
    right: 16px;
    top: 14px;
  }

  #draggableviews-table-egnyte-product-tours-page-2-0 tr.draggable {
    position: relative;
    padding-right: 80px;
  }
}

/* Dark scheme */
@media (prefers-color-scheme: dark) {
  .views-form {
    --bg: #0b1220;
    --muted: #0f172a;
    --border: #1f2937;
    --text: #e5e7eb;
    --subtext: #94a3b8;
    --brand: #38bdf8;
    --brand-700: #0ea5e9;
    --warn-bg: #2a1708;
    --warn-border: #b45309;
    --warn-text: #fdba74;
    --success: #22c55e;
  }
}

.draggable.drag-previous {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  justify-content: space-between;
}

#draggableviews-table-egnyte-product-tours-page-2-0 tbody {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

/* Handle icon */
#draggableviews-table-egnyte-product-tours-page-2-0 .tabledrag-handle:hover .handle {
  opacity: 0.9;
}

#draggableviews-table-egnyte-product-tours-page-2-0 .tabledrag-handle:active .handle {
  transform: scale(.95);
}

#draggableviews-table-egnyte-product-tours-page-2-0 a.tabledrag-handle .handle {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: url('/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_product_tour_feed/templates/image/move.svg') no-repeat 14px 14px !important;
  background-size: cover !important;
  background-position: center !important;
}

#draggableviews-table-egnyte-product-tours-page-2-0 .draggable a.tabledrag-handle {
  margin-left: 0 !important;
}

/****Product Tour Node ***/
/* --- Product Tour Subheader --- */
.product-tours-subheader {
  position: fixed;
  z-index: 9;
  top: 72px;
  right: 0;
  left: 0;
  background-color: #FFF;
  font-size: 15px;
  line-height: 32px;
  font-weight: 600;
  color: #003F65;
}

.product-tours-subheader__back {
  position: relative;
  z-index: 1;
  padding-left: 17px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11" fill="none"><path d="M10 5.5H1" stroke="%23003F65" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.5 10L1 5.5L5.5 1" stroke="%23003F65" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>') 0 50%/11px 11px no-repeat;
  font-weight: 500;
  text-decoration: none;
}

.product-tours-subheader__back:hover {
  text-decoration: underline;
}

.product-tours-subheader__home {
  display: none;
}

.product-tours-subheader__title {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
}

.product-tours-subheader__select {
  position: relative;
}

.product-tours-subheader__select span {
  display: block;
  padding-right: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%23004163" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') 100% 50%/10px 6px no-repeat;
}

.product-tours-subheader__select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* --- Product Tour Iframe Section --- */
.product-tours-iframe {
  z-index: 9;
  top: 104px;
  right: 0;
  bottom: 0;
  left: 0;
}

.product-tours-iframe iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  border: none;
}

/* --- Mobile Message Section --- */
.product-tours-mobile-msg {
  padding: 75px 0;
  display: none;
}

.product-tours-mobile-msg__header {
  color: #003F65;
  font-weight: 700;
}

.product-tours-mobile-msg__text {
  color: #35364E;
  line-height: 1.6;
}

.product-tours-mobile-msg__img {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}

/* --- Responsive Adjustments --- */

/* Tablet adjustments */
@media screen and (max-width: 1023.98px) {
  .product-tours-subheader__title {
    right: 24px;
    text-align: right;
  }
  .product-tours-subheader__select {
    display: none;
  }
}

/* Small screens (phones) */
@media screen and (max-width: 767.98px) {
  .product-tours-subheader__title {
    display: none;
  }
  .product-tours-iframe {
    top: 32px;
    position: relative;
    height: 100vh;
  }
  .product-tours-subheader {
    z-index: 10;
    top: 62px;
  }
}

/* Very small screens (mobile-only mode) */
@media screen and (max-width: 700px) {
  .product-tours-subheader__home {
    display: block;
  }
  .product-tours-iframe {
    display: none;
  }
  .product-tours-mobile-msg {
    display: block;
  }
  .product-tours-subheader__pt {
    display: none;
  }
}

/* --- Landscape mobile override for iframe & warning --- */
@media screen and (orientation: landscape) and (max-height: 700px) {
  #navattic-js {
    display: none;
  }
  #mobile-message {
    display: flex;
    justify-content: center;
    z-index: 99999999999999;
    background: #eaeaea;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  #mobile-message .card {
    border-radius: 8px;
    background-color: #fff;
    height: 250px;
    margin-top: 100px;
    padding: 2rem;
    max-width: 400px;
  }
  #mobile-message h1 {
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.5);
  }
  #app {
    display: none !important;
  }
  .product-tours-iframe {
    height: 700px;
  }
}

/* --- Consent bar fix --- */
#consent_blackbar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483641 !important;
}
