/* =========================
   BASE AD WRAPPER
   ========================= */

   .aam-ad {
   	margin: 20px 0;
   	background: #f6f6f6;
   	transition: 0.25s ease;
   	overflow: hidden;
   }

   .aam-ad:hover {
   	transform: translateY(-2px);
   	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
   }

   /* clickable wrapper */
   .aam-ad-link {
   	display: block;
   	text-decoration: none !important;
   	color: inherit;
   }

/* =========================
   TEXT STYLES (TOP + BOTTOM)
   ========================= */

   .aam-ad-text-top {
   	background: #f6f6f6;
   	color: #000000;
   	font-size: 16px; /* H5-like */
   	font-weight: 700;
   	line-height: 1.4;
   	text-transform: uppercase;
   	text-align: left;
   	padding: 10px 12px;
   }

   .aam-ad-text-bottom {
   	background: #f6f6f6;
   	color: #000000;
   	font-size: 0.875em;
   	line-height: 1.4;
   	text-align: left;
   	padding: 10px 12px;
   	text-decoration: none !important;
   }

   /* links inside text */
   .aam-ad-text-bottom a,
   .aam-ad-text-top a {
   	color: #000;
   	text-decoration: underline;
   }

/* =========================
   IMAGE AREA
   ========================= */

   .aam-ad-image {
   	background: #f6f6f6;
   }

   .aam-ad-image img {
   	width: 100%;
   	height: auto;
   	display: block;
   }

   /* REMOVE sponsored label completely */
   .sponsored-text {
   	display: none;
   }

/* =========================
   SIDEBAR OVERRIDE
   ========================= */

   .widget .aam-ad,
   .sidebar .aam-ad,
   .aam-ad-sidebar {
   	margin: 10px 0;
   }

   .widget .aam-ad-text-top {
   	font-size: 14px;
   }

/* =========================
   CONTENT OVERRIDE
   ========================= */

   .entry-content .aam-ad {
   	margin: 30px 0;
   }