.dra-news-filter {
    background-color: white;
    padding: 1rem 2rem;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.dra-news-filter h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.dra-news-filter.tags a {
    padding: 0 5px;
}

.dra-news-filter ul {
    padding: 0;
    list-style: none;
}

.dra-news-filter .elementor-search-form input[type=search],
.dra-news-filter .elementor-search-form__submit {
    padding: 0 1rem;
}

.dra-news-filter input[type=submit] {
    margin-top: 1rem;
    background-image: linear-gradient(90deg, #294397 0%, #15a6dd 105%);
    padding: 8px 25px;
}

.dra-news-filter label {
    font-weight: 600;
    font-size: 14px;
}

.dra-news-filter select {
    border: solid 1px #d5d5d5;
    margin-top: 3px;
}

.dra-news-filter form div {
    margin-bottom: 15px;
}

.dra-news-filter form div:last-of-type {
    margin-bottom: 0;
}

.dra-news-filter .button.reset {
    display: inline-block;
    padding: 8px 25px;
    background: #ebebeb;
    border-radius: 30px 30px 30px 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.dra-news-filter .button.reset:hover {
    background-color: #f1f1f1;
}