.playlist-container {
    max-width: 900px;
    margin: auto;
    background: #fff;
}
div#playlist-list {
    margin-bottom: 40px;
}
.playlist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #E6E9ED !important;
    padding-top: 0px;
}

#top #wrap_all .main_color .playlist-header h2 {
    font-size: 18px;
    margin: 0;
}

.video-count {
    color: #6b7280;
    font-size: 15px;
}

.playlist-filters {
    display: flex;
    gap: 12px;
    padding: 16px 0;
    padding-bottom: 0;
}
#top .sort-select {
    flex: 1;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 35px 10px 10px !important;
    font-size: 12px !important;
    border: 1px solid #E6E9ED !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    background-image: url(http://help.leadsquared.kinsta/wp-content/themes/enfold-child/img/up-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 25px !important;
    cursor: pointer;
    color: #27313F !important;
}
.playlist-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
}

.video-left {
    display: flex;
    gap: 14px;
    align-items: center;
}

.video-left img {
    width: 120px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

#top .video-left h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #293442 !important;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-date {
    font-size: 12px;
    color: #335FD6;
    font-weight: 500;
}

.video-right {
    text-align: right;
    font-size: 14px;
    color: #465972;
    min-width: 100px;
}

.video-right span {
    display: block;
}
#top .search-input {
    padding: 10px 14px !important;
    width: 280px !important;
    border-radius: 6px !important;
    border: 1px solid #E6E9ED !important;
    background: #fff !important;
}
.playlist-item:first-child {
    padding-top: 5px;
}
.playlist-item a {
    font-size: 0px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.vp-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.vp-load-more {
    background: #1d2530;
    color: #fff;
    display: inline;
    text-align: center;
    padding: 2px 15px;
    border-radius: 6px;
    cursor: pointer;
}
