@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

.wrapper-image-blog {
    position: relative;
    aspect-ratio: 389 / 192;
    overflow: hidden;


}

.wrapper-image-blog .date-blog {
    position: absolute;
    left: 24px;
    top: 26px;
    color: #fff;
    display: inline-block;
    padding: 4px 20px 4px 17px;
    border-radius: 9999px;
    font-family: Merriweather;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;

}

.wrapper-image-blog img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.conten-blog h3 {
    font-family: Merriweather;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
}

.text-blog p,
.text-blog {
    font-family: Merriweather;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
    letter-spacing: 0.3px;

}

.text-blog {
    margin-bottom: 14px;

}

.item-slider {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;

}

.conten-blog {
    padding: 25px 23px;
    background-color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none
}

.button-next-tn {
    right: -60px !important;
    transform: translateY(-11px);
}

.button-prev-tn {
    left: -60px !important;
    transform: translateY(-11px);
}

.swiper-button-next svg path,
.swiper-button-prev svg path {
    transition: all 0.3s ease-in-out;
}


.swiper-button-next:hover svg path,
.swiper-button-prev:hover svg path {
    fill: #000;
}

.date-blog.month-jan {
    background-color: #123456;
}


.date-blog.month-feb {
    background-color: #654321;
}

.date-blog.month-mar {
    background-color: #009688;
}

.date-blog.month-apr {
    background-color: #8BC34A;
}

.date-blog.month-may {
    background-color: #EF3C85;
}

.date-blog.month-jun {
    background-color: #53992F;
}

.date-blog.month-jul {
    background-color: #248EA3;
}

.read-more {
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 5px;
}

.read-more.month-jan:hover,
.month-jan:hover path {
    color: #102d4b;
    fill: #102d4b;
}

.read-more.month-feb:hover,
.month-feb:hover path {
    color: #583b1d;
    fill: #583b1d;
}

.read-more.month-mar:hover,
.month-mar:hover path {
    color: #028376;
    fill: #028376;
}

.read-more.month-apr:hover,
.month-apr:hover path {
    color: #7fb345;
    fill: #7fb345;
}

.read-more.month-may:hover,
.month-may:hover path {
    color: #C2125C;
    fill: #C2125C;
}

.read-more.month-jun:hover,
.month-jun:hover path {
    color: #386920;
    fill: #386920;
}

.read-more.month-jul:hover,
.month-jul:hover path {
    color: #14505C;
    fill: #14505C;
}


.read-more.month-jan,
.month-jan path {
    color: #123456;
    fill: #123456;
}

.read-more.month-feb,
.month-feb path {
    color: #654321;
    fill: #654321;
}

.read-more.month-mar,
.month-mar path {
    color: #009688;
    fill: #009688;
}

.read-more.month-apr,
.month-apr path {
    color: #8BC34A;
    fill: #8BC34A;
}

.read-more.month-may,
.month-may path {
    color: #EF3C85;
    fill: #EF3C85;
}

.read-more.month-jun,
.month-jun path {
    color: #53992F;
    fill: #53992F;
}

.read-more.month-jul,
.month-jul path {
    color: #248EA3;
    fill: #248EA3;
}


.challenge-image-widget {
    max-width: 418px;
    aspect-ratio: 471 / 494;
    overflow: hidden;
    border-radius: 12.26px;
    width: 45%;
}

.challenge-image-widget img {
    height: 100%;
    width: 100%;
}

.wrapper-challenge-widget {
    display: flex;
    gap: 108px;
    align-items: center;
}

.content-challenge-widget {
    width: 55%
}

.content-challenge-widget .challenge-buttons-sph .btn-learn-more:hover{
	background-color:  #EEFBFD
}


.content-challenge-widget .challenge-buttons-sph .btn-learn-more{
	transition: all 0.3s ease-in-out
}

.category-challenge-home {
    font-family: Merriweather;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #248EA3;
    background: #248EA347;
    display: inline-block;
    padding: 2px 12px;
    border-radius: 999px;
    margin-bottom: 25px;
    letter-spacing: 0.2px;

}

.title-challenge-home {
    margin-top: 0px;
    font-family: Merriweather;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    max-width: 472px;
    margin-bottom: 20px;
    letter-spacing: 0.2px;

}

.text-challenge p {
    font-family: Merriweather;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
    letter-spacing: 0.2px;


}

.text-challenge {
    margin-bottom: 26px;
    max-width: 538px;
}

.list-infor-challenge {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px
}

.item-infor-challenge {
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: 1px solid #DADADA;
    background: #FFFFFF;
    padding: 8px 24px 9px;
    border-radius: 12px;
    min-width: 150px;
}

.item-infor-challenge span {
    font-family: Merriweather;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;

}

.item-infor-challenge {
    font-family: Merriweather;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    gap: 16px;

}

.sub-link {
    font-family: Merriweather;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF !important;
    background: #248EA3;
    padding: 13px 28px;
    border-radius: 999px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    letter-spacing: 0.3px;
}

.sub-link:hover {
    background: #14505C;
}

.list_challenges {
    display: flex;
    gap: 25px;
    justify-content: start;
    flex-wrap: wrap;
}

.overlay-upcoming p {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 13px;

}

.header-item-challenges {
    display: flex;
    justify-content: space-between;
}

.item_challenges {
    width: calc((100% - 50px) / 3);
    background-color: #fff;
    padding: 23px 24px 35px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    display: block;
    cursor: pointer;
    min-height: 278px;
    display: flex;
    flex-direction: column;
/* 	transition: all 0.4s ease-in-out */
}

.item_challenges:hover{
	background-color: #DEE7DE;
}

.item_challenges.item-challenge-upcoming:hover{
	background-color: #FFF;
}

.item_challenges.item-challenge-upcoming{
	cursor: unset
}


.item_challenges > a.link-submit{
	position: absolute;
    width: 100%;
	left: 0;
    top: 0;
    height: 100%;
	z-index: -1
}

.link-for-upcoming, .link-for-open {
	position: relative;
	z-index: 2;
}

.prev_challenges .text-blog {
    font-family: 'Inter' !important;
    letter-spacing: 0px !important;
}

/* .prev_challenges .item_challenges:hover{
	background-color: #E5E7EB;
} */

/* .item_challenges:hover:has(.link-for-open:hover),  .item_challenges:hover:has(.link-for-upcoming:hover), 
.item_challenges:hover:has(.link-for-upcoming:hover) .overlay-upcoming{
    background-color: white; 
} */

.header-item-challenges p {
    font-family: "Merriweather", serif;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: right;

}

.link-for-open, .link-for-upcoming{
	transition: unset !important;
}

.item_challenges h3 {
    margin: 0px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin-bottom: 14px;
}

.header-item-challenges span {
    font-family: "Merriweather", serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    border: 1px solid #E5E7EB;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 999px;
    color: #fff;
    line-height: 1;

}

.body-challenges {
    margin-top: 15px;
}
.body-challenges-single .list-infor-challenge {
    margin-bottom: 18px;
}
.body-challenges .text-blog {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
    letter-spacing: 0.2px;
    margin-bottom: 16px;
}

.link-for-open,
.link-for-upcoming {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    border-radius: 13px;
    line-height: 24px;
    transition: all 0.3s ease-in-out;

}

.link-for-upcoming:hover {
    background-color: #DEE7DE;
    color: #000;
}

.prev_challenges .item_challenges:hover .link-for-upcoming {
	background-color: #fff
}

.prev_challenges .item_challenges .link-for-upcoming:hover{
	background-color: #677A6C;
    color: #fff;
}

#filter-upcoming_challenges {
    font-family: 'Merriweather';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    vertical-align: middle;
    padding: 9px 20px 9px 10px;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    min-width: 105px;
    margin-left: 7px;
}

#filter-upcoming_challenges option {
    padding: 10px;
}

.header-upcoming_challenges::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.28886 7.57042C6.43928 7.4257 6.641 7.34662 6.8497 7.35055C7.0584 7.35449 7.257 7.44113 7.40186 7.59142L11.2974 11.7263L15.1929 7.59142C15.2637 7.51336 15.3494 7.4503 15.445 7.40599C15.5407 7.36168 15.6442 7.33702 15.7495 7.33346C15.8549 7.3299 15.9599 7.34752 16.0583 7.38527C16.1567 7.42303 16.2465 7.48015 16.3224 7.55326C16.3983 7.62636 16.4588 7.71396 16.5002 7.81086C16.5417 7.90777 16.5632 8.012 16.5636 8.11739C16.5641 8.22278 16.5433 8.32719 16.5026 8.42441C16.462 8.52164 16.4022 8.60972 16.3269 8.68342L11.8644 13.4084C11.7909 13.4846 11.7028 13.5453 11.6054 13.5867C11.508 13.6281 11.4032 13.6494 11.2974 13.6494C11.1915 13.6494 11.0867 13.6281 10.9893 13.5867C10.8919 13.5453 10.8038 13.4846 10.7304 13.4084L6.26786 8.68342C6.12314 8.533 6.04405 8.33127 6.04799 8.12257C6.05193 7.91387 6.13856 7.71528 6.28886 7.57042Z' fill='%231F2937'/%3E%3C/svg%3E");
    right: 7px;
    top: 7px;
    display: block;
    position: absolute;
    pointer-events: none;
}

.header-upcoming_challenges {
    width: fit-content;
    position: relative;
    margin-bottom: 64px;
    font-family: 'Merriweather';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #374151;

    letter-spacing: 0.2px;
}

.link-for-upcoming {
    padding: 6px 13px;
    border: 1px solid #000000;
    color: #000;
    min-width: 138px;
}

.header-item-challenges span {
    color: #000;
}

.link-for-open {
    padding: 6px 42px 6px;
    border: 1px solid #E5E7EB;
    background: #53992F;
    color: #fff;

}
.link-for-open:hover{
	color: #fff;
	background:  #3B6D22
}

.time-challenges svg {
    margin-top: 3px;

    min-width: 14px;
}

.bottom-item-challenges {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding: 0 9px;
}

.header-item-challenges .polititcs {
    background: #53992F;
    color: #fff;

}

.header-item-challenges .media {
    background: #EF3C85;
    color: #fff;

}

.time-challenges p {
    margin-bottom: 0;
}

.line-custom {
    display: block;
    height: 5px;
}

.time-challenges {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #6B7280;
    display: flex;
    gap: 5px;
    align-items: start;
    gap: 13px;
}


.header-item-challenges .global-warming {
    background: #2B85A0;
    color: #fff;

}

.header-item-challenges .technology{
	background: #F0468D;
	color: #fff
}

.pagination-challenges .css-pagination:disabled{
	border-color: #ccc #ccc #bbb;
	    background-color: transparent !important
}

.item_challenges {
    position: relative;
    overflow: hidden;
}

.css-pagination {
    background-color: transparent !important;
    padding: 0px !important;
    text-align: center;
    align-content: center;
    min-width: 34.75px;
    height: 34px;
    border-radius: 6px !important;
    color: #374151 !important;
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1;
    text-align: center;
    cursor: pointer;


}

.css-pagination:hover {
    background-color: #fff !important
}

.css-pagination.active {
    color: #FFF !important;
    background-color: #000000 !important;

}

.css-pagination svg {
    margin-top: 5px;
}

.pagination-challenges {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 71px;
}

.overlay-upcoming {
    width: 100%;
    display: flex !important;
    position: absolute;
    backdrop-filter: blur(4px);
    background: #FFFFFFE5;
    height: 70%;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 35px;
}

.pagination-btn.css-pagination {
    min-width: 34px;
}

.item-infor-challenge p {
    margin-top: 1px ! Important;
}

.read-more-single {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: "Merriweather";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
    margin-top: 4px;
    gap: 4px;
	transition: all 0.3s ease-in-out;
}

.read-more-single svg path{
	transition: all 0.3s ease-in-out;
	
}

.read-more-single:hover{
	color: #000;
}

.read-more-single:hover svg path{
	fill: #000;
}

.content-challenges-single {
    margin-bottom: 24px;
}

.body-challenges .item-infor-challenge {
    min-width: 151px;
    padding: 8px 21px 9px;
}

.cate-single {
    background: #248EA347;
    color: #248EA3;
    font-family: "Merriweather";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: fit-content;
    border-radius: 999px;
    padding: 1px 17px !important;

}

.custom-date {
    font-family: 'Merriweather';
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
    letter-spacing: 0.8px;

}

.title {
    font-family: "Merriweather";
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 27px;
    letter-spacing: 1.2px;
}

.list_guidelines {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 79px;
    list-style: none;
}

.item_guidelines {
    font-family: 'Merriweather';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
    padding-left: 10px;
    position: relative;
    letter-spacing: 0.28px;
}

.item_guidelines::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #4B5563;
    left: -2px;
    top: 12px;
}

.column-2 {
    width: calc((100% - 79px) / 2);
}

.column-1 {
    width: 100%;
}

.short-content-single,
.full-content p {
    font-family: "Merriweather";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
    letter-spacing: 0.2px;
}


@media (max-width: 1400px) {
    .button-next-tn {
        right: -15px !important;
    }



    .button-prev-tn {
        left: -15px !important;
    }

    .bottom-item-challenges {
        padding: 0;
    }
}

@media (max-width: 1024px) {
	
	.search-works-form > svg{
		left: 16px !important
	}
    .wrapper-challenge-widget {
        gap: 30px;
    }

    .item_challenges {
        width: calc((100% - 50px) / 2);
    }

    .list_guidelines {
        gap: 10px 40px;
    }

    .column-2 {
        width: calc((100% - 40px) / 2);
    }
}

@media (max-width: 767px) {
    .wrapper-challenge-widget {
        gap: 30px;
        flex-wrap: wrap;
    }
    .title , .custom-date{
        font-size: 30px;
    }
    .column-2 {
        width: 100%;
    }
    .challenge-image-widget,
    .content-challenge-widget {
        width: 100%;
    }

    .text-challenge {
        max-width: 100%;
    }

    .item_challenges {
        width: 100%;
    }
}

/* sph */

.excerpt-work-blog p {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-category-work{
	font-family: 'Merriweather';
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 0%;
	color: #000;
	margin-bottom: 31px
}

.list-item-work{
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	
}

.thumbnail-work-blog{
/* 	aspect-ratio: 389.3 / 192; */
	line-height: 0;
	position: relative;
	overflow: hidden;
	
}

.tag-work-blog{
	position: absolute;
	left: 23.66px;
	top: 24px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 4px 19px 4px 17px;
	border-radius: 9999px;
	
}

.pagination-work-blog a{
	font-family: 'Inter';
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: #374151;
	background: #fff;
	border: 1px solid #D1D5DB;
	padding: 8px 13px 10px 11px;
	border-radius: 6px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-work-blog a.active{
	color: #fff;
	border: 1px solid #E5E7EB;
	background: #000
}

.pagination-work-blog a:not(.active):hover{
	background: #fff;
	border-color: #ccc #bbb #aaa;
}

.pagination-work-blog a.prev-page.disabled:hover, .pagination-work-blog a.next-page.disabled:hover {
	background: unset;
	border-color: #D1D5DB;
}

.pagination-work-blog{
	display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
	padding-top: 5px;
}
.thumbnail-work-blog a{
	display: inline-block;
	aspect-ratio: 389.3 / 192;
	line-height: 0;
	width: 100%;
	height: 100%;
}

.thumbnail-work-blog img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content-work-blog{
	padding: 24px 24px 24px 24px;
	background: #fff;
}

.title-work-blog a{
	font-family: 'Merriweather';
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0%;
	margin-bottom: 14px;
	color: #000;
	display: inline-block
}

.thumbnail-work-blog a img{
	transition: all 0.3s ease-in-out;
	transform: scale(1);
}

.thumbnail-work-blog a:hover img{
	transform: scale(1.05);
}

.excerpt-work-blog{
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #4B5563;
	margin-bottom: 12px;

}

.link-work-blog a{
	display: inline-flex;
	align-items: center;
	gap: 11.66px;
	color: #484848;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
	transition: all 0.3s ease-in-out
	
}

.link-work-blog a:hover{
	font-weight: 700;
	color: #000;
}

.link-work-blog a svg path{
	transition: all 0.3s ease-in-out
}

.link-work-blog a:hover svg path{
	fill: #000 !important
}

.item-group-work{
	margin-bottom: 67px
}

.item-group-work::last-child{
	margin-bottom: 0
}

.item-work-blog{
	width: calc((100% - 64px) / 3);
	box-shadow: 
        0px 4px 6px -4px #0000001A,
        0px 10px 15px -3px #0000001A;
	border-radius: 12px;
	overflow: hidden
}

.search-works-form{
	position: relative;
	
}

.search-works-form > svg{
	position: absolute;
	left: 24.13px;
	top: 50%;
	transform: translateY(-50%);
}

.search-works-form input{
	border: 1px solid #D1D5DB !important;
	outline: none !important;
	box-shadow: none !important;
	font-family: 'Merriweather' !important;
	font-weight: 400 !important;
	font-size: 18.19px !important;
	line-height: 100% !important;
    padding-left: 65px;
    height: 52px;
    width: 100%;
	border-radius: 10px !important;
	color: #696A7D !important;
	max-width: 513px !important;
	background: #fff !important;
}

.user-social-links a:hover svg path{
	fill: #000
}


.search-works-form input:focus, .search-works-form input:focus-visible{
	color: #696A7D !important;
}

.search-works-form input:hover,
.search-works-form input:focus {
   color: #696A7D !important;
}

.search-works-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; 
    -webkit-text-fill-color: #696A7D !important;
	font-family: 'Merriweather', serif !important;
    font-weight: 400 !important;
    font-size: 18.19px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: #fff !important;
    font-family: 'Merriweather' !important;
    font-weight: 400 !important;
    font-size: 18.19px !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #696A7D !important;
}

.related-works-blog .list-item-work{
	justify-content: center;
}

.search-suggestions {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 9999;
    max-height: 200px;
    overflow-y: auto;
	width: calc(100% - 7px);
}

.search-suggestions {
    max-height: 300px;
    overflow-y: auto;

    scrollbar-width: none; 
    -ms-overflow-style: none;  
}

.search-suggestions::-webkit-scrollbar {
    display: none; 
}

.search-suggestions li {
    padding: 8px 12px;
    cursor: pointer;
}

.search-suggestions li:hover {
    background-color: #f0f0f0;
}


.works-content-sph p {
    color: #2D3748;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 20px;
}

.works-content-sph h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #000000;
    margin: 36px 0 18px;
}

.works-content-sph h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    color: #000000;
    margin: 32px 0 16px;
}

.works-content-sph h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #000000;
    margin: 28px 0 14px;
}

.works-content-sph h5 {
    font-size: 19px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    margin: 24px 0 12px;
}

.works-content-sph h6 {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
    margin: 20px 0 10px;
}

.works-content-sph ul,
.works-content-sph ol {
    padding-left: 20px;
    margin-bottom: 20px;
    color: #2D3748;
    font-size: 18px;
    line-height: 28px;
	margin-left: 0
}

.works-content-sph ul li,
.works-content-sph ol li {
    margin-bottom: 10px;

}

.works-content-sph blockquote {
    border-left: 4px solid #CBD5E0;
    padding-left: 20px;
    margin: 30px 0;
    color: #4A5568;
    font-style: italic;
    background: #F7FAFC;
}

.works-content-sph img {
    max-width: 100%;
    height: auto;
    margin: 25px 0;
    display: block;
}

.works-content-sph a {
    color: #3182CE;
    text-decoration: underline;
}

.works-content-sph strong {
    font-weight: bold;
}

.works-content-sph em {
    font-style: italic;
}

.works-content-sph table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 16px;
    line-height: 24px;
}

.works-content-sph table th,
.works-content-sph table td {
    border: 1px solid #E2E8F0;
    padding: 12px;
    text-align: left;
}

.works-content-sph figure {
    margin: 25px 0;
}

.works-content-sph figcaption {
    font-size: 14px;
    color: #718096;
    text-align: center;
    margin-top: 8px;
}


.user-social-links{
	display: flex;
    align-items: center;
    gap: 20px;
}

.challenge-buttons-sph .btn-learn-more{
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #248EA3 !important;
    background: inherit;
    padding: 12px 27px;
    border-radius: 999px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    letter-spacing: 0.3px;
    border: 1px solid #248EA3;
}

.challenge-buttons-sph{
	display: flex;
    align-items: center;
    gap: 16px;
}


@media (max-width: 1023px){
	.item-work-blog{
		width: calc((100% - 32px) / 2)
	}
}

@media (max-width: 767px){
	.works-content-sph p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
  }


  .works-content-sph h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 28px 0 14px;
  }

  .works-content-sph h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 24px 0 12px;
  }

  .works-content-sph h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0 10px;
  }

  .works-content-sph h5 {
    font-size: 18px;
    line-height: 24px;
    margin: 18px 0 9px;
  }

  .works-content-sph h6 {
    font-size: 16px;
    line-height: 22px;
    margin: 16px 0 8px;
  }

  .works-content-sph ul,
  .works-content-sph ol {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .works-content-sph ul li,
  .works-content-sph ol li {
    margin-bottom: 8px;
  }

  .works-content-sph blockquote {
    font-size: 16px;
    line-height: 26px;
    margin: 24px 0;
    padding-left: 16px;
  }

  .works-content-sph table {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
  }

  .works-content-sph table th,
  .works-content-sph table td {
    padding: 8px;
  }
}

@media (max-width: 640px){
	.item-work-blog{
		width: 100%
	}
	
	.search-works-form input {
		padding-left: 45px;
		background-position: left 10px center;
		background-size: 24px;
	}
	
	.content-work-blog{
		padding: 24px 15px;
	}
	
	.text-category-work{
		font-size: 24px;
		line-height: 1.3
	}
	.search-works-form input{
		font-size: 16px !important;
		height: 42px !important;
	}
}


@media (max-width: 430px){
	.challenge-buttons-sph{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
	
	.challenge-buttons-sph a{
		min-width: 150px;
		text-align: center;
	}
}