/*
 * Winner detail page.
 *
 * These rules were an inline <style> block at the foot of template-winner.php, after </main>.
 * They are the page's own overrides and nothing else supplies them: the award dot's colour and
 * its inline positioning (the shared rule places it absolutely, for the card), the weight of the
 * year and media-type lines, and the sizing that lines the play button up with the gallery button
 * beside it.
 *
 * Reproduced verbatim rather than rewritten -- the point is that the page looks exactly as it did.
 * Enqueued rather than left inline because signal emits style.css as a raw <link> before
 * wp_head(), so an enqueued sheet loads after it and still wins the cascade.
 *
 * Version: 2026.08.25.01
 */

.entry-podcast-section__info-title { color:#000; margin-bottom:15px; font-size:15px;line-height:1.0;}
.entry-podcast-section__info-title strong { font-weight:400; font-style:italic; }
.entry-podcast-section__description  { margin-bottom:2px; }
.icon-linkedin::before {
    content: "\e906";
}
.entry-podcast-section__podcast-list li { margin-bottom:0; }
li.year,li.mediatype { font-weight:600;}
li.category { font-style:italic; }
li.award { padding: 5px 0 0; display:inline-block; clear:both; padding-bottom:15px}
span.choise-circle.gold {
background:#ebc02a;
}
span.choise-circle.silver {
background:#ddd; /*fff9f9;*/
border: 1px solid #0000008c;
}
span.choise-circle.bronze {
background:#fba253;
}
li.award span.label, li.award span.choise-circle {position:relative; display:inline-block;float:left;top:initial;left:initial;right:initial; bottom:0; margin-left:10px;}
li.award span.choise-circle { top:5px; }
#gallerybtn { padding: 15px 10px; margin-bottom:15px}
.profile-intro__bottom-holder { margin-top:10px; }
.profile-intro__bottom-holder ul.social-list, #gallerybtn {width:115px; max-width:115px;min-width:115px;}
.profile-intro__bottom-holder .profile-item { align-self: flex-end;}
@media (max-width: 767px)
{
	.profile-intro__bottom-holder ul.social-list, .profile-intro__bottom-holder .profile-item { margin-right:0;max-width:33%; width:33%; min-width:33%; }
	.profile-item.gallery { text-align:right;}
	#gallerybtn { width:110px; min-width:90px; max-width:110px;padding:15px 5px;}
	.profile-intro .profile-item__podcast { margin-left: auto; margin-right:auto; }
}
