.cardet-border-none{
    border: none !important;
}

.cardet-project-tag{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.cardet-read-more{
    color:#0074BC !important;

}

.uk-card-title a{

    color: #231f20 ;

}

.news-date{
    text-align: left;
    font-size: 0.9em; 
    color: #666; 
    margin-top: 10px;
}

.text-align-left{
    text-align: left;
}

.cardet-title-post{
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 18px !important;
 
}
.cardet-title-post a{
    color: #FFFFFF;
}

.cardet-post-img{
    border-radius: 5%;
}



#tag-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#tag-filter h3{
    color: #FFFFFF;
}

div .filter-links a {
    text-transform: uppercase;
    opacity: 1;
    transition: opacity 0.3s ease-in-out; 
}
div .filter-links a:hover {
    opacity: 0.5;;
   
}

/* All Projects Colored Tags */

/* Digital Learning */
[data-tag=digital-learning] {
    color: #FA7252 !important;
 }
 /* Education */
 [data-tag=education] {
    color: #EAE7B5 !important;

 }
/* health-wellbeing */
 [data-tag=health-wellbeing] {
    color: #E1A3E5 !important;
 }

 /* sustainable-development-entrepreneurship */
 [data-tag=sustainable-development-entrepreneurship] {
    color: #00ADBB !important;
 }
  /* youth-rights-inclusion */
  [data-tag=youth-rights-inclusion] {
    color: #0582D8 !important;
 }


 #cardet-news-container .news-date{
    color:#FFFFFF
 }



 .cardet-news-download-button{
    color: #FFFFFF !important;
    border: none !important;
 }


 .uk-breadcrumb a{
    color: #00ADBB !important;
 }

 .cardet-triangle{
    color: #00ADBB !important;
 }
 .cardet-triangle:hover{
    color: #00ADBB !important;
 }

 .text-white{
    color: #FFFFFF;
 }
 .cardet-square{
    border-radius: 0px !important;
 }

 #news-letter-btn{
    border: none !important;
 }

 [data-id="template-Vj7BLa5L#0-1-0"] {
    
    padding-left: 0px !important;
}

.cardet-button-blue{
    color:#00ADBB !important;
    border: 2px solid #00ADBB !important;
}

.cardet-button-blue:hover{
    color:#ffffff !important;
    border: 2px solid #00ADBB !important;
    background-color:#00ADBB !important ;
}


/* Active filter is for the projects when we are on a specific project */
.active-filter {
    font-weight: bold;
    background-color: #0077cc;
    padding: 6px 10px;
    border-radius: 4px;
    cursor: default;
    color: unset !important;
}
.active-filter:hover {
    text-decoration: none;
}

.active-filter[data-tag] {
    color: inherit !important;
}