/* src/questions/style.css */

/* Styles for the Questions block */
.wp-block-custom-questions {
    margin: 0 0 30px;
}
.wp-block-custom-questions ul {
    list-style-type: none;
    margin:0;
    padding:0;


}
.wp-block-custom-questions ul li {
    border-bottom: 1px solid #dbdbdb;
    padding: 30px 20px 30px 5px;
    margin: 0px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400 !important;
    font-family: Rubik, Arial, Tahoma, Verdana;
    transition: background-color 0.2s ease-in-out;
    color: #333 !important;
}
.wp-block-custom-questions ul li:first-child {
    border-top: 1px solid #dbdbdb;
}

.view-all-questions {
    margin: 30px 0 10px;
    text-align: center;
}
.view-all-questions a{
    display: block;
    margin: 10px auto;
    color: #333333;
    text-decoration: underline;
    cursor: pointer;
}

.view-all-questions a:hover {
    color: #005177;
}


