/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2025 | 15:04:40 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.tooltipster-base {
	display: none!important;
}	
@media only screen and (min-width: 850px) {
	.list-member .card-member {
		flex: 1 0 21%; 
	}	
    .list-member-desktop .list {
        flex: 1 0 21%
    }
	
	.vote-card-item-container {
		width: 320px;
	}
	
	.vote-card-item-container.section-vote-district .whats-news-title {
		font-size: 24px;	
	}

}

.prize-box {
	background-image: url('/wp-content/uploads/2025/07/gift-box.svg')!important;
}

.south-card-item-container .header-card { 
flex-direction: column;
}
.south-card-item-container .header-card .team-info h2 {font-size: 20px; text-align: center;}
@media only screen and (max-width: 849px) {
	.prize-box-row {
	flex-direction: column;
	}
	.prize-box-row .prize-box{
		min-width: 251px;
    	width: 100%;
		height: 159px;
	}
}

.vote-card-item-container{
	display: flex;
	flex-direction: column;
}

.vote-card {
	margin-top: auto;
}

.vote-action {
	margin: initial;
}
.vote-action button.button {
	font-size: 14px;
}

.main-lucky-draw #header #masthead #logo{ display:none; }
.main-lucky-draw #header #masthead .header-nav-main .header-block{ display:none; }