.tooltip-inner {
    min-width: 700px;
    text-align: left;
    padding-bottom: 15px;
}
@media screen and (max-width: 480px) { .tooltip-inner { min-width: 300px; } }
@media screen and (max-width: 800px) { .tooltip-inner { min-width: 500px; } }

.tooltip-heading {
    color: #c29b59;
    display: inline-block;
    font-weight: bold;
    padding-top: 7px;
}

.leaderboardCard.collapsed-card #leadeboard-category {
    display: none;
}

#weekYearLabel {
    font-size: 23px;
}

.tooltip-inner {
    min-width: 300px;
    text-align: left;
}

.tooltips {
    position: relative;
    display: inline-block;
}

.tooltips .tooltiptext {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    padding: 10px 5px !important;
    top: 20px;
    left: 60px;
    margin-left: -60px;
    min-width: 300px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltips .tooltiptext .store-tip-list {
    display: flex;
    gap: 5px;
    flex-direction: column;
    max-height: 400px;
    overflow-y: scroll;
}

.tooltips .tooltiptext .store-tip-list span {
    border-bottom: solid 1px rgb(255 255 255 / 24%);
}

.tooltips .tooltiptext .store-tip-list span:last-child {
    border-bottom: none;
}
.tooltips:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltips .tooltiptext h6 {
    font-size: 14px;
    margin-bottom: 2px;
}
/* image thumbnail */
.thumb {
    display: block;
	width: 100%;
	margin: 0;
}

/* Style to article Author */
.by-author {
	font-style: italic;
	line-height: 1.3;
	color: #aab6aa;
}

/* Main Article [Module]
-------------------------------------
* Featured Article Thumbnail
* have a image and a text title.
*/
.featured-article {
	width: 482px;
	height: 350px;
	position: relative;
	margin-bottom: 1em;
}

.featured-article .block-title {
	/* Position & Box Model */
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	/* background */
	background: rgba(0,0,0,0.7);
	/* Width/Height */
	padding: .5em;
	width: 100%;
	/* Text color */
	color: #fff;
}

.featured-article .block-title h2 {
	margin: 0;
}

/* Featured Articles List [BS3]
--------------------------------------------
* show the last 3 articles post
*/

.main-list {
	padding-left: 0;
}

.main-list .media {
    padding: 1.1em 0;
    border-bottom: 1px solid #2d2d2d;
}

.main-list .media-object {
    width: 250px;
    margin-right: 20px;
}

.video-container {
    height: 500px;
}

.video-container iframe {
    width: 100%;
    height: 100%;
}

.main-image {
    width: 60px;
    height: 60px;
    object-fit: contain;
    background: #616161;
}