/* /Components/Layout/MainLayout_Empty.razor.rz.scp.css */
body[b-t1o3e2czvv] {
    background-color: green !important;
    /*#f3f5f7*/
}

.navbar-nav li a[b-t1o3e2czvv] {
    color: white !important;
    font-weight: bold;
}

.navbar-brand img[b-t1o3e2czvv] {
    width: 100%;
    margin-left: 5px;
}

.form-control[b-t1o3e2czvv] {
    font-size: 12px;
    padding-left: 30px;
}

.search-light[b-t1o3e2czvv] {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

.navbar-toggler-icon[b-t1o3e2czvv] {
    width: 1em;
    height: 1em;
}

/* On larger screens */
@media (max-width: 992px) {
    .navbar-brand img[b-t1o3e2czvv] {
        /*width: 80%;*/
        width: 280px;
    }
}

/* Search Input Styling */
/*.search-container .input-group-text {
    border-radius: 20px 0 0 20px;
    background-color: #fff;
    padding-left: 15px;
}

.search-container .form-control {
    border-radius: 0 20px 20px 0;
    border-left: none;
    box-shadow: none;*/ /* Remove default bootstrap glow if desired */
/*}

    .search-container .form-control:focus {
        border-color: #ced4da;*/ /* Keep border color consistent */
/*box-shadow: none;
    }*/

.navbar-nav .dropdown:hover > .dropdown-menu[b-t1o3e2czvv] {
    display: block;
    margin-top: 0;
}

.navbar-nav .dropdown-menu[b-t1o3e2czvv] {
    margin-top: 0;
    background-color: gray;
    border-radius: 0;
}

.dropdown-item:focus[b-t1o3e2czvv], .dropdown-item:hover[b-t1o3e2czvv] {
    background-color: transparent;
    color: #000;
    text-decoration: underline;
}

footer[b-t1o3e2czvv] {
    background: linear-gradient(to bottom, #c0c0c0 50%,#f0f0f0 100%,#7db9e8 100%);
    color: #fff;
}

    footer a[b-t1o3e2czvv] {
        color: #fff;
        text-decoration: none;
    }


@media only screen and (max-width:780px) {
    .navbar-brand[b-t1o3e2czvv] {
        margin-left: 5px;
    }

        .navbar-brand img[b-t1o3e2czvv] {
            /*width: 60%;*/
            width: 180px;
        }

    .search-light[b-t1o3e2czvv] {

    }
}

@media only screen and (max-width:380px) {

    .navbar-brand img[b-t1o3e2czvv] {
        width: 170px;
    }
}
/* /Components/Layout/MainLayout_NW.razor.rz.scp.css */
body[b-d3dm48n989] {
    background-color: green !important;
    /*#f3f5f7*/
}

.navbar-nav li a[b-d3dm48n989] {
    color: #333 !important;
    font-weight: bold;
    text-decoration: none;
}

.navbar-nav li a:hover[b-d3dm48n989] {
    color: #A70373 !important;
    text-decoration: none;
}

.navbar-brand img[b-d3dm48n989] {
    width: 100%;
    margin-left: 5px;
}

.form-control[b-d3dm48n989] {
    font-size: 12px;
    padding-left: 30px;
}

.search-light[b-d3dm48n989] {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

.navbar-toggler-icon[b-d3dm48n989] {
    width: 1em;
    height: 1em;
}

/* Mega menu styling for desktop */
@media (min-width: 992px) {
    /* Make main navigation links white on desktop only */
    .navbar-nav li a[b-d3dm48n989] {
        color: #fff !important;
    }

    /* Hover behavior for dropdowns on desktop */
    .navbar-nav .dropdown:hover > .dropdown-menu[b-d3dm48n989],
    .navbar-nav .dropdown-menu:hover[b-d3dm48n989] {
        display: block;
        margin-top: 0;
    }

    .navbar-nav .dropdown > .dropdown-toggle:active[b-d3dm48n989] {
        pointer-events: none;
    }

    /* Ensure dropdown parent has relative positioning */
    .navbar-nav .dropdown[b-d3dm48n989] {
        position: relative;
    }

    /* Mega menu styling */
    .navbar-nav .dropdown-menu.mega-menu[b-d3dm48n989] {
        width: max-content;
        max-width: 90vw;
        padding: 0;
        left: auto;
        right: 0;
        transform: none;
        margin-left: 0;
        margin-right: -60px;
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
        border: 1px solid #dee2e6;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    /* Create seamless connection between menu and dropdown */
    .navbar-nav .dropdown:hover[b-d3dm48n989]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: transparent;
        z-index: 1001;
    }

    .navbar-nav .dropdown-menu.mega-menu .mega-menu-content[b-d3dm48n989] {
        padding: 0px 20px;
    }

    .navbar-nav .dropdown-menu.mega-menu .row[b-d3dm48n989] {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .navbar-nav .dropdown-menu.mega-menu .col[b-d3dm48n989] {
        flex: 1;
        min-width: 180px;
        padding: 0 15px;
    }

    .navbar-nav .dropdown-menu.mega-menu .dropdown-header[b-d3dm48n989] {
        font-weight: bold;
        color: #A70373;
        padding: 8px 0 10px 0;
        font-size: 14px;
        display: block;
        border-bottom: 2px solid #A70373;
        margin-bottom: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        background: linear-gradient(to right, rgba(167, 3, 115, 0.08) 0%, transparent 100%);
        padding-left: 10px;
        margin-left: -10px;
        padding-right: 10px;
    }

    .navbar-nav .dropdown-menu.mega-menu .dropdown-item[b-d3dm48n989] {
        padding: 7px 0;
        font-size: 13px;
        color: #495057 !important;
        white-space: normal;
        line-height: 1.5;
        transition: color 0.2s ease, background-color 0.2s ease;
    }

    .navbar-nav .dropdown-menu.mega-menu[b-d3dm48n989] {
        color: #A70373 !important;
        background-color: rgba(167, 3, 115, 0.05);
        padding: 7px 0 7px 10px;
        border-radius: 4px;
    }

    .dropdown-item:hover[b-d3dm48n989] {
        color: #A70373;
    }

    .navbar-nav .dropdown-menu.mega-menu .dropdown-item strong[b-d3dm48n989] {
        color: #A70373;
        font-weight: 700;
    }

    /* Remove gap between nav item and dropdown */
    .navbar-nav .nav-item[b-d3dm48n989] {
        margin-bottom: 0;
    }

    .navbar-nav .nav-link[b-d3dm48n989] {
        padding-bottom: 0.5rem;
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .navbar-brand img[b-d3dm48n989] {
        /*width: 80%;*/
        width: 280px;
    }

    .navbar-collapse[b-d3dm48n989] {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
        background: linear-gradient(to bottom,#c0c0c0 50%,#f0f0f0 100%);
        padding: 5px;
        border-bottom: 1px solid #ddd;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        height: 220px;
        overflow: visible; /* allow submenu to render fully */
    }

    /* Fixed width for the main menu column */
    .navbar-nav[b-d3dm48n989] {
        width: 200px;
        flex: 0 0 200px;
        position: static;
    }

    .navbar-nav > .nav-item[b-d3dm48n989],
    .navbar-nav > .nav-item > .nav-link[b-d3dm48n989] {
        width: 200px;
    }

    /* Position dropdown menu relative to the menu column (top aligned) */
    .navbar-nav .dropdown[b-d3dm48n989] {
        position: static;
    }

    .navbar-nav .dropdown-menu[b-d3dm48n989] {
        position: absolute;

        /* ALWAYS top of the collapse panel */
        top: 0;

        /* Right next to the menu column, taking collapse padding into account */
        left: calc(1rem + 200px);

        width: 280px;
        max-width: calc(100vw - 24px - 200px);

        overflow-y: auto;
        overflow-x: hidden;
        white-space: normal;
        max-height: calc(100vh - 80px);

        z-index: 1100;

        /* Animation base state (hidden) */
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateX(0);
        transition: transform 180ms ease-out, opacity 180ms ease-out, visibility 0s linear 180ms;
        pointer-events: none;
    }

    /* Hover behavior for mobile dropdowns - keep visible when hovering over menu or dropdown */
    .navbar-nav .dropdown:hover > .dropdown-menu[b-d3dm48n989],
    .navbar-nav .dropdown-menu:hover[b-d3dm48n989] {
        position: fixed;
        top: 62px;
        visibility: visible;
        opacity: 1;
        transform: translateX(8px);
        transition: transform 180ms ease-out, opacity 180ms ease-out;
        pointer-events: auto;
        margin-left: -35px;
    }

    .navbar-nav .dropdown-menu.show[b-d3dm48n989] {
        position: fixed;
        top: 62px;
        visibility: visible;
        opacity: 1;
        transform: translateX(8px);
        transition: transform 180ms ease-out, opacity 180ms ease-out;
        pointer-events: auto;
    }

    /* Hide mega-menu columns on mobile, show as simple list */
    .navbar-nav .dropdown-menu.mega-menu .mega-menu-content[b-d3dm48n989] {
        padding: 0;
    }

    .navbar-nav .dropdown-menu.mega-menu .row[b-d3dm48n989] {
        display: block;
        margin: 0;
    }

    .navbar-nav .dropdown-menu.mega-menu .col[b-d3dm48n989] {
        display: block;
        width: 100%;
        padding: 0;
    }

    .navbar-nav .dropdown-menu.mega-menu .dropdown-header[b-d3dm48n989] {
        font-weight: bold;
        color: #A70373;
        background: linear-gradient(to right, rgba(167, 3, 115, 0.12) 0%, rgba(167, 3, 115, 0.05) 100%);
        padding: 10px 15px;
        margin: 0;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border-top: 1px solid rgba(167, 3, 115, 0.2);
        border-bottom: none;
    }

    .navbar-nav .dropdown-menu.mega-menu .col:first-child .dropdown-header[b-d3dm48n989] {
        border-top: none;
    }

    .navbar-nav .dropdown-menu.mega-menu .dropdown-item[b-d3dm48n989] {
        padding: 10px 15px;
        font-size: 13px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        color: #495057;
    }

    .navbar-nav .dropdown-menu.mega-menu .dropdown-item:last-child[b-d3dm48n989] {
        border-bottom: none;
    }

    @media (prefers-reduced-motion: reduce) {
        .navbar-nav .dropdown-menu[b-d3dm48n989],
        .navbar-nav .dropdown-menu.show[b-d3dm48n989] {
            transition: none;
        }
    }

    /* Main menu item styling: hover on entire li + separators (small screens only) */
    .navbar-nav > .nav-item[b-d3dm48n989] {
        position: relative;
        display: block;
    }

    /* separator lines between top-level items */
    .navbar-nav > .nav-item + .nav-item[b-d3dm48n989] {
        border-top: 1px solid rgba(255, 255, 255, 0.35);
    }

    .navbar-nav > .nav-item:hover[b-d3dm48n989] {
        background-color: rgba(0, 0, 0, 0.15);
    }

    .navbar-nav > .nav-item > .nav-link[b-d3dm48n989] {
        display: block;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    /* Submenu panel styling (small screens) */
    .navbar-nav .dropdown-menu[b-d3dm48n989] {
        background: linear-gradient(to bottom, #f8f9fa 0%, #e9ecef 50%, #dee2e6 100%);
        border: 1px solid #ced4da;
        box-shadow: 0 6px 14px rgba(0,0,0,0.15);
        padding: 0;
    }

    .navbar-nav .dropdown-menu.show[b-d3dm48n989] {
        background: linear-gradient(to bottom, #f8f9fa 0%, #e9ecef 50%, #dee2e6 100%);
    }

    .navbar-nav .dropdown-menu .dropdown-item[b-d3dm48n989] {
        color: #495057;
        font-weight: 600;
        padding: 12px 15px;
        white-space: normal;
        line-height: 1.4;
        transition: background-color 0.2s ease;
    }

    /* separator lines between submenu items */
    .navbar-nav .dropdown-menu > li + li > .dropdown-item[b-d3dm48n989] {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .navbar-nav .dropdown-menu .dropdown-item:hover[b-d3dm48n989],
    .navbar-nav .dropdown-menu .dropdown-item:focus[b-d3dm48n989] {
        background-color: rgba(167, 3, 115, 0.1);
        text-decoration: none;
        color: #A70373;
    }

    /* Bold items styling */
    .navbar-nav .dropdown-menu .dropdown-item strong[b-d3dm48n989] {
        font-weight: 700;
        color: #A70373;
    }
}

.navbar-nav .dropdown-menu[b-d3dm48n989] {
    margin-top: 0;
    background-color: gray;
    border-radius: 0;
}

.dropdown-item:focus[b-d3dm48n989], .dropdown-item:hover[b-d3dm48n989] {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

footer[b-d3dm48n989] {
    background: linear-gradient(to bottom, #c0c0c0 50%,#f0f0f0 100%,#7db9e8 100%);
    color: #fff;
}

footer a[b-d3dm48n989] {
    color: #fff;
    text-decoration: none;
}

/* ---- NW footer layout ---- */
.nw-footer h6[b-d3dm48n989] {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 0.5rem;
}

.nw-footer ul li + li[b-d3dm48n989] {
    margin-top: 0.25rem;
}

.nw-footer a:hover[b-d3dm48n989] {
    text-decoration: underline;
}

/* nieuwsbrief: input + button naast elkaar (wrapt netjes op zeer smal) */
.nw-newsletter-row[b-d3dm48n989] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.nw-newsletter-row .form-control[b-d3dm48n989] {
    flex: 1 1 180px;
    min-width: 180px;
}

/* Social */
.nw-social-label[b-d3dm48n989] {
    display: block;
    margin-bottom: 0.25rem;
}

.nw-social-icons[b-d3dm48n989] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.nw-social-icons a[b-d3dm48n989] {
    display: inline-flex;
    align-items: center;
}

/* Buttons in site-brand kleur */
.nw-btn-brand[b-d3dm48n989] {
    background-color: #A70373;
    border-color: #A70373;
    color: #fff;
    font-weight: 700;
}

.nw-btn-brand:hover[b-d3dm48n989],
.nw-btn-brand:focus[b-d3dm48n989] {
    background-color: #8f0263;
    border-color: #8f0263;
    color: #fff;
}

/* (Optioneel) ook outline-primary knoppen binnen layout naar merk-kleur trekken */
.nw-footer .btn-outline-primary[b-d3dm48n989] {
    color: #A70373;
    border-color: #A70373;
}

.nw-footer .btn-outline-primary:hover[b-d3dm48n989],
.nw-footer .btn-outline-primary:focus[b-d3dm48n989] {
    background-color: #A70373;
    border-color: #A70373;
    color: #fff;
}

@media only screen and (max-width:780px) {
    .navbar-brand[b-d3dm48n989] {
        margin-left: 5px;
    }

        .navbar-brand img[b-d3dm48n989] {
            /*width: 60%;*/
            width: 180px;
        }

    .search-light[b-d3dm48n989] {

    }
}

@media only screen and (max-width:380px) {

    .navbar-brand img[b-d3dm48n989] {
        width: 170px;
    }
}

/* XS search: hide input, show only icon; clicking icon shows form */
@media (max-width: 575.98px) {
    /* hide full search container by default */
    .nw-search-container[b-d3dm48n989] {
        display: none !important;
    }

    /* when open: show as floating bar under navbar */
    .nw-search-container.xs-open[b-d3dm48n989] {
        position: fixed;
        top: 62px; /* align with existing mobile dropdown top */
        left: 12px;
        right: 12px;
        z-index: 1200;
        display: flex !important;
        background: rgba(255, 255, 255, 0.98);
        padding: 8px;
        border: 1px solid rgba(0,0,0,0.15);
        box-shadow: 0 6px 14px rgba(0,0,0,0.2);
        border-radius: 6px;
    }

    .nw-search-container.xs-open .form-control[b-d3dm48n989] {
        font-size: 14px;
    }

    .nw-search-container.xs-open .search-light[b-d3dm48n989] {
        left: 12px;
    }
}

/* Dark overlay when the small-screen navbar is expanded */
.nav-overlay[b-d3dm48n989] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 900; /* below navbar-collapse (1000) but above page */
    opacity: 0;
    transition: opacity 180ms ease-out;
}

.nav-overlay.show[b-d3dm48n989] {
    display: block;
    opacity: 1;
}

@media (min-width: 993px) {
    .nav-overlay[b-d3dm48n989] {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nav-overlay[b-d3dm48n989] {
        transition: none;
    }
}

/* Search overlay (all sizes) */
.search-overlay[b-d3dm48n989] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1050; /* below search container, above page */
    opacity: 0;
    transition: opacity 180ms ease-out;
}

.search-overlay.show[b-d3dm48n989] {
    display: block;
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .search-overlay[b-d3dm48n989] {
        transition: none;
    }
}

/* ensure search container stays above the overlay ONLY when search overlay is active */
.nw-search-container[b-d3dm48n989] {
    position: relative;
    z-index: auto; /* default z-index */
}

/* Only elevate z-index when search is active */
.search-active .nw-search-container[b-d3dm48n989] {
    z-index: 1100;
}

/* For the autocomplete results list */
#autocomplete-results[b-d3dm48n989] {
    z-index: 1150;
}

@media (max-width: 575.98px) {
    /* ...keep existing xs rules... */
    .nw-search-container.xs-open[b-d3dm48n989] {
        z-index: 1100;
    }
}

/* XS zoek-icoon styling */
#searchToggle[b-d3dm48n989] {
    color: #808080; /* grijs */
    text-decoration: none;
}

#searchToggle:hover[b-d3dm48n989],
#searchToggle:focus[b-d3dm48n989] {
    color: #5f5f5f;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5bndfk4shp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-5bndfk4shp] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-5bndfk4shp] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5bndfk4shp] {
    font-size: 1.1rem;
}

.bi[b-5bndfk4shp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-5bndfk4shp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-5bndfk4shp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5bndfk4shp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5bndfk4shp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5bndfk4shp]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5bndfk4shp]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5bndfk4shp]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-5bndfk4shp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5bndfk4shp] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5bndfk4shp] {
        display: none;
    }

    .nav-scrollable[b-5bndfk4shp] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Abonnement/AbonnementCard.razor.rz.scp.css */
.abo-bekijk-btn[b-my2tdhcumo] {
    background-color: #A70373;
    border-color: #A70373;
}

    .abo-bekijk-btn:hover[b-my2tdhcumo],
    .abo-bekijk-btn:focus[b-my2tdhcumo] {
        background-color: #8b025f;
        border-color: #8b025f;
    }
/* /Components/Pages/Abonnement/AbonnementenOverzicht.razor.rz.scp.css */
.filter-card .range-slider[b-tjxv6py3u9] {
    position: relative;
    height: 6px;
    background: #e9ecef;
    border-radius: 999px;
}

.filter-card .range-selected[b-tjxv6py3u9] {
    position: absolute;
    height: 6px;
    background: #0d6efd;
    border-radius: 999px;
}

.filter-card .range-input[b-tjxv6py3u9] {
    position: relative;
}

.filter-card .range-input input[type="range"][b-tjxv6py3u9] {
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    pointer-events: none;
    background: none;
    -webkit-appearance: none;
}

.filter-card .range-input input[type="range"][b-tjxv6py3u9]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #0d6efd;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.filter-card .range-input input[type="range"][b-tjxv6py3u9]::-moz-range-thumb {
    pointer-events: auto;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #0d6efd;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

.filter-card .range-input input[type="range"][b-tjxv6py3u9]::-webkit-slider-runnable-track {
    height: 6px;
    background: transparent;
}

.filter-card .range-input input[type="range"][b-tjxv6py3u9]::-moz-range-track {
    height: 6px;
    background: transparent;
}
/* /Components/Pages/Abonnement/AbonnementenResult.razor.rz.scp.css */

.abo-filter-overlay[b-zuc043ggll] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1090;
    display: none;
}

.abo-filter-overlay.is-open[b-zuc043ggll] {
    display: block;
}

.abo-filter-panel[b-zuc043ggll] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100dvh;
    width: min(420px, 92vw);
    background: #fff;
    z-index: 1100;
    transform: translateX(100%);
    transition: transform 220ms ease;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

.abo-filter-panel.is-open[b-zuc043ggll] {
    transform: translateX(0);
}

.abo-filter-panel-header[b-zuc043ggll] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.abo-filter-panel-title[b-zuc043ggll] {
    font-weight: 700;
    font-size: 18px;
}

.abo-filter-panel-close[b-zuc043ggll] {
    border: 0;
    background: transparent;
    color: #333;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 8px;
}

.abo-filter-panel-close:hover[b-zuc043ggll] {
    background: rgba(0,0,0,0.06);
}

.abo-filter-panel-body[b-zuc043ggll] {
    padding: 16px;
    overflow: auto;
}
/* /Components/Pages/Abonnement/Details/AbonnementDetails.razor.rz.scp.css */

.breadcrumb[b-3mpdcnva7s] {
    background-color: transparent;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
}
/* /Components/Pages/Abonnement/Details/AbonnementDetailsResult.razor.rz.scp.css */
/* Results Info */
.results-info[b-wmlm7jgbr3] {
    padding: 10px 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #606060;
}

/* Sort dropdown styling */
.sort-dropdown[b-wmlm7jgbr3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sort-dropdown label[b-wmlm7jgbr3] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #495057;
    white-space: nowrap;
    margin-bottom: 0;
}

.sort-dropdown select[b-wmlm7jgbr3] {
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.sort-dropdown select:hover[b-wmlm7jgbr3] {
    border-color: #86b7fe;
}

.sort-dropdown select:focus[b-wmlm7jgbr3] {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .sort-dropdown select[b-wmlm7jgbr3] {
        min-width: 150px;
        font-size: 0.8125rem;
    }
    
    .results-info[b-wmlm7jgbr3] {
        font-size: 0.8125rem;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.verification-code-display[b-q24x7jaba7] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px dashed #0d6efd !important;
}

/*.verification-code-display {
    letter-spacing: 5px;
    font-family: 'Courier New', monospace;
}*/

.verification-code-display strong[b-q24x7jaba7] {
    user-select: none;
}

.contact-info-card[b-q24x7jaba7] {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .verification-code-display[b-q24x7jaba7] {
        margin-bottom: 1rem;
    }
}
/* /Components/Pages/Counter.razor.rz.scp.css */
body[b-zx880jfvp6] {
}
/* /Components/Pages/Home/Home.razor.rz.scp.css */
/* Top section */
#top[b-il61pm5qo5] {
    background-color: white;
}

.page-header h1[b-il61pm5qo5] {
    color: var(--gp-ink);
}

.page-intro p[b-il61pm5qo5] {
    color: var(--gp-ink-light);
    font-size: 1rem;
}

.page-intro a[b-il61pm5qo5] {
    color: var(--gp-primary);
    text-decoration: none;
    font-weight: 500;
}

.page-intro a:hover[b-il61pm5qo5] {
    text-decoration: underline;
}

/* Section styling */
.section-container[b-il61pm5qo5] {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.section-header[b-il61pm5qo5] {
    display: flex;
    justify-content: between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.section-title[b-il61pm5qo5] {
    color: var(--gp-ink);
    margin-bottom: 0;
    font-weight: bold;
}

.section-title-icon[b-il61pm5qo5] {
    color: var(--gp-primary);
    margin-right: 0.5rem;
}

.section-description[b-il61pm5qo5] {
    color: var(--gp-ink-light);
    margin-bottom: 1rem;
}

/* Loading spinner */
.loading-container[b-il61pm5qo5] {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.loading-spinner[b-il61pm5qo5] {
    color: var(--gp-primary);
}

/* Alert styling */
.custom-alert[b-il61pm5qo5] {
    background-color: var(--gp-primary-soft);
    border: 1px solid var(--gp-primary-border);
    color: var(--gp-ink);
}

/* Phone cards */
.phone-card[b-il61pm5qo5] {
    height: 100%;
    border-color: var(--gp-border) !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--gp-shadow);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.phone-card:hover[b-il61pm5qo5] {
    transform: translateY(-4px);
    box-shadow: var(--gp-shadow-hover) !important;
}

.phone-card-link[b-il61pm5qo5] {
    text-decoration: none;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.phone-card-image-container[b-il61pm5qo5] {
    background: linear-gradient(180deg, #ffffff, #fbfbfd);
    padding: 1.5rem;
}

.phone-card-image[b-il61pm5qo5] {
    max-height: 180px;
    object-fit: contain;
}

.phone-card-body[b-il61pm5qo5] {
    flex: 1;
}

.phone-card-body.text-center.phone-card-body[b-il61pm5qo5] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.phone-card-body.p-3[b-il61pm5qo5] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-card-title[b-il61pm5qo5] {
    color: var(--gp-ink);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.3;
}

.phone-card-body .phone-card-title[b-il61pm5qo5] {
    margin-bottom: 1rem;
}

.phone-card-body.p-3 .phone-card-title[b-il61pm5qo5] {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.phone-price-label[b-il61pm5qo5] {
    color: var(--gp-ink-muted);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.25rem;
}

.phone-price[b-il61pm5qo5] {
    color: var(--gp-primary);
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0;
}

.phone-price-small[b-il61pm5qo5] {
    color: var(--gp-ink-muted) !important;
    font-size: 0.75rem;
}

.free-badge[b-il61pm5qo5] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem;
    color: white;
    border-radius: 0 0 0 0.5rem;
    background: linear-gradient(135deg, var(--gp-primary) 0%, var(--gp-accent-2) 100%);
    font-weight: 600;
    font-size: 0.85rem;
    z-index: 10;
}

/* Filter section */
.filter-container[b-il61pm5qo5] {
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, var(--gp-bg-surface) 0%, var(--gp-bg-surface-alt) 100%);
    border: 1px solid var(--gp-border);
}

.filter-label[b-il61pm5qo5] {
    color: var(--gp-ink);
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.filter-icon[b-il61pm5qo5] {
    color: var(--gp-primary);
    font-size: 0.9rem;
    margin-right: 0.25rem;
}

.filter-range[b-il61pm5qo5] {
    accent-color: var(--gp-primary);
    height: 6px;
    cursor: pointer;
}

/* Custom range slider styling for WebKit browsers (Chrome, Edge, Safari) */
.filter-range[b-il61pm5qo5]::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    background-color: var(--gp-primary);
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.filter-range[b-il61pm5qo5]::-webkit-slider-thumb:hover {
    background-color: var(--gp-primary-hover);
    transform: scale(1.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.filter-range[b-il61pm5qo5]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    background-color: var(--gp-border-light);
    border-radius: 3px;
}

/* Custom range slider styling for Firefox */
.filter-range[b-il61pm5qo5]::-moz-range-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    background-color: var(--gp-primary);
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
}

.filter-range[b-il61pm5qo5]::-moz-range-thumb:hover {
    background-color: var(--gp-primary-hover);
    transform: scale(1.1);
}

.filter-range[b-il61pm5qo5]::-moz-range-track {
    width: 100%;
    height: 6px;
    background-color: var(--gp-border-light);
    border-radius: 3px;
}

.filter-range[b-il61pm5qo5]::-moz-range-progress {
    height: 6px;
    background-color: var(--gp-primary);
    border-radius: 3px;
}

.filter-text[b-il61pm5qo5] {
    color: var(--gp-ink-muted);
    font-weight: 500;
    display: block;
    margin-top: 0.5rem;
}

/* Contract duration button group - Override Bootstrap */
[b-il61pm5qo5] .btn-group .btn-outline-primary {
    color: var(--gp-primary);
    border-color: var(--gp-border-strong);
    background-color: var(--gp-bg-surface);
    transition: all 0.2s ease;
}

[b-il61pm5qo5] .btn-group .btn-outline-primary:hover {
    background-color: var(--gp-primary);
    color: white;
    border-color: var(--gp-primary);
}

[b-il61pm5qo5] .btn-group .btn-check:checked + .btn-outline-primary {
    background-color: var(--gp-primary);
    color: white;
    border-color: var(--gp-primary);
    font-weight: 600;
}

[b-il61pm5qo5] .btn-group .btn-check:focus + .btn-outline-primary {
    box-shadow: 0 0 0 0.25rem var(--gp-primary-soft);
}

/* Table styling - Desktop only */
.table-container[b-il61pm5qo5] {
    border: 1px solid var(--gp-border);
    box-shadow: var(--gp-shadow);
    border-radius: 8px;
    overflow: hidden;
}

.table-custom[b-il61pm5qo5] {
    margin-bottom: 0;
}

.table-custom thead[b-il61pm5qo5] {
    background: linear-gradient(135deg, var(--gp-primary) 0%, var(--gp-accent-2) 100%);
    color: white;
}

.table-custom thead th[b-il61pm5qo5] {
    border: none;
    padding: 1rem;
    font-weight: 600;
}

.table-custom tbody[b-il61pm5qo5] {
    background-color: var(--gp-bg-surface);
}

.table-custom tbody tr[b-il61pm5qo5] {
    border-bottom: 1px solid var(--gp-border);
    transition: background-color 0.2s ease;
}

.table-custom tbody tr:hover[b-il61pm5qo5] {
    background-color: var(--gp-primary-soft) !important;
}

.table-custom tbody td[b-il61pm5qo5] {
    padding: 1rem;
}

.provider-name[b-il61pm5qo5] {
    color: var(--gp-ink);
    font-weight: 500;
}

.provider-image[b-il61pm5qo5] {
    max-width: 80px;
}

.duration-badge[b-il61pm5qo5] {
    background-color: var(--gp-accent-2-soft);
    color: var(--gp-accent-2);
    border: 1px solid var(--gp-accent-2);
    font-weight: 600;
}

.table-cell-text[b-il61pm5qo5] {
    color: var(--gp-ink-light);
    font-weight: 500;
}

.table-icon[b-il61pm5qo5] {
    color: var(--gp-primary);
    font-size: 0.85rem;
    margin-right: 0.25rem;
}

.price-display[b-il61pm5qo5] {
    color: var(--gp-primary);
    font-size: 1.35rem;
    font-weight: 700;
}

.price-suffix[b-il61pm5qo5] {
    color: var(--gp-ink-muted);
    font-size: 0.75rem;
}

/* SimOnly Cards - Mobile First */
.simonly-cards[b-il61pm5qo5] {
    display: none;
}

.simonly-card[b-il61pm5qo5] {
    background-color: var(--gp-bg-surface);
    border: 1px solid var(--gp-border);
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: var(--gp-shadow);
    transition: all 0.3s ease;
    height: 100%;
}

.simonly-card:hover[b-il61pm5qo5] {
    box-shadow: var(--gp-shadow-hover);
    transform: translateY(-2px);
}

.simonly-card-header[b-il61pm5qo5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--gp-border);
}

.simonly-provider-logo[b-il61pm5qo5] {
    max-width: 100px;
    max-height: 40px;
    object-fit: contain;
}

.simonly-card-duration[b-il61pm5qo5] {
    background-color: var(--gp-accent-2-soft);
    color: var(--gp-accent-2);
    border: 1px solid var(--gp-accent-2);
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
}

.simonly-card-body[b-il61pm5qo5] {
    margin-bottom: 1rem;
}

.simonly-detail-row[b-il61pm5qo5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}

.simonly-detail-label[b-il61pm5qo5] {
    color: var(--gp-ink-muted);
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.simonly-detail-value[b-il61pm5qo5] {
    color: var(--gp-ink);
    font-weight: 600;
    font-size: 0.95rem;
}

.simonly-card-footer[b-il61pm5qo5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid var(--gp-border);
}

.simonly-price-container[b-il61pm5qo5] {
    display: flex;
    flex-direction: column;
}

.simonly-price-main[b-il61pm5qo5] {
    color: var(--gp-primary);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.simonly-price-suffix[b-il61pm5qo5] {
    color: var(--gp-ink-muted);
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

/* Horizontal rule */
.custom-hr[b-il61pm5qo5] {
    border-color: var(--gp-border);
    opacity: 0.5;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

/* Center button container */
.center-button-container[b-il61pm5qo5] {
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.btn-bekijk-large[b-il61pm5qo5] {
    padding: 0.75rem 2rem;
    font-size: 1rem;
}

/* Custom scrollbar for table */
[b-il61pm5qo5] .table-responsive {
    scrollbar-width: thin;
    scrollbar-color: var(--gp-primary) var(--gp-bg-surface-alt);
}

[b-il61pm5qo5] .table-responsive::-webkit-scrollbar {
    height: 8px;
}

[b-il61pm5qo5] .table-responsive::-webkit-scrollbar-track {
    background-color: var(--gp-bg-surface-alt);
    border-radius: 4px;
}

[b-il61pm5qo5] .table-responsive::-webkit-scrollbar-thumb {
    background-color: var(--gp-primary);
    border-radius: 4px;
}

[b-il61pm5qo5] .table-responsive::-webkit-scrollbar-thumb:hover {
    background-color: var(--gp-primary-hover);
}

/* Responsive: Mobile First */
@media (max-width: 991.98px) {
    /* Hide table on mobile, show cards */
    .table-container[b-il61pm5qo5] {
        display: none !important;
    }

    .simonly-cards[b-il61pm5qo5] {
        display: block !important;
    }
}

@media (min-width: 992px) {
    /* Show table on desktop, hide cards */
    .table-container[b-il61pm5qo5] {
        display: block !important;
    }

    .simonly-cards[b-il61pm5qo5] {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .phone-card-image[b-il61pm5qo5] {
        max-height: 140px !important;
    }

    .phone-card-title[b-il61pm5qo5] {
        font-size: 0.85rem !important;
    }

    .btn-bekijk[b-il61pm5qo5] {
        font-size: 0.85rem !important;
        padding: 0.5rem 1rem !important;
    }

    .section-title[b-il61pm5qo5] {
        font-size: 1.15rem !important;
    }

    .section-header[b-il61pm5qo5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .section-container[b-il61pm5qo5] {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding: 0 0.5rem;
    }

    .filter-container[b-il61pm5qo5] {
        padding: 1rem;
    }

    .table-custom tbody td[b-il61pm5qo5] {
        padding: 0.75rem;
        font-size: 0.85rem;
    }

    .price-display[b-il61pm5qo5] {
        font-size: 1.1rem;
    }

    .simonly-card[b-il61pm5qo5] {
        padding: 1rem;
    }

    .simonly-provider-logo[b-il61pm5qo5] {
        max-width: 80px;
        max-height: 35px;
    }

    .simonly-price-main[b-il61pm5qo5] {
        font-size: 1.35rem;
    }
}
/* /Components/Pages/Home/Top10Phones.razor.rz.scp.css */
/* Top 10 Phones Component - Mobile First Compact Design */

.top10-section[b-km7tarjx7x] {
    margin-bottom: 2rem;
    margin-top: 1rem;
}

/* Mobile specific spacing */
@media (max-width: 767.98px) {
    .top10-section[b-km7tarjx7x] {
        margin-top: 0.8rem;
        padding-top: 0.5rem;
    }
}

/* Header Section */
.top10-header[b-km7tarjx7x] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding: 0 0.75rem;
}

.top10-title-wrapper[b-km7tarjx7x] {
    flex: 1;
    min-width: 0;
}

.top10-title[b-km7tarjx7x] {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--gp-ink);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .top10-title i[b-km7tarjx7x] {
        color: var(--gp-primary);
        font-size: 1.15rem;
    }

.top10-btn-all[b-km7tarjx7x] {
    align-self: flex-start;
    white-space: nowrap;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    margin-left: auto;
}

/* Mobile specific: ensure button stays on the right */
@media (max-width: 767.98px) {
    .top10-header[b-km7tarjx7x] {
        padding: 0 0.5rem;
        gap: 0.5rem;
    }
    
    .top10-title-wrapper[b-km7tarjx7x] {
        flex: 0 1 auto;
        max-width: calc(100% - 130px);
    }
    
    .top10-title[b-km7tarjx7x] {
        font-size: 1.1rem;
    }
    
    .top10-btn-all[b-km7tarjx7x] {
        flex-shrink: 0;
        font-size: 0.8rem;
        padding: 0.45rem 0.85rem;
    }
}

/* Extra small screens: button goes below */
@media (max-width: 420px) {
    .top10-header[b-km7tarjx7x] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .top10-title-wrapper[b-km7tarjx7x] {
        max-width: 100%;
        width: 100%;
    }
    
    .top10-btn-all[b-km7tarjx7x] {
        align-self: flex-end;
        margin-left: 0;
    }
}

/* Loading & Alert States */
.top10-loading[b-km7tarjx7x] {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
}

.loading-spinner[b-km7tarjx7x] {
    color: var(--gp-primary);
    width: 2.5rem;
    height: 2.5rem;
}

.top10-alert[b-km7tarjx7x] {
    background-color: var(--gp-primary-soft);
    border: 1px solid var(--gp-primary-border);
    border-radius: 8px;
    padding: 1rem;
    color: var(--gp-ink);
}

/* Grid Layout - Mobile First (Stacked Horizontal Cards) */
.top10-grid[b-km7tarjx7x] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0 0.5rem;
}

/* Card Styling - Mobile: Horizontal Compact Layout */
.top10-card[b-km7tarjx7x] {
    background: var(--gp-bg-surface);
    border: 1px solid var(--gp-border);
    border-radius: 10px;
    overflow: visible;
    transition: all 0.2s ease;
    position: relative;
}

    .top10-card:hover[b-km7tarjx7x] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        border-color: var(--gp-primary-border);
    }

/* Badge */
.top10-badge[b-km7tarjx7x] {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fce7f3;
    color: #be185d;
    padding: 0.35rem 0.8rem;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: 600;
    z-index: 10;
    border: 1px solid #fbcfe8;
    text-transform: none;
    letter-spacing: 0;
}

/* Mobile: Horizontal Card Layout */
.top10-card-inner[b-km7tarjx7x] {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    padding: 0.75rem;
    align-items: stretch;
    height: 100%;
}

/* Link wrapper for image and name */
.top10-link-wrapper[b-km7tarjx7x] {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    align-items: center;
    text-decoration: none;
    color: inherit;
    flex-shrink: 0;
}

    .top10-link-wrapper:hover[b-km7tarjx7x] {
        text-decoration: none;
    }

    .top10-link-wrapper:hover .top10-model-name[b-km7tarjx7x] {
        color: var(--gp-primary);
    }

.top10-link-content[b-km7tarjx7x] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

/* Image Section - Mobile: Small & Compact */
.top10-image-wrapper[b-km7tarjx7x] {
    flex-shrink: 0;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 8px;
    padding: 0.4rem;
}

.top10-image[b-km7tarjx7x] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Content Section */
.top10-content[b-km7tarjx7x] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 0;
}

.top10-info[b-km7tarjx7x] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.top10-header-row[b-km7tarjx7x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.25rem;
}

.top10-brand[b-km7tarjx7x] {
    font-size: 0.7rem;
    color: var(--gp-ink-muted);
    font-weight: 500;
}

.top10-rating[b-km7tarjx7x] {
    font-size: 0.7rem;
    color: #f59e0b;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

    .top10-rating i[b-km7tarjx7x] {
        color: #f59e0b;
        font-size: 0.65rem;
    }

.top10-model-name[b-km7tarjx7x] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.35rem 0;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Specs - Mobile: Inline compact */
.top10-specs-badges[b-km7tarjx7x] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 0.35rem;
}

.top10-spec-badge[b-km7tarjx7x] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.68rem;
    color: var(--gp-ink-light);
    background: var(--gp-bg-surface-alt);
    border: 1px solid var(--gp-border);
    padding: 0px 3px;
    border-radius: 5px;
    white-space: nowrap;
    font-weight: 500;
}

    .top10-spec-badge i[b-km7tarjx7x] {
        color: var(--gp-primary);
        font-size: 0.65rem;
    }

/* Footer - Mobile: Price + Button side by side */
.top10-footer[b-km7tarjx7x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.top10-price-section[b-km7tarjx7x] {
    flex-shrink: 0;
}

.top10-price-main[b-km7tarjx7x] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.1;
    margin-bottom: 0.15rem;
}

.top10-device-price[b-km7tarjx7x] {
    font-size: 0.68rem;
    color: var(--gp-ink-muted);
    line-height: 1.2;
}

.top10-btn-view[b-km7tarjx7x] {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    white-space: nowrap;
    border-radius: 25px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

    .top10-btn-view i[b-km7tarjx7x] {
        transition: transform 0.2s ease;
        font-size: 0.8rem;
    }

    .top10-card:hover .top10-btn-view i[b-km7tarjx7x] {
        transform: translateX(3px);
    }

/* Tablet breakpoint (768px and up) - Switch to Grid with Vertical Cards */
@media (min-width: 768px) {
    .top10-header[b-km7tarjx7x] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.5rem;
        padding: 0;
    }

    .top10-btn-all[b-km7tarjx7x] {
        align-self: center;
        font-size: 0.9rem;
        padding: 0.6rem 1.25rem;
        margin-left: 0;
    }
    
    .top10-title-wrapper[b-km7tarjx7x] {
        max-width: none;
    }

    .top10-title[b-km7tarjx7x] {
        font-size: 1.4rem;
    }

    .top10-grid[b-km7tarjx7x] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        padding: 0;
    }

    /* Desktop: Vertical Card Layout - Like Reference Image */
    .top10-card[b-km7tarjx7x] {
        border-radius: 12px;
        display: flex;
        flex-direction: column;
    }

    .top10-badge[b-km7tarjx7x] {
        top: 10px;
        left: 10px;
        padding: 0.3rem 0.6rem;
        font-size: 0.7rem;
        border-radius: 8px;
    }

    .top10-card-inner[b-km7tarjx7x] {
        flex-direction: column;
        padding: 1rem;
        gap: 0;
        align-items: stretch;
        height: 100%;
    }

    .top10-link-wrapper[b-km7tarjx7x] {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
        flex-shrink: 0;
    }

    .top10-link-content[b-km7tarjx7x] {
        display: flex;
        flex-direction: column;
        padding: 0 0.1rem;
    }

    .top10-image-wrapper[b-km7tarjx7x] {
        width: 100%;
        height: 150px;
        padding: 1rem;
        margin-bottom: 0.25rem;
        background: transparent;
    }

    .top10-image[b-km7tarjx7x] {
        max-width: 120px;
        max-height: 130px;
    }

    .top10-content[b-km7tarjx7x] {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .top10-info[b-km7tarjx7x] {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .top10-header-row[b-km7tarjx7x] {
        margin-bottom: 0.35rem;
    }

    .top10-brand[b-km7tarjx7x] {
        font-size: 0.75rem;
        font-weight: 600;
    }

    .top10-rating[b-km7tarjx7x] {
        font-size: 0.75rem;
    }

        .top10-rating i[b-km7tarjx7x] {
            font-size: 0.7rem;
        }

    .top10-model-name[b-km7tarjx7x] {
        font-size: 0.95rem;
        min-height: 2.4rem;
        margin-bottom: 0.5rem;
    }

    .top10-specs-badges[b-km7tarjx7x] {
        gap: 0.4rem;
        margin-bottom: 0.75rem;
        min-height: 25px;
    }

    .top10-spec-badge[b-km7tarjx7x] {
        font-size: 0.72rem;
        /*padding: 0.25rem 0.6rem;*/
        border-radius: 5px;
        font-weight: 500;
    }

    .top10-footer[b-km7tarjx7x] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        margin-top: auto;
        padding-top: 0.75rem;
        border-top: 1px solid var(--gp-border);
    }

    .top10-price-section[b-km7tarjx7x] {
        text-align: left;
        width: 100%;
    }

    .top10-price-main[b-km7tarjx7x] {
        font-size: 1.6rem;
        margin-bottom: 0.2rem;
    }

    .top10-device-price[b-km7tarjx7x] {
        font-size: 0.75rem;
        color: var(--gp-ink-light);
    }

    .top10-btn-view[b-km7tarjx7x] {
        width: 100%;
        justify-content: center;
        padding: 0.65rem 1rem;
        font-size: 0.85rem;
        border-radius: 8px;
    }
}

/* Desktop breakpoint (992px and up) */
@media (min-width: 992px) {
    .top10-grid[b-km7tarjx7x] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
    }

    .top10-card-inner[b-km7tarjx7x] {
        padding: 1.1rem;
    }

    .top10-image-wrapper[b-km7tarjx7x] {
        height: 160px;
        padding: 1.1rem;
    }

    .top10-image[b-km7tarjx7x] {
        max-width: 130px;
        max-height: 140px;
    }

    .top10-model-name[b-km7tarjx7x] {
        font-size: 1rem;
    }

    .top10-price-main[b-km7tarjx7x] {
        font-size: 1.7rem;
    }

    .top10-spec-badge[b-km7tarjx7x] {
        font-size: 0.75rem;
    }
}

/* Large Desktop breakpoint (1200px and up) */
@media (min-width: 1200px) {
    .top10-grid[b-km7tarjx7x] {
        grid-template-columns: repeat(4, 1fr);
    }

    .top10-title[b-km7tarjx7x] {
        font-size: 1.5rem;
    }

    .top10-section[b-km7tarjx7x] {
        margin-bottom: 2.5rem;
    }
}

/* Extra Large Desktop (1400px and up) */
@media (min-width: 1400px) {
    .top10-grid[b-km7tarjx7x] {
        grid-template-columns: repeat(5, 1fr);
    }
}
/* /Components/Pages/Merken/ModelFilterComponent.razor.rz.scp.css */
/* Filter card container - matching AboFilterComponent style */
.model-filter-card[b-q9yn057igr] {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--gp-border);
    border-radius: 16px;
    box-shadow: var(--gp-shadow);
    overflow: hidden;
    top: 35px;
}

/* subtiele gradient top highlight */
.model-filter-card[b-q9yn057igr]::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gp-accent), var(--gp-accent-2));
}

.model-filter-card__header[b-q9yn057igr] {
    padding: 16px 20px;
    border-bottom: 1px solid var(--gp-border);
}

.model-filter-card__header h3[b-q9yn057igr] {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.1;
    letter-spacing: .2px;
    color: var(--gp-ink);
    font-weight: 700;
}

.model-filter-card__body[b-q9yn057igr] {
    padding: 20px;
}

/* Filter sections */
.model-filter-section[b-q9yn057igr] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.model-filter-group[b-q9yn057igr] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.model-filter-group__label[b-q9yn057igr] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 800;
    color: rgba(15, 23, 42, .78);
    margin: 0;
}

/* Filter lists with checkboxes and radio buttons */
.filter-list[b-q9yn057igr] {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.filter-list li[b-q9yn057igr] {
    display: flex;
    align-items: center;
}

.filter-list li > input[type="checkbox"][b-q9yn057igr],
.filter-list li > input[type="radio"][b-q9yn057igr] {
    width: 18px;
    height: 18px;
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
    accent-color: #b1006e;
}

.filter-list li > label[b-q9yn057igr] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 10px;
    line-height: 1.1;
    transition: background-color .15s ease, box-shadow .15s ease;
    user-select: none;
    font-size: .86rem;
    color: rgba(15, 23, 42, .9);
}

.filter-list li > label:hover[b-q9yn057igr] {
    background: rgba(177, 0, 110, .06);
}

/* Focus ring when tabbing onto the input */
.filter-list li > input[type="checkbox"]:focus-visible + label[b-q9yn057igr],
.filter-list li > input[type="radio"]:focus-visible + label[b-q9yn057igr] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(177, 0, 110, .20);
    background: rgba(177, 0, 110, .08);
}

/* Selected state */
.filter-list li > input[type="checkbox"]:checked + label[b-q9yn057igr],
.filter-list li > input[type="radio"]:checked + label[b-q9yn057igr] {
    background: linear-gradient(180deg, rgba(177, 0, 110, .10), rgba(177, 0, 110, .06));
    box-shadow: inset 0 0 0 1px rgba(177, 0, 110, .25);
}

/* Search input styling */
.search-box-container[b-q9yn057igr] {
    width: 100%;
}

.model-filter-search[b-q9yn057igr] {
    width: 100%;
    border: 1px solid rgba(2, 6, 23, .12);
    background: linear-gradient(180deg, #ffffff, #fbfbfd);
    border-radius: 12px;
    padding: 10px 14px;
    font-size: .86rem;
    font-weight: 600;
    color: rgba(15, 23, 42, .9);
    transition: border-color .15s ease, box-shadow .15s ease;
}

.model-filter-search:focus[b-q9yn057igr] {
    outline: none;
    border-color: rgba(177, 0, 110, .45);
    box-shadow: 0 0 0 4px rgba(177, 0, 110, .16);
}

.model-filter-search[b-q9yn057igr]::placeholder {
    color: rgba(15, 23, 42, .5);
}

/* Slider container */
.menu-prijs-slider[b-q9yn057igr] {
    width: 100%;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 992px) {
    #modelFilter[b-q9yn057igr] {
        display: none !important;
    }
}

.model-filter-toggle[b-q9yn057igr] {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: linear-gradient(to bottom, #b23173 0%, #a70373 98%);
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 4px 12px rgba(167, 3, 115, 0.4);
    cursor: pointer;
    font-size: 24px;
}

    .model-filter-toggle:hover[b-q9yn057igr] {
        background: linear-gradient(to bottom, #a70373 0%, #b23173 98%);
        box-shadow: 0 6px 16px rgba(167, 3, 115, 0.6);
    }

/* Mobile Filter Toggle Button */

@media (max-width: 991px) {
    .model-filter-toggle[b-q9yn057igr] {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Aanpassingen voor het offcanvas om de "card" styling op te heffen */
#offcanvasFilter .card[b-q9yn057igr] {
    background-color: transparent;
}

#offcanvasFilter .card-body[b-q9yn057igr] {
    padding: 0;
}

/* NIEUW: Vertraag de animatie van het offcanvas */
.offcanvas[b-q9yn057igr] {
    transition: transform 0.6s ease-in-out;
    max-width: 300px; 
}
/* /Components/Pages/Merken/ResultComponent.razor.rz.scp.css */
/* Results Page Container */
.results-page[b-ac9p26nt5t] {
    width: 100%;
    flex: 1;
    padding-bottom: 20px;
}

/* Mobile Filter Toggle Button */
.mobile-filter-toggle[b-ac9p26nt5t] {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: linear-gradient(to bottom, #b23173 0%, #a70373 98%);
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 4px 12px rgba(167, 3, 115, 0.4);
    cursor: pointer;
    font-size: 24px;
}

.mobile-filter-toggle:hover[b-ac9p26nt5t] {
    background: linear-gradient(to bottom, #a70373 0%, #b23173 98%);
    box-shadow: 0 6px 16px rgba(167, 3, 115, 0.6);
}

@media (max-width: 991px) {
    .mobile-filter-toggle[b-ac9p26nt5t] {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Compare Button - Floating */
.compare-floating-btn[b-ac9p26nt5t] {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    background: linear-gradient(to bottom, #e7e7e7 0%, #ccc 98%);
    color: #333;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 8px;
}

.compare-floating-btn:hover[b-ac9p26nt5t] {
    background: linear-gradient(to bottom, #ccc 0%, #e7e7e7 98%);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.compare-floating-btn.show[b-ac9p26nt5t] {
    display: flex;
}

.compare-btn-icon[b-ac9p26nt5t] {
    font-size: 20px;
    margin-bottom: 2px;
}

.compare-btn-text[b-ac9p26nt5t] {
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

.compare-btn-count[b-ac9p26nt5t] {
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    background: var(--gp-primary);
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Filter Modal Overlay */
.filter-modal-overlay[b-ac9p26nt5t] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
}

.filter-modal-overlay.show[b-ac9p26nt5t] {
    display: block;
}

.filter-modal-content[b-ac9p26nt5t] {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    max-width: 350px;
    height: 100%;
    background: white;
    box-shadow: 4px 0 12px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    z-index: 1051;
}

.filter-modal-header[b-ac9p26nt5t] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e8eaec;
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
}

.filter-modal-header h3[b-ac9p26nt5t] {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #606060;
}

.filter-modal-close[b-ac9p26nt5t] {
    background: none;
    border: none;
    font-size: 28px;
    color: #606060;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.filter-modal-close:hover[b-ac9p26nt5t] {
    color: #a70373;
}

.filter-modal-body[b-ac9p26nt5t] {
    padding: 20px;
}

/* Compare Bar */
.compare-bar[b-ac9p26nt5t] {
    background-color: white;
    border: 1px solid #e8eaec;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.compare-items[b-ac9p26nt5t] {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.compare-item[b-ac9p26nt5t] {
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px solid #e8eaec;
    border-radius: 5px;
    padding: 5px;
    background-color: white;
}

.compare-item img[b-ac9p26nt5t] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.compare-item-delete[b-ac9p26nt5t] {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.compare-item-delete img[b-ac9p26nt5t] {
    width: 100%;
    height: 100%;
}

.compare-actions[b-ac9p26nt5t] {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.btn-compare[b-ac9p26nt5t] {
    background: linear-gradient(to bottom, #b23173 0%, #a70373 98%);
    color: white;
    border: 1px solid #a70373;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.btn-compare:hover[b-ac9p26nt5t] {
    background: linear-gradient(to bottom, #a70373 0%, #b23173 98%);
    box-shadow: 0 0 6px #a70373;
}

.compare-warning[b-ac9p26nt5t] {
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
}

.btn-filters[b-ac9p26nt5t] {
    background: linear-gradient(to bottom, #e7e7e7 0%, #ccc 98%);
    border: 1px solid #ccc;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    cursor: not-allowed;
    color: #000;
}

/* Results Info */
.results-info[b-ac9p26nt5t] {
    text-align: right;
    padding: 10px 0;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    color: #606060;
}

.loading[b-ac9p26nt5t] {
    text-align: center;
    padding: 40px;
    color: #606060;
    font-style: italic;
}

/* Phone Grid */
.phone-grid[b-ac9p26nt5t] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

/* Phone Card */
.phone-card[b-ac9p26nt5t] {
    background-color: white;
    border: 1px solid #e8eaec;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease;
}

.phone-card:hover[b-ac9p26nt5t] {
    box-shadow: 0 0 10px #af2c82;
}

.phone-link[b-ac9p26nt5t] {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.phone-name[b-ac9p26nt5t] {
    padding: 0px 10px;
    text-align: center;
    font-size: 13px;
    color: #1f669a;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}

.phone-image[b-ac9p26nt5t] {
    padding: 0px 20px;
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-image img[b-ac9p26nt5t] {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
}

/* Phone Actions */
.phone-actions[b-ac9p26nt5t] {
    padding: 7px 10px;
    display: flex;
    gap: 5px;
}

.btn-abo[b-ac9p26nt5t],
.btn-los[b-ac9p26nt5t] {
    flex: 1;
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    font-size: 11px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    min-height: 40px;
    text-decoration: none;
}

.btn-abo[b-ac9p26nt5t] {
    background: linear-gradient(to bottom, #b23173 0%, #a70373 98%);
    color: white;
    font-weight: bold;
}

.btn-abo:not(:disabled):hover[b-ac9p26nt5t] {
    background: linear-gradient(to bottom, #a70373 0%, #b23173 98%);
    box-shadow: 0 0 6px #a70373;
}

.btn-los[b-ac9p26nt5t] {
    background: linear-gradient(to bottom, #e7e7e7 0%, #ccc 98%);
    color: #000;
    font-weight: bold;
}

.btn-los:not(:disabled):hover[b-ac9p26nt5t] {
    background: linear-gradient(to bottom, #ccc 0%, #e7e7e7 98%);
}

.btn-label[b-ac9p26nt5t] {
    font-size: 11px;
}

.btn-sublabel[b-ac9p26nt5t],
.btn-price[b-ac9p26nt5t] {
    font-size: 10px;
    font-weight: bold;
}

/* Phone Compare Checkbox */
.phone-compare[b-ac9p26nt5t] {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #e8eaec;
}

.phone-compare input[type="checkbox"][b-ac9p26nt5t] {
    margin-right: 5px;
    cursor: pointer;
}

.phone-compare label[b-ac9p26nt5t] {
    font-size: 12px;
    color: #1f669a;
    cursor: pointer;
}

/* Pagination */
.pagination-nav[b-ac9p26nt5t] {
    margin-top: 30px;
}

.pagination-list[b-ac9p26nt5t] {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
    flex-wrap: wrap;
}

.pagination-item[b-ac9p26nt5t] {
    display: inline-block;
}

.pagination-link[b-ac9p26nt5t] {
    display: block;
    padding: 8px 12px;
    color: #1f669a;
    text-decoration: none;
    border: 1px solid #e8eaec;
    border-radius: 3px;
    background-color: white;
    cursor: pointer;
    min-width: 35px;
    text-align: center;
}

.pagination-link:hover[b-ac9p26nt5t] {
    background-color: #f3f5f7;
}

.pagination-item.active .pagination-link[b-ac9p26nt5t] {
    background-color: #a70373;
    color: white;
    border-color: #a70373;
}

.pagination-icon[b-ac9p26nt5t] {
    font-size: 12px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .phone-grid[b-ac9p26nt5t] {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
}

@media (max-width: 768px) {
    .phone-grid[b-ac9p26nt5t] {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .compare-actions[b-ac9p26nt5t] {
        flex-direction: column;
        align-items: stretch;
    }

    .compare-bar[b-ac9p26nt5t] {
        padding: 10px;
    }

    .phone-name[b-ac9p26nt5t] {
        font-size: 12px;
        min-height: 38px;
        padding: 8px 8px 4px 8px;
    }

    .phone-image[b-ac9p26nt5t] {
        min-height: 180px;
        padding: 8px 15px;
    }

    .phone-image img[b-ac9p26nt5t] {
        max-height: 160px;
    }

    .phone-actions[b-ac9p26nt5t] {
        padding: 6px 8px;
    }

    .btn-abo[b-ac9p26nt5t],
    .btn-los[b-ac9p26nt5t] {
        padding: 6px 8px;
        font-size: 10px;
        min-height: 38px;
    }
}

@media (max-width: 480px) {
    .phone-grid[b-ac9p26nt5t] {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .phone-card[b-ac9p26nt5t] {
        border-radius: 8px;
    }

    .phone-name[b-ac9p26nt5t] {
        font-size: 11px;
        min-height: 35px;
        padding: 6px 6px 3px 6px;
    }

    .phone-image[b-ac9p26nt5t] {
        min-height: 150px;
        padding: 6px 10px;
    }

    .phone-image img[b-ac9p26nt5t] {
        max-height: 140px;
    }

    .phone-actions[b-ac9p26nt5t] {
        padding: 5px 6px;
        gap: 4px;
    }

    .btn-abo[b-ac9p26nt5t],
    .btn-los[b-ac9p26nt5t] {
        padding: 5px 6px;
        font-size: 9px;
        min-height: 35px;
        border-radius: 4px;
    }

    .btn-label[b-ac9p26nt5t] {
        font-size: 9px;
    }

    .btn-sublabel[b-ac9p26nt5t],
    .btn-price[b-ac9p26nt5t] {
        font-size: 8px;
    }

    .phone-compare[b-ac9p26nt5t] {
        padding: 6px;
    }

    .phone-compare label[b-ac9p26nt5t] {
        font-size: 10px;
    }
}

#panelDiv[b-ac9p26nt5t] {
    min-height: 1350px;
}
/* /Components/Pages/Model/AanbiedingCard.razor.rz.scp.css */
.btn-responsive-custom[b-cea5pb9d74] {
    /* Desktop Default Styles (Large) */
    width: 100%;
    margin-top: 0.5rem; /* mt-2 equivalent */
    font-size: 1rem; /* Standard size */
    padding: 0.375rem 0.75rem; /* Standard padding */
}

/* Mobile Override (Small/Compact) */
@media (max-width: 767.98px) {
    .btn-responsive-custom[b-cea5pb9d74] {
        padding: 0.25rem 0.5rem; /* py-1 equivalent */
        font-size: 0.8rem; /* Small font */
        max-width: 100px;
        margin-top: 0 !important; /* Override desktop margin if needed for alignment */
    }
}
/* /Components/Pages/Model/AboFilterComponent.razor.rz.scp.css */
/*FILTER BUTTONS*/

.abo-filter-toggle[b-9ddwi830g0] {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: linear-gradient(to bottom, #b23173 0%, #a70373 98%);
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: 0 4px 12px rgba(167, 3, 115, 0.4);
    cursor: pointer;
    font-size: 24px;
}

    .abo-filter-toggle:hover[b-9ddwi830g0] {
        background: linear-gradient(to bottom, #a70373 0%, #b23173 98%);
        box-shadow: 0 6px 16px rgba(167, 3, 115, 0.6);
    }

/* Mobile Filter Toggle Button */

@media (max-width: 991px) {
    .abo-filter-toggle[b-9ddwi830g0] {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Custom styling for the tab menu */

#providerMenu label[b-9ddwi830g0] {
    margin-bottom: 6px;
}

.nav-pills .nav-link[b-9ddwi830g0] {
    color: #4f4d4e;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    margin-right: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

    .nav-pills .nav-link.active[b-9ddwi830g0] {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    /* Custom colors for providers */
    .nav-pills .nav-link.vodafone[b-9ddwi830g0] {
        color: #FC0001;
    }

    .nav-pills .nav-link.kpn[b-9ddwi830g0] {
        color: #56A81E;
    }

    .nav-pills .nav-link.ben[b-9ddwi830g0] {
        color: #009DE9;
    }

    .nav-pills .nav-link.simyo[b-9ddwi830g0] {
        color: #FF6600;
    }

    .nav-pills .nav-link.hollandsnieuwe[b-9ddwi830g0] {
        color: #EB8C3D;
    }

    .nav-pills .nav-link.odido[b-9ddwi830g0] {
        color: #8F83FA;
    }

    .nav-pills .nav-link.lebara[b-9ddwi830g0] {
        color: #009DE9;
    }

    .nav-pills .nav-link.budget-mobiel[b-9ddwi830g0] {
        color: #56A81E;
    }

/* Kleine aanpassing voor de label van de radiobuttons om consistent te blijven */
.btn-group label.btn[b-9ddwi830g0] {
    margin-right: 0.5rem; /* Ruimte tussen de knoppen */
}

/* Filter card container - inspired by ModelVariantPicker */
.abo-filter-card[b-9ddwi830g0] {
    position: relative;
    background: #ffffff;
    border: 1px solid var(--gp-border);
    border-radius: 16px;
    box-shadow: var(--gp-shadow);
    overflow: hidden;
}

/* subtiele gradient top highlight */
.abo-filter-card[b-9ddwi830g0]::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gp-accent), var(--gp-accent-2));
}

.abo-filter-card__header[b-9ddwi830g0] {
    padding: 16px 20px;
    border-bottom: 1px solid var(--gp-border);
}

.abo-filter-card__header h3[b-9ddwi830g0] {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.1;
    letter-spacing: .2px;
    color: var(--gp-ink);
    font-weight: 700;
}

.abo-filter-card__body[b-9ddwi830g0] {
    padding: 20px;
}

/* Filter sections */
.abo-filter-section[b-9ddwi830g0] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.abo-filter-group[b-9ddwi830g0] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.abo-filter-group__label[b-9ddwi830g0] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 800;
    color: rgba(15, 23, 42, .78);
    margin: 0;
}

/* FIX: Override absolute positioning for slider value displays */
#values1[b-9ddwi830g0], #values2[b-9ddwi830g0], #values3[b-9ddwi830g0] {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 8px;
}

/* chips (radio buttons) - same as ModelVariantPicker */
.chip-row[b-9ddwi830g0] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chip-column[b-9ddwi830g0] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.chip[b-9ddwi830g0] {
    border: 1px solid rgba(2, 6, 23, .12);
    background: linear-gradient(180deg, #ffffff, #fbfbfd);
    border-radius: 999px;
    padding: 7px 11px;
    font-size: .86rem;
    font-weight: 650;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: transform .08s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
    white-space: nowrap;
    color: rgba(15, 23, 42, .9);
}

.chip--sortable[b-9ddwi830g0] {
    justify-content: space-between;
    width: 100%;
    text-align: left;
}

.chip--sortable.chip--active[b-9ddwi830g0] {
    border-color: rgba(177,0,110,.55);
    background: linear-gradient(180deg, rgba(177,0,110,.08), rgba(122,31,162,.06));
    box-shadow: 0 0 0 3px rgba(177,0,110,.10);
}

.sort-arrow[b-9ddwi830g0] {
    font-size: 1.3rem;
    font-weight: 700;
    color: rgba(177, 0, 110, .8);
    margin-left: auto;
    line-height: 1;
    display: inline-block;
    min-width: 20px;
    text-align: center;
}

.chip--sortable:not(.chip--active) .sort-arrow[b-9ddwi830g0] {
    visibility: hidden;
}

.chip:hover[b-9ddwi830g0] {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(2, 6, 23, .08);
    border-color: rgba(177, 0, 110, .30);
}

.chip:active[b-9ddwi830g0] {
    transform: translateY(0);
}

.chip:focus-visible[b-9ddwi830g0] {
    outline: none;
    box-shadow: 0 0 0 4px rgba(177, 0, 110, .16);
    border-color: rgba(177, 0, 110, .45);
}

.chip--selected[b-9ddwi830g0] {
    border-color: rgba(177,0,110,.55);
    background: linear-gradient(180deg, rgba(177,0,110,.08), rgba(122,31,162,.06));
    box-shadow: 0 0 0 3px rgba(177,0,110,.10);
}

.sr-only:checked + .chip[b-9ddwi830g0] {
    border-color: rgba(177,0,110,.55);
    background: linear-gradient(180deg, rgba(177,0,110,.08), rgba(122,31,162,.06));
    box-shadow: 0 0 0 3px rgba(177,0,110,.10);
}

.chip__text[b-9ddwi830g0] {
    position: relative;
    top: .2px;
}

/* Custom select dropdown */
.abo-filter-select[b-9ddwi830g0] {
    width: 100%;
    border: 1px solid rgba(2, 6, 23, .12);
    background: linear-gradient(180deg, #ffffff, #fbfbfd);
    border-radius: 12px;
    padding: 10px 14px;
    font-size: .86rem;
    font-weight: 600;
    color: rgba(15, 23, 42, .9);
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23334155' viewBox='0 0 16 16'%3E%3Cpath d='M4.5 5.5l3.5 3.5 3.5-3.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 40px;
}

.abo-filter-select:hover[b-9ddwi830g0] {
    border-color: rgba(177, 0, 110, .30);
    box-shadow: 0 4px 12px rgba(2, 6, 23, .06);
}

.abo-filter-select:focus[b-9ddwi830g0] {
    outline: none;
    border-color: rgba(177, 0, 110, .45);
    box-shadow: 0 0 0 4px rgba(177, 0, 110, .16);
}

/* Aanpassingen voor het offcanvas om de "card" styling op te heffen */
#offcanvasFilter .card[b-9ddwi830g0] {
    background-color: transparent;
}

#offcanvasFilter .card-body[b-9ddwi830g0] {
    padding: 0;
}

/* NIEUW: Vertraag de animatie van het offcanvas */
.offcanvas[b-9ddwi830g0] {
    transition: transform 0.6s ease-in-out;
    max-width: 300px;
}

/* responsive */
@media (max-width: 992px) {
    #aboFilter[b-9ddwi830g0] {
        display: none !important;
    }

    #btnFilter[b-9ddwi830g0] {
        display: block !important;
    }
}

@media (max-width: 575.98px) {
    .chip[b-9ddwi830g0] {
        padding: 7px 10px;
        font-size: .84rem;
    }
}
/* /Components/Pages/Model/Abonnementen.razor.rz.scp.css */
/*::deep .btn {
    background: linear-gradient(to bottom, #B23173 0%, #A70373 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}*/

/* Algemene container voor de gehele lay-out */
.main-content-wrapper[b-ucwcjl65z9] {
    display: flex; /* Activeer Flexbox voor de hoofdpagina */
}

/* Stijl voor de filtersectie */
.filter-column[b-ucwcjl65z9] {
    width: 250px; /* Vaste breedte voor de filters op desktop */
    position: sticky;
    top: 20px; /* Houd de filters bovenaan tijdens het scrollen */
    align-self: flex-start; /* Zorgt ervoor dat de filterkolom niet meerekt */
}

/* Container voor de productkaarten */
.product-cards-container[b-ucwcjl65z9] {
    flex-grow: 1; /* Laat deze sectie de resterende ruimte innemen */
    b-yqsba1t0t0 display: flex;
    flex-wrap: wrap; /* Zorgt ervoor dat kaarten op een nieuwe rij komen indien nodig */
    gap: 20px; /* Ruimte tussen de productkaarten */
    justify-content: flex-start; /* Lijn de kaarten links uit */
}

/* Stijl voor elke individuele productkaart */
.product-card[b-ucwcjl65z9] {
    width: 100%; /* Volledige breedte op mobiel */
    max-width: 300px; /* Maximale breedte op desktop */
    /* Voeg hier je eigen styling toe voor de productkaart */
}


/* Media Query voor desktopweergave */
@media (min-width: 768px) {
    .product-cards-container[b-ucwcjl65z9] {
        justify-content: space-around; /* Verdeel de kaarten gelijkmatig */
    }

    .product-card[b-ucwcjl65z9] {
        width: calc(33.33% - 20px); /* Drie kaarten per rij */
    }
}

@media (max-width: 992px) {

    #btnFilter[b-ucwcjl65z9] {
        display: block !important;
    }
}

/*CARD*/
/* Card container */
[b-ucwcjl65z9] .card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

    /* "Meest gekozen" label */
    [b-ucwcjl65z9].card .label {
        background-color: #b1006e; /* Magenta kleur van filters */
        color: white;
        font-weight: bold;
        padding: 4px 10px;
        border-radius: 4px;
        display: inline-block;
        margin-bottom: 10px;
    }

    /* Prijs styling */
    [b-ucwcjl65z9].card .price {
        color: #b1006e; /* Magenta accenten voor prijs */
        font-size: 1.4rem;
        font-weight: bold;
    }

[b-ucwcjl65z9] .card-hover {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    [b-ucwcjl65z9] .card-hover:hover {
        //border-color: rgba(177, 0, 110, .55);
        /*background: #f0f0f0;*/ /*linear-gradient(180deg, rgba(177, 0, 110, .08), rgba(122, 31, 162, .06));*/
        box-shadow: 0 0 0 3px rgba(177, 0, 110, .10);
    }
/* /Components/Pages/Model/Faq.razor.rz.scp.css */
/* Component-scoped styling for the FAQ accordion.
   Uses site brand colors that are already present in `layout.css` (#A70373 / #B23173).
*/

.faq-accordion[b-jt6vxtvdiq] {
    --faq-brand: #A70373;
    --faq-brand-2: #B23173;
    --faq-border: #e0e0e0;
    --faq-bg: #ffffff;
    --faq-shadow: rgba(0, 0, 0, 0.08);

    border-radius: 0;
    overflow: visible;
    box-shadow: none;
}

.faq-accordion .accordion-item[b-jt6vxtvdiq] {
    border: 0;
    background: var(--faq-bg);
    margin-bottom: 12px;
    border-radius: 8px;
    box-shadow: 0 1px 4px var(--faq-shadow);
    transition: all 0.2s ease;
}

.faq-accordion .accordion-item:hover[b-jt6vxtvdiq] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.faq-accordion .accordion-item + .accordion-item[b-jt6vxtvdiq] {
    border-top: 0;
}

/* Make questions look better with white background */
.faq-accordion .accordion-button[b-jt6vxtvdiq] {
    font-weight: 600;
    font-size: 1rem;
    color: #333333;
    background: #ffffff;
    border-radius: 8px;
    padding: 16px 20px;
    transition: all 0.2s ease;
}

/* Active/expanded state with clear brand color indication */
.faq-accordion .accordion-button:not(.collapsed)[b-jt6vxtvdiq] {
    color: var(--faq-brand);
    background: #ffffff;
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq-accordion .accordion-button:hover[b-jt6vxtvdiq] {
    color: var(--faq-brand);
    background: #fafafa;
}

.faq-accordion .accordion-button:focus[b-jt6vxtvdiq] {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(167, 3, 115, 0.15);
    z-index: 3;
}

/* Make the chevron match the text color */
.faq-accordion .accordion-button[b-jt6vxtvdiq]::after {
    opacity: 0.6;
    filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(90%);
    transition: all 0.2s ease;
}

.faq-accordion .accordion-button:not(.collapsed)[b-jt6vxtvdiq]::after {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(16%) sepia(77%) saturate(4694%) hue-rotate(299deg) brightness(90%) contrast(102%);
}

.faq-accordion .accordion-body[b-jt6vxtvdiq] {
    color: #555555;
    line-height: 1.7;
    padding: 20px;
    background: #ffffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.faq-accordion .accordion-body p:last-child[b-jt6vxtvdiq] {
    margin-bottom: 0;
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .faq-accordion .accordion-item[b-jt6vxtvdiq] {
        margin-bottom: 10px;
    }

    .faq-accordion .accordion-button[b-jt6vxtvdiq] {
        font-size: 0.95rem;
        padding: 14px 16px;
    }

    .faq-accordion .accordion-body[b-jt6vxtvdiq] {
        padding: 16px;
        font-size: 0.9rem;
    }
}
/* /Components/Pages/Model/FotoVideo.razor.rz.scp.css */
/* Achtergrond van de viewer */
.gv-carousel-surface[b-vusopagghn] {
    background: #fff;
}

/* Zorg dat images NIET uitrekken: behoud aspect ratio */
.gv-carousel-img[b-vusopagghn] {
    width: 100%;
    height: auto; /* belangrijk: geen geforceerde hoogte */
    max-height: 75vh;
    object-fit: contain;
    background: transparent;
}

/* Maak carousel pijlen donker (Bootstrap icons zijn CSS background-images) */
.gv-carousel-dark.carousel-control-next-icon[b-vusopagghn],
.gv-carousel-dark.carousel-control-prev-icon[b-vusopagghn] {
    filter: invert(1) grayscale(1) brightness(0.25);
    opacity: .85;
}

.gv-carousel-dark.carousel-control-next-icon:hover[b-vusopagghn],
.gv-carousel-dark.carousel-control-prev-icon:hover[b-vusopagghn] {
    opacity: 1;
}

/* Video link styling */
.js-video-link[b-vusopagghn] {
    cursor: pointer;
    text-decoration: none;
}

.js-video-link:hover[b-vusopagghn] {
    opacity: 0.9;
}
/* /Components/Pages/Model/LosToestel.razor.rz.scp.css */
/* Los toestel cards */
.los-toestel-card[b-t3b77pp45j] {
    border: 1px solid rgba(0,0,0,.125);
    transition: box-shadow .15s ease-in-out, transform .15s ease-in-out;
}

    .los-toestel-card:hover[b-t3b77pp45j] {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.12);
        transform: translateY(-1px);
    }

    .los-toestel-card .shop-image[b-t3b77pp45j] {
        max-height: 42px;
        width: auto;
    }
/* /Components/Pages/Model/Model.razor.rz.scp.css */
.extratext[b-1c5exlefu5] {
    background-color: rgba(0, 0, 0, .03);
}

#abonnementen[b-1c5exlefu5] {
    /*background-color: white;*/
}

.lees-meer-text.collapsed[b-1c5exlefu5] {
    max-height: 160px;
    overflow: hidden;
    position: relative;
}

    .lees-meer-text.collapsed[b-1c5exlefu5]:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2.5em;
        background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 90%);
    }

.lees-meer-text img[b-1c5exlefu5] {
    padding: 10px 10px 10px 0px;
}

/* Mobile Optimizations */
@media (max-width: 767.98px) {
    /* Override Bootstrap grid to allow text wrapping */
    .row.g-1.align-items-start[b-1c5exlefu5] {
        display: block !important;
    }

        .row.g-1.align-items-start[b-1c5exlefu5]::after {
            content: "";
            display: table;
            clear: both;
        }

    .row.g-1.align-items-start > .col-12.col-lg-3[b-1c5exlefu5] {
        float: right !important;
        width: 100px !important;
        margin: 0 0 0.5rem 1rem !important;
        padding: 0 !important;
    }

        .row.g-1.align-items-start > .col-12.col-lg-3 img[b-1c5exlefu5] {
            width: 100%;
            height: auto;
            display: block;
        }

    .row.g-1.align-items-start > .col-12.col-lg-9[b-1c5exlefu5] {
        width: auto !important;
        display: block !important;
        padding: 0 !important;
        overflow: visible !important;
    }

        .row.g-1.align-items-start > .col-12.col-lg-9 h1[b-1c5exlefu5] {
            margin-top: 0;
            line-height: 1.3;
        }

    /* Make tabs scrollable horizontally on mobile with proper visibility */
    .nav-tabs[b-1c5exlefu5] {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        border-bottom: 2px solid #dee2e6;
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important;
        scrollbar-width: none;
        display: flex !important;
        padding-bottom: 0;
    }

        .nav-tabs[b-1c5exlefu5]::-webkit-scrollbar {
            display: none;
        }

        .nav-tabs .nav-item[b-1c5exlefu5] {
            flex-shrink: 0;
        }

        .nav-tabs .nav-link[b-1c5exlefu5] {
            white-space: nowrap;
            font-size: 0.7rem;
            padding: 0.5rem 0.5rem;
            border: none;
            border-bottom: 3px solid transparent;
            background: transparent;
            color: var(--gp-ink-muted);
            font-weight: 500;
            margin-bottom: -2px;
        }

            .nav-tabs .nav-link.active[b-1c5exlefu5] {
                border-bottom-color: var(--gp-primary);
                color: var(--gp-primary);
                background: transparent;
                font-weight: 600;
            }

            .nav-tabs .nav-link:hover[b-1c5exlefu5] {
                border-color: transparent;
                border-bottom-color: var(--gp-primary-border);
                background: transparent;
            }

    .table-responsive-stack[b-1c5exlefu5] {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

        .table-responsive-stack table[b-1c5exlefu5],
        .table-responsive-stack thead[b-1c5exlefu5],
        .table-responsive-stack tbody[b-1c5exlefu5],
        .table-responsive-stack tr[b-1c5exlefu5],
        .table-responsive-stack th[b-1c5exlefu5],
        .table-responsive-stack td[b-1c5exlefu5] {
            display: block;
            width: 100%;
            box-sizing: border-box;
        }

        .table-responsive-stack thead[b-1c5exlefu5] {
            display: none;
        }

        .table-responsive-stack tbody tr[b-1c5exlefu5] {
            background: #fff;
            border: 1px solid #dee2e6;
            border-radius: 0.3rem;
            box-shadow: 0 1px 3px rgba(0,0,0,0.03);
            margin-bottom: 0;
            padding: 0.5rem 0.5rem 0.25rem 0.5rem;
            display: flex;
            flex-wrap: wrap;
            gap: 0.25rem 0.5rem;
            min-height: unset;
            align-items: center;
        }

        .table-responsive-stack td[b-1c5exlefu5] {
            border: none;
            padding: 0.15rem 0.3rem;
            margin-bottom: 0.1rem;
            flex: 1 1 30%;
            min-width: 80px;
            max-width: 33%;
            background: none;
            font-size: 0.95em;
            line-height: 1.2;
        }

            .table-responsive-stack td[data-label="Provider"][b-1c5exlefu5],
            .table-responsive-stack td[data-label="Uitvoering"][b-1c5exlefu5],
            .table-responsive-stack td[data-label="Eenmalig"][b-1c5exlefu5],
            .table-responsive-stack td[data-label="Maandprijs"][b-1c5exlefu5] {
                flex: 1 1 45%;
                max-width: 45%;
            }

            .table-responsive-stack td[b-1c5exlefu5]:before {
                content: attr(data-label);
                font-weight: 600;
                display: inline-block;
                min-width: 70px;
                color: #495057;
                margin-right: 0.3rem;
                font-size: 0.92em;
            }

            .table-responsive-stack td:last-child[b-1c5exlefu5],
            .table-responsive-stack td:nth-last-child(2)[b-1c5exlefu5] {
                flex: 1 1 100%;
                max-width: 100%;
                text-align: right;
                margin-top: 0.2rem;
            }
}

/* Desktop: Text wraps around image AND normal tabs */
@media (min-width: 768px) {
    /* Keep image floating on desktop too for text wrap */
    .row.g-1.align-items-start[b-1c5exlefu5] {
        display: block !important;
    }

        .row.g-1.align-items-start[b-1c5exlefu5]::after {
            content: "";
            display: table;
            clear: both;
        }

    .row.g-1.align-items-start > .col-12.col-lg-3[b-1c5exlefu5] {
        float: right !important;
        width: 180px !important;
        margin: 0 0 1rem 1.5rem !important;
        padding: 0 !important;
    }

        .row.g-1.align-items-start > .col-12.col-lg-3 img[b-1c5exlefu5] {
            width: 100%;
            height: auto;
            display: block;
        }

    .row.g-1.align-items-start > .col-12.col-lg-9[b-1c5exlefu5] {
        width: auto !important;
        display: block !important;
        padding: 0 !important;
        overflow: visible !important;
    }

        .row.g-1.align-items-start > .col-12.col-lg-9 h1[b-1c5exlefu5] {
            margin-top: 0;
            line-height: 1.3;
        }

    .nav-tabs[b-1c5exlefu5] {
        border-bottom: 1px solid #dee2e6;
        flex-wrap: wrap;
        overflow-x: visible;
    }

    .nav-tabs .nav-link[b-1c5exlefu5] {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #dee2e6;
    }

        .nav-tabs .nav-link.active[b-1c5exlefu5] {
            color: var(--gp-primary);
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

        .nav-tabs .nav-link:hover[b-1c5exlefu5] {
            border-color: #e9ecef #e9ecef #dee2e6;
            isolation: isolate;
        }

    .table-responsive-stack tbody tr[b-1c5exlefu5] {
        min-height: unset;
        padding: 0.3rem 0.5rem;
    }

    .table-responsive-stack td[b-1c5exlefu5] {
        padding: 0.2rem 0.5rem;
        font-size: 0.97em;
    }
}

/* Large desktop: bigger image */
@media (min-width: 1200px) {
    .row.g-1.align-items-start > .col-12.col-lg-3[b-1c5exlefu5] {
        width: 200px !important;
        margin-right: 0 !important;
        margin-left: 2rem !important;
    }
}

/*NIET MEER LEVERBAAR*/

.gp-alert-unavailable[b-1c5exlefu5] {
    background: linear-gradient(180deg, #fff, var(--gp-alert-unavailable-bg));
    border: 1px solid var(--gp-alert-unavailable-border);
    border-left: 6px solid var(--bs-warning, #f60);
    border-radius: .75rem;
    padding: .9rem 1rem;
    margin: .75rem 0 1rem;
    box-shadow: var(--gp-shadow, 0 10px 22px rgba(2,6,23,.06));
}

    .gp-alert-unavailable .gp-alert-icon[b-1c5exlefu5] {
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: .6rem;
        background: rgba(246, 102, 0, .15);
        color: var(--bs-warning, #f60);
    }

    .gp-alert-unavailable .gp-alert-title[b-1c5exlefu5] {
        font-weight: 700;
        color: var(--gp-ink, #0f172a);
        line-height: 1.2;
    }

    .gp-alert-unavailable .gp-alert-text[b-1c5exlefu5] {
        color: var(--gp-ink-light, rgba(15,23,42,.78));
        margin-top: .15rem;
        font-size: .9rem;
    }
/* /Components/Pages/Model/ModelVariantPicker.razor.rz.scp.css */
/* Abonnementen variant picker (boven cards) */

.abo-variant-picker[b-bdeph3y8ov] {
    position: relative;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid var(--gp-border);
    border-radius: 16px;
    padding: 14px 14px;
    box-shadow: var(--gp-shadow);
    margin-bottom: 12px;
    overflow: hidden;
}

    /* subtiele gradient top highlight */
    .abo-variant-picker[b-bdeph3y8ov]::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 3px;
        background: linear-gradient(90deg, var(--gp-accent), var(--gp-accent-2));
    }

.abo-variant-picker__left[b-bdeph3y8ov] {
    min-width: 190px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 4px 6px 0 6px;
    flex-shrink: 0;
}

/* Hide left section on small screens */
@media (max-width: 767.98px) {
    .abo-variant-picker__left[b-bdeph3y8ov] {
        display: none;
    }

    .abo-variant-picker[b-bdeph3y8ov] {
        padding: 12px;
    }

    .abo-variant-picker__controls[b-bdeph3y8ov] {
        justify-content: flex-start;
    }
}

.abo-variant-picker__title[b-bdeph3y8ov] {
    font-size: 1.08rem;
    line-height: 1.1;
    letter-spacing: .2px;
    color: var(--gp-ink);
}

.abo-variant-picker__sub[b-bdeph3y8ov] {
    font-size: .82rem;
    color: var(--gp-muted);
}

.abo-variant-picker__controls[b-bdeph3y8ov] {
    flex: 1;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    flex-wrap: wrap;
    min-width: 0;
}

.abo-variant-picker__group[b-bdeph3y8ov] {
    min-width: 200px;
    flex: 1;
}

.abo-variant-picker__label[b-bdeph3y8ov] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 800;
    color: rgba(15, 23, 42, .78);
    margin: 0 0 8px;
}

/* chips */
.chip-row[b-bdeph3y8ov] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chip[b-bdeph3y8ov] {
    border: 1px solid rgba(2, 6, 23, .12);
    background: linear-gradient(180deg, #ffffff, #fbfbfd);
    border-radius: 999px;
    padding: 7px 11px;
    font-size: .86rem;
    font-weight: 650;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: transform .08s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
    white-space: nowrap;
    color: rgba(15, 23, 42, .9);
}

    .chip:hover[b-bdeph3y8ov] {
        transform: translateY(-1px);
        box-shadow: 0 10px 18px rgba(2, 6, 23, .08);
        border-color: rgba(177, 0, 110, .30);
    }

    .chip:active[b-bdeph3y8ov] {
        transform: translateY(0);
    }

    .chip:focus-visible[b-bdeph3y8ov] {
        outline: none;
        box-shadow: 0 0 0 4px rgba(177, 0, 110, .16);
        border-color: rgba(177, 0, 110, .45);
    }

.chip--selected[b-bdeph3y8ov] {
    border-color: rgba(177,0,110,.55);
    background: linear-gradient(180deg, rgba(177,0,110,.08), rgba(122,31,162,.06));
    box-shadow: 0 0 0 3px rgba(177,0,110,.10);
}

.sr-only:checked + .chip[b-bdeph3y8ov] {
    border-color: rgba(177,0,110,.55);
    background: linear-gradient(180deg, rgba(177,0,110,.08), rgba(122,31,162,.06));
    box-shadow: 0 0 0 3px rgba(177,0,110,.10);
}

.chip__dot[b-bdeph3y8ov] {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(2, 6, 23, .16);
}

.chip__text[b-bdeph3y8ov] {
    position: relative;
    top: .2px;
}

/* responsive */
@media (max-width: 991.98px) {
    .abo-variant-picker__left[b-bdeph3y8ov] {
        min-width: 160px;
    }

    .abo-variant-picker__group[b-bdeph3y8ov] {
        min-width: 180px;
    }
}

@media (max-width: 575.98px) {
    .chip[b-bdeph3y8ov] {
        padding: 7px 10px;
        font-size: .84rem;
    }
}
/* /Components/Pages/Model/RelatedModels.razor.rz.scp.css */
/* Desktop styling - kleinere afbeeldingen en mooiere buttons */
[b-f3ey218yod] .related-models-img {
    padding: 2rem;
    max-height: 180px;
    object-fit: contain;
}

[b-f3ey218yod] .span-toolbar {
    margin-top: 0;
    margin-bottom: 6px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 8px;
}

/* Desktop buttons - naast elkaar met consistente rounded borders */
[b-f3ey218yod] .span-toolbar button:nth-child(odd),
[b-f3ey218yod] .span-toolbar a:nth-child(odd) {
    display: inline-block;
    background: linear-gradient(to bottom, #b23173 0, #a70373 98%);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 6px 12px;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 8px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.2s ease;
    margin: 0;
    line-height: 1.2;
}

[b-f3ey218yod] .span-toolbar button:nth-child(even),
[b-f3ey218yod] .span-toolbar a:nth-child(even) {
    display: inline-block;
    background: linear-gradient(to bottom, #f5f5f5 0, #e0e0e0 98%);
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 6px 12px;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 8px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
    margin: 0;
    line-height: 1.2;
}

[b-f3ey218yod] .span-toolbar button:hover:nth-child(odd),
[b-f3ey218yod] .span-toolbar a:hover:nth-child(odd) {
    background: linear-gradient(to bottom, #a70373 0, #960368 98%);
    box-shadow: 0 2px 8px rgba(167, 3, 115, 0.3);
    transform: translateY(-1px);
    cursor: pointer;
}

[b-f3ey218yod] .span-toolbar button:hover:nth-child(even),
[b-f3ey218yod] .span-toolbar a:hover:nth-child(even) {
    background: linear-gradient(to bottom, #e0e0e0 0, #d0d0d0 98%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
    cursor: pointer;
}

/* Tablet optimalisatie */
@media only screen and (min-width: 769px) and (max-width: 991px) {
    [b-f3ey218yod] .related-models-img {
        padding: 1.5rem !important;
        max-height: 150px;
    }
}

/* Mobile optimalisaties - buttons onder elkaar */
@media only screen and (max-width: 768px) {
    [b-f3ey218yod] .related-models-card {
        font-size: 0.75rem;
    }

    [b-f3ey218yod] .related-models-img {
        padding: 0.5rem !important;
        max-height: 120px;
        object-fit: contain;
    }

    [b-f3ey218yod] .related-models-card-body {
        padding: 0.5rem !important;
    }

    [b-f3ey218yod] .related-models-title {
        font-size: 0.7rem;
        margin-bottom: 0.5rem;
        line-height: 1.2;
    }

    /* Buttons onder elkaar met volle breedte */
    [b-f3ey218yod] .span-toolbar {
        flex-direction: column;
        gap: 6px;
        padding: 0 !important;
    }

    [b-f3ey218yod] .span-toolbar button:nth-child(odd),
    [b-f3ey218yod] .span-toolbar a:nth-child(odd),
    [b-f3ey218yod] .span-toolbar button:nth-child(even),
    [b-f3ey218yod] .span-toolbar a:nth-child(even) {
        width: 100%;
        font-size: 0.7rem;
        padding: 6px 8px !important;
        margin: 0 !important;
        border-radius: 6px !important;
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
        border-bottom-left-radius: 6px !important;
        border-bottom-right-radius: 6px !important;
        white-space: nowrap;
        line-height: 1.2;
    }
}
/* /Components/Pages/Shop.razor.rz.scp.css */
.shop-card[b-d46sbduuj5] {
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #dee2e6;
}

.shop-card:hover[b-d46sbduuj5] {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.shop-logo-container[b-d46sbduuj5] {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.shop-logo[b-d46sbduuj5] {
    max-height: 80px;
    max-width: 80%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.shop-name[b-d46sbduuj5] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
}

.shop-description[b-d46sbduuj5] {
    font-size: 0.875rem;
    line-height: 1.4;
}

.shop-intro[b-d46sbduuj5] {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #666;
}

@media (max-width: 575.98px) {
    .shop-logo-container[b-d46sbduuj5] {
        height: 80px;
    }
    
    .shop-logo[b-d46sbduuj5] {
        max-height: 60px;
        max-width: 70%;
    }
    
    .shop-name[b-d46sbduuj5] {
        font-size: 0.95rem;
    }
    
    .shop-intro[b-d46sbduuj5], .shop-description[b-d46sbduuj5] {
        font-size: 0.813rem;
    }
}
/* /Components/Pages/Vergelijken/Result.razor.rz.scp.css */
.compare-page[b-c3canj01ww] {
    background: var(--gp-bg-body, #f3f5f7);
}

#top[b-c3canj01ww] {
    background-color: white;
    padding-top: 1rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--gp-border, rgba(2, 6, 23, .10));
    margin-bottom: 0;
}

    #top h1[b-c3canj01ww] {
        font-size: 1.75rem;
        font-weight: 600;
        color: var(--gp-ink, #0f172a);
        margin-bottom: 0.75rem;
    }

    #top p[b-c3canj01ww] {
        font-size: 0.95rem;
        color: var(--gp-ink-light, rgba(15, 23, 42, .78));
        line-height: 1.5;
    }

.compare-card[b-c3canj01ww] {
    border: 0;
    border-radius: .75rem;
    overflow: visible;
    box-shadow: var(--gp-shadow, 0 10px 22px rgba(2, 6, 23, .06));
    margin-bottom: 1.25rem;
    background: white;
}

    .compare-card .card-header[b-c3canj01ww] {
        background: linear-gradient(180deg, #ffffff, #fafbfc);
        border-bottom: 1px solid var(--gp-border, rgba(2, 6, 23, .10));
        border-radius: .75rem .75rem 0 0;
        padding: 1rem 1.25rem;
        font-size: 1.05rem;
        font-weight: 600;
        color: var(--gp-ink, #0f172a);
    }

/* Category title styling */
.category-title[b-c3canj01ww] {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--gp-ink, #0f172a);
    margin: 0;
    letter-spacing: -0.01em;
}

/* Button Styling */
.btn-primary[b-c3canj01ww] {
    background: linear-gradient(135deg, var(--gp-primary, #b1006e), var(--gp-primary-hover, #a70373));
    border: 1px solid var(--gp-primary-border, rgba(177, 0, 110, .55));
    color: white;
    font-weight: 500;
    padding: .5rem 1.25rem;
    border-radius: .5rem;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(177, 0, 110, .2);
}

    .btn-primary:hover[b-c3canj01ww] {
        background: linear-gradient(135deg, var(--gp-primary-hover, #a70373), var(--gp-primary, #b1006e));
        box-shadow: 0 4px 12px rgba(177, 0, 110, .3);
        transform: translateY(-1px);
        border-color: var(--gp-primary-hover, #a70373);
    }

    .btn-primary:active[b-c3canj01ww] {
        transform: translateY(0);
        box-shadow: 0 1px 3px rgba(177, 0, 110, .2);
    }

/* Remove Button Styling - Light grey with red trash icon */
.btn-remove[b-c3canj01ww] {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #dc3545;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .375rem;
    padding: 0;
    transition: all 0.2s ease;
}

    .btn-remove:hover[b-c3canj01ww] {
        background: #e9ecef;
        border-color: #dc3545;
        color: #c82333;
        box-shadow: 0 2px 6px rgba(220, 53, 69, .2);
    }

    .btn-remove:active[b-c3canj01ww] {
        transform: scale(0.95);
    }

    .btn-remove i[b-c3canj01ww] {
        font-size: 0.95rem;
    }

/* Table wrapper - no scroll by default */
.table-wrapper[b-c3canj01ww] {
    overflow: visible;
}

/* Scroll wrapper - enable horizontal scrolling on all screen sizes */
.compare-scroll-wrapper[b-c3canj01ww] {
    overflow-x: auto !important;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
}

    /* Scrollbar styling (inherits from global styles in layout_nw.css) */
    .compare-scroll-wrapper[b-c3canj01ww]::-webkit-scrollbar {
        height: 12px;
        -webkit-appearance: none;
    }

    .compare-scroll-wrapper[b-c3canj01ww]::-webkit-scrollbar-track {
        background-color: #f1f1f1;
        border-radius: 6px;
    }

    .compare-scroll-wrapper[b-c3canj01ww]::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 6px;
    }

        .compare-scroll-wrapper[b-c3canj01ww]::-webkit-scrollbar-thumb:hover {
            background-color: #555;
        }

/* All cards inside scroll wrapper should have consistent width */
.compare-scroll-wrapper .compare-card[b-c3canj01ww] {
    min-width: fit-content;
}

.compare-table[b-c3canj01ww] {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

.compare-table th[b-c3canj01ww],
.compare-table td[b-c3canj01ww] {
    padding: .75rem .85rem;
    vertical-align: top;
    overflow-wrap: anywhere;
    word-break: break-word;
    border: none;
    white-space: normal;
}

/* Force minimum widths for columns */
.compare-table colgroup col:first-child[b-c3canj01ww] {
    width: 180px;
    min-width: 180px;
}

.compare-table colgroup col:not(:first-child)[b-c3canj01ww] {
    width: 240px;
    min-width: 240px;
}

/* Header table specific styling */
.compare-table-headers tbody td[b-c3canj01ww] {
    background: linear-gradient(180deg, #ffffff, #fafbfc);
    border-bottom: 1px solid rgba(0, 0, 0, .04);
    padding: 1rem .85rem;
    vertical-align: top;
}

    .compare-table-headers tbody td:first-child[b-c3canj01ww] {
        background: #fff;
    }

    .compare-table-headers tbody td .vstack[b-c3canj01ww] {
        height: 100%;
    }

.compare-table-headers img[b-c3canj01ww] {
    max-width: 100%;
    height: auto;
    border-radius: .5rem;
}

.compare-table-headers a.text-primary[b-c3canj01ww] {
    color: var(--gp-primary, #b1006e) !important;
}

/* Scroll Container & Arrows */
.scroll-container[b-c3canj01ww] {
    position: relative;
    display: block; /* Ensure block display to prevent flex stretching issues */
}

.scroll-arrow[b-c3canj01ww] {
    position: fixed;
    z-index: 100; /* Increased z-index */
    top: 62%; /* Center vertically in viewport */
    transform: translateY(-50%); /* Center the button itself */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--gp-primary, #b1006e); 
    border: 1px solid var(--gp-primary, #b1006e);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: flex; /* Flex for centering the icon inside the button */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #f8f9fa;
    opacity: 0.9;
    transition: all 0.2s ease;
}

    .scroll-arrow:hover[b-c3canj01ww] {
        opacity: 1;
        background-color: var(--gp-primary-hover, #a70373);
        border-color: var(--gp-primary-hover, #a70373);
        transform: translateY(-50%) scale(1.1); /* Keep vertical centering while scaling */
        box-shadow: 0 6px 16px rgba(0,0,0,0.15);
        color: #ffffff;
    }

    .scroll-arrow.scroll-left[b-c3canj01ww] {
        left: 10px;
    }

    .scroll-arrow.scroll-right[b-c3canj01ww] {
        right: 10px;
    }

    .scroll-arrow i[b-c3canj01ww] {
        font-size: 1.2rem;
    }

    /* Keep the 'd-none' rule usage if JS toggles a class, but JS toggles inline style display */
@media (max-width: 768px) {
    .scroll-arrow.scroll-left[b-c3canj01ww] {
        left: 5px;
    }

    .scroll-arrow.scroll-right[b-c3canj01ww] {
        right: 5px;
    }
    
    .scroll-arrow[b-c3canj01ww] {
        width: 36px;
        height: 36px;
    }
    
    .scroll-arrow i[b-c3canj01ww] {
        font-size: 1.1rem;
    }
}

/* Responsive adjustments */
@media (min-width: 992px) {
    /* Add visual hint for scrollability on desktop */
    .compare-scroll-wrapper[b-c3canj01ww]::after {
        content: '';
        position: sticky;
        float: right;
        top: 0;
        right: 0;
        width: 60px;
        height: 100%;
        background: linear-gradient(to left, rgba(243, 245, 247, 0.95), transparent);
        pointer-events: none;
        opacity: 1;
        transition: opacity 0.3s ease;
        z-index: 5;
        margin-right: -60px;
    }

    /* Hide gradient when scrolled to end */
    .compare-scroll-wrapper.scrolled-end[b-c3canj01ww]::after {
        opacity: 0;
    }
}

@media (max-width: 991px) {
    #top[b-c3canj01ww] {
        padding-top: 0.75rem;
        padding-bottom: 1.5rem;
    }

        #top h1[b-c3canj01ww] {
            font-size: 1.5rem;
        }

        #top p[b-c3canj01ww] {
            font-size: 0.9rem;
        }

    .btn-primary[b-c3canj01ww] {
        padding: .45rem 1rem;
        font-size: 0.9rem;
    }
    
    .compare-card[b-c3canj01ww] {
        margin-bottom: 1rem !important;
    }
    
    .category-title[b-c3canj01ww] {
        font-size: 1.1rem;
    }

    /* Enable horizontal scrolling on the wrapper for all tables */
    .compare-scroll-wrapper[b-c3canj01ww] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        position: relative;
    }

    /* Prevent individual table scrolling */
    .table-wrapper[b-c3canj01ww] {
        overflow: visible;
    }

    /* Prevent tables from shrinking */
    .compare-table[b-c3canj01ww] {
        min-width: 900px;
        width: auto;
    }

    /* Keep column widths fixed */
    .compare-table colgroup col:first-child[b-c3canj01ww] {
        width: 160px !important;
        min-width: 160px;
    }

    .compare-table colgroup col:not(:first-child)[b-c3canj01ww] {
        width: 180px !important;
        min-width: 180px;
    }

    /* Maintain padding */
    .compare-table th[b-c3canj01ww],
    .compare-table td[b-c3canj01ww] {
        padding: .7rem .75rem;
        font-size: 0.9rem;
    }

    .compare-table-headers tbody td[b-c3canj01ww] {
        padding: .9rem .75rem;
    }

    /* Ensure images don't break layout */
    .compare-table-headers img[b-c3canj01ww] {
        max-width: 200px;
        height: auto;
    }

    /* Add visual hint for scrollability */
    .compare-scroll-wrapper[b-c3canj01ww]::after {
        content: '';
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        background: linear-gradient(to left, rgba(255,255,255,0.9), transparent);
        pointer-events: none;
        opacity: 1;
        transition: opacity 0.3s ease;
        z-index: 10;
    }

    /* Hide gradient when scrolled to end */
    .compare-scroll-wrapper.scrolled-end[b-c3canj01ww]::after {
        opacity: 0;
    }
}

/* Tablet screens */
@media (max-width: 768px) {
    #top h1[b-c3canj01ww] {
        font-size: 1.4rem;
    }

    #top p[b-c3canj01ww] {
        font-size: 0.875rem;
    }

    .compare-table[b-c3canj01ww] {
        min-width: 550px;
    }

    .compare-table colgroup col:first-child[b-c3canj01ww] {
        width: 110px !important;
        min-width: 110px;
    }

    .compare-table colgroup col:not(:first-child)[b-c3canj01ww] {
        width: 135px !important;
        min-width: 135px;
    }

    .compare-table th[b-c3canj01ww],
    .compare-table td[b-c3canj01ww] {
        padding: .45rem .4rem;
        font-size: 0.75rem;
    }

    .compare-table-headers tbody td[b-c3canj01ww] {
        padding: .65rem .4rem;
    }

    .compare-table-headers img[b-c3canj01ww] {
        max-width: 100px;
    }

    .category-title[b-c3canj01ww] {
        font-size: 1.05rem;
    }
    
    .btn-remove[b-c3canj01ww] {
        width: 24px;
        height: 24px;
    }

        .btn-remove i[b-c3canj01ww] {
            font-size: 0.75rem;
        }
    
    /* Make phone name smaller on tablets */
    .compare-table-headers a.text-primary[b-c3canj01ww] {
        font-size: 0.8rem;
        line-height: 1.2;
    }
}

/* Extra small screens */
@media (max-width: 576px) {
    .compare-table[b-c3canj01ww] {
        min-width: 480px;
    }

    .compare-table colgroup col:first-child[b-c3canj01ww] {
        width: 100px !important;
        min-width: 100px;
    }

    .compare-table colgroup col:not(:first-child)[b-c3canj01ww] {
        width: 120px !important;
        min-width: 120px;
    }

    .compare-table th[b-c3canj01ww],
    .compare-table td[b-c3canj01ww] {
        padding: .35rem .35rem;
        font-size: 0.7rem;
    }

    .compare-table-headers tbody td[b-c3canj01ww] {
        padding: .55rem .35rem;
    }

    .compare-table-headers img[b-c3canj01ww] {
        max-width: 85px;
    }

    .btn-remove[b-c3canj01ww] {
        width: 22px;
        height: 22px;
    }

        .btn-remove i[b-c3canj01ww] {
            font-size: 0.7rem;
        }
    
    /* Make phone name smaller and more compact on mobile */
    .compare-table-headers a.text-primary[b-c3canj01ww] {
        font-size: 0.75rem;
        line-height: 1.1;
        font-weight: 600;
    }
    
    /* Reduce gap between elements in the header cells */
    .compare-table-headers .vstack[b-c3canj01ww] {
        gap: 0.4rem !important;
    }
    
    .category-title[b-c3canj01ww] {
        font-size: 0.9rem;
    }
    
    .compare-card .card-header[b-c3canj01ww] {
        padding: .65rem .75rem;
        font-size: 0.85rem;
    }
}
/* /Components/Pages/Weblog/Weblog.razor.rz.scp.css */
/* Weblog overview page specific styles */

.display-5[b-e1ttj1otiv] {
    font-size: 2.5rem;
}

@media (max-width: 767.98px) {
    .display-5[b-e1ttj1otiv] {
        font-size: 2rem;
    }
    
    .fs-5[b-e1ttj1otiv] {
        font-size: 1rem !important;
    }
}
/* /Components/Pages/Weblog/WeblogCard.razor.rz.scp.css */
.weblog-card[b-r6xfss515a] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}

.weblog-card:hover[b-r6xfss515a] {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(2, 6, 23, 0.12) !important;
}

.weblog-card-image[b-r6xfss515a] {
    position: relative;
    width: 100%;
    padding-top: 60%; /* 5:3 aspect ratio */
    overflow: hidden;
    background-color: var(--gp-bg-surface-alt);
}

.weblog-card-image img[b-r6xfss515a] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.weblog-card:hover .weblog-card-image img[b-r6xfss515a] {
    transform: scale(1.05);
}

.badge-new[b-r6xfss515a] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: linear-gradient(135deg, var(--gp-primary), var(--gp-accent-2));
    color: white;
    padding: 0.375rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(177, 0, 110, 0.3);
    z-index: 1;
}

.weblog-card .card-body[b-r6xfss515a] {
    padding: 1.25rem;
}

.weblog-card .card-title a[b-r6xfss515a] {
    color: var(--gp-ink);
    transition: color 0.2s ease;
}

.weblog-card:hover .card-title a[b-r6xfss515a] {
    color: var(--gp-primary);
}

.weblog-card .card-text[b-r6xfss515a] {
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .weblog-card .card-body[b-r6xfss515a] {
        padding: 1rem;
    }
    
    .weblog-card-image[b-r6xfss515a] {
        padding-top: 56.25%; /* 16:9 aspect ratio on mobile */
    }

    .badge-new[b-r6xfss515a] {
        top: 0.5rem;
        right: 0.5rem;
        padding: 0.25rem 0.5rem;
        font-size: 0.7rem;
    }
}
/* /Components/Pages/Weblog/WeblogDetail.razor.rz.scp.css */
.weblog-detail[b-j9sit18r1v] {
    font-size: 1.0625rem;
    line-height: 1.75;
}

.weblog-detail-header h1[b-j9sit18r1v] {
    line-height: 1.2;
    margin-bottom: 1rem;
    color: var(--gp-ink);
}

.weblog-detail-header .lead[b-j9sit18r1v] {
    font-size: 1.2rem;
    line-height: 1.7;
    color: var(--gp-ink-light);
}

.weblog-detail-image[b-j9sit18r1v] {
    margin: 0 0 2rem 0;
}

.weblog-detail-image img[b-j9sit18r1v] {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.weblog-detail-content[b-j9sit18r1v] {
    color: var(--gp-ink);
}

.weblog-detail-content p[b-j9sit18r1v] {
    margin-bottom: 1.5rem;
    text-align: justify;
}

.weblog-detail-content h2[b-j9sit18r1v] {
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    color: var(--gp-ink);
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--gp-primary-soft);
}

.weblog-detail-content h3[b-j9sit18r1v] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--gp-ink);
}

.weblog-detail-content h4[b-j9sit18r1v] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 0.875rem;
    color: var(--gp-ink);
}

.weblog-detail-content img[b-j9sit18r1v] {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin: 2rem auto;
    display: block;
    box-shadow: 0 4px 12px rgba(2, 6, 23, 0.08);
}

.weblog-detail-content ul[b-j9sit18r1v],
.weblog-detail-content ol[b-j9sit18r1v] {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.weblog-detail-content li[b-j9sit18r1v] {
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

.weblog-detail-content a[b-j9sit18r1v] {
    color: var(--gp-primary);
    text-decoration: underline;
    text-decoration-color: var(--gp-primary-border);
    text-underline-offset: 2px;
    transition: all 0.2s ease;
}

.weblog-detail-content a:hover[b-j9sit18r1v] {
    color: var(--gp-primary-hover);
    text-decoration-color: var(--gp-primary);
}

.weblog-detail-content blockquote[b-j9sit18r1v] {
    padding: 1.25rem 1.75rem;
    margin: 2rem 0;
    border-left: 4px solid var(--gp-primary);
    background: linear-gradient(to right, var(--gp-primary-soft), transparent);
    font-style: italic;
    font-size: 1.125rem;
    color: var(--gp-ink-light);
    border-radius: 0 0.375rem 0.375rem 0;
}

.weblog-detail-content strong[b-j9sit18r1v],
.weblog-detail-content b[b-j9sit18r1v] {
    font-weight: 600;
    color: var(--gp-ink-lighter);
}

.weblog-detail-source[b-j9sit18r1v] {
    border: 1px solid var(--gp-border);
    background-color: var(--gp-bg-surface-alt);
}

.weblog-detail-source a[b-j9sit18r1v] {
    color: var(--gp-primary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.weblog-detail-source a:hover[b-j9sit18r1v] {
    text-decoration: underline;
    color: var(--gp-primary-hover);
}

.breadcrumb[b-j9sit18r1v] {
    background-color: transparent;
    padding: 0;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.breadcrumb-item a[b-j9sit18r1v] {
    color: var(--gp-primary);
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover[b-j9sit18r1v] {
    text-decoration: underline;
    color: var(--gp-primary-hover);
}

.breadcrumb-item.active[b-j9sit18r1v] {
    color: var(--gp-ink-muted);
}

.breadcrumb-item + .breadcrumb-item[b-j9sit18r1v]::before {
    color: var(--gp-ink-muted);
}

/* Related articles section */
.weblog-detail + section[b-j9sit18r1v] {
    animation: fadeIn-b-j9sit18r1v 0.5s ease-in;
}

@keyframes fadeIn-b-j9sit18r1v {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767.98px) {
    .weblog-detail[b-j9sit18r1v] {
        font-size: 1rem;
        line-height: 1.7;
    }

    .weblog-detail-header h1[b-j9sit18r1v] {
        font-size: 1.75rem;
    }

    .weblog-detail-header .lead[b-j9sit18r1v] {
        font-size: 1rem;
        line-height: 1.6;
    }

    .weblog-detail-content p[b-j9sit18r1v] {
        text-align: left;
        margin-bottom: 1.25rem;
    }

    .weblog-detail-content h2[b-j9sit18r1v] {
        font-size: 1.5rem;
        margin-top: 2rem;
    }

    .weblog-detail-content h3[b-j9sit18r1v] {
        font-size: 1.25rem;
        margin-top: 1.5rem;
    }

    .weblog-detail-content h4[b-j9sit18r1v] {
        font-size: 1.1rem;
        margin-top: 1.25rem;
    }

    .weblog-detail-content blockquote[b-j9sit18r1v] {
        padding: 1rem 1.25rem;
        font-size: 1rem;
        margin: 1.5rem 0;
    }

    .weblog-detail-content ul[b-j9sit18r1v],
    .weblog-detail-content ol[b-j9sit18r1v] {
        padding-left: 1.5rem;
    }

    .breadcrumb[b-j9sit18r1v] {
        margin-bottom: 1rem;
    }
}
/* /Components/Shared/CacheIndicator.razor.rz.scp.css */
.cache-indicator[b-d9ulue804j] {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 0px 3px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

    .cache-indicator.fresh[b-d9ulue804j] {
        display: none;
    }

    .cache-indicator.cached[b-d9ulue804j] {
        background-color: lightgray;
        color: white;
    }
/* /Components/Weg/AutoComplete.razor.rz.scp.css */
.autocompleteBox[b-lslcadmbkh] {
    position: relative;
    display: inline-block;
    width:200px;
    background-color:green;
}

.autocomplete-options[b-lslcadmbkh] {
    position: absolute;
    z-index: 1;
    background: #fff;
    /*border: 1px solid #ccc;*/
    max-height: 350px;
    overflow-y: auto;
    overflow-x:hidden;
    /*display: none;*/
    width: 100%;
    margin-top:31px;
    margin-left:1px !important;
}

.option[b-lslcadmbkh] {
    padding: 5px;
    cursor: pointer;
}

.option:hover[b-lslcadmbkh] {
    background-color: #e6e6e6;
}
