.adthrive-device-desktop .adthrive-recipe,
.adthrive-device-tablet .adthrive-recipe {
	float: right;
	clear: right;
	margin-left: 10px;
}

/* push sticky sidebar down */
.adthrive-ad.adthrive-sticky-sidebar > div {
  top: 63px !important;
}

/* set min width & height to allow bids */
.amu-top-ad,
.amu-mid-ad {
  min-width: 300px;
  min-height:50px;
}

.amu-mid-ad {
  min-width: 300px;
  min-height:250px;
}

body.adthrive-device-desktop .amu-mid-ad {
  min-width: 970px;
  min-height:250px;
}
body.adthrive-device-desktop .amu-top-ad {
  min-width: 728px;
  min-height:90px;
}

body.adthrive-device-desktop .TopAdvertisingWrapper_top__3WxW6 {
  overflow: hidden;
}

/* adjust styles of the label */
.TopAdvertisingWrapper_top__3WxW6 p,
.FullAdvertisingWrapper_full__container__1QXg9 p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* Display ccpa footer on all pages */
.adthrive-ccpa-link {
  display: block !important;
}


/* Place “Advertisement” tag above ads */
body.articlepage .adthrive-content:before {
  content: "Advertisement";
  font-family: "Montserrat", sans-serif, var(--bs-font-sans-serif);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  margin-bottom: 1.4rem;
  margin-top: 1rem;
}
/* END ADVERTISEMENT STYLING */


