.form-ad-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0;
  text-align: left;
  padding: 0;
  align-self: flex-start;
}

.google-form {
  flex: 2;
  width: 100%;
  min-width: 300px;
  height: 650px;
  border: none;
  display:block;
  margin:0;
}

.desktop-ad {
  flex: 1 !important;
  min-width: 200px !important;
  max-width: 300px !important;
  margin-left: 50px !important;
min-height: 250px;
}
#layoutContainer.layout-side-by-side #sideBySideAd {
  display: block !important;
}
#all {
  margin-bottom: 120px; 
}

.category-wrapper {
  max-height: 40vh;  /* limit height to avoid overlapping other UI */
  overflow-y: auto;  /* scroll if content overflows */
  padding-right: 8px; /* prevent overlap with scrollbar */
}