footer.seeaseizure-footer {
  background-color: var(--gray-10) !important;
  padding: 60px 0;
  z-index: 6;
  @media (min-width: 992px) {
    padding: 0 0 55px 0;
    margin-top: 43px !important;
  }

  > svg {
    position: relative;
    top: -42px;
    @media (max-width: 991px) {
      display: none !important;
    }
  }

  .region-footer {
    width: 100%;
    display: grid;

   @media (min-width: 992px) {
      grid-template-columns: 1fr 270px;
      gap: 20px 72px;
   }

    @media (max-width: 991px) {
      gap: 34px 0px;
    }
  }
}

.ot-floating-button {
  display: none;
}

.open-ot-settings {
  display: flex !important;
  align-items: center;
  justify-content: center;

  @media (max-width: 991px) {
    justify-content: flex-start;
  }
}

.open-ot-settings:before {
  content: '';
  display: inline-block;
  width: 47px;
  height: 26.74px;
  background: url('../images/icons/privacy-choices.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}

@media (max-width: 576px) {
  .open-ot-settings {
    justify-content: flex-start;
  }
}
