/*
Theme Name: Spelscan
Description: Een modern WordPress thema voor videogame reviews en video's
Version: 1.0
Author: Spelscan.nl
Author URI: https://spelscan.nl
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spelscan
Tags: gaming, reviews, videos, modern, responsive
*/

/* Import bestaande CSS */
@import url('assets/style.css');

/* WordPress specifieke styling */
.wp-block-image img {
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(30,144,255,0.08);
}

.wp-block-quote {
    background: #f8f9fa;
    border-left: 4px solid #1e90ff;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
    border-radius: 0 8px 8px 0;
}

.wp-block-code {
    background: #1e90ff;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
}

/* WordPress admin bar fix */
.admin-bar .sidebar {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .sidebar {
        top: 46px;
    }
} 