/*
Theme Name: Kentekens
Theme URI: https://mijnkentekenportal.nl
Author: MijnKentekenPortal
Author URI: https://mijnkentekenportal.nl
Description: Officieel WordPress-thema voor mijnkentekenportal.nl — uw gids voor alle voertuigdocumentatie in Nederland.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kentekens
*/

/* ── Base custom styles (non-Tailwind) ── */

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.glass-nav {
    backdrop-filter: blur(12px);
    background-color: rgba(251, 249, 248, 0.85);
}

/* WordPress core alignment overrides */
.alignwide {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* WordPress block editor content styles */
.entry-content > * + * {
    margin-top: 1.5em;
}

.entry-content h2 {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-top: 2.5em;
    margin-bottom: 0.75em;
}

.entry-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

.entry-content p {
    line-height: 1.8;
}

.entry-content ul,
.entry-content ol {
    padding-left: 1.5em;
}

.entry-content ul {
    list-style-type: disc;
}

.entry-content ol {
    list-style-type: decimal;
}

.entry-content li + li {
    margin-top: 0.5em;
}

.entry-content blockquote {
    border-left: 4px solid #003d9b;
    padding: 1em 1.5em;
    background: #f5f3f3;
    border-radius: 0 0.5rem 0.5rem 0;
    font-style: italic;
}

.entry-content img {
    border-radius: 0.75rem;
}

.entry-content a {
    color: #003d9b;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.entry-content a:hover {
    opacity: 0.8;
}

/* Share button row */
.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    transition: all 0.2s;
}
