/*
Theme Name: Bliedhuus
Theme URI: 
Author: Textronics
Author URI: 
Description: Bliedhuus specifiek Thema, in 2026 gebouwd op wordpress 6.9 en TT4
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: bliedhuus
Tags: 
*/

/* Tombstone Kaarten */
.bewoner-card {
    background: #F8F7F3;
    border-radius: 12px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.bewoner-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(126, 37, 130, 0.08);
    border-color: var(--wp--preset--color--primary);
}

/* De Quote op de Home */
.home-quote-container {
    background: var(--wp--preset--color--trans-purple);
    border-left: 4px solid var(--wp--preset--color--primary);
    padding: 2rem;
    font-style: italic;
    font-size: 1.25rem;
    border-radius: 0 12px 12px 0;
}