/* Temporty PDF and Flag hero section */
.siuk_flag_pdf_box{
	display:none;
}

.flag_card img {
    width: 40px;
    min-width: 40px;
}

.countries_flags_sec {
    background-color: #ffffff4a;
    border-radius: 16px;
    padding: 24px;
    margin-top: 15px;
}

.countries_flag_sec_info {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 24px !important;
}

.flag_pdf_card_sec{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.flag_pdf_card_sec .flag_card a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1em;
    text-decoration: none;
}

/*  */


.country-pdf-list{
    background-color: #ffffff4a;
    border-radius: 16px;
    padding: 24px;
    margin-top: 24px;
}

.country-pdf-list .cpl_caption p{
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 24px;
}

.cpl_country_list{
    column-gap: 24px;
    display: grid;
    flex-wrap: wrap;
    font-size: 15px;
    grid-template-columns: 1fr 1fr;
    padding: 0 5px;
    row-gap: 24px;
}

.cpl_country-container a{
    display: flex;
    align-items: center;
}

.cpl_country-container img{
    margin-right: 16px;
}

.cpl_country-container span{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}

.cpl_hidden , .haf_hidden{
    display: none;
}

.haf_error{
    font-size: 12px;
    margin-top: 5px;
    color: #C8102E;
    font-family: 'Figtree', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
}

@media only screen and (max-width: 600px) {
	.flag_card img {
		width: 30px;
		min-width: 30px;
	}
}
.bullet_text ul {
    padding-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.bullet_text ul li {
    position: relative;
    padding-left: 35px;
    padding-bottom: 16px;
}
.bullet_text ul li:last-child {
	padding-bottom: 0px;
}
.bullet_text ul li:marker{
	display:none;
	content:"";
}
.bullet_text ul li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background-image: url(/wp-content/uploads/2025/05/tick.webp);
	background-size: contain;
	background-repeat: no-repeat;

}
