/* Loaded by maleeksperten_disclosure_styles() in functions.php, versioned by file modification time (see
   css/headings.css). The affiliate disclosure: the notice at the top of posts, pages and the front page, the line in
   the footer and the "Annonce" labels on the banners. */

/* The notice (maleeksperten_affiliate_notice()). The element in the selector keeps it ahead of the paragraph rules
   of the parent theme and Elementor. */
p.maleeksperten-disclosure {
	margin: 0 0 20px;
	padding: 10px 14px;
	border-left: 4px solid #f9cd28;
	background: #f7f7f7;
	color: #444;
	font-size: 15px;
	line-height: 1.5;
}

p.maleeksperten-disclosure a {
	color: inherit;
	text-decoration: underline;
}

/* On the front page the notice sits between the menu and the first widget (front-page.php). */
p.maleeksperten-disclosure-front {
	margin: 20px 0 0;
}

/* The footer line goes under the copyright line (footer.php). */
.site-info .maleeksperten-footer-disclosure {
	display: block;
}

.site-info .maleeksperten-footer-disclosure a {
	text-decoration: underline;
}

/* "Annonce" on the header banner and the pop-up box (header.php) and on the footer banner
   (maleeksperten_label_ad_widget() in functions.php). */
.maleeksperten-ad-label {
	display: block;
	color: #767676;
	font-family: "Lato", sans-serif;
	font-size: 11px;
	line-height: 1;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.header-banner .maleeksperten-ad-label {
	margin: 0 0 3px;
	text-align: right;
}

.bottom-banner .maleeksperten-ad-label {
	position: absolute;
	top: 18px;
	left: 30px;
}

/* In a Custom HTML widget the label comes before the banner, whose top margin (.newsmag-margin-top) moves above the
   label so the label sits right over the banner. */
.custom-html-widget > .maleeksperten-ad-label {
	margin-top: 30px;
	text-align: center;
}

.custom-html-widget > .maleeksperten-ad-label + .newsmag-margin-top {
	margin-top: 3px;
}
