.news-filter-container, .video-filter-container {
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 32px;
}

.news-filter-search {
    width: 50%;
    position: relative;
    border: 1px solid var(--secondary-label-color);
    border-radius: var(--default-border-radius);
}

.video-filter-container .news-filter-search {
    width: 75%;
}

.news-filter-search label {
    position: absolute;
    bottom: -2px;
}

.news-filter-search input {
    height: 52px;
    box-shadow: none;
    border: 0;
    width: 100%;
    padding: 24px 24px 24px 44px;
}

.news-filter-date-picker {
    border: 1px solid var(--secondary-label-color);
    border-radius: var(--default-border-radius);
    width: 20%;
}

#date-range-picker {
    width: 25%;
}

#tag-filter {
    width: 25%;
}

.video-filter-container #tag-filter {
    width: 25%;
}

.news-filter-tags {
    border: 1px solid var(--secondary-label-color);
    border-radius: var(--default-border-radius);
    width: 25%;
}