.down-arrow {
    position: relative;
    left: unset;
    transform: unset;
    margin-bottom: 0;
    transition: all ease-in-out .03s;
}

.view-more-button:hover .down-arrow {
    transform: translate(-50%, 5px);
}

.video-card img {
    margin: 0;
}

#prelims-quiz-search,
#prelims-quiz-category {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    background-color: #fff;
    outline: none;
    box-shadow: none;
    max-height: 45px;
}

#prelims-quiz-search:focus,
#prelims-quiz-category:focus {
    outline: none;
    box-shadow: none;
    border-color: #d1d5db;
}