#footer {
  @media (width<768px) {
    #footer-container-main {
      padding-left: 5px;
    }
  }
  #footer-container-main > div > .row {
    @media (width<768px) {
      display: flex;
      flex-direction: column;
      gap: 20px;
      #iqithtmlandbanners-block-1 {
        img {
          margin-bottom: 10px;
        }
      }
      .block-links {
        .block-content ul {
          display: flex !important;
          flex-direction: column;
          gap: 10px;
        }
      }
    }
  }
  .block-toggle > .block-content {
    display: block !important;
  }
  h5.block-title {
    span {
      &::after {
        display: none !important;
      }
    }
  }
}

#back-to-top {
  background: #daa900 !important;
  transition: 200ms;
  bottom: 50%;
  transform: translateX(50px);
  width: 50px;
  border-radius: 100% 0 0 100%;
  right: 0;
  display: flex;
  align-items: center;
  padding-left: 12px;
  height: auto;
  aspect-ratio: 1;
  right: -5px;
  opacity: 1 !important;
  visibility: visible !important;

  &.-back-to-top-visible {
    transform: translateX(0) !important;
  }
}
