.sidebar-close-btn {
  display: none;
  background-color: #57556E;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.4);
  border: none;
  color: white;
  margin: 12px;

  @media only screen and (max-width: 800px) {
    display: block;
    margin-bottom: 16px;
  }
}

.sidebar {
  .wp-block-button {
    a {

      &:hover {
        color: white !important;
      }
    }
  }
}

.ad-skyscraper {
  @media (min-width: 801px) {
    > div {
      position: absolute;
      top: 48px;
      left: 12px;
    }
    
    a {
      width: max-content;
    }
  }
}

@media only screen and (max-width: 800px) {
  .ad-popup {
    background: rgba(255, 255, 255, 1);
    width: fit-content !important;
    border-radius: 8px !important;
    box-shadow: 2px 1px 4px 4px rgba(0, 0, 0, 0.4);

    .sidebar-close-btn {
      display: block;
      margin-bottom: 16px;
    }
      
    .advertising_skyscraper {
      position: static !important;
      padding: 14px 10vw 12px;
    }

  }

  .skyscraper-pub {
    display: none !important;
    position: fixed !important;
    align-items: center !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1200 !important;
    background: rgba(0, 0, 0, 0.2);
    overflow-x: auto !important;
    padding: 6vh 0 !important;
    
    >div {
      margin: auto;
    }
  
  }


}