/* TheaCRM v2.8.629 – email More menu body portal */

.thea-mobile-email-more > [data-thea-email-more-toggle] {
  position: relative;
  pointer-events: auto !important;
  touch-action: manipulation;
  cursor: pointer;
}

.thea-mobile-email-more__menu--body-portal {
  position: fixed !important;
  right: auto !important;
  bottom: auto !important;
  display: grid !important;
  margin: 0 !important;
  overflow-x: hidden;
  overscroll-behavior: contain;
  border: 1px solid #d9e5dc;
  border-radius: .9rem;
  background: var(--bs-body-bg, #fff);
  box-shadow: 0 18px 48px rgba(12, 37, 21, .3);
  pointer-events: auto !important;
  isolation: isolate;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.thea-mobile-email-more__menu--body-portal[hidden] {
  display: none !important;
}

.thea-mobile-email-more__menu--body-portal a,
.thea-mobile-email-more__menu--body-portal button {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

@media (max-width: 767.98px) {
  .thea-mobile-email-more__menu--body-portal {
    width: calc(100vw - 1rem);
    max-width: 19rem;
  }
}
