
/* home Pagina */
.page-home .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.page-home .hero-gradient {
    background: linear-gradient(to bottom, rgba(251, 249, 244, 0) 0%, rgba(251, 249, 244, 1) 90%);
}

/* Geschiedenispagina */
.page-history .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    display: inline-block;
    vertical-align: middle;
}
.page-history .ink-bleed {
    background-image: radial-gradient(circle at 2px 2px, rgba(115, 92, 0, 0.05) 1px, transparent 0);
    background-size: 24px 24px;
}

/* Shopping pagina */
.page-shopping .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.page-shopping .bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}

/* Contact pagina */
.page-contact .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

/* Alleen voor de Restaurant pagina */
/* Alleen voor de Restaurants pagina */
.page-restaurants .material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.page-restaurants .hero-gradient {
    background: linear-gradient(to bottom, rgba(251, 249, 244, 0) 0%, rgba(251, 249, 244, 1) 100%);
}

/* Alleen voor de Visitors_Info pagina */
.page-visitor_info .material-symbols-outlined {
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
	display: inline-block;
	vertical-align: middle;
}
.page-visitor_info .ink-heavy {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.blog .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }
.blog {
            background-color: #fbf9f4; /* Parchment background from style guide */
        }

.blogpage .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }
.blogpage .serif-content p {
            margin-bottom: 1.5rem;
            color: #1b1c19;
        }
.blogpage .dropcap::first-letter {
            float: left;
            font-size: 4.5rem;
            line-height: 1;
            padding-right: 0.75rem;
            padding-top: 0.25rem;
            font-family: 'Noto Serif', serif;
            font-weight: 700;
            color: #735c00;
        }
.locale-picker {
            border-radius: 12px;
            adding: 8px 14px;
            border: 1px solid #ccc;
            background-color: #fff;
            appearance: none; /* removes default browser styling */
        }
.locale-dropdown {
    position: relative;
    display: inline-block;
}

.locale-button {
    background: white;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 8px 14px;
    cursor: pointer;
    font-size: 14px;
}

.locale-menu {
    display: none;
    position: absolute;
    top: 110%;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 12px;
    min-width: 180px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    z-index: 1000;
}

.locale-menu a {
    display: block;
    padding: 10px 14px;
    text-decoration: none;
    color: #333;
}

.locale-menu a:hover {
    background: #f5f5f5;
}

.locale-dropdown:hover .locale-menu {
    display: block;
}
.flag-icon {
    width: 20px;
    height: 14px;
    margin-right: 8px;
    vertical-align: middle;
    border-radius: 2px;
}