/*
 * Theme Name:  ClubAlfa News Child
 * Theme URI:   https://www.clubalfa.it/
 * Description: Tema editoriale ClubAlfa.it Custom.
 * Author:      ClubAlfa
 * Author URI:  https://www.clubalfa.it/
 * Template:    clubalfa-news
 * Version:     1.1.6
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
/* Stili comuni per tutti i banner */
.atf_ads,
.in_article_ads {
    min-height: 250px;
    display: block;
	justify-content: center;
	width: 100%;
	background-color: #e0dada24;
    clear: both;
	overflow: hidden;
    text-align: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAPElEQVQoU2NkIA5IMRKhToqBgeEZIYVgRSDD8CmEK8KnEEURLoUYirApxKoIXSFORcgK8SqCKSSoCKQQAJD/CSUFonnJAAAAAElFTkSuQmCC);
}
[data-manual-placement-group="clubalfa_it_sidebar_sticky_dsk"] {
  display: block;
  text-align: center;
  margin: 10px auto;
  width: 100%;
  overflow: hidden;
  min-height: 250px;
}
/* Homepage Mobile & tablet (<= 991px) */
@media (max-width: 991px) {
    .ad-wrapper--hp {
        min-height: 250px;
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

/* Homepage Desktop (>= 992px) */
@media (min-width: 992px) {
    .ad-wrapper--hp {
        min-height: 250px;
		max-width: 980px;
		width: 100%;
        margin-top: 1.1rem;
        margin-bottom: 1.1rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

/* Keep single-image templates visible when parent CSS expects mobile+desktop duplicates. */
.cs-entry__media .cs-entry__media-wrap img:only-child,
.cs-read-next__grid .cs-entry .cs-overlay-background img:only-child {
    display: block !important;
}

/* Keep static social brand icons unfiltered in dark/inverse schemes. */
.cs-social img.clubalfa-static-social-icon {
    filter: none !important;
}
