:root {
    --hue: 214;
    --template-bg-light: #f0f4fb;
    --template-text-dark: #495057;
    --template-text-light: #ffffff;
    --template-special-color: #001B4C;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--template-text-dark);
    background-color: var(--template-bg-light);
    margin: 0;
    padding: 0;
}

/* Header styling */
.header img {
    width: 100%;
    height: auto;
    display: block;
}

/* Content container spacing */
#content {
    padding: 20px 15px;
}

.titel img {
    width: 80%;
    height: auto;
}

.home_tekst {
    font-size: 1.1rem;
    line-height: 1.6;
}

.skills, .skills-mobile {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
}

.maillink, .maillink-mobile {
    margin-top: 15px;
}

.maillink img, .maillink-mobile img {
    max-width: 200px;
    height: auto;
}

.space {
    margin-top: 40px;
    margin-bottom: 40px;
}

.space img {
    width: 100%;
    height: auto;
}

.quote-wie {
    font-size: 0.9em;
}

.composities {
    margin-top: 30px;
    margin-bottom: 20px;
}

.composities img {
    max-width: 250px;
    height: auto;
}

/* Composition items layout */
.compositie-row-desktop, .compositie-row-mobile {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 15px;
    padding-bottom: 15px;
    align-items: center;
}

.compositie-row-desktop img, .compositie-row-mobile img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.playbutton {
    width: 40px !important;
    height: 40px !important;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.playbutton:hover {
    transform: scale(1.08);
}

.player {
    display: none;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.year-subtitle {
    font-size: 12px;
    position: relative;
    top: -7px;
    font-style: italic;
}