/*

Custom style

You can override the default class or style here

This file will not be overwritten by the updater

/* make the leaderboard ad fluid and never overflow */
.adterra-leaderboard {
  width: 100%;
  max-width: 100%;
  overflow: hidden;       /* hide any excess */
  box-sizing: border-box;
  padding: 0 10px;        /* optional side padding */
  margin: 1.5rem auto;    /* match your my-4 */
}

.adterra-leaderboard iframe {
  display: block;         /* remove inline-block gaps */
  width: 100% !important; /* fill its container */
  height: auto !important;/* scale height to keep aspect */
}

/* if you want to preserve exact 468×60 ratio on really small screens */
@media (max-width: 480px) {
  .adterra-leaderboard {
    padding: 0 5px;
  }
  .adterra-leaderboard iframe {
    aspect-ratio: 468 / 60;
  }
}



.sidebar-ad {
  width: 100%;
  max-width: 300px;   /* or whatever the unit width is */
  margin: 0 auto 1.5rem;
}

.container-f3df104486119a266df11cb778954122__link {
        flex: 0 0 auto;
        width: 25%;
        visibility: hidden !important;
    }

