[video-filter-type="search"] {
    overflow: hidden;
}
input[video-filter-search=true] {
    width: 100%;
    height: 100%;
    padding: 10px 0px;
    margin-right: 10px;
    border: none;
    outline: none;
    border-radius: 0px;
    font-size: 16px;
    font-family: Manrope,sans-serif;
    color: var(--slate);
}

[video-list="search"]{
    padding: 4rem 0;
}

[video-list="search"] .error-message{
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    color: var(--slate);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 16px;
}

@media screen and (max-width: 1200px) {
    [video-list="search"] .video-collection-item{
        min-width: auto;
        width: 24%;
    }
}

@media screen and (max-width: 992px) {
    [video-list="search"] .video-collection-item{
        width: 32%;
    }
}

@media screen and (max-width: 768px) {
    [video-list="search"] .video-collection-item{
        width: 48%;
    }
}

@media screen and (max-width: 480px) {
    [video-list="search"] .video-collection-item{
        width: 100%;
    }
}


