.video-list {
    list-style: none;
    padding: 0;
}

.video-item {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    color: inherit;
}

.video-item:hover {
    background-color: #f9f9f9;
}

.video-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video-title {
    font-size: 18px;
    font-weight: bold;
}

.video-date {
    font-size: 14px;
    color: gray;
}

.video-preacher {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}
