/* Footer menù — layout only; colori/stile ereditano da .card / .toggle-section / CSS editor */
:root {
  --vm-footer-safe-bottom: 72px;
}

#vmMenuFooterZone.vm-menu-footer-zone {
  margin-top: 1.25rem;
  padding-bottom: calc(var(--vm-footer-safe-bottom) + env(safe-area-inset-bottom, 0px));
  color: inherit;
}

#vmMenuFooterZone .vm-menu-footer {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 0.35rem;
}

#vmMenuFooterZone .vm-push-prompt,
#vmMenuFooterZone .vm-footer-card {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* Font Awesome: toggle-section/card impostano font-family tema e rompono le icone */
#vmMenuFooterZone .fas,
#vmMenuFooterZone .far {
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#vmMenuFooterZone .fab {
  font-family: "Font Awesome 5 Brands", "FontAwesome";
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#vmMenuFooterZone .vm-footer-card-body {
  padding: 0.55rem 0.65rem;
  gap: 0.3rem;
}

#vmMenuFooterZone .vm-push-prompt .card-body {
  padding: 0.55rem 0.65rem;
  gap: 0.25rem;
}

#vmMenuFooterZone .vm-push-prompt {
  display: none;
}

#vmMenuFooterZone .vm-push-prompt.is-push-box-visible {
  display: block;
}

body.modal-open:has(#vmModal-push-invite.show) #vmPushPromptBox.is-push-box-visible {
  display: none !important;
}

#vmMenuFooterZone .vm-push-denied-notice {
  display: none;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

#vmMenuFooterZone .vm-push-denied-notice.is-visible {
  display: block;
}

#vmMenuFooterZone .vm-push-denied-notice .card-body {
  padding: 0.45rem 0.65rem;
}

#vmMenuFooterZone .vm-push-denied-body {
  text-align: center;
}

#vmMenuFooterZone .vm-push-denied-title {
  font-size: 0.88rem;
  line-height: 1.35;
  color: #7b1230;
  font-weight: 600;
}

#vmMenuFooterZone .vm-push-denied-lead {
  opacity: 0.88;
  line-height: 1.4;
}

#vmMenuFooterZone .vm-push-denied-steps {
  margin: 0 auto;
  padding-left: 1.15rem;
  max-width: 20rem;
  line-height: 1.45;
  opacity: 0.92;
}

#vmMenuFooterZone .vm-push-denied-dismiss {
  background: none;
  border: 0;
  padding: 0.25rem 0.5rem;
  margin-top: 0.05rem;
  font-size: 0.76rem;
  opacity: 0.75;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: inherit;
}

#vmMenuFooterZone .vm-push-denied-instructions {
  margin: 0;
}

#vmMenuFooterZone .vm-push-denied-notice.is-compact .vm-push-denied-steps-wrap {
  display: none;
}

#vmMenuFooterZone .vm-push-denied-notice.is-compact.is-instructions-open .vm-push-denied-steps-wrap {
  display: block;
}

#vmMenuFooterZone .vm-push-retry-note {
  opacity: 0.9;
  line-height: 1.35;
  color: inherit;
}

#vmMenuFooterZone .vm-push-denied-text {
  opacity: 0.78;
  line-height: 1.35;
  text-align: center;
}

#vmMenuFooterZone .vm-push-text .vm-push-copy-line,
#vmMenuFooterZone .vm-push-prose .vm-push-copy-line,
#vmModal-push-invite .vm-push-invite-prose .vm-push-copy-line,
#vmModal-push-invite .vm-push-invite-text .vm-push-copy-line,
#vmModal-push-invite .vm-push-guide-lead .vm-push-copy-line,
#vmModal-push-invite .vm-push-guide-hint .vm-push-copy-line {
  display: block;
}

#vmMenuFooterZone .vm-push-prose,
#vmModal-push-invite .vm-push-invite-prose {
  width: 100%;
  text-align: left;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #4a2a33;
  margin-bottom: 0.75rem;
}

#vmMenuFooterZone .vm-push-prose .vm-push-copy-line,
#vmModal-push-invite .vm-push-invite-prose .vm-push-copy-line {
  margin-bottom: 0.35rem;
}

#vmMenuFooterZone .vm-push-prose .vm-push-copy-line:last-child,
#vmModal-push-invite .vm-push-invite-prose .vm-push-copy-line:last-child {
  margin-bottom: 0;
}

#vmMenuFooterZone .vm-push-prose > p + p,
#vmModal-push-invite .vm-push-invite-prose > p + p {
  margin-top: 0.45rem;
}

#vmMenuFooterZone .vm-push-prompt-actions,
#vmMenuFooterZone .vm-push-denied-notice .vm-push-prompt-actions,
#vmModal-push-invite .vm-push-invite-actions {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  width: 100%;
  margin-top: 0.1rem;
}

#vmMenuFooterZone .vm-push-denied-steps {
  margin: 0;
  padding-left: 1.05rem;
}

#vmMenuFooterZone.is-push-on .vm-push-prompt {
  display: none !important;
}

#vmMenuFooterZone .vm-locale-name {
  font-size: 1rem;
  line-height: 1.25;
}

#vmMenuFooterZone .vm-locale-legal,
#vmMenuFooterZone .vm-locale-address,
#vmMenuFooterZone .vm-footer-meta-row,
#vmMenuFooterZone .vm-footer-brand-line,
#vmMenuFooterZone .vm-brand-link {
  font-size: 0.82rem;
  line-height: 1.35;
}

#vmMenuFooterZone .vm-footer-locale-block {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

#vmMenuFooterZone .vm-footer-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0.1rem;
  margin-top: 0.12rem;
}

#vmMenuFooterZone .vm-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.22rem;
}

#vmMenuFooterZone .vm-meta-item a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#vmMenuFooterZone .vm-footer-divider {
  height: 0;
  border-top: 1px solid currentColor;
  opacity: 0.14;
  margin: 0.35rem 0;
}

#vmMenuFooterZone .vm-footer-brand-block {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

#vmMenuFooterZone .vm-footer-brand-line .vm-brand-link,
#vmMenuFooterZone .vm-brand-link {
  display: inline;
  margin: 0 0.12rem;
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  cursor: pointer;
}

#vmMenuFooterZone .vm-footer-brand-line .vm-brand-link:visited,
#vmMenuFooterZone .vm-brand-link:visited {
  color: inherit;
}

#vmMenuFooterZone .vm-footer-brand-line .vm-brand-link:hover,
#vmMenuFooterZone .vm-footer-brand-line .vm-brand-link:focus-visible,
#vmMenuFooterZone .vm-brand-link:hover,
#vmMenuFooterZone .vm-brand-link:focus-visible {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  opacity: 0.85;
}

#vmMenuFooterZone .vm-footer-dot {
  opacity: 0.45;
  padding: 0 0.08rem;
  user-select: none;
}

#vmMenuFooterZone .vm-footer-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.3rem;
}

#vmMenuFooterZone .vm-push-prompt .toggle-section.vm-push-activate {
  margin: 0;
  display: inline-block;
}

#vmMenuFooterZone .vm-footer-pill--soft {
  width: 100%;
  margin: 0;
  padding: 0.42rem 0.55rem;
  font-size: 0.82rem;
  line-height: 1.2;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.22rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 999px;
  opacity: 0.82;
  cursor: pointer;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: none;
  text-decoration: none;
  box-sizing: border-box;
}

#vmMenuFooterZone .vm-footer-pill--soft:hover {
  opacity: 1;
}

#vmMenuFooterZone .vm-footer-pill--soft i {
  font-size: 0.82rem;
  flex-shrink: 0;
}

#vmMenuFooterZone .vm-footer-pill.toggle-section {
  display: none;
}

#vmMenuFooterZone .vm-footer-disable-wrap {
  margin-top: 0.35rem;
  text-align: center;
}

#vmMenuFooterZone .vm-footer-text-link {
  background: none;
  border: 0;
  padding: 0.35rem 0.45rem;
  color: inherit;
  opacity: 0.65;
  font-size: 0.82rem;
  min-height: 32px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#vmMenuFooterZone .vm-footer-text-link:hover {
  opacity: 0.9;
}

#vmMenuFooterZone.is-push-off .vm-show-if-push-on {
  display: none !important;
}

/* Modali footer premium — superficie SOLIDA (modal-content e .card sono lo stesso nodo) */
.vm-footer-premium-modal {
  z-index: 15010;
}

.vm-footer-premium-modal .vm-footer-premium-dialog {
  max-width: min(92vw, 22.5rem);
  margin: 1rem auto;
  pointer-events: auto;
}

/* Specificità > Bootstrap .modal-content e > nostro transparent precedente */
.vm-footer-premium-modal .modal-content.card.vm-footer-premium-card,
#vmModal-push-invite .modal-content.card.vm-push-invite-card {
  background-color: #f7f0df;
  color: #30161c;
  border: 1px solid #e0d1c0;
  border-radius: 22px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  opacity: 1;
  background-image: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background-clip: padding-box;
}

.vm-footer-premium-modal .card-title,
.vm-footer-premium-modal .vm-footer-premium-title {
  color: #7b1230;
}

.vm-footer-premium-modal .card-text,
.vm-footer-premium-modal .vm-footer-premium-content,
.vm-footer-premium-modal .vm-footer-premium-prose,
.vm-footer-premium-modal .vm-consent-shell,
.vm-footer-premium-modal .vm-consent-form,
.vm-footer-premium-modal .vm-pref-form,
.vm-footer-premium-modal .vm-premium-switch-label {
  color: #4a2a33;
}

.vm-footer-premium-modal .vm-footer-premium-body {
  position: relative;
  padding: 1.1rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  background-color: #f7f0df;
}

.vm-footer-premium-modal .vm-footer-premium-close {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  width: 1.65rem;
  height: 1.65rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  opacity: 0.5;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 2;
}

.vm-footer-premium-modal .vm-footer-premium-close:hover {
  opacity: 0.85;
}

.vm-footer-premium-modal .vm-footer-premium-close i {
  font-size: 0.82rem;
}

.vm-footer-premium-modal .vm-footer-premium-icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.1rem auto 0.55rem;
  border: 1px solid currentColor;
  opacity: 0.85;
}

.vm-footer-premium-modal .vm-footer-premium-icon i {
  font-size: 0.95rem;
}

.vm-footer-premium-modal .vm-footer-premium-title {
  font-size: 0.95rem;
  line-height: 1.3;
  padding: 0 0.35rem;
  opacity: 1;
}

.vm-footer-premium-modal .vm-footer-premium-content,
.vm-footer-premium-modal .vm-footer-premium-prose,
.vm-footer-premium-modal .vm-consent-shell,
.vm-footer-premium-modal .vm-consent-form,
.vm-footer-premium-modal .vm-pref-form {
  opacity: 1;
}

.vm-footer-premium-modal .vm-footer-premium-content {
  text-align: left;
  font-size: 0.78rem;
  line-height: 1.45;
  opacity: 1;
  margin-bottom: 0.75rem;
  width: 100%;
}

.vm-footer-premium-modal .vm-footer-premium-prose {
  font-size: 0.78rem;
  line-height: 1.45;
}

.vm-footer-premium-modal .vm-footer-premium-muted {
  opacity: 0.88;
  font-size: 0.74rem;
  line-height: 1.4;
}

.vm-footer-premium-modal .vm-footer-premium-scroll-inner {
  max-height: min(42vh, 16rem);
  overflow-y: auto;
  padding-right: 0.15rem;
  -webkit-overflow-scrolling: touch;
}

.vm-footer-premium-modal .vm-footer-premium-section {
  margin-top: 0.65rem;
  padding-top: 0.55rem;
  border-top: 1px solid currentColor;
  opacity: 1;
}

.vm-footer-premium-modal .vm-footer-premium-section-title {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.72;
  margin-bottom: 0.25rem;
}

.vm-footer-premium-modal .vm-footer-premium-list {
  margin: 0;
  padding-left: 1.05rem;
  text-align: left;
}

.vm-footer-premium-modal .vm-footer-premium-list li {
  margin-bottom: 0.35rem;
}

.vm-footer-premium-modal .vm-footer-premium-list li:last-child {
  margin-bottom: 0;
}

.vm-footer-premium-modal .toggle-section.vm-footer-premium-dismiss,
.vm-footer-premium-modal .toggle-section.vm-footer-premium-danger {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: block;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.vm-footer-premium-modal .vm-footer-premium-actions {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  width: 100%;
  margin-top: 0.15rem;
}

.vm-footer-premium-modal .vm-footer-premium-actions--dual {
  flex-direction: column-reverse;
}

.vm-footer-premium-modal .vm-footer-premium-secondary {
  background: none;
  border: 0;
  padding: 0.2rem 0.35rem;
  margin: 0;
  color: inherit;
  opacity: 0.72;
  font-size: 0.72rem;
  font-weight: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 1.3;
}

.vm-footer-premium-modal .vm-footer-premium-secondary:hover {
  opacity: 0.9;
}

.vm-footer-premium-modal .toggle-section.vm-footer-premium-danger {
  opacity: 0.92;
}

.vm-footer-premium-modal .toggle-section.vm-footer-premium-danger:disabled {
  opacity: 0.55;
  cursor: wait;
}

.vm-footer-premium-modal .fas,
.vm-footer-premium-modal .far {
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
}

body.modal-open:has(.vm-footer-premium-modal.show) .modal-backdrop.show,
body.modal-open:has(#vmModal-push-invite.show) .modal-backdrop.show {
  opacity: 1;
  background-color: rgba(8, 4, 6, 0.72);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

@media (min-width: 768px) {
  .vm-footer-premium-modal .vm-footer-premium-dialog {
    max-width: 24rem;
  }

  .vm-footer-premium-modal .vm-footer-premium-body {
    padding: 1.15rem 1.1rem 1rem;
  }
}

/* Legacy Bootstrap modal shell — non usato dalle modali premium footer */
.vm-legal-modal:not(.vm-footer-premium-modal) .modal-content {
  background-color: transparent;
  color: inherit;
}

.vm-legal-modal:not(.vm-footer-premium-modal) .modal-header,
.vm-legal-modal:not(.vm-footer-premium-modal) .modal-body,
.vm-legal-modal:not(.vm-footer-premium-modal) .modal-footer {
  color: inherit;
}

/* Modale push invite — card premium coerente col tema menù / CSS editor */
#vmModal-push-invite.vm-push-invite-modal {
  z-index: 15010;
}

#vmModal-push-invite.vm-push-invite-modal .modal-dialog {
  max-width: min(92vw, 22rem);
  margin: 1rem auto;
  pointer-events: auto;
}

#vmModal-push-invite .vm-push-invite-title,
#vmModal-push-invite .card-title {
  color: #7b1230;
}

#vmModal-push-invite .vm-push-invite-text,
#vmModal-push-invite .card-text {
  color: #4a2a33;
}

#vmModal-push-invite .vm-push-invite-body {
  position: relative;
  padding: 1.15rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  background-color: #f7f0df;
}

#vmModal-push-invite .vm-push-invite-close {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  width: 1.65rem;
  height: 1.65rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  opacity: 0.5;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 2;
}

#vmModal-push-invite .vm-push-invite-close:hover {
  opacity: 0.85;
}

#vmModal-push-invite .vm-push-invite-close i {
  font-size: 0.82rem;
}

#vmModal-push-invite .vm-push-invite-icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.15rem 0 0.55rem;
  border: 1px solid currentColor;
  opacity: 0.85;
}

#vmModal-push-invite .vm-push-invite-icon i {
  font-size: 0.95rem;
}

#vmModal-push-invite .vm-push-invite-title {
  font-size: 0.95rem;
  line-height: 1.3;
  margin-bottom: 0.45rem;
  padding: 0 0.5rem;
  opacity: 1;
}

#vmModal-push-invite .vm-push-invite-text {
  font-size: 0.78rem;
  line-height: 1.45;
  opacity: 1;
  margin-bottom: 0;
  padding: 0;
}

#vmModal-push-invite .vm-push-invite-prose .vm-push-guide-hint,
#vmModal-push-invite .vm-push-invite-prose .vm-push-waiting-warn {
  margin-top: 0.45rem;
}

#vmModal-push-invite .vm-push-invite-error {
  color: inherit;
  opacity: 0.92;
  line-height: 1.35;
  padding: 0.35rem 0.5rem;
  border: 1px solid currentColor;
  border-radius: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}

#vmModal-push-invite .toggle-section.vm-push-invite-activate {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: block;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

#vmModal-push-invite .toggle-section.vm-push-invite-activate:disabled {
  opacity: 0.72;
  cursor: wait;
}

#vmModal-push-invite .vm-push-invite-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#vmModal-push-invite .vm-push-guide-lead,
#vmModal-push-invite .vm-push-guide-action {
  font-size: 0.78rem;
  line-height: 1.45;
  padding: 0;
}

#vmModal-push-invite .vm-push-guide-hint {
  font-size: 0.72rem;
  line-height: 1.4;
  opacity: 0.92;
  padding: 0.35rem 0.5rem;
  border: 1px solid rgba(74, 42, 51, 0.25);
  border-radius: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}

#vmModal-push-invite .toggle-section.vm-push-show-browser-prompt {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: block;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

#vmModal-push-invite .toggle-section.vm-push-show-browser-prompt:disabled {
  opacity: 0.72;
  cursor: wait;
}

#vmModal-push-invite .vm-push-guide-back {
  background: none;
  border: 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.76rem;
  opacity: 0.75;
  cursor: pointer;
  text-decoration: underline;
}

#vmModal-push-invite .vm-push-waiting-arrow-wrap {
  width: 100%;
  min-height: 3.25rem;
  position: relative;
  margin: 0 0 0.35rem;
}

#vmModal-push-invite .vm-push-waiting-arrow {
  position: absolute;
  top: 0.15rem;
  left: 0.35rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  color: inherit;
  opacity: 0.95;
}

#vmModal-push-invite .vm-push-waiting-arrow i {
  font-size: 1.45rem;
  line-height: 1;
}

#vmModal-push-invite .vm-push-waiting-corner {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.88;
}

#vmModal-push-invite .vm-push-waiting-arrow--pulse i {
  animation: vm-push-arrow-pulse 1.35s ease-in-out infinite;
}

@keyframes vm-push-arrow-pulse {
  0%, 100% { transform: translateY(0); opacity: 0.72; }
  50% { transform: translateY(-4px); opacity: 1; }
}

#vmModal-push-invite .vm-push-waiting-lead,
#vmModal-push-invite .vm-push-waiting-action {
  font-size: 0.78rem;
  line-height: 1.45;
  padding: 0;
}

#vmModal-push-invite .vm-push-waiting-warn {
  font-size: 0.72rem;
  line-height: 1.4;
  opacity: 0.92;
  padding: 0.35rem 0.5rem;
  border: 1px solid rgba(74, 42, 51, 0.22);
  border-radius: 0.5rem;
  width: 100%;
  box-sizing: border-box;
}

#vmModal-push-invite .vm-push-waiting-busy {
  opacity: 0.92;
  text-align: left;
}

#vmModal-push-invite .vm-push-waiting-busy .vm-push-copy-line {
  display: block;
  margin-top: 0.35rem;
}

#vmModal-push-invite .vm-push-guide-not-granted,
#vmModal-push-invite .vm-push-waiting-not-granted {
  text-align: left;
}

#vmModal-push-invite .toggle-section.vm-push-waiting-register-retry {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: block;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

#vmModal-push-invite .toggle-section.vm-push-waiting-register-retry:disabled {
  opacity: 0.72;
  cursor: wait;
}

#vmModal-push-invite .vm-push-waiting-instructions {
  background: none;
  border: 0;
  padding: 0.2rem 0.5rem;
  font-size: 0.76rem;
  opacity: 0.78;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: inherit;
}

#vmModal-push-invite .vm-push-invite-actions--progress .toggle-section.vm-push-waiting-retry {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: block;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

#vmModal-push-invite .vm-push-invite-actions--progress .toggle-section.vm-push-waiting-retry:disabled {
  opacity: 0.72;
  cursor: wait;
}

#vmModal-push-invite .vm-push-waiting-busy .vm-push-copy-line {
  display: inline;
  margin-top: 0;
  margin-left: 0.35rem;
}

#vmModal-push-invite .vm-push-waiting-back {
  background: none;
  border: 0;
  padding: 0.25rem 0.5rem;
  font-size: 0.76rem;
  opacity: 0.75;
  cursor: pointer;
  text-decoration: underline;
}

#vmModal-push-invite .vm-push-invite-later {
  background: none;
  border: 0;
  padding: 0.15rem 0.35rem;
  margin: 0;
  color: inherit;
  opacity: 0.72;
  font-size: 0.72rem;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 1.3;
  pointer-events: auto;
}

#vmModal-push-invite .vm-push-invite-later:hover {
  opacity: 0.88;
}

#vmModal-push-invite.is-push-success .vm-push-invite-icon {
  color: inherit;
}

#vmModal-push-invite.is-push-success .vm-push-invite-icon .fa-check-circle {
  opacity: 0.92;
}

#vmModal-push-invite .vm-push-success-prose .vm-push-copy-line {
  display: block;
}

#vmModal-push-invite .vm-push-success-prose .vm-push-copy-line + .vm-push-copy-line {
  margin-top: 0.35rem;
}

#vmModal-push-invite .vm-push-invite-actions--success .toggle-section.vm-push-success-ok {
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: block;
  text-align: center;
  box-sizing: border-box;
}

#vmModal-push-invite .vm-push-success-customize {
  background: none;
  border: 0;
  padding: 0.15rem 0.35rem;
  margin: 0;
  color: inherit;
  opacity: 0.72;
  font-size: 0.72rem;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 1.3;
}

#vmModal-push-invite .vm-push-success-customize:hover {
  opacity: 0.88;
}

#vmModal-push-invite .fas,
#vmModal-push-invite .far {
  font-family: "Font Awesome 5 Free", "FontAwesome";
  font-weight: 900;
  font-style: normal;
}

body.modal-open:has(#vmModal-push-invite.show) .modal-backdrop.show {
  opacity: 1;
  background-color: rgba(8, 4, 6, 0.72);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

@media (min-width: 768px) {
  #vmModal-push-invite.vm-push-invite-modal .modal-dialog {
    max-width: 24rem;
  }

  #vmModal-push-invite .vm-push-invite-body {
    padding: 1.2rem 1.15rem 1rem;
  }
}

.vm-consent-actions-main .vm-footer-premium-secondary {
  background: none;
  border: 0;
  padding: 0.15rem 0.35rem;
  margin: 0;
  color: inherit;
  opacity: 0.72;
  font-size: 0.72rem;
  font-weight: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 1.3;
  width: 100%;
  text-align: center;
}

.vm-consent-actions-main .vm-footer-premium-secondary:hover {
  opacity: 0.9;
}

.vm-consent-intro {
  margin-bottom: 0.45rem;
  font-size: 0.78rem;
  line-height: 1.45;
}

.vm-consent-intro--muted {
  opacity: 0.92;
  font-size: 0.74rem;
}

.vm-consent-actions-main {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0.65rem 0 0.35rem;
}

.vm-consent-actions-main .toggle-section {
  width: 100%;
  margin: 0;
  display: block;
  text-align: center;
  box-sizing: border-box;
}

.vm-consent-feedback {
  display: none;
  font-size: 0.74rem;
  padding: 0.4rem 0.55rem;
  border-radius: 0.5rem;
  border: 1px solid currentColor;
  opacity: 0.88;
  margin-top: 0.45rem;
  text-align: center;
}

.vm-consent-feedback.is-visible {
  display: block;
}

.vm-pref-feedback.is-warn {
  opacity: 0.92;
}

.vm-pref-form .vm-pref-save[aria-busy="true"] {
  opacity: 0.78;
  pointer-events: none;
}

.vm-consent-custom {
  display: none;
  margin-top: 0.55rem;
  padding-top: 0.55rem;
  border-top: 1px solid currentColor;
  opacity: 1;
  text-align: left;
}

.vm-consent-custom.is-open {
  display: block;
}

.vm-consent-form,
.vm-pref-form {
  text-align: left;
  font-size: 0.78rem;
}

.vm-premium-switch {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
  cursor: pointer;
  line-height: 1.35;
}

.vm-premium-switch input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.vm-premium-switch-ui {
  flex-shrink: 0;
  width: 2.05rem;
  height: 1.15rem;
  border-radius: 999px;
  border: 1px solid currentColor;
  opacity: 0.55;
  position: relative;
  margin-top: 0.05rem;
  transition: opacity 0.15s ease;
}

.vm-premium-switch-ui::after {
  content: "";
  position: absolute;
  top: 0.12rem;
  left: 0.12rem;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.85;
  transition: transform 0.15s ease;
}

.vm-premium-switch input:checked + .vm-premium-switch-ui {
  opacity: 0.95;
}

.vm-premium-switch input:checked + .vm-premium-switch-ui::after {
  transform: translateX(0.85rem);
}

.vm-premium-switch-label {
  flex: 1;
  min-width: 0;
}

.vm-consent-custom-actions {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.55rem;
}

.vm-consent-custom-actions .toggle-section {
  width: 100%;
  margin: 0;
  display: block;
  text-align: center;
}

.vm-consent-revoke-link {
  background: none;
  border: 0;
  padding: 0.15rem 0.25rem;
  color: inherit;
  opacity: 0.68;
  font-size: 0.72rem;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-align: center;
  width: 100%;
}

.vm-consent-revoke-link:hover {
  opacity: 0.88;
}

.vm-consent-meta {
  font-size: 0.68rem;
  opacity: 0.78;
  margin-top: 0.55rem;
  text-align: center;
}

.vm-pref-section-title {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.72;
  margin: 0.65rem 0 0.45rem;
}

.vm-pref-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.55rem;
}

.vm-pref-chip {
  margin: 0;
  cursor: pointer;
}

.vm-pref-chip input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.vm-pref-chip span {
  display: inline-block;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  border: 1px solid currentColor;
  opacity: 0.72;
  font-size: 0.68rem;
  line-height: 1.2;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vm-pref-chip input:checked + span {
  opacity: 1;
  font-weight: 600;
}

.vm-pref-form .toggle-section {
  width: 100%;
  margin: 0.65rem 0 0;
  display: block;
  text-align: center;
  box-sizing: border-box;
}

.vm-guide-block ol {
  padding-left: 1.2rem;
}

@media (max-width: 420px) {
  #vmMenuFooterZone .vm-footer-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  #vmMenuFooterZone.vm-menu-footer-zone {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
