

.google-form {
  flex: 2;
  width: 100%;
  min-width: 300px;
  height: 650px;
  border: none;
  display:block;
  margin:0;
}


#layoutContainer.layout-side-by-side #sideBySideAd {
  display: block !important;
}
#all {
  margin-bottom: 120px; 
}

.category-wrapper {
  max-height: 40vh;
  overflow-y: auto;
  padding-right: 8px;
}

#layoutContainer.layout-side-by-side .category-wrapper {
  max-height: unset;
  overflow: visible;
  padding-right: 0;
}


.layout-side-by-side .category-content.active {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  grid-auto-rows: 110px; /* each row fixed height */
  gap: 10px;
}
#layoutContainer.layout-side-by-side .left-panel {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  padding-right: 10px;
  box-sizing: border-box;
}