/*
Theme Name: Blocksy Child
Description: Child theme voor Blocksy - GBDB Video Plugin
Author: Jouw Naam
Template: blocksy
Version: 1.0.0
*/

/* Importeer parent theme styles */
@import url("../blocksy/style.css");

/* Jouw custom CSS hier */
.video-player {
    margin: 20px 0;
    text-align: center;
}

.video-meta {
    margin: 30px 0;
}

.video-omschrijving {
    margin-bottom: 20px;
}

.video-omschrijving h3 {
    margin-bottom: 10px;
    color: #333;
}

.video-details ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.video-details li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.video-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.cta-button {
    display: inline-block;
    background: #007cba;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.cta-button:hover {
    background: #005a87;
    color: white;
    text-decoration: none;
}

.btn-verras {
    background: #6f42c1;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.btn-verras:hover {
    background: #5a32a3;
    color: white;
    text-decoration: none;
}
