 /* ===== RESET & BEAUTIFUL DARK BASE ===== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        /* main content container — gentle glow, soft edges */
        body > div {
            width: 100%;
        }

        .tighter {margin-top:-20px !important;}

        .inp {max-width: 100% !important;}

        #kledingblok {
            max-width:100% !important;
            margin-left: -6px;
        } 
        
        @media (max-width: 800px) {
            #kledingblok {background-color: #0f2b38 !important; overflow: hidden !important;}
            #kledingblok .listitemkind-fiftyfour {background-color: #0f2b38 !important;}
            #kledingblok h3 strong {font-size: 26px !important;}
        }

        @media (min-width: 800px) {
            #kledingblok {background-color: #0d2e45 !important;}
            #kledingblok .listitemkind-fiftyfour {background-color: #0d2e45 !important; border-radius: 0px !important;}
        }

        @media  (min-width: 1024px) {
           .listitemkind-fiftyfour {background-color: #0d2e45 !important; border-radius: 0px !important;}
           .flexfullrow {background-color: #0e344f !important;}
        }

        .cardtop-faas-printmedia-orange {
            background: #ff8b01;
            color: #FFFFFF;
            padding: 20px;
            text-transform: uppercase;
            line-height: 1.2;
        }

        /* ----- typography with refined contrast ----- */
        #kledingblok h3 {
            font-weight: 500;
            font-size: 1.8rem;
            letter-spacing: 0.02em;
            margin: 2.5rem 0 0.8rem 0;
            color: #ffffff;
            text-shadow: 0 0 8px rgba(0, 180, 255, 0.3);
            border-left: 4px solid #3b8fc2;
            padding-left: 1.2rem;
            background: linear-gradient(90deg, rgba(45, 100, 150, 0.2) 0%, rgba(45, 100, 150, 0) 80%);
        }

        #kledingblok h3 strong {
            font-weight: 600;
            color: #c4e2ff;
        }

        #kledingblok p {
            color: #b6c7e0;
            margin: 1rem 0;
            font-size: 1.05rem;
        }

        /* subtle special paragraph (intro / note) */
        #kledingblok > div:first-child p {
            background: #1e2638;
            padding: 1rem 2rem;
            border-radius: 12px;
            display: inline-block;
            border: 1px solid #33435a;
            box-shadow: 0 4px 20px rgba(0,0,0,0.6);
            font-weight: 400;
            color: #d8e2f5;
            backdrop-filter: blur(4px);
        }

        /* call to action / contact block */
        #foot1 {
            margin-top: 3rem;
            margin-bottom: 2rem;
            background: #131c28;
            border-radius: 16px;
            padding: 1.2rem 2rem;
            border: 1px solid #2b4b6e;
            box-shadow: 0 10px 25px -8px #00000080, 0 0 0 1px #1c3348 inset;
            text-align: center;
        }

        #foot1 p {
            margin: 0;
            font-size: 1.3rem;
        }

        #foot1 a {
            color: #8dc9ff;
            text-decoration: none;
            font-weight: 600;
            background: #1a334a;
            padding: 0.3rem 1rem;
            border-radius: 40px;
            border: 1px solid #3a78a2;
            transition: all 0.2s ease;
            display: inline-block;
            margin-left: 0.7rem;
            box-shadow: 0 2px 8px #0000004d;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        #foot1 a:hover {
            background: #234c6b;
            color: white;
            border-color: #75b9f0;
            box-shadow: 0 0 15px #2d9eff;
        }

        /* ----- beautiful dark tables ----- */
        #kledingblok table {
            border-collapse: separate;
            border-spacing: 0;
            width: 100%;
            margin: 2rem 0 2.5rem 0;
            background: #121a24;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 25px 35px -10px #000000, 0 0 0 1px #2a3b4e inset;
            backdrop-filter: blur(2px);
            transition: transform 0.2s;
            margin-top: -28px;
            margin-bottom: 70px;
        }

        #kledingblok table:hover {
            box-shadow: 0 25px 40px -8px #020814, 0 0 0 1px #3d6182 inset;
        }

        #kledingblok th {
            background: #1f3142;
            color: #f0f7ff;
            font-weight: 300;
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            padding: 1.2rem 0.8rem;
            white-space: nowrap;
            border-bottom: 2px solid #3e6182;
            text-shadow: 0 2px 3px #00000070;
            background: linear-gradient(165deg, #1a293b, #203649);
        }

        #kledingblok td {
            padding: 1rem 0.6rem;
            text-align: center;
            background-color: #0f1922;
            color: #cddcf2;
            font-weight: 450;
            border-bottom: 1px solid #253545;
            transition: background 0.15s;
        }

        /* row hover effect – subtle brightening */
        #kledingblok tr:hover td {
            background-color: #172734;
        }

        /* highlight first column (aantallen) */
        #kledingblok td:first-child {
            font-weight: 600;
            color: #9bc9ff;
            background-color: #101e2b;
            border-right: 1px solid #2f4a66;
        }

        #kledingblok tr:hover td:first-child {
            background-color: #1a2f41;
        }

        /* price columns: subtle glow on hover */
        #kledingblok td:not(:first-child):hover {
            background-color: #1d3144;
            color: #eaf3ff;
            box-shadow: inset 0 0 8px #34679233;
        }

        /* table corner rounding */
        #kledingblok thead tr:first-child th:first-child { border-top-left-radius: 12px; }
        #kledingblok thead tr:first-child th:last-child  { border-top-right-radius: 12px; }
        #kledingblok tbody tr:last-child td:first-child  { border-bottom-left-radius: 12px; }
        #kledingblok tbody tr:last-child td:last-child   { border-bottom-right-radius: 12px; }

        /* price euro symbol + subtle accent */
        #kledingblok td:not(:first-child) {
            font-family: 'Inter', monospace;
            font-weight: 500;
        }

        /* additional polish for small texts like (voor 12:00 besteld) */
        #kledingblok div > p:first-child {
            font-size: 0.9rem;
            color: #e7e8e9;
            background: #10161f;
            padding: 0.4rem 1.8rem;
            border-radius: 8px;
            display: inline-block;
            border: 1px solid #324e6e;
            box-shadow: 0 2px 8px #000000;
            letter-spacing: 0.3px;
        }

        /* the two lines "1 KLEUR OF FULL-COLOUR" + "(voor 12:00 besteld)" */
        #kledingblok div > p:nth-of-type(2) {
            background: transparent;
            border: none;
            box-shadow: none;
            color: #b4d0f0;
            font-weight: 400;
            padding: 0;
        }

        /* specific containers for 5-dagen / 3-dagen / zelfde-dag headers */
        #kledingblok h3 + p {
            margin-top: -0.2rem;
            font-size: 1.1rem;
            color: #9fc2ec;
        }

        /* table header width management (keep consistent) */
        #kledingblok th, td {
            word-break: keep-all;
        }

        /* ===== extra glow for the title “Razendsnel je kleding...” ===== */
        #kledingblok h3:first-of-type {
            margin-top: 1rem;
            font-size: 2rem;
            background: linear-gradient(135deg, #e0edff, #b0d0ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            border-left: 4px solid #3b8fc2;
            text-shadow: 0 0 20px #00a6ff4d;
        }

        /* small ID divs (#18796591x) — keep invisible, but their children visible */
        #kledingblok div[id^="187965"] {
            background: transparent;
            border: none;
            box-shadow: none;
        }

        /* contact paragraph inside #foot1 stronger */
        #kledingblok #foot1 strong {
            color: #f2f4f5;
            font-weight: 600;
        }

        /* extra spacing between tables sections */
        #kledingblok div:has(> table) {
            margin: 2rem 0;
        }

        /* make first paragraph more elegant */
        #kledingblok > div:first-child p {
            font-size: 1.1rem;
            background: #141f2dcc;
            backdrop-filter: blur(4px);
            border: 1px solid #36597b;
            color: #e6f0ff;
            box-shadow: 0 10px 18px -8px black;
        }

        /* responsive: let tables scroll on small devices */
        @media (max-width: 800px) {
            #kledingblok  table { display: block; width: 100%; overflow-x: auto; white-space: nowrap; border-radius: 12px; }
            #kledingblok th { font-size: 0.8rem; padding: 1rem 0.4rem; }
            #kledingblok td { padding: 0.8rem 0.2rem; }
            #kledingblok h3 { font-size: 1.5rem; }
        }

        /* small decorative detail: subtle line above foot */
        #foot1::before {
            content: '';
            display: block;
            width: 120px;
            height: 2px;
            background: linear-gradient(90deg, transparent, #3b80b0, transparent);
            margin: 0 auto 1rem auto;
            border-radius: 2px;
        }

        /* table footer note (inside foot1) fine tuning */
        #foot1 div p {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 0.5rem;
        }