/*
 * Theme Name:  ClubAlfa News English Child
 * Theme URI:   https://www.clubalfa.it/en/
 * Description: ClubAlfa English editorial child theme.
 * Author:      ClubAlfa
 * Author URI:  https://www.clubalfa.it/en/
 * Template:    clubalfa-news
 * Version:     1.0.42
 */

/* Copy any classes from parent theme here. They will override the parent's version. */
/* 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;
}

/* Match byline labels to the date typography. */
.cs-entry__post-meta .cs-meta-date-label {
    font-family: var(--cs-font-post-meta-family), sans-serif;
    font-size: var(--cs-font-post-meta-size);
    line-height: var(--cs-font-post-meta-line-height);
    font-weight: var(--cs-font-post-meta-weight);
    font-style: var(--cs-font-post-meta-style);
    letter-spacing: var(--cs-font-post-meta-letter-spacing);
    text-transform: var(--cs-font-post-meta-text-transform);
}

/* Use the same real brand border as the Automobili byline. */
.cs-entry__post-meta .cs-meta-author-avatar img {
    border: 2px solid #f4b400;
    box-shadow: none !important;
}
