/*
Theme Name: Bruto naar Netto
Theme URI: https://www.brutonaarnetto.be/
Author: AlgorithmDevZ
Description: Vergelijkingssite theme voor brutonaarnetto.be — salaris calculator + vergelijkers voor auto, energie, zorg, wonen, hypotheek, internet/tv en sim-only.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: brutonaarnetto
*/

* { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #241c47;
    background: #fff;
}

a { color: inherit; }

img { max-width: 100%; height: auto; }

.page-container {
    min-height: 60vh;
}

main {
    display: block;
}

.skip-menu--button {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-140%);
    z-index: 400;
    background: #6e46cf;
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 0 0 8px 0;
    transition: transform 0.15s ease;
}

.skip-menu--button:focus {
    transform: translateY(0);
}
