.qa-q-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
}

.qa-part-q-list .qa-q-list-item:after {
    content: unset;
}

.qa-q-list-item {
    display: block !important;
    padding: 0 8px !important;
    border: none !important;
}

.qa-video-item-thumb {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 12px;
}

.qa-video-item-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

span.qa-video-item-dificulty {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: inline-block;
    padding: 4px 12px;
    background: #ffb93a;
    border-radius: 6px;
    font-size: 12px;
    color: #000 !important;
}

.qa-q-item-title {
    margin: 12px 0 !important;
    font-size: 16px !important;
}

.qa-q-item-title a {
    color: #505253 !important;
}

body.dark-theme .qa-q-item-title a {
    color: #fff !important;
}

.qa-video-item-avatar-meta {
    display: flex;
    gap: 6px;
    font-size: 13px;
}

span.qa-video-item-avatar {
    height: 40px;
    width: 40px;
    position: relative;
}

a.qa-avatar-link {
    position: relative;
    height: 40px;
    width: 40px;
    display: block;
    overflow: hidden;
    border-radius: 100%;
}

a.qa-avatar-link .qa-avatar-image {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.qa-video-item-meta {
    color: #757575;
}

.dark-theme .qa-video-item-meta {
    color: #9e9e9e;
}

span.qa-video-item-who {
    display: block;
    font-size: 14px;
}

.vdoFilter-wrapper {
    position: relative;
    margin: 16px auto;
    width: 100%;
    max-width: calc(100vw - 52px);
}

.arrow {
    width: 60px;
    height: 30px;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    z-index: 1;
    position: absolute;
    top: 8px;
    font-family: 'Material Symbols Rounded';
}

.dark-theme .arrow {
    color: #fff;
}

.arrow.left {
    left: -1px;
    background: linear-gradient(to left, transparent 0%, white 70%);
    text-align: left;
}

.dark-theme .arrow.left {
    background: linear-gradient(to left, transparent 0%, #25282a 70%);
}

.arrow.left::before {
    content: '\e5e0';
}

.arrow.right {
    right: -1px;
    background: linear-gradient(to right, transparent 0%, white 70%);
    text-align: right;
}

.dark-theme .arrow.right {
    background: linear-gradient(to right, transparent 0%, #25282a 70%);
}

.arrow.right::before {
    content: '\e5e1';
}


.arrow.hidee {
    visibility: hidden;
}

ul.vdoFilter {
    display: flex;
    padding: 8px 0;
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    list-style: none;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    margin: 0;
}

ul.vdoFilter li {
    min-width: max-content;
}

ul.vdoFilter li.all {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 2px solid #999;
}

.vdoFilter li a {
    padding: 0 16px;
    line-height: 30px;
    border-radius: 6px;
    display: inline-block;
    color: #333;
    font-size: 12px;
}

.dark-theme .vdoFilter li a {
    color: #eee;
}

.vdoFilter li a.active {
    background: #1d9bf0;
    color: #fff;
}

.qa-favoriting {
    display: none
}


ul.trending-videos {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.trending-videos li {
    display: flex;
    margin-bottom: 12px;
    gap: 6px;
    align-items: center;
}

ul.trending-videos li:last-child {
    margin-bottom: 0;
}

.trending-left {
    flex-basis: 72px;
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    height: 40px;
    overflow: hidden;
    border-radius: 6px;
}

.trending-left img {
    width: 100%;
    height: 100% !important;
    position: absolute;
    object-fit: cover;
}

.trending-right a {
    font-size: 14px;
    color: #222;
    font-weight: 600;
    line-height: 14px;
    display: block;
}

.dark-theme .trending-right a {
    color: #eee !important;
}

@media (min-width: 850px) and (max-width: 979px) {
    .qa-q-list{
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 500px) {
    .qa-q-list{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 979px) {
    .qa-sidepanel {
        padding: 16px;
    }
}
