.faq-widget .faq-item {
    margin-bottom: 20px;
}
.faq-widget .faq-icon {
    width: 50px; /* Set your desired width */
    margin-left:5px;
    
}
.faq-widget .faq-question {
    font-weight: bold;
    font-family:'Rubik';
    cursor: pointer;
}
.faq-widget .faq-answer {
    display: none;
    margin-top: 10px;
    font-family:'Rubik';
}
.faq-widget .faq-question:hover {
    color: #AAD7D4;
}
.faq-widget .faq-question.active {
    color: #AAD7D4; 
}

/* selected posts css*/
.selected-posts-widget{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.selected-posts-widget .post-item {
    margin-bottom: 20px;
    padding: 10px;
   text-align:center;
}

.selected-posts-widget .post-thumbnail img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.selected-posts-widget .post-title {
    font-size: 18px;
    font-weight: bold;
    text-align:center;
    font-family:'Rubik';
}
.selected-posts-widget .post-title a {
    color:#050505;
}

.selected-posts-widget .post-more-link {
    display: inline-block;
    margin-top: 10px;
    color: #E54F2C;
    text-decoration: none;
    text-align:center;
    font-family:'Rubik';
}

.selected-posts-widget .post-more-link:hover {
    
}