.vote-page {
  width: 100%;
  margin-top: 40px;
}

.vote-page-layout {
  width: 100%;
}

.vote-page-layout-with-side-ads {
  display: grid;
  grid-template-columns: 300px minmax(0, 760px) 300px;
  gap: 24px;
  justify-content: center;
  align-items: start;
}

.vote-main-column {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.vote-main-column .title {
  margin-top: 0;
}

.vote-side-ad {
  position: sticky;
  top: 188px;
  width: 300px;
  min-height: 600px;
  align-self: start;
}

.vote-side-ad .adsbygoogle {
  width: 300px;
  height: 600px;
}

.vote-side-ad-placeholder {
  width: 300px;
  min-height: 600px;
  border: 2px dashed #c9a5d3;
  border-radius: 16px;
  color: #7a7a8c;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: repeating-linear-gradient(
    45deg,
    #f7f1fa,
    #f7f1fa 12px,
    #efe4f4 12px,
    #efe4f4 24px
  );
}

@media screen and (max-width: 1300px) {
  .vote-page-layout-with-side-ads {
    display: block;
  }

  .vote-side-ad {
    display: none;
  }
}
