div{
    box-sizing: border-box;
}


body{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0px;
    padding: 0px; 
}

html.app-home-document {
    height: 100%;
    overflow: hidden;
}

body.app-home-body {
    height: 100%;
    max-height: 100vh;
    max-height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    overflow-x: hidden;
    overflow-x: clip;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.98) 0, rgba(255, 255, 255, 0.3) 31%, transparent 52%),
        radial-gradient(circle at 88% 82%, rgba(55, 137, 218, 0.2) 0, transparent 42%),
        linear-gradient(145deg, #fbfdff 0%, #eaf4fe 43%, #d7eaff 100%);
    background-attachment: fixed;
}

.home-ambient-background {
    position: fixed;
    inset: 98px 0 0;
    z-index: 0;
    overflow: hidden;
    overflow: clip;
    contain: layout paint;
    pointer-events: none;
}

.home-brand-watermark {
    position: absolute;
    top: 64%;
    left: 50%;
    width: clamp(1000px, 135vw, 2500px);
    height: auto;
    opacity: 0.055;
    filter: grayscale(0.94) saturate(0.24) contrast(0.86);
    transform: translate(-53%, -49%) rotate(-8deg) scale(0.96);
    transform-origin: center;
    animation: home-watermark-drift 64s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    will-change: transform;
}

.home-brand-watermark img {
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
    user-select: none;
}

.home-ambient-orb {
    position: absolute;
    display: block;
    border-radius: 50%;
    filter: blur(2px);
}

.home-ambient-orb-one {
    top: -18vw;
    right: -13vw;
    width: 48vw;
    height: 48vw;
    background: rgba(63, 144, 224, 0.08);
}

.home-ambient-orb-two {
    bottom: -24vw;
    left: -16vw;
    width: 55vw;
    height: 55vw;
    background: rgba(255, 255, 255, 0.38);
}

body.app-home-body .container_show_trips {
    position: relative;
    z-index: 2;
    height: calc(100vh - 100px);
    height: calc(100dvh - 100px);
    min-height: 0;
    max-height: calc(100vh - 100px);
    max-height: calc(100dvh - 100px);
    overflow: hidden;
    background: transparent;
}

body.app-home-body .grid-container {
    position: relative;
    z-index: 2;
    height: 100%;
    align-content: start;
    padding-top: 18px;
    padding-bottom: clamp(12px, 3vh, 30px);
}

body.app-home-body .grid-item {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(226, 240, 253, 0.5));
    border: 1px solid rgba(135, 177, 217, 0.58);
    box-shadow: 0 12px 32px rgba(37, 82, 128, 0.11), inset 0 1px 0 rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

body.app-home-body .grid-item:hover {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(226, 240, 253, 0.61));
    border-color: rgba(49, 121, 190, 0.68);
    box-shadow: 0 18px 40px rgba(37, 82, 128, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

body.app-home-body .text-container {
    color: #1d3650;
    border-top-color: rgba(0, 67, 206, 0.68);
}

@keyframes home-watermark-drift {
    0% {
        transform: translate(-53%, -49%) rotate(-8deg) scale(0.96);
    }
    33% {
        transform: translate(-47%, -51%) rotate(-3deg) scale(1.04);
    }
    66% {
        transform: translate(-50%, -46%) rotate(3deg) scale(1.08);
    }
    100% {
        transform: translate(-53%, -49%) rotate(-8deg) scale(0.96);
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-brand-watermark {
        animation: none;
        transform: translate(-50%, -48%) rotate(-6deg) scale(1.02);
    }
}

@media (min-width: 681px) and (max-height: 720px) {
    body.app-home-body .grid-container {
        grid-template-columns: repeat(auto-fill, minmax(170px, 180px));
        gap: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    body.app-home-body .grid-item {
        max-width: 180px;
    }
}


.login_information{
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 4;
    height: 38px;
    line-height: 38px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    box-sizing: border-box;
    margin: 0 0 0 0;
    background: rgb(255,255,255);
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 65%, rgba(255, 255, 255, 0) 100%);   
    border-bottom: 1px solid #b8bfce;
    box-shadow: 0px -20px 70px 10px #000;

}


    /* Optioneel: voor wat ruimte tussen de elementen */
    .login_information > div {
        float: left;
        height: 100%;
        box-sizing: border-box;
    }    

    
            .login_status {
                width: 30%;
                display: flex;
            }

                    .user_icon {
                        background-image: url('/images/btn/btn-user.png');
                        background-size: 28px;
                        background-repeat: no-repeat;
                        background-position: center;
                    }

                    .user_icon {
                        width: 40px;
                        height: 100%;   
                    }

                    .vehicle-user-icon {
                        display: grid;
                        place-items: center;
                        background-image: none;
                    }

                    .vehicle-avatar-svg {
                        display: block;
                        width: 38px;
                        height: 27px;
                        overflow: visible;
                        filter: drop-shadow(0 1px 1px rgba(16, 35, 54, 0.28));
                    }

                    .vehicle-avatar-svg[hidden],
                    .vehicle-brand-avatar[hidden] {
                        display: none;
                    }

                    .vehicle-brand-avatar {
                        display: block;
                        width: 31px;
                        height: 28px;
                        object-fit: contain;
                        background: transparent;
                        filter: drop-shadow(0 1px 1px rgba(16, 35, 54, 0.18));
                    }

                    .vehicle-avatar-paint {
                        fill: var(--vehicle-paint, #4f86b9);
                        stroke: #263746;
                        stroke-width: 1.35;
                        stroke-linejoin: round;
                    }

                    .vehicle-avatar-glass {
                        fill: #dcebf4;
                        stroke: rgba(38, 55, 70, 0.7);
                        stroke-width: 0.7;
                        stroke-linejoin: round;
                    }

                    .vehicle-avatar-tyre {
                        fill: #202830;
                    }

                    .vehicle-avatar-hub {
                        fill: #b9c4ce;
                        stroke: #596671;
                        stroke-width: 0.65;
                    }

                    .user_text {
                        text-align: left;
                        flex: 1;
                        height: 100%;
                        padding: 0 0 0 0;
                    }

            /* ================= */

            .main_menu_option {
                width: 40%;
                display: flex;
            }

                    .menu_icon{
                        background-image: url('/images/btn/btn-home.png');
                        background-size: contain;
                        background-repeat: no-repeat; 
                    }

                    .menu_icon{
                        width: 32px;
                        height: 100%;
                    }

                    .menu_text_h{
                        text-align: right;
                        flex: 1;
                        height: 100%;
                        padding: 0 4px 0 0;
                    }

                    .menu_text_m{
                        text-align: left;
                        flex: 1;
                        height: 100%;
                        padding: 0 0 0 4px;
                    }
        
            /* ================= */

            .logout_option {
                width: 30%;
                display: flex;
            }
            
                    .logout_icon {
                        background-image: url('/images/btn/btn-logout.png');
                        background-size: 28px;
                        background-repeat: no-repeat;
                        background-position: center;
                    }

                    .logout_text {
                        text-align: right;
                        flex: 1;
                        height: 100%;
                        padding: 0 8px 0 0;
                    }
                    
                    .logout_icon {
                        width: 40px;
                        height: 100%;
                    }

            /* ================= */




.header_bn-gps,
.header_background_gradient,
.header_background {
    top: 0;
    left: 0;
    right: 0;
}


/* 
.container_show_trips{
    position: relative; 
    margin: 60px 0px 0px 0px;
}
*/

.container_show_trips {
	margin: 100px 0px 0px 0px;
	min-height: calc(100vh - 100px);
}


.dayZebraDark{
    background-color:#fff;
}

.dayZebraLight{
    background-color:#fff;
}


.header_bn-gps{
    width: 100%;
    display: block;
    
    
/*    background-image: url("https://brandnewgps.com/images/logo/bn-gps-128-transparant.png"); */
/*    background-repeat: no-repeat; */
/*    background-size: 110px; */
/*    background-position: 0% 50%;  */
    height: 60px;
    position: fixed;
    border-bottom: 1px solid #fff;

    z-index: 10;
 /* box-shadow: 0px -20px 70px 10px #000; */
}

.header_background_gradient{
    width: 100%;
    height: 60px;
    display: block;
    position: fixed;
    z-index: 8;
    background: rgb(255,255,255);
/*	background: linear-gradient(90deg, rgb(255, 255, 255) 5%, rgba(255,255,255,0.6) 30%);	*/
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.0) 20%, rgba(255,255,255,0.5) 80%);
}		


.header_background{
    width: 100%;
    display: block;
    background-image: url("https://brandnewgps.com/images/backgrounds/road-001-1024s.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 6%;
    height: 60px;
    position: fixed;
    z-index: 7;
}
    

    


        .header-logo{
            background-image: url('https://www.brandnewgps.com/images/logo/dc_bng-logo.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-color: transparent;
            border: 0;
            padding: 0;
            width: 190px;
            height: 36px;
            position: absolute;
            top: 12px;
            left: 12px;
            cursor: pointer;
            transition: opacity 150ms ease, transform 150ms ease;
        }

        .header-logo:hover {
            opacity: 0.84;
            transform: translateY(-1px);
        }

        .header-logo:focus-visible {
            outline: 3px solid rgba(255, 255, 255, 0.95);
            outline-offset: 3px;
            border-radius: 5px;
        }


        .header_name-bn-gps{
            display: block;
            position: relative;
            left: 90%;
            top: 86%;
            transform: translate(-90%,-86%);
            text-align: right;
            width: 70%;
            font-size: 18px;
            color: #fff;
        }



.fromToRow{
    color: #444;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    border-top: 0px solid #eee;
    margin: 24px 0px 0px 0px;
    border-top: 1px dashed #ddd;
    background: linear-gradient(150deg, rgba(0, 0, 0, 0.05) 15%, rgba(255,255,255,0.5) 60%);
}



                                                                            .spanHeading{
                                                                                border: 0px solid #000;
                                                                                box-sizing: border-box;
                                                                                width: 100%;
                                                                                height: 100%;
                                                                                position: absolute;
                                                                                display: block;
                                                                                letter-spacing: -0.7px;
                                                                            }
                                                                            
                                                                            .spanHeadingStart{
                                                                                top: -16%;
                                                                                left: -50%;
                                                                                transform: rotate(180deg);
                                                                                font-size: 11px;
                                                                                color: #3ca800;
                                                                                display: flex;
                                                                                writing-mode: vertical-lr;
                                                                                border-left: 2px solid #3ca800;
                                                                                box-sizing: border-box;
                                                                                background: linear-gradient(270deg, rgb(255, 255, 255,0) 88%, rgba(60, 168, 1, 0.3) 100%);

                                                                            }
                                                                            
                                                                            .spanHeadingStop{
                                                                                top: -10%;
                                                                                left: -50%;
                                                                                transform: rotate(180deg);
                                                                                font-size: 11px;
                                                                                color: #b00;
                                                                                display: flex;
                                                                                writing-mode: vertical-lr;
                                                                                border-left: 2px solid #c00;
                                                                                box-sizing: border-box;
                                                                                background: linear-gradient(270deg, rgb(255, 255, 255,0) 88%, rgba(204,0,0,0.3) 100%);
                                                                                
                                                                                padding: 2px 0px 0px 0px;
                                                                            }


.dayWrapper{
    width: 100%;
    border: 0px solid #c00;
    margin: 0px 0px 36px 0px;
}

.rowFromTo{
    width: 100%;
    height: 108px;
    border: 0px solid #999;
    margin: 6px 0px 6px 0px;
}

.dayHeading{
    background-color: #eee;
    position: relative;
    height: 42px;
    box-sizing: content-box;
    box-shadow: 0px 20px 10px -17px #999;
    border-bottom: 2px solid #fff;
    overflow: hidden;
}


.span_date_header{
    position: absolute;
    z-index: 2;
    display: block ruby;
    border: 0px solid #000;
    left: 30px;
    top: 80%;
    transform: translate(0%,-80%);
    font-size: 16px;
    font-weight: bold;
    color: #646464;
}




        /*	||----------------------------------- */
        /*	||----------------------------------- */

            .colFromTo{
                float: left;
            }
        /*	||----------	*/
        
        
        /*    .colFromWrapper{}   */
        /*    .colToWrapper{}   */
            
            .colDetailsWrapper{
                border-top: 1px dashed #ddd;
                padding: 6px 0 0 0;
            }





                    /*	||----------------------------------- */
                    /*	||----------------------------------- */	
                    
                        .subColFromTo{
                            height: 32px;
                            line-height: 32px;
                            width: 100%;
                            line-height: 26px;
                            position: relative;
                        }
                        
                        .colHeading{
                            width: 50px;
                            font-weight: bold;
                            height: 100%;
                            position: relative;
                        }
                        
                        .colHeadingFooter{
                            width: 30px;
                            font-weight: bold;
                            height: 100%;
                            position: relative;
                        }
                        
                            .colHeadingFooterUnits{
                                color: #535353;
                                font-size: 10px;
                            }
                        
                        
                    /*	||----------	*/
                
                        
                       /* .colHeadingFrom{}     */
                        
                        .colTime{
                            width: 52px;
                            position: absolute;
                            left: 30px;
                            color: #999;
                            
                        }
                        
                        .colLocation{
                            width: 360px;
                            overflow: hidden;
                            position: absolute;
                            left: 80px;
                        }

                   /*     .colHeadingTo{}   */
                        
                   /*     .colHeadingDetails{}   */
                     /*   .colDistance{} */
                     /*   .colTotalTime{}*/




.timeline {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    margin: 0px;
    padding: 0px;
    opacity: 0.4;
}

.travel {
height: 100%;
position: absolute;
background-color: #e1e1e1;;
}

.idle {
height: 100%;
position: absolute;
background-color: #fff;
}

/* Vervang deze CSS */
.timeline .travel {
transition: background-color 0.3s ease;
}

.fromToRow:hover .travel.highlight,
.rowFromTo:hover .travel.highlight {
background-color: #ffcc00;
opacity: 0.8;
}



/* login.php */
/* =============================== */



.login-container {

    font-family: 'IBM Plex Sans', Arial, sans-serif;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 85%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 10%);
}
.login-container h2 {
    margin-bottom: 1.5rem;
    color: #0f62fe;
    font-weight: 600;
}
.login-container input {
    width: 90%;
    padding: 0.75rem;
    margin: 0.5rem 0;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'IBM Plex Sans', Arial, sans-serif;
}
.login-container input:focus {
    outline: 2px solid #0f62fe;
    outline-offset: -2px;
}
.login-container button {
    width: 60%;
    padding: 1.2rem;
    background-color: #0f62fe;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 1rem;
    font-weight: 500;
    transition: background-color 0.2s;
    text-align: center;
}
.login-container button:hover {
    background-color: #0043ce;
}
.error {
    color: #da1e28;
    margin-bottom: 1rem;
    background-color: #fff1f1;
    padding: 0.75rem;
    border-radius: 4px;
    border: 1px solid #da1e28;
}

/* Account */
/* =============================== */

.image-account {
    background-image: url('/images/btn/btn-user.png');
    background-repeat: no-repeat;
}

.image-updates {
    background-image: url('/images/menu-icons/updates.svg');
    background-repeat: no-repeat;
}

.account-container {
    width: min(92%, 620px);
    margin: 0 auto;
    padding: 24px 0 48px;
}

.account-card {
    padding: clamp(20px, 5vw, 36px);
    background: #ffffff;
    border: 1px solid #d9dfe8;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.account-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.account-heading-icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    background: url('/images/btn/btn-user.png') center / contain no-repeat;
}

.account-card h2,
.account-card h3 {
    margin: 0;
    color: #0f62fe;
}

.account-intro {
    margin: 0 0 24px;
    color: #525252;
    line-height: 1.5;
}

.account-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 26px;
    padding: 5px;
    background: #f4f7fb;
    border: 1px solid #d9dfe8;
    border-radius: 9px;
}

.account-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 10px 14px;
    color: #525252;
    background: transparent;
    border: 0;
    border-radius: 6px;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.account-tab:hover,
.account-tab:focus-visible {
    color: #0043ce;
    background: #e8f1ff;
}

.account-tab:focus-visible {
    outline: 2px solid #0f62fe;
    outline-offset: 1px;
}

.account-tab.is-active {
    color: #ffffff;
    background: #0f62fe;
    box-shadow: 0 2px 5px rgba(15, 98, 254, 0.25);
}

.account-tab-icon {
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.account-tab-icon-profile {
    background-image: url('/images/btn/btn-user.png');
}

.account-tab-icon-password {
    position: relative;
    border: 2px solid currentColor;
    border-radius: 3px;
    width: 15px;
    height: 12px;
    margin-top: 5px;
}

.account-tab-icon-password::before {
    position: absolute;
    content: '';
    left: 2px;
    top: -9px;
    width: 7px;
    height: 8px;
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.account-tab-icon-access {
    position: relative;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.account-tab-icon-access::before,
.account-tab-icon-access::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border: 2px solid currentColor;
    border-radius: 50%;
    background: inherit;
}

.account-tab-icon-access::before { top: -6px; left: -5px; }
.account-tab-icon-access::after { right: -5px; bottom: -6px; }

.account-panel h3 {
    margin-bottom: 6px;
}

.account-section-intro {
    margin: 0 0 18px;
    color: #525252;
    line-height: 1.5;
}

.account-login-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
    padding: 12px 14px;
    color: #525252;
    background: #f4f7fb;
    border-radius: 6px;
}

.account-login-name strong {
    color: #262626;
    overflow-wrap: anywhere;
    text-align: right;
}

.account-form label {
    display: block;
    margin: 16px 0 6px;
    color: #262626;
    font-weight: 500;
}

.account-form input {
    width: 100%;
    padding: 12px;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    font: inherit;
}

.account-form input:focus {
    outline: 2px solid #0f62fe;
    outline-offset: -2px;
}

.account-field-hint,
.account-password-hint {
    display: block;
    margin-top: 6px;
    color: #6f6f6f;
    font-size: 0.9rem;
    line-height: 1.45;
}

.account-submit {
    width: 100%;
    margin-top: 24px;
    padding: 14px 18px;
    color: #ffffff;
    background: #0f62fe;
    border: 0;
    border-radius: 4px;
    font: inherit;
    font-weight: 500;
    cursor: pointer;
}

.account-submit:hover,
.account-submit:focus-visible {
    background: #0043ce;
}

.account-secondary {
    width: 100%;
    margin-top: 10px;
    padding: 12px 18px;
    color: #0f62fe;
    background: #ffffff;
    border: 1px solid #0f62fe;
    border-radius: 4px;
    font: inherit;
    font-weight: 500;
    cursor: pointer;
}

.account-secondary:hover,
.account-secondary:focus-visible {
    color: #0043ce;
    background: #edf5ff;
}

.account-message {
    margin: 18px 0;
    padding: 12px;
    border: 1px solid;
    border-radius: 4px;
}

.account-message-success {
    color: #0e6027;
    background: #defbe6;
    border-color: #24a148;
}

.account-message-error {
    color: #a2191f;
    background: #fff1f1;
    border-color: #da1e28;
}

.account-invite-link {
    margin: 18px 0;
    padding: 15px;
    color: #123b24;
    background: #defbe6;
    border: 1px solid #24a148;
    border-radius: 8px;
}

.account-invite-link p { margin: 5px 0 11px; font-size: .9rem; }
.account-invite-link > div { display: flex; gap: 8px; }
.account-invite-link input { min-width: 0; flex: 1; padding: 10px; border: 1px solid #8d8d8d; border-radius: 4px; }
.account-invite-link button,
.account-member-list button,
.account-pending-invites button {
    padding: 9px 12px;
    color: #0043ce;
    background: #fff;
    border: 1px solid #0f62fe;
    border-radius: 4px;
    cursor: pointer;
    font: inherit;
    font-size: .82rem;
    font-weight: 700;
}

.account-vehicle-access-list { display: grid; gap: 16px; }
.account-vehicle-access-card { overflow: hidden; border: 1px solid #d9e2ef; border-radius: 10px; }
.account-vehicle-access-card > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 15px;
    color: #fff;
    background: linear-gradient(135deg, #002d9c, #0f62fe);
}
.account-vehicle-access-card > header div { display: grid; gap: 2px; }
.account-vehicle-access-card > header strong { font-size: 1.08rem; letter-spacing: .08em; }
.account-vehicle-access-card > header span { color: #d0e2ff; font-size: .82rem; }
.account-vehicle-access-card > header small { padding: 5px 8px; background: rgba(255,255,255,.14); border-radius: 999px; white-space: nowrap; }
.account-member-list { display: grid; }
.account-member-list article,
.account-pending-invites article {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border-bottom: 1px solid #e8edf4;
}
.account-member-list article > div { display: grid; min-width: 0; flex: 1; gap: 2px; }
.account-member-list article > div span { color: #6f6f6f; font-size: .8rem; overflow-wrap: anywhere; }
.account-member-list article > small { color: #525252; white-space: nowrap; }
.account-member-list form,
.account-pending-invites form { margin: 0; }
.account-invite-form { padding: 15px; background: #f7f9fc; }
.account-form select {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    font: inherit;
}
.account-pending-invites { padding: 0 15px 15px; background: #f7f9fc; }
.account-pending-invites > strong { display: block; padding: 11px 0 5px; color: #525252; font-size: .85rem; }
.account-pending-invites article { padding-right: 0; padding-left: 0; }
.account-pending-invites article span { min-width: 0; flex: 1; overflow-wrap: anywhere; font-size: .82rem; }
.account-access-empty { padding: 15px; color: #525252; background: #f4f4f4; border-radius: 6px; }

.invite-page {
    min-height: 100vh;
    margin: 0;
    color: #161616;
    background: radial-gradient(circle at 10% 10%, #d0e2ff 0, transparent 34%), linear-gradient(145deg, #f8fbff, #e7f0ff);
}
.invite-shell { width: min(92%, 620px); margin: 0 auto; padding: clamp(28px, 8vh, 80px) 0; }
.invite-brand { display: inline-block; margin-bottom: 20px; color: #0043ce; font-size: 1.25rem; font-weight: 900; text-decoration: none; }
.invite-card { padding: clamp(22px, 5vw, 38px); background: rgba(255,255,255,.96); border: 1px solid #c6d8f3; border-top: 5px solid #0f62fe; border-radius: 12px; box-shadow: 0 18px 45px rgba(0,45,156,.14); }
.invite-card h1 { margin: 4px 0 18px; color: #002d9c; font-size: clamp(1.55rem, 5vw, 2.25rem); }
.invite-card > p { color: #525252; line-height: 1.55; }
.invite-kicker { margin: 0 !important; color: #0f62fe !important; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.invite-vehicle { display: grid; gap: 3px; margin: 18px 0; padding: 16px; color: #fff; background: linear-gradient(135deg, #002d9c, #0f62fe); border-radius: 8px; }
.invite-vehicle strong { font-size: 1.25rem; letter-spacing: .08em; }
.invite-vehicle span { color: #d0e2ff; }
.invite-vehicle small { margin-top: 6px; color: #fff; }
.invite-home-link { display: block; box-sizing: border-box; text-align: center; text-decoration: none; }

@media (max-width: 420px) {
    .account-tabs { grid-template-columns: 1fr; }
    .account-tab { justify-content: flex-start; }
    .account-invite-link > div,
    .account-member-list article,
    .account-pending-invites article { align-items: stretch; flex-direction: column; }
    .account-login-name {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .account-login-name strong {
        text-align: left;
    }
}

/* Pushmeldingen */
/* =============================== */

.push-container {
    width: min(92%, 620px);
    margin: 0 auto;
    padding: 24px 0 48px;
}

.push-card {
    padding: clamp(20px, 5vw, 36px);
    background: #ffffff;
    border: 1px solid #d9dfe8;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.push-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.push-heading-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    background: url('/images/menu-icons/push.png') center / contain no-repeat;
}

.push-card h2 {
    margin: 0;
    color: #0f62fe;
}

.push-intro {
    margin: 0 0 24px;
    color: #525252;
    line-height: 1.5;
}

.push-subscribe {
    width: 100%;
    padding: 14px 18px;
    color: #ffffff;
    background: #0f62fe;
    border: 0;
    border-radius: 4px;
    font: inherit;
    font-weight: 500;
    cursor: pointer;
}

.push-subscribe:hover,
.push-subscribe:focus-visible {
    background: #0043ce;
}

.push-subscribe:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.push-status {
    margin: 18px 0 0;
    padding: 12px;
    color: #525252;
    background: #f4f4f4;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    line-height: 1.45;
}

.push-status-success {
    color: #0e6027;
    background: #defbe6;
    border-color: #24a148;
}

.push-status-error {
    color: #a2191f;
    background: #fff1f1;
    border-color: #da1e28;
}

.push-device-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.push-device-actions .push-subscribe,
.push-test-button,
.push-unsubscribe-button {
    width: auto;
    min-height: 46px;
    padding: 12px 17px;
    border-radius: 5px;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.push-device-actions .push-subscribe {
    flex: 1 1 220px;
}

.push-test-button {
    flex: 1 1 170px;
    color: #0f62fe;
    background: #ffffff;
    border: 1px solid #0f62fe;
}

.push-test-button:hover,
.push-test-button:focus-visible {
    background: #edf5ff;
}

.push-unsubscribe-button {
    flex: 1 1 210px;
    color: #a2191f;
    background: #ffffff;
    border: 1px solid #da1e28;
}

.push-unsubscribe-button:hover,
.push-unsubscribe-button:focus-visible {
    background: #fff1f1;
}

.push-test-button:disabled,
.push-unsubscribe-button:disabled {
    cursor: not-allowed;
    opacity: 0.58;
}

.push-device-note {
    margin: 11px 0 0;
    color: #6f6f6f;
    font-size: 0.83rem;
    line-height: 1.5;
}

/* Meldingsregels */
/* =============================== */

.notifications-container {
    width: min(92%, 900px);
    margin: 0 auto;
    padding: 24px 0 56px;
    color: #262626;
}

.notifications-hero {
    padding: clamp(22px, 5vw, 38px);
    background: linear-gradient(135deg, #edf5ff 0%, #ffffff 70%);
    border: 1px solid #c6dcff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 67, 206, 0.08);
}

.notifications-heading {
    display: flex;
    align-items: center;
    gap: 16px;
}

.notifications-heading-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    background: url('/images/menu-icons/push.png') center / contain no-repeat;
}

.notifications-eyebrow,
.notifications-card-kicker {
    margin: 0 0 4px;
    color: #0043ce;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.notifications-hero h2 {
    margin: 0;
    color: #0f62fe;
    font-size: clamp(1.7rem, 5vw, 2.35rem);
    line-height: 1.1;
}

.notifications-intro {
    max-width: 720px;
    margin: 20px 0 0;
    color: #3d3d3d;
    font-size: 1.05rem;
    line-height: 1.65;
}

.notifications-message {
    margin-top: 20px;
    padding: 14px 16px;
    border: 1px solid;
    border-radius: 8px;
    line-height: 1.5;
}

.notifications-message-success {
    color: #0e6027;
    background: #defbe6;
    border-color: #24a148;
}

.notifications-message-error {
    color: #a2191f;
    background: #fff1f1;
    border-color: #da1e28;
}

.notifications-card {
    margin-top: 24px;
    padding: clamp(20px, 5vw, 32px);
    background: #ffffff;
    border: 1px solid #d9dfe8;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}

.notifications-activation {
    border-left: 5px solid #0f62fe;
}

.notifications-card-heading {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
}

.notifications-location-heading {
    grid-template-columns: 44px minmax(0, 1fr) auto;
}

.notifications-card-heading h3 {
    margin: 0;
    color: #161616;
    font-size: clamp(1.25rem, 4vw, 1.55rem);
}

.notifications-card-icon {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    color: #0f62fe;
    background: #edf5ff;
    border-radius: 10px;
}

.notifications-icon-bell::before {
    position: absolute;
    content: '';
    left: 13px;
    top: 10px;
    width: 16px;
    height: 20px;
    border: 2px solid currentColor;
    border-radius: 10px 10px 5px 5px;
}

.notifications-icon-bell::after {
    position: absolute;
    content: '';
    left: 19px;
    bottom: 8px;
    width: 7px;
    height: 3px;
    background: currentColor;
    border-radius: 0 0 5px 5px;
}

.notifications-icon-route::before {
    position: absolute;
    content: '';
    left: 10px;
    top: 20px;
    width: 24px;
    height: 2px;
    background: currentColor;
    transform: rotate(-24deg);
}

.notifications-icon-route::after {
    position: absolute;
    content: '';
    inset: 8px;
    background:
        radial-gradient(circle at 5px 25px, currentColor 0 4px, transparent 5px),
        radial-gradient(circle at 27px 4px, currentColor 0 4px, transparent 5px);
}

.notifications-icon-location::before,
.geofence-pin::before {
    position: absolute;
    content: '';
    left: 13px;
    top: 8px;
    width: 16px;
    height: 21px;
    border: 2px solid currentColor;
    border-radius: 50% 50% 50% 4px;
    transform: rotate(-45deg);
}

.notifications-icon-location::after,
.geofence-pin::after {
    position: absolute;
    content: '';
    left: 19px;
    top: 14px;
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 50%;
}

.notifications-card-intro {
    margin: 18px 0 22px;
    color: #525252;
    line-height: 1.6;
}

.notification-event-list {
    display: grid;
    gap: 12px;
}

.notification-vehicle-preferences {
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid #c6d8f3;
    border-radius: 10px;
}

.notification-vehicle-preferences > header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    color: #ffffff;
    background: linear-gradient(135deg, #002d9c, #0f62fe);
}

.notification-vehicle-preferences > header strong { letter-spacing: .08em; }
.notification-vehicle-preferences > header span { min-width: 0; flex: 1; color: #d0e2ff; font-size: .85rem; }
.notification-vehicle-preferences > header small { padding: 4px 7px; background: rgba(255,255,255,.14); border-radius: 999px; white-space: nowrap; }
.notification-vehicle-preferences .notification-event-list { padding: 12px; }

.notification-event-row {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 17px;
    background: #f8faff;
    border: 1px solid #d9e5f7;
    border-radius: 9px;
}

.notification-event-symbol {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #ffffff;
    border-radius: 50%;
    font-size: 0.82rem;
    font-weight: 800;
}

.notification-symbol-start {
    background: #24a148;
}

.notification-symbol-stop {
    background: #da1e28;
}

.notification-event-copy h4,
.geofence-card h4,
.geofence-editor h4 {
    margin: 0;
    color: #161616;
    font-size: 1.05rem;
}

.notification-event-copy p {
    margin: 4px 0 0;
    color: #6f6f6f;
    font-size: 0.9rem;
    line-height: 1.4;
}

.notification-channel-toggles {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.notification-channel-option {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 7px 10px;
    background: #ffffff;
    border: 1px solid #d9dfe8;
    border-radius: 7px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
}

.notification-channel-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.notification-switch {
    position: relative;
    width: 34px;
    height: 20px;
    flex: 0 0 34px;
    background: #8d8d8d;
    border-radius: 999px;
    transition: background 0.2s ease;
}

.notification-switch::after {
    position: absolute;
    content: '';
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;
    transition: transform 0.2s ease;
}

.notification-channel-option input:checked + .notification-switch {
    background: #0f62fe;
}

.notification-channel-option input:checked + .notification-switch::after {
    transform: translateX(14px);
}

.notification-channel-option input:focus-visible + .notification-switch {
    outline: 2px solid #0f62fe;
    outline-offset: 2px;
}

.notifications-primary-button,
.notifications-secondary-button,
.notifications-add-location,
.geofence-edit-button,
.geofence-delete-button {
    min-height: 44px;
    padding: 10px 17px;
    border-radius: 5px;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.notifications-primary-button {
    margin-top: 20px;
    color: #ffffff;
    background: #0f62fe;
    border: 1px solid #0f62fe;
}

.notifications-primary-button:hover,
.notifications-primary-button:focus-visible {
    background: #0043ce;
    border-color: #0043ce;
}

.notifications-secondary-button {
    color: #0f62fe;
    background: #ffffff;
    border: 1px solid #0f62fe;
}

.notifications-secondary-button:hover,
.notifications-secondary-button:focus-visible {
    background: #edf5ff;
}

.notifications-rule-count {
    padding: 6px 10px;
    color: #0043ce;
    background: #edf5ff;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.geofence-list {
    display: grid;
    gap: 11px;
}

.geofence-card {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 16px;
    background: #f8faff;
    border: 1px solid #d9e5f7;
    border-radius: 9px;
}

.geofence-pin {
    position: relative;
    width: 42px;
    height: 42px;
    color: #0f62fe;
    background: #edf5ff;
    border-radius: 50%;
}

.geofence-pin::before {
    left: 12px;
    top: 7px;
}

.geofence-pin::after {
    left: 18px;
    top: 13px;
}

.geofence-title-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.geofence-title-line > span {
    padding: 3px 7px;
    color: #525252;
    background: #e8eef7;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
}

.geofence-copy > p {
    margin: 5px 0 8px;
    color: #525252;
    font-size: 0.9rem;
    line-height: 1.45;
}

.geofence-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.geofence-meta span {
    padding: 4px 8px;
    color: #0043ce;
    background: #edf5ff;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.geofence-actions {
    display: grid;
    gap: 6px;
}

.geofence-actions form {
    margin: 0;
}

.geofence-edit-button,
.geofence-delete-button {
    width: 100%;
    min-height: 36px;
    padding: 6px 10px;
    background: #ffffff;
    font-size: 0.82rem;
}

.geofence-edit-button {
    color: #0f62fe;
    border: 1px solid #0f62fe;
}

.geofence-delete-button {
    color: #a2191f;
    border: 1px solid #da1e28;
}

.geofence-edit-button:hover,
.geofence-edit-button:focus-visible {
    background: #edf5ff;
}

.geofence-delete-button:hover,
.geofence-delete-button:focus-visible {
    background: #fff1f1;
}

.notifications-empty-state {
    padding: 16px;
    color: #525252;
    background: #f4f7fb;
    border-left: 4px solid #0f62fe;
    border-radius: 0 7px 7px 0;
    line-height: 1.5;
}

.notifications-add-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding-left: 0;
    color: #0f62fe;
    background: transparent;
    border: 0;
}

.notifications-add-location > span {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    color: #ffffff;
    background: #0f62fe;
    border-radius: 50%;
    font-size: 1.2rem;
}

.geofence-editor {
    margin-top: 20px;
    padding: clamp(17px, 4vw, 24px);
    background: #f8faff;
    border: 1px solid #b8cff2;
    border-radius: 10px;
}

.geofence-editor[hidden],
.geofence-selected-address[hidden] {
    display: none;
}

.geofence-editor-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.geofence-editor-heading > button {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #525252;
    background: #ffffff;
    border: 1px solid #d9dfe8;
    border-radius: 50%;
    font-size: 1.35rem;
    cursor: pointer;
}

.geofence-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.notification-input-group label,
.geofence-channel-fieldset legend {
    display: block;
    margin-bottom: 7px;
    color: #262626;
    font-size: 0.92rem;
    font-weight: 600;
}

.notification-input-group input,
.notification-input-group select {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #8d8d8d;
    border-radius: 5px;
    font: inherit;
}

.notification-input-group input:focus,
.notification-input-group select:focus {
    outline: 2px solid #0f62fe;
    outline-offset: -2px;
}

.geofence-address-group {
    margin-top: 15px;
}

.geofence-search-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.geofence-search-line button {
    min-height: 46px;
    padding: 10px 15px;
    color: #ffffff;
    background: #0f62fe;
    border: 0;
    border-radius: 5px;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.geofence-search-line button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.notification-field-hint,
.notification-map-hint,
.geofence-attribution {
    margin: 7px 0 0;
    color: #6f6f6f;
    font-size: 0.82rem;
    line-height: 1.45;
}

.geofence-search-status {
    min-height: 21px;
    margin-top: 8px;
    color: #0e6027;
    font-size: 0.88rem;
}

.geofence-search-status.is-error {
    color: #a2191f;
}

.geofence-search-results {
    display: grid;
    gap: 6px;
}

.geofence-search-result {
    width: 100%;
    padding: 11px 13px;
    color: #262626;
    background: #ffffff;
    border: 1px solid #b8cff2;
    border-radius: 6px;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.geofence-search-result:hover,
.geofence-search-result:focus-visible {
    color: #0043ce;
    background: #edf5ff;
    border-color: #0f62fe;
}

.geofence-selected-address {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
    padding: 12px 14px;
    color: #0e6027;
    background: #defbe6;
    border-radius: 7px;
}

.geofence-selected-address > span {
    display: grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
    color: #ffffff;
    background: #24a148;
    border-radius: 50%;
    font-size: 0.78rem;
}

.geofence-selected-address p {
    margin: 3px 0 0;
    color: #3d3d3d;
    line-height: 1.4;
}

.geofence-map {
    width: 100%;
    height: 300px;
    margin-top: 14px;
    background: #e8eef7;
    border: 1px solid #b8cff2;
    border-radius: 8px;
    z-index: 1;
}

.geofence-rule-options {
    margin-top: 17px;
}

.geofence-channel-fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.geofence-editor-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.geofence-attribution a {
    color: #0f62fe;
}

@media (max-width: 720px) {
    .notification-event-row {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .notification-event-row .notification-channel-toggles {
        grid-column: 2;
    }

    .geofence-card {
        grid-template-columns: 42px minmax(0, 1fr);
        align-items: start;
    }

    .geofence-actions {
        grid-column: 2;
        display: flex;
        flex-wrap: wrap;
    }

    .geofence-form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .push-device-actions > button {
        width: 100%;
        flex-basis: 100%;
    }

    .notifications-heading {
        align-items: flex-start;
    }

    .notifications-heading-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .notifications-location-heading {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .notifications-rule-count {
        grid-column: 2;
        justify-self: start;
    }

    .notification-event-row {
        padding: 14px;
    }

    .notification-event-row .notification-channel-toggles,
    .geofence-actions {
        grid-column: 1 / -1;
    }

    .notification-channel-option {
        flex: 1 1 115px;
    }

    .geofence-search-line {
        grid-template-columns: 1fr;
    }

    .geofence-map {
        height: 250px;
    }

    .geofence-editor-actions > button {
        width: 100%;
    }
}

/* Instellingen */
/* =============================== */

.settings-container {
    width: min(92%, 860px);
    margin: 0 auto;
    padding: 24px 0 56px;
    color: #262626;
}

.settings-hero {
    padding: clamp(22px, 5vw, 38px);
    background: linear-gradient(135deg, #edf5ff 0%, #ffffff 70%);
    border: 1px solid #c6dcff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 67, 206, 0.08);
}

.settings-heading {
    display: flex;
    align-items: center;
    gap: 16px;
}

.settings-heading-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    background: url('/images/menu-icons/settings.png') center / contain no-repeat;
}

.settings-eyebrow,
.settings-card-kicker {
    margin: 0 0 4px;
    color: #0043ce;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.settings-hero h2 {
    margin: 0;
    color: #0f62fe;
    font-size: clamp(1.7rem, 5vw, 2.35rem);
    line-height: 1.1;
}

.settings-intro {
    max-width: 680px;
    margin: 20px 0 0;
    color: #3d3d3d;
    font-size: 1.05rem;
    line-height: 1.65;
}

.settings-message {
    margin: 20px 0 0;
    padding: 14px 16px;
    border: 1px solid;
    border-radius: 8px;
    line-height: 1.5;
}

.settings-message-success {
    color: #0e6027;
    background: #defbe6;
    border-color: #24a148;
}

.settings-message-error {
    color: #a2191f;
    background: #fff1f1;
    border-color: #da1e28;
}

.settings-card {
    margin-top: 24px;
    padding: clamp(20px, 5vw, 32px);
    background: #ffffff;
    border: 1px solid #d9dfe8;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}

.settings-card-heading {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
}

.settings-card-heading h3 {
    margin: 0;
    color: #161616;
    font-size: clamp(1.25rem, 4vw, 1.55rem);
}

.settings-card-icon {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    color: #0f62fe;
    background: #edf5ff;
    border-radius: 10px;
}

.settings-card-icon-phone::before {
    position: absolute;
    content: '';
    inset: 10px 14px;
    border: 2px solid currentColor;
    border-radius: 5px;
}

.settings-card-icon-phone::after {
    position: absolute;
    content: '';
    bottom: 12px;
    left: 20px;
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 50%;
}

.settings-card-icon-mileage::before {
    position: absolute;
    content: '';
    inset: 11px 8px 9px;
    border: 2px solid currentColor;
    border-bottom-width: 5px;
    border-radius: 18px 18px 7px 7px;
}

.settings-card-icon-mileage::after {
    position: absolute;
    content: '';
    left: 21px;
    top: 17px;
    width: 2px;
    height: 11px;
    background: currentColor;
    border-radius: 2px;
    transform: rotate(38deg);
    transform-origin: bottom;
}

.settings-count-badge {
    padding: 6px 10px;
    color: #0043ce;
    background: #edf5ff;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.settings-card-intro {
    margin: 18px 0 22px;
    color: #525252;
    line-height: 1.6;
}

.settings-phone-list {
    display: grid;
    gap: 10px;
}

.settings-phone-row {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: end;
    gap: 12px;
    padding: 14px;
    background: #f8faff;
    border: 1px solid #d9e5f7;
    border-radius: 9px;
}

.settings-phone-row[hidden],
.settings-add-phone[hidden],
.settings-remove-phone[hidden] {
    display: none;
}

.settings-phone-number {
    display: grid;
    width: 32px;
    height: 32px;
    margin-bottom: 7px;
    place-items: center;
    color: #ffffff;
    background: #0f62fe;
    border-radius: 50%;
    font-size: 0.9rem;
    font-weight: 700;
}

.settings-phone-input-wrap label,
.settings-input-group label {
    display: block;
    margin-bottom: 7px;
    color: #262626;
    font-size: 0.94rem;
    font-weight: 600;
}

.settings-input-group label span {
    color: #6f6f6f;
    font-weight: 400;
}

.settings-phone-input-wrap input,
.settings-input-group > input,
.settings-input-with-unit {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #8d8d8d;
    border-radius: 5px;
    background: #ffffff;
}

.settings-phone-input-wrap input,
.settings-input-group > input {
    min-height: 46px;
    padding: 11px 12px;
    font: inherit;
}

.settings-phone-input-wrap input:focus,
.settings-input-group > input:focus,
.settings-input-with-unit:focus-within {
    outline: 2px solid #0f62fe;
    outline-offset: -2px;
    border-color: #0f62fe;
}

.settings-remove-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 46px;
    padding: 9px 12px;
    color: #a2191f;
    background: #ffffff;
    border: 1px solid #da1e28;
    border-radius: 5px;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
}

.settings-remove-phone > span:first-child {
    font-size: 1.25rem;
    line-height: 1;
}

.settings-remove-phone:hover,
.settings-remove-phone:focus-visible {
    background: #fff1f1;
}

.settings-add-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 10px 0;
    color: #0f62fe;
    background: transparent;
    border: 0;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.settings-add-phone > span {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    color: #ffffff;
    background: #0f62fe;
    border-radius: 50%;
    font-size: 1.2rem;
    line-height: 1;
}

.settings-add-phone:hover,
.settings-add-phone:focus-visible {
    color: #0043ce;
}

.settings-field-hint {
    margin: 8px 0 0;
    color: #6f6f6f;
    font-size: 0.88rem;
    line-height: 1.5;
}

.settings-primary-button {
    min-height: 48px;
    margin-top: 22px;
    padding: 12px 20px;
    color: #ffffff;
    background: #0f62fe;
    border: 0;
    border-radius: 5px;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.settings-primary-button:hover,
.settings-primary-button:focus-visible {
    background: #0043ce;
}

.settings-vehicle-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
    padding: 13px 15px;
    color: #525252;
    background: #f4f7fb;
    border-radius: 7px;
}

.settings-vehicle-summary strong {
    color: #262626;
    text-align: right;
}

.settings-form-grid {
    display: grid;
    grid-template-columns: minmax(180px, 0.7fr) minmax(220px, 1.3fr);
    gap: 14px;
}

.settings-input-with-unit {
    display: flex;
    align-items: center;
    min-height: 46px;
    overflow: hidden;
}

.settings-input-with-unit input {
    min-width: 0;
    width: 100%;
    min-height: 44px;
    padding: 11px 12px;
    border: 0;
    outline: 0;
    font: inherit;
}

.settings-input-with-unit span {
    align-self: stretch;
    display: flex;
    align-items: center;
    padding: 0 13px;
    color: #525252;
    background: #f4f4f4;
    border-left: 1px solid #d9d9d9;
    font-weight: 600;
}

.settings-inline-notice,
.settings-empty-state {
    padding: 16px;
    color: #525252;
    background: #f4f7fb;
    border-left: 4px solid #0f62fe;
    border-radius: 0 7px 7px 0;
    line-height: 1.5;
}

.settings-history-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin: 32px 0 12px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
}

.settings-history-heading h4 {
    margin: 0;
    color: #161616;
    font-size: 1.15rem;
}

.settings-history-heading > span {
    color: #6f6f6f;
    font-size: 0.88rem;
}

.settings-table-wrap {
    overflow-x: auto;
    border: 1px solid #d9dfe8;
    border-radius: 8px;
}

.settings-history-table {
    width: 100%;
    border-collapse: collapse;
}

.settings-history-table th,
.settings-history-table td {
    padding: 13px 14px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.settings-history-table th {
    color: #525252;
    background: #f4f7fb;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.settings-history-table tbody tr:last-child td {
    border-bottom: 0;
}

.settings-history-table tbody tr:hover {
    background: #f8faff;
}

.settings-history-table td {
    color: #525252;
}

.settings-history-table td strong {
    color: #262626;
    white-space: nowrap;
}

@media (max-width: 680px) {
    .settings-card-heading {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .settings-card-heading .settings-count-badge {
        grid-column: 2;
        justify-self: start;
    }

    .settings-phone-row {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .settings-remove-phone {
        grid-column: 2;
        justify-self: start;
        min-height: 36px;
        padding: 6px 10px;
    }

    .settings-form-grid {
        grid-template-columns: 1fr;
    }

    .settings-primary-button {
        width: 100%;
    }
}

@media (max-width: 540px) {
    .settings-heading {
        align-items: flex-start;
    }

    .settings-heading-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .settings-vehicle-summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .settings-vehicle-summary strong {
        text-align: left;
    }

    .settings-table-wrap {
        overflow: visible;
        border: 0;
    }

    .settings-history-table,
    .settings-history-table tbody,
    .settings-history-table tr,
    .settings-history-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .settings-history-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .settings-history-table tr {
        margin-bottom: 10px;
        padding: 11px 14px;
        background: #f8faff;
        border: 1px solid #d9dfe8;
        border-radius: 8px;
    }

    .settings-history-table td {
        display: grid;
        grid-template-columns: minmax(105px, 0.8fr) minmax(0, 1.2fr);
        gap: 10px;
        padding: 5px 0;
        border: 0;
    }

    .settings-history-table td::before {
        content: attr(data-label);
        color: #6f6f6f;
        font-size: 0.82rem;
        font-weight: 600;
    }
}

/* Wat is er nieuw? */
/* =============================== */

.updates-container {
    width: min(92%, 860px);
    margin: 0 auto;
    padding: 24px 0 56px;
    color: #262626;
}

.updates-hero {
    padding: clamp(22px, 5vw, 38px);
    background: linear-gradient(135deg, #edf5ff 0%, #ffffff 70%);
    border: 1px solid #c6dcff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 67, 206, 0.08);
}

.updates-heading {
    display: flex;
    align-items: center;
    gap: 16px;
}

.updates-heading-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    background: url('/images/menu-icons/updates.svg') center / contain no-repeat;
}

.updates-eyebrow {
    margin: 0 0 4px;
    color: #0043ce;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.updates-hero h2 {
    margin: 0;
    color: #0f62fe;
    font-size: clamp(1.7rem, 5vw, 2.35rem);
    line-height: 1.1;
}

.updates-intro {
    max-width: 680px;
    margin: 20px 0 0;
    color: #3d3d3d;
    font-size: 1.05rem;
    line-height: 1.65;
}

.updates-release {
    position: relative;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 14px;
    margin-top: 30px;
}

.updates-release::before {
    content: '';
    position: absolute;
    top: 18px;
    bottom: -18px;
    left: 12px;
    width: 3px;
    background: linear-gradient(#0f62fe, #d0e2ff);
    border-radius: 3px;
}

.updates-release-marker {
    position: relative;
    z-index: 1;
    width: 27px;
    height: 27px;
    margin-top: 4px;
    background: #ffffff;
    border: 7px solid #0f62fe;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #edf5ff;
}

.updates-release-content {
    min-width: 0;
}

.updates-release-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.updates-release-meta time {
    color: #525252;
    font-size: 0.95rem;
    font-weight: 600;
}

.updates-latest-label {
    padding: 4px 9px;
    color: #ffffff;
    background: #0f62fe;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

.updates-feature-label {
    padding: 4px 9px;
    color: #004144;
    background: #9ef0f0;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
}

.updates-release-featured .updates-release-marker {
    border-color: #007d79;
    box-shadow: 0 0 0 4px #d9fbfb, 0 0 0 8px rgba(0, 125, 121, 0.08);
}

.updates-release-featured .updates-release-content {
    padding: clamp(18px, 4vw, 28px);
    background: linear-gradient(145deg, #f1ffff 0%, #ffffff 44%);
    border: 1px solid #9ef0f0;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(0, 67, 206, 0.09);
}

.updates-release-featured h3 {
    max-width: 700px;
    color: #003a6d;
    font-size: clamp(1.6rem, 4.8vw, 2.2rem);
    line-height: 1.18;
}

.updates-release-featured > .updates-release-content > .updates-release-summary {
    max-width: 700px;
    color: #3d3d3d;
    font-size: 1.08rem;
}

.updates-streetview-release .updates-release-marker {
    border-color: #7b3fe4;
    box-shadow: 0 0 0 4px #eadfff, 0 0 0 8px rgba(123, 63, 228, 0.1);
}

.updates-streetview-release .updates-release-content {
    background:
        radial-gradient(circle at 91% 4%, rgba(170, 121, 255, 0.18), transparent 29%),
        linear-gradient(145deg, #f7f2ff 0%, #ffffff 48%);
    border-color: #cdb7f5;
}

.updates-streetview-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(245px, .82fr);
    gap: 14px;
    margin: 22px 0 18px;
    padding: 14px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 18% 12%, rgba(150, 217, 255, .22), transparent 30%),
        linear-gradient(135deg, #17103e 0%, #342076 52%, #7139ad 100%);
    border-radius: 14px;
    box-shadow: 0 15px 38px rgba(45, 25, 105, .25);
}

.updates-streetview-visual {
    position: relative;
    min-height: 286px;
    overflow: hidden;
    background: linear-gradient(#80c9f0 0 44%, #b9d89e 44% 55%, #717982 55% 100%);
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 11px;
    box-shadow: inset 0 0 45px rgba(20, 34, 62, .18);
}

.updates-streetview-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .12), transparent 25%, transparent 75%, rgba(32, 19, 70, .14)),
        radial-gradient(ellipse at center, transparent 42%, rgba(20, 25, 50, .16));
}

.updates-streetview-sun {
    position: absolute;
    top: 22px;
    right: 46px;
    width: 38px;
    height: 38px;
    background: #fff4b2;
    border-radius: 50%;
    box-shadow: 0 0 28px 10px rgba(255, 241, 166, .42);
}

.updates-streetview-building {
    position: absolute;
    z-index: 1;
    bottom: 42%;
    background: repeating-linear-gradient(90deg, #dce5ec 0 19px, #81a9c1 20px 29px);
    border-top: 8px solid #405a6b;
    box-shadow: 0 5px 10px rgba(27, 47, 58, .18);
}

.updates-streetview-building-left {
    left: -10px;
    width: 42%;
    height: 88px;
    transform: skewY(3deg);
}

.updates-streetview-building-right {
    right: -14px;
    width: 34%;
    height: 116px;
    background: repeating-linear-gradient(90deg, #ead8c7 0 22px, #8ba8b8 23px 31px);
    border-top-color: #725c4e;
    transform: skewY(-4deg);
}

.updates-streetview-road {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -42%;
    width: 78%;
    height: 92%;
    background: linear-gradient(90deg, #626971, #858d94 48%, #626971);
    transform: translateX(-50%) perspective(180px) rotateX(42deg);
    clip-path: polygon(38% 0, 62% 0, 100% 100%, 0 100%);
}

.updates-streetview-centerline {
    position: absolute;
    z-index: 3;
    bottom: -3%;
    left: 50%;
    width: 6px;
    height: 50%;
    background: repeating-linear-gradient(#fff 0 22px, transparent 22px 40px);
    opacity: .82;
    transform: translateX(-50%) perspective(130px) rotateX(35deg);
}

.updates-streetview-orbit {
    position: absolute;
    z-index: 4;
    top: 32px;
    left: 50%;
    width: min(72%, 250px);
    height: 116px;
    overflow: visible;
    transform: translateX(-50%);
    filter: drop-shadow(0 3px 4px rgba(30, 17, 70, .26));
}

.updates-streetview-orbit path {
    fill: none;
    stroke: rgba(255, 255, 255, .94);
    stroke-width: 6;
    stroke-linecap: round;
}

.updates-streetview-orbit marker path {
    fill: #ffffff;
    stroke: none;
}

.updates-streetview-badge {
    position: absolute;
    z-index: 5;
    top: 70px;
    left: 50%;
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    color: #39206e;
    background: rgba(255, 255, 255, .95);
    border: 4px solid rgba(119, 76, 191, .35);
    border-radius: 50%;
    box-shadow: 0 9px 24px rgba(32, 17, 73, .25);
    font-size: 1.25rem;
    font-weight: 900;
    transform: translateX(-50%);
}

.updates-streetview-drag {
    position: absolute;
    z-index: 5;
    top: 148px;
    left: 50%;
    padding: 5px 10px;
    color: #ffffff;
    background: rgba(29, 18, 67, .75);
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 700;
    white-space: nowrap;
    transform: translateX(-50%);
}

.updates-streetview-points {
    position: absolute;
    z-index: 5;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    justify-content: center;
    gap: 7px;
}

.updates-streetview-points span {
    padding: 6px 12px;
    color: #31424d;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 999px;
    box-shadow: 0 4px 10px rgba(18, 35, 45, .2);
    font-size: .68rem;
    font-weight: 800;
}

.updates-streetview-points .is-active {
    color: #ffffff;
    background: #5f35a5;
}

.updates-streetview-copy {
    align-self: center;
    padding: clamp(10px, 2vw, 20px);
}

.updates-streetview-copy h4 {
    margin: 5px 0 10px;
    color: #ffffff;
    font-size: clamp(1.25rem, 3.4vw, 1.7rem);
    line-height: 1.2;
}

.updates-streetview-copy > p:not(.updates-zone-kicker) {
    margin: 0;
    color: #eee8ff;
    line-height: 1.58;
}

.updates-streetview-card {
    background: linear-gradient(145deg, #ffffff, #f7f2ff);
    border-color: #d9c9f5;
}

.updates-streetview-card .updates-card-check {
    background: #6f3fc1;
    font-size: 1.1rem;
}

.updates-streetview-card h4 {
    color: #5a299f;
}

.updates-streetview-note {
    background: linear-gradient(90deg, #f5efff, #fbf9ff);
    border-left-color: #7b3fe4;
}

.updates-trip-release .updates-release-marker {
    border-color: #0f62fe;
    box-shadow: 0 0 0 4px #d0e2ff, 0 0 0 8px rgba(15, 98, 254, 0.1);
}

.updates-trip-release .updates-release-content {
    background:
        radial-gradient(circle at 86% 7%, rgba(120, 214, 255, 0.2), transparent 27%),
        linear-gradient(145deg, #f0f7ff 0%, #ffffff 48%);
    border-color: #9bc7f0;
}

.updates-trip-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(245px, 0.85fr);
    gap: 14px;
    margin: 22px 0 18px;
    padding: 14px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 84% 18%, rgba(72, 177, 232, 0.3), transparent 32%),
        linear-gradient(135deg, #061e3b 0%, #063e71 100%);
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(5, 45, 87, 0.2);
}

.updates-trip-visual {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    background-color: #edf5f8;
    background-image:
        linear-gradient(28deg, transparent 48%, rgba(177, 198, 209, 0.55) 49%, rgba(177, 198, 209, 0.55) 51%, transparent 52%),
        linear-gradient(92deg, transparent 48%, rgba(196, 211, 219, 0.65) 49%, rgba(196, 211, 219, 0.65) 51%, transparent 52%),
        linear-gradient(rgba(194, 211, 220, 0.23) 1px, transparent 1px),
        linear-gradient(90deg, rgba(194, 211, 220, 0.23) 1px, transparent 1px);
    background-position: 30px -55px, -85px 35px, 0 0, 0 0;
    background-size: 230px 180px, 280px 190px, 34px 34px, 34px 34px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.updates-trip-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 34%, rgba(5, 46, 88, 0.04));
}

.updates-trip-visual svg {
    position: absolute;
    z-index: 1;
    inset: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    overflow: visible;
}

.updates-trip-route-shadow,
.updates-trip-route-line {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.updates-trip-route-shadow {
    stroke: rgba(255, 255, 255, 0.95);
    stroke-width: 15;
}

.updates-trip-route-line {
    stroke-width: 8;
    filter: drop-shadow(0 4px 5px rgba(5, 48, 88, 0.26));
}

.updates-trip-point {
    stroke: #ffffff;
    stroke-width: 5;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.24));
}

.updates-trip-point-start { fill: #25864d; }
.updates-trip-point-stop { fill: #e85d3f; }

.updates-trip-map-label {
    position: absolute;
    z-index: 3;
    padding: 4px 7px;
    color: #1d3445;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 5px;
    box-shadow: 0 3px 8px rgba(14, 46, 68, 0.16);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.updates-trip-map-label-start {
    bottom: 8%;
    left: 4%;
}

.updates-trip-map-label-stop {
    top: 7%;
    right: 3%;
}

.updates-trip-max-card {
    position: absolute;
    z-index: 3;
    right: 14px;
    bottom: 14px;
    min-width: 126px;
    padding: 10px 13px;
    color: #12324a;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(21, 85, 127, 0.16);
    border-radius: 10px;
    box-shadow: 0 9px 22px rgba(8, 48, 78, 0.2);
    backdrop-filter: blur(8px);
}

.updates-trip-max-card > span {
    display: block;
    color: #567082;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.updates-trip-max-card strong {
    display: block;
    margin-top: 2px;
    color: #083f72;
    font-size: 1.55rem;
    line-height: 1;
}

.updates-trip-max-card small {
    font-size: 0.68rem;
    font-weight: 800;
}

.updates-trip-copy {
    align-self: center;
    padding: clamp(10px, 2vw, 20px);
}

.updates-trip-copy h4 {
    margin: 5px 0 10px;
    color: #ffffff;
    font-size: clamp(1.25rem, 3.4vw, 1.7rem);
    line-height: 1.2;
}

.updates-trip-copy > p:not(.updates-zone-kicker) {
    margin: 0;
    color: #ddecf7;
    line-height: 1.58;
}

.updates-trip-scale {
    display: grid;
    grid-template-columns: auto minmax(70px, 1fr) auto;
    align-items: center;
    gap: 8px;
    margin-top: 17px;
    color: #d6e9f7;
    font-size: 0.7rem;
    font-weight: 700;
}

.updates-trip-scale i {
    height: 7px;
    background: linear-gradient(90deg, #a9e2fb, #4da9dc 38%, #17649e 72%, #062f5d);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
}

.updates-live-details > div {
    background: linear-gradient(145deg, #edf5ff, #ffffff);
    border: 1px solid #d0e2ff;
}

.updates-trip-note {
    background: linear-gradient(90deg, #eef8ff, #f5fbff);
    border-left-color: #0f62fe;
}

.updates-zone-showcase {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: center;
    gap: clamp(18px, 4vw, 34px);
    margin: 22px 0 16px;
    padding: clamp(20px, 4vw, 30px);
    color: #ffffff;
    background:
        radial-gradient(circle at 17% 50%, rgba(120, 218, 255, 0.22), transparent 34%),
        linear-gradient(135deg, #061f4a 0%, #0043ce 100%);
    border-radius: 13px;
    overflow: hidden;
}

.updates-zone-visual {
    position: relative;
    width: min(100%, 200px);
    aspect-ratio: 1;
    margin: 0 auto;
}

.updates-zone-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.updates-zone-ring-outer {
    width: 100%;
    height: 100%;
    background: rgba(120, 218, 255, 0.08);
}

.updates-zone-ring-middle {
    width: 68%;
    height: 68%;
    background: rgba(120, 218, 255, 0.12);
}

.updates-zone-ring-inner {
    width: 35%;
    height: 35%;
    background: rgba(255, 255, 255, 0.13);
}

.updates-zone-pin {
    position: absolute;
    z-index: 2;
    top: 42%;
    left: 50%;
    width: 28px;
    height: 28px;
    background: #ffffff;
    border: 7px solid #ff832b;
    border-radius: 50% 50% 50% 0;
    box-sizing: border-box;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.22);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.updates-zone-car {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 36px;
    padding: 7px 10px;
    color: #002d9c;
    background: #ffffff;
    border: 3px solid #78d6ff;
    border-radius: 7px;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.2);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.updates-zone-car::before,
.updates-zone-car::after {
    content: '';
    position: absolute;
    bottom: -7px;
    width: 7px;
    height: 7px;
    background: #161616;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.updates-zone-car::before {
    left: 6px;
}

.updates-zone-car::after {
    right: 6px;
}

.updates-zone-copy h4 {
    margin: 4px 0 10px;
    color: #ffffff;
    font-size: clamp(1.25rem, 3.4vw, 1.65rem);
    line-height: 1.25;
}

.updates-zone-copy > p:not(.updates-zone-kicker) {
    margin: 0;
    color: #e5f6ff;
    line-height: 1.6;
}

.updates-zone-kicker {
    margin: 0;
    color: #9ef0f0;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.updates-zone-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.updates-zone-tags span {
    padding: 6px 10px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}

.updates-zone-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.updates-zone-step {
    padding: 18px;
    background: #ffffff;
    border: 1px solid #c6dcff;
    border-radius: 10px;
}

.updates-zone-step > span {
    display: grid;
    width: 30px;
    height: 30px;
    margin-bottom: 12px;
    place-items: center;
    color: #ffffff;
    background: #0f62fe;
    border-radius: 50%;
    font-weight: 800;
}

.updates-zone-step h4 {
    margin: 0 0 7px;
    color: #0043ce;
    font-size: 1rem;
}

.updates-zone-step p {
    margin: 0;
    color: #525252;
    font-size: 0.94rem;
    line-height: 1.5;
}

.updates-zone-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.updates-zone-details > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 14px 16px;
    background: #edf5ff;
    border-radius: 9px;
}

.updates-zone-details strong {
    color: #003a6d;
}

.updates-zone-details span {
    color: #525252;
    font-size: 0.92rem;
    line-height: 1.45;
}

.updates-zone-note {
    margin: 14px 0 0;
    padding: 15px 17px;
    color: #3d3d3d;
    background: #fff8e1;
    border-left: 4px solid #ff832b;
    border-radius: 0 8px 8px 0;
    line-height: 1.55;
}

.updates-release h3 {
    margin: 0;
    color: #161616;
    font-size: clamp(1.35rem, 4vw, 1.75rem);
}

.updates-release-summary {
    margin: 7px 0 18px;
    color: #525252;
    line-height: 1.55;
}

.updates-vehicle-showcase {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    margin: 0 0 18px;
    padding: 22px;
    background: linear-gradient(135deg, #eef6ff, #ffffff);
    border: 1px solid #cbd9e9;
    border-radius: 12px;
}

.updates-vehicle-showcase h4 {
    margin: 2px 0 7px;
    color: #1c2733;
    font-size: 1.15rem;
}

.updates-vehicle-showcase p:not(.updates-zone-kicker) {
    margin: 0;
    color: #4b5969;
    line-height: 1.5;
}

.updates-vehicle-plate {
    display: flex;
    height: 64px;
    overflow: hidden;
    color: #111111;
    background: linear-gradient(180deg, #ffe85a, #ffd400);
    border: 3px solid #171717;
    border-radius: 8px;
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.18);
}

.updates-vehicle-plate span {
    display: grid;
    width: 36px;
    flex: 0 0 36px;
    place-items: center;
    color: #ffffff;
    background: #064aa1;
    font-size: 10px;
    font-weight: 800;
}

.updates-vehicle-plate strong {
    display: grid;
    min-width: 0;
    flex: 1;
    place-items: center;
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.updates-eco-card {
    background: linear-gradient(145deg, #ffffff, #f0faf4);
    border-color: #b9dcc7;
}

.updates-eco-card .updates-card-check {
    background: #25864d;
}

.updates-eco-card h4 {
    color: #197143;
}

.updates-vehicle-note {
    background: #eff9f3;
    border-left-color: #25864d;
}

.updates-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.updates-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #d9dfe8;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.updates-card-check {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    place-items: center;
    color: #ffffff;
    background: #0f62fe;
    border-radius: 50%;
    font-size: 0.9rem;
    font-weight: 700;
}

.updates-card h4 {
    margin: 2px 0 8px;
    color: #0043ce;
    font-size: 1.05rem;
    line-height: 1.3;
}

.updates-card p {
    margin: 0;
    color: #525252;
    line-height: 1.55;
}

.updates-footer-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 26px 0 0 42px;
    padding: 16px 18px;
    color: #3d3d3d;
    background: #f4f4f4;
    border-left: 4px solid #0f62fe;
    border-radius: 0 8px 8px 0;
}

.updates-footer-note > span {
    display: grid;
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    place-items: center;
    color: #ffffff;
    background: #0f62fe;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 0.9rem;
    font-weight: 700;
}

.updates-footer-note p {
    margin: 0;
    line-height: 1.55;
}

@media (max-width: 680px) {
    .updates-card-grid {
        grid-template-columns: 1fr;
    }

    .updates-release-featured .updates-release-content {
        padding: 17px;
    }

    .updates-zone-showcase {
        grid-template-columns: 1fr;
    }

    .updates-trip-showcase {
        grid-template-columns: 1fr;
    }

    .updates-streetview-showcase {
        grid-template-columns: 1fr;
    }

    .updates-streetview-visual {
        min-height: 250px;
    }

    .updates-trip-visual {
        min-height: 230px;
    }

    .updates-vehicle-showcase {
        grid-template-columns: 1fr;
    }

    .updates-vehicle-plate {
        width: min(100%, 220px);
    }

    .updates-zone-visual {
        width: 170px;
    }

    .updates-zone-steps,
    .updates-zone-details {
        grid-template-columns: 1fr;
    }

    .updates-heading {
        align-items: flex-start;
    }

    .updates-heading-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .updates-footer-note {
        margin-left: 0;
    }
}

@media (max-width: 430px) {
    .updates-container {
        width: min(94%, 860px);
    }

    .updates-release {
        grid-template-columns: 18px minmax(0, 1fr);
        gap: 9px;
    }

    .updates-release::before {
        left: 8px;
    }

    .updates-release-marker {
        width: 19px;
        height: 19px;
        border-width: 5px;
    }

    .updates-zone-showcase {
        padding: 18px 15px;
    }

    .updates-trip-showcase {
        padding: 10px;
    }

    .updates-streetview-showcase {
        padding: 10px;
    }

    .updates-streetview-visual {
        min-height: 225px;
    }

    .updates-trip-visual {
        min-height: 205px;
    }

    .updates-trip-max-card {
        right: 9px;
        bottom: 9px;
        min-width: 112px;
        padding: 8px 10px;
    }

    .updates-trip-max-card strong {
        font-size: 1.3rem;
    }
}

/* Kentekenknop en openbare voertuiggegevens */
.vehicle-plate-button {
    position: absolute;
    top: 9px;
    right: 14px;
    display: flex;
    align-items: stretch;
    width: 166px;
    height: 42px;
    padding: 0;
    overflow: hidden;
    color: #101010;
    background: linear-gradient(180deg, #ffe85a 0%, #ffd400 72%, #eebf00 100%);
    border: 2px solid #151515;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.6);
    cursor: pointer;
    font: inherit;
    transition: transform 150ms ease, box-shadow 150ms ease;
}

.vehicle-plate-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.vehicle-plate-button:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 2px;
}

.vehicle-plate-country {
    display: flex;
    width: 28px;
    flex: 0 0 28px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #064aa1;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
}

.vehicle-plate-stars {
    display: block;
    margin-bottom: 2px;
    color: #ffe300;
    font-size: 11px;
}

.vehicle-plate-number {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.045em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.vehicle-plate-button-empty .vehicle-plate-number {
    font-size: 12px;
    letter-spacing: 0.01em;
}

body.vehicle-modal-open {
    overflow: hidden;
}

.vehicle-modal[hidden],
.vehicle-details[hidden],
.vehicle-more-details[hidden],
.vehicle-eco-empty[hidden] {
    display: none !important;
}

.vehicle-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 18px;
    overflow-y: auto;
    background: rgba(13, 22, 37, 0.68);
    backdrop-filter: blur(4px);
}

.vehicle-modal-panel {
    position: relative;
    width: min(100%, 650px);
    max-height: calc(100vh - 36px);
    padding: 28px;
    overflow-y: auto;
    color: #20242b;
    background: #ffffff;
    border: 1px solid #d7dde7;
    border-radius: 16px;
    box-shadow: 0 22px 65px rgba(0, 0, 0, 0.3);
}

.vehicle-modal-close {
    position: absolute;
    top: 12px;
    right: 13px;
    display: grid;
    width: 38px;
    height: 38px;
    padding: 0;
    place-items: center;
    color: #4a5260;
    background: #f0f3f7;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
}

.vehicle-modal-close:hover,
.vehicle-modal-close:focus-visible {
    color: #ffffff;
    background: #0755a5;
    outline: none;
}

.vehicle-modal-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 40px;
}

.vehicle-modal-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    background-color: #0755a5;
    background-image: url('/images/menu-icons/specification.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    border-radius: 13px;
    box-shadow: 0 6px 16px rgba(7, 85, 165, 0.22);
}

.vehicle-modal-kicker {
    margin: 0 0 3px;
    color: #0755a5;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vehicle-modal-heading h2 {
    margin: 0;
    color: #171a20;
    font-size: clamp(1.35rem, 4vw, 1.75rem);
    line-height: 1.2;
}

.vehicle-modal-label {
    display: block;
    margin: 22px 0 8px;
    color: #343a45;
    font-size: 13px;
    font-weight: 700;
}

.vehicle-modal-select {
    width: 100%;
    min-height: 46px;
    padding: 0 42px 0 13px;
    color: #252a32;
    background: #ffffff;
    border: 1px solid #aeb8c7;
    border-radius: 8px;
    font: inherit;
    font-weight: 500;
}

.vehicle-plate-form {
    margin-top: 20px;
    padding: 18px;
    background: #f3f6fa;
    border: 1px solid #dce2eb;
    border-radius: 12px;
}

.vehicle-plate-form .vehicle-modal-label {
    margin-top: 0;
}

.vehicle-plate-input-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.vehicle-plate-input-wrap {
    display: flex;
    min-width: 0;
    min-height: 48px;
    overflow: hidden;
    background: #ffdc15;
    border: 2px solid #171717;
    border-radius: 7px;
}

.vehicle-plate-input-wrap > span {
    display: grid;
    width: 34px;
    flex: 0 0 34px;
    place-items: center;
    color: #ffffff;
    background: #064aa1;
    font-size: 10px;
    font-weight: 800;
}

.vehicle-plate-input-wrap input {
    width: 100%;
    min-width: 0;
    padding: 0 10px;
    color: #111111;
    background: transparent;
    border: 0;
    outline: 0;
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
}

.vehicle-plate-input-wrap:focus-within {
    box-shadow: 0 0 0 3px rgba(15, 98, 254, 0.23);
}

.vehicle-plate-input-row > button {
    min-height: 48px;
    padding: 0 17px;
    color: #ffffff;
    background: linear-gradient(180deg, #0c68c0, #064b94);
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
}

.vehicle-plate-input-row > button:hover:not(:disabled) {
    background: #053c77;
}

.vehicle-plate-input-row > button:disabled {
    cursor: wait;
    opacity: 0.66;
}

.vehicle-plate-help {
    margin: 8px 0 0;
    color: #667080;
    font-size: 12px;
}

.vehicle-modal-status {
    min-height: 21px;
    margin: 12px 2px 0;
    color: #475467;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}

.vehicle-modal-status-error {
    color: #a2191f;
}

.vehicle-modal-status-success {
    color: #167143;
}

.vehicle-details {
    margin-top: 14px;
    padding: 20px;
    background: linear-gradient(145deg, #ffffff, #f5f8fc);
    border: 1px solid #ced7e4;
    border-top: 4px solid #ff832b;
    border-radius: 10px;
}

.vehicle-details-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 17px;
}

.vehicle-details-title-row h3 {
    margin: 0;
    color: #17202c;
    font-size: 1.3rem;
}

.vehicle-details-identity {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 11px;
}

.vehicle-details-brand-logo {
    display: block;
    width: 64px;
    height: 44px;
    object-fit: contain;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.12));
}

.vehicle-details-brand-logo[hidden] {
    display: none !important;
}

.vehicle-details-plate {
    flex: 0 0 auto;
    padding: 8px 12px;
    color: #111111;
    background: #ffda13;
    border: 2px solid #171717;
    border-radius: 5px;
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.05em;
}

.vehicle-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    overflow: hidden;
    background: #d9e0ea;
    border: 1px solid #d9e0ea;
    border-radius: 8px;
}

.vehicle-details-grid > div {
    min-width: 0;
    padding: 12px 13px;
    background: #ffffff;
}

.vehicle-details-grid dt {
    margin: 0 0 4px;
    color: #697386;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.vehicle-details-grid dd {
    margin: 0;
    color: #242a33;
    font-size: 14px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.vehicle-more-toggle {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
    padding: 11px 15px;
    color: #17324e;
    background: #eef5fc;
    border: 1px solid #b9cee3;
    border-radius: 9px;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.vehicle-more-toggle:hover,
.vehicle-more-toggle:focus-visible {
    background: #e0edf9;
    border-color: #0755a5;
    outline: none;
}

.vehicle-more-toggle > span:first-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.vehicle-more-toggle strong {
    font-size: 14px;
}

.vehicle-more-toggle small {
    color: #5f6f81;
    font-size: 11px;
}

.vehicle-more-chevron {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-right: 2px solid #0755a5;
    border-bottom: 2px solid #0755a5;
    transform: rotate(45deg) translateY(-3px);
    transition: transform 160ms ease;
}

.vehicle-more-toggle[aria-expanded="true"] .vehicle-more-chevron {
    transform: rotate(225deg) translate(-2px, -2px);
}

.vehicle-more-details {
    margin-top: 14px;
}

.vehicle-eco-section,
.vehicle-technical-section {
    padding: 18px;
    border-radius: 10px;
}

.vehicle-eco-section {
    color: #183a29;
    background: linear-gradient(145deg, #f1faf5, #e6f5ec);
    border: 1px solid #b8dcc7;
}

.vehicle-technical-section {
    margin-top: 12px;
    background: #f4f6f9;
    border: 1px solid #d5dce6;
}

.vehicle-more-heading {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 14px;
}

.vehicle-more-heading h4 {
    margin: 0;
    color: #1d2732;
    font-size: 17px;
}

.vehicle-eco-leaf,
.vehicle-technical-icon {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
}

.vehicle-eco-leaf {
    background: #25864d;
}

.vehicle-eco-leaf::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 11px;
    width: 15px;
    height: 19px;
    background: #ffffff;
    border-radius: 100% 0 100% 0;
    transform: rotate(28deg);
}

.vehicle-eco-leaf::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 12px;
    width: 15px;
    height: 2px;
    background: #25864d;
    transform: rotate(-35deg);
}

.vehicle-technical-icon {
    background-color: #0755a5;
    background-image: url('/images/menu-icons/specification.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
}

.vehicle-eco-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 0;
}

.vehicle-eco-metrics > div {
    min-width: 0;
    padding: 13px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid #c6e3d1;
    border-radius: 8px;
}

.vehicle-eco-metrics dt {
    margin: 0 0 5px;
    color: #35664b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.vehicle-eco-metrics dd {
    margin: 0;
    color: #16633a;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.15;
}

.vehicle-eco-metrics small {
    display: block;
    margin-top: 5px;
    color: #5a6e62;
    font-size: 10px;
    line-height: 1.35;
}

.vehicle-eco-empty {
    margin: 0;
    padding: 13px;
    color: #4e6758;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.5;
}

.vehicle-eco-awareness {
    margin-top: 12px;
    padding: 12px 14px;
    color: #365443;
    background: rgba(255, 255, 255, 0.64);
    border-left: 3px solid #35a260;
    border-radius: 0 7px 7px 0;
    font-size: 11px;
    line-height: 1.5;
}

.vehicle-eco-awareness strong {
    color: #176a3d;
}

.vehicle-eco-awareness p {
    margin: 3px 0 0;
}

.vehicle-more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vehicle-details-footnote,
.vehicle-modal-notice {
    color: #576173;
    font-size: 12px;
    line-height: 1.5;
}

.vehicle-details-footnote {
    margin: 14px 0 0;
}

.vehicle-modal-notice {
    margin-top: 22px;
    padding: 15px 17px;
    background: #eef5fc;
    border-left: 4px solid #0755a5;
    border-radius: 0 8px 8px 0;
}

@media (max-width: 600px) {
    .vehicle-modal {
        align-items: end;
        padding: 0;
    }

    .vehicle-modal-panel {
        width: 100%;
        max-height: calc(100vh - 14px);
        padding: 23px 17px 20px;
        border-radius: 17px 17px 0 0;
    }

    .vehicle-plate-input-row {
        grid-template-columns: 1fr;
    }

    .vehicle-plate-input-row > button {
        width: 100%;
    }

    .vehicle-details-grid {
        grid-template-columns: 1fr;
    }

    .vehicle-eco-metrics,
    .vehicle-more-grid {
        grid-template-columns: 1fr;
    }

    .vehicle-eco-section,
    .vehicle-technical-section {
        padding: 15px;
    }

    .home-brand-watermark {
        top: 66%;
        width: 260vw;
        height: 118vh;
        opacity: 0.052;
    }
}

@media (max-width: 480px) {
    .header-logo {
        top: 16px;
        left: 8px;
        width: 136px;
        height: 28px;
    }

    .vehicle-plate-button {
        top: 11px;
        right: 7px;
        width: 145px;
        height: 38px;
    }

    .vehicle-plate-country {
        width: 25px;
        flex-basis: 25px;
        font-size: 9px;
    }

    .vehicle-plate-number {
        padding: 0 4px;
        font-size: 16px;
    }

    .vehicle-plate-button-empty .vehicle-plate-number {
        font-size: 10px;
    }

    .vehicle-details-title-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .vehicle-details-identity {
        width: 100%;
        justify-content: space-between;
    }
}
