/* 
.right-sidebar {
  position: sticky;
  top: 70px;
  width: 15%;
  height: auto;
  min-height: max-content;
  padding-top: 0;
  padding-bottom: 70px;
  margin-bottom: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-start;
}

.sidebar-ad-stack {
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.sidebar-ad-card {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sidebar-ad-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.28);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  filter: brightness(0.98);
  box-sizing: border-box;
}
*/

.right-sidebar {
  position: sticky;
  top: 70px;
  width: 15%;
  height: auto;
  min-height: max-content;
  padding-top: 0;
  padding-bottom: 70px;
  margin-bottom: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-start;
}

.sidebar-ad-stack {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.sidebar-ad-card {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sidebar-ad-card .adsbygoogle,
.sidebar-adsbygoogle {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}