.zqe-latest-videos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.zqe-latest-video {
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
}

.zqe-latest-video h3 {
    margin-top: 0;
    font-size: 18px;
}

.zqe-latest-video .zqe-status {
    margin-top: 12px;
    font-weight: 600;
    color: #007cba;
}
