/*
 * Horoh CSS Segura | horoh-floating-buttons.css
 * Seção extraída do main.css para reduzir conflito e facilitar manutenção.
 */

/* ==========================================================================
   HOROH | Botões flutuantes Cookies + Acessibilidade lado a lado
   ========================================================================== */

@media (max-width: 767px) {
  /* Botão de acessibilidade */
  #eally-root .eally-widget-open-button,
  .eally-widget-open-button {
    position: fixed !important;
    right: 24px !important;
    bottom: 24px !important;
    z-index: 2147483646 !important;
  }
}

@media (min-width: 768px) {
  #eally-root .eally-widget-open-button,
  .eally-widget-open-button {
    position: fixed !important;
    right: 24px !important;
    bottom: 24px !important;
    z-index: 2147483646 !important;
  }
}
