@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

            * {
                box-sizing: border-box;
            }

            html,
            body {
                height: 100%;
                font-size: 1vw !important;
                color:black;
            }
            /* LMS Full-Width Override */
body.page #primary,
body.page .site-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.page #secondary,
body.page .sidebar,
body.page aside {
    display: none !important;
}

body.page .entry-content {
    max-width: none !important;
    padding: 0 !important;
}

/* Zorg dat LMS content altijd full-width is */
.c-modules {
    max-width: none !important;
    width: 100vw !important;
    margin: 0 !important;
}

            p {
                margin: 0px;
                padding:0px !important;
            }
            

            ::-webkit-scrollbar-track {
                border-radius: 10px;
                background-color: #F5F5F5;
            }

            ::-webkit-scrollbar {
                width: 10px;
                background-color: #F5F5F5;
                border-radius: 10px;
                margin-left: 10px;

            }

            ::-webkit-scrollbar-thumb {
                border-radius: 10px;
                background-color: #D8D8D8;
            }

            body {
                min-height: 100vh;
                margin: 0;
                background-color: #F5F5F5;
                font-family: "Inter", sans-serif;
                font-optical-sizing: auto;
                font-style: normal;
            }

            .c-modules {
                display: flex;
                flex-direction: row;
                padding: 3%;
                height: 100vh;
                /* vaste hoogte voor het layout-frame */
                gap: 2%;

            }

            .c-modules--blok1 {
                width: 23%;
                display: flex;
                flex-direction: column;
                gap: 4%;
            }

            .c-modules--blok2 {
                width: fit-content;
                display: flex;
                flex-direction: column;
                width: 75%;
                gap: 4%;
            }

            .c-modules--blok3 {
                width: fit-content;
                display: flex;
                flex-direction: column;
                width: 75%;
                gap: 4%;

            }

            .c-modules--blokvideo {
                width: fit-content;
                display: flex;
                flex-direction: column;
                width: 75%;
                gap: 4%;
            }

            .c-modules--blokintroduction {
                width: fit-content;
                display: flex;
                flex-direction: column;
                width: 75%;
                gap: 4%;
            }


            .c-modules--blokdocumenten {
                width: fit-content;
                display: flex;
                flex-direction: row;
                width: 75%;
                gap: 3%;
                flex-wrap: wrap;
            }

            .c-modules__menu {
                background-color: #00407A;
                border-radius: 25px;
                padding: 10%;
                color: white;
                display: flex;
                flex-direction: column;
                height: 38%;
            }

            .c-module__menu {
                background-color: #00407A;
                border-radius: 25px;
                padding: 10%;
                color: white;
                display: flex;
                flex-direction: column;
                height: 83%;
            }

            .c-modules__menu--link {
                font-weight: bold;
                margin-bottom: 14px;
                font-size: 1.3vw;
                cursor: pointer;
                color: white;
                text-decoration: none;
            }

            
            .c-modules__menu--link:hover {
                color: #52BDEC !important;
            }

            .c-modules__menu--title {
                font-weight: bold;
                margin-bottom: 14px;
                font-size: 1.3vw;
                border-bottom: solid 1px white;
                padding-bottom: 3%;
            }

            .c-modules__menu--link--active {
                color: #52BDEC !important;
            }

            .c-modules__info--a {
                background-color: white;
                border-radius: 25px;
                padding: 3%;
                height: 41%;
                font-size: 1vw;
                color: #C700F7;
                display: flex;
                align-items: center;
                justify-content: center;

            }

            .c-modules__logo {
                background-color: white;
                border-radius: 25px;
                height: 13%;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-evenly;
                padding: 4%;
            }

            .c-module__timetracking {
                background-color: white;
                border-radius: 25px;
                height: 13%;
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                padding: 10%;
                width: 100%;
                font-weight: bold;
                color: #00407A;
            }
            
            .c-module__timetracking__small {
            background-color: white;
            border-radius: 25px;
            height: 13%;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding: 5%;
            width: 30.7%;
            font-weight: bold;
            color: #00407A;
            font-size: 1vw;
            display: flex;
            align-items: center;
            }


            .c-modules__logo img {
                height: 90%;
                max-height: 80px;
            }

            .c-modules__score {
                background-color: white;
                border-radius: 25px;
                padding: 3%;
                height: 43%;
            }

            .c-modules__modules {
                background-color: white;
                border-radius: 25px;
                padding: 3%;
                height: 100%;
                display: flex;
                flex-direction: column;
            }

            .c-modules__feedback {
                background-color: white;
                border-radius: 25px;
                padding: 3%;
                height: 100%;
                display: flex;
                flex-direction: column;
            }

            .c-module__quiz {
                background-color: white;
                border-radius: 25px;
                padding: 3%;
                height: 83%;
                display: flex;
                flex-direction: column;
            }

            .c-module__documenten {
                background-color: white;
                border-radius: 25px;
                padding: 10%;
                height: 83%;
                display: flex;
                flex-direction: column;
                width: 100%;
            }

            .c-module__documenten--preview {
                background-color: white;
                border-radius: 25px;
                padding: 3%;
                height: 100%;
                display: flex;
                flex-direction: column;
                width: 65.3%;
            }

            .c-module__documenten--nav {
                width: 30.7%;
                display: flex;
                height: 100%;
                gap: 4% !important;
                flex-direction: column;
            }


            .c-titles {
                font-size: 1.3vw;
                font-weight: bold;
                color: #00407A;
                margin: 0;
            }

            .c-subtitles {
                font-size: 0.9vw;
                font-weight: bold;
                color: #1D1D1D;
                margin: 0;
                margin-bottom: 15px;
                margin-top: 25px;
            }

            .c-module__item {
                display: flex;
                flex-direction: row;
                border-bottom: solid 1px #D8D8D8;
                padding: 1% 0px;
            }

            .c-module__item--titel {
                width: 60%;
                font-weight: bold;

            }

            .c-module__item--tijd {
                width: 10%;

            }

            .c-module__item--status {
                width: 20%;

            }

            .c-module__item--punten {
                width: 10%;
                font-weight: bold;

            }

            .c-module__item--label {
                font-weight: bold;
                font-size: 0.9vw;
                color: #116E8A;
            }

            .c-module_lijst {
                margin-top: 1%;
                flex: 1;
                min-height: 0;
                overflow: auto;
                padding-right: 10px;
            }

            .c-module__items {
                cursor: pointer;
            }

            .c-module__item--labels {
                position: sticky;
                top: 0;
                background: #fff;
                z-index: 1;
                border-bottom: 1px solid #D8D8D8;
            }

            .c-module__item--punten--onvoldoende {
                color: #DA8B42;
            }

            .c-module__item--punten--voldoende {
                color: #4B9D77;
            }

            .c-modules__feedback--blok {
                border: solid 1px #52BDEC;
                border-radius: 20px;
                padding: 2%;
                margin-bottom: 2%;
            }

            .c-modules__feedback--blok--nieuw {
                border: solid 1px #DA8B42;
            }


            .c-modules__feedback--info {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                padding-bottom: 1%;
            }

            .c-modules__feedback--bericht {
                width: 70%;
            }

            .c-modules__feedback--nieuw {
                color: white;
                background-color: #DA8B42;
                border-radius: 50px;
                font-size: 0.8vw;
                padding: 2px 8px;
                font-weight: bold;
            }

            .c-modules__feedback--cointainer {
                margin-top: 1%;
                flex: 1;
                min-height: 0;
                overflow: auto;
                padding-right: 10px;
            }

            .c-modules__feedback--user {
                color: #00407A;
            }

            .c-modules__feedback--date {
                color: #888888;
            }

            .c-module__video {
                padding-top: 25px;
                height:-webkit-fill-available;
                padding-bottom: 25px;
            }

            .c-module__video video {
                height: 100%;
                border-radius: 25px;
            }

            /* Basis zichtbaar/onzichtbaar (jij had dit al) */
            .c-modules--blok2,
            .c-modules--blok3,
            .c-modules--blokvideo,
            .c-modules--blokdocumenten,
            .c-modules--blokintroduction {
                display: none;
                opacity: 0;
                transform: translateY(10px);
                transition: opacity 0.4s ease, transform 0.4s ease;
            }

            .c-modules--blok2.active,
            .c-modules--blok3.active,
            .c-modules--blokvideo.active,
            .c-modules--blokdocumenten.active,
            .c-modules--blokintroduction.active {
                display: flex;
                opacity: 1;
                transform: translateY(0);
            }

            .hidden {
                opacity: 0;
                transform: translateY(10px);
                pointer-events: none;
            }

            /* =========================
   Keyframes voor richtingen
   ========================= */
            @keyframes kf-in-up {
                from {
                    opacity: 0;
                    transform: translateY(-20px);
                }

                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }

            @keyframes kf-out-up {
                from {
                    opacity: 1;
                    transform: translateY(0);
                }

                to {
                    opacity: 0;
                    transform: translateY(-20px);
                }
            }

            @keyframes kf-in-down {
                from {
                    opacity: 0;
                    transform: translateY(20px);
                }

                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }

            @keyframes kf-out-down {
                from {
                    opacity: 1;
                    transform: translateY(0);
                }

                to {
                    opacity: 0;
                    transform: translateY(20px);
                }
            }

            @keyframes kf-in-right {
                from {
                    opacity: 0;
                    transform: translateX(24px);
                }

                to {
                    opacity: 1;
                    transform: translateX(0);
                }
            }

            @keyframes kf-out-right {
                from {
                    opacity: 1;
                    transform: translateX(0);
                }

                to {
                    opacity: 0;
                    transform: translateX(24px);
                }
            }

            /* =========================
   Utility classes (1-shot)
   ========================= */
            .in-up {
                animation: kf-in-up 450ms ease forwards;
            }

            .out-up {
                animation: kf-out-up 450ms ease forwards;
            }

            .in-down {
                animation: kf-in-down 450ms ease forwards;
            }

            .out-down {
                animation: kf-out-down 450ms ease forwards;
            }

            .in-right {
                animation: kf-in-right 450ms ease forwards;
            }

            .out-right {
                animation: kf-out-right 450ms ease forwards;
            }

            /* goed */


            /* startposities zodat inkomend blok NIET flasht */
            .pre-in-up {
                opacity: 0;
                transform: translateY(-20px);
            }

            .pre-in-down {
                opacity: 0;
                transform: translateY(20px);
            }

            .pre-in-right {
                opacity: 0;
                transform: translateX(24px);
            }

            /* optioneel: betere performance */
            .c-modules__score,
            .c-modules__modules,
            .c-modules__feedback {
                will-change: opacity, transform;
            }

            .c-button {
                background-color: #52BDEC;
                border-radius: 20px;
                color: white;
                font-weight: bold;
                padding: 10px 25px;
                font-size: 15px;
                border: 1px solid #52BDEC;
                transform: 0.3s ease-in-out;
                text-decoration: none;
                margin-right: 20px;
            }

            .c-button:hover {
                background-color: transparent;
                color: #52BDEC;
                transform: 0.3s ease-in-out;
            }

            .c-button__light {
                background-color: transparent;
                border-radius: 20px;
                color: #52BDEC;
                font-weight: bold;
                padding: 10px 25px;
                font-size: 15px;
                border: 1px solid #52BDEC;
                transform: 0.3s ease-in-out;
                text-decoration: none;
            }

            .c-button__light:hover {
                background-color: #52BDEC;
                color: white;
                transform: 0.3s ease-in-out;
            }

            .c-introduction__textblok {
                width: 70%;
            }

          /* Layout voor matching met lijnen */
.matching-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* meer ruimte tussen kolommen en rijen */
  column-gap: 64px;
  row-gap: 24px;
  min-height: 260px;
}

/* SVG moet BOVEN de items liggen en 100% groot zijn */
.matching-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 20;           /* hoger dan items */
  pointer-events: none;  /* zodat je nog kunt klikken/draggen op nodes */
}

.matching-col {
  position: relative;
  z-index: 10;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 18px;             /* extra verticale ruimte per rij */
}

/* default lijn */
.matching-line {
  stroke: #52BDEC;
  stroke-width: 3;
  stroke-linecap: round;
  fill: none;
  pointer-events: auto;   /* nodig voor hover/click */
  cursor: pointer;
}
/* hover rood */
.matching-svg path:hover {
    stroke: red;
}


.node {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #52BDEC;
  background: #fff;
  cursor: crosshair;
  position: relative;
  z-index: 30;           /* boven de lijnen */
}

/* Variabele content mag scrollen binnen het paneel */
#answerHost {
  flex: 1;
  min-height: 0;                    /* cruciaal voor correcte overflow in flex containers */
  overflow: auto;                   /* scrollt intern als er veel antwoord-UI is */
  padding-right: 8px;               /* ruimte voor scrollbar zodat layout niet springt */
}

/* Knoppenbalk plakt onderaan het paneel */
.answer-actions {
  position: sticky;
  bottom: 0;
  z-index: 5;
  display: flex;
  gap: 12px;
  padding: 12px 4px 8px 0;
  background:
    linear-gradient(#ffffff00, #ffffff) /* zachte fade bovenaan */
    , #fff;
  border-top: 1px solid #eee;
}

/* Optioneel: feedback netjes onder de knoppen */
.answer-feedback {
  margin-top: 8px;
  font-weight: 600;
}

/* Feedback Badge */
.c-modules__menu--link {
    position: relative;
    display: inline-block;
}

.c-feedback-badge{
    display: inline-block;
    background: #DA8B42;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    padding: 0 4px;
    margin-left: 8px;
    vertical-align: middle;
    position: absolute;
    top: 0;
}

/* Animatie */
@keyframes pulse {
    0%, 100% { 
        transform: scale(1); 
        box-shadow: 0 0 0 0 rgba(218, 139, 66, 0.7);
    }
    50% { 
        transform: scale(1.05); 
        box-shadow: 0 0 0 4px rgba(218, 139, 66, 0);
    }
}

.c-feedback-badge {
    animation: pulse 2s infinite;
}

p.c-modules__menu--title {
    padding-bottom: 15px !important;
}

.c-module__vraagtitle {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 15px;
}

.c-module__documenten--preview p.c-titles{
margin-bottom:15px;
}

button:disabled,
.c-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #ccc !important;
}

input#rng {
    background: #e5e7eb;
    border-radius: 30px;
}

/* ============================================
   Progress Bar & User Profile - Dark Theme
   Passend bij #00407A en #52BDEC kleuren
   ============================================ */

/* Algemene styling voor de info container */
.c-modules__info {
    background-color: white;
    border-radius: 25px;
    padding: 5%;
    height: 41%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8%;
}

/* ============================================
   Progress Bar Component
   ============================================ */

.c-progress {
    width: -webkit-fill-available;
}

.c-progress__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.c-progress__label {
    font-size: 0.85vw;
    font-weight: 600;
    color: #00407a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.c-progress__stats {
    font-size: 0.8vw;
    color: #00407a;
    font-weight: 600;
}

.c-progress__bar {
    position: relative;
    width: 100%;
    height: 22px;
    background: #0a0a0a;
    border-radius: 11px;
    overflow: hidden;
    border: 1px solid #333;
}

.c-progress__fill {
    position: relative;
    height: 100%;
    background: linear-gradient(90deg, #00407A 0%, #52BDEC 100%);
    border-radius: 11px;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    min-width: 30px;
}

.c-progress__percentage {
    font-size: 0.7vw;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Als de voortgang 0% is */
.c-progress__fill[style*="width: 0%"] .c-progress__percentage {
    display: none;
}

/* ============================================
   User Profile Block Component
   ============================================ */

.c-user-profile {
    display: flex;
    align-items: center;
    gap: 4%;
    background: #00407a;
    border-radius: 15px;
    padding: 5%;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
}

.c-user-profile:hover {
    background: #252525;
}

.c-user-profile:hover::before {
    opacity: 1;
}

.c-user-profile__avatar {
    flex-shrink: 0;
    width: 3vw;
    height: 3vw;
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
    overflow: hidden;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #00407A;
    transition: border-color 0.3s ease;
}

.c-user-profile:hover .c-user-profile__avatar {
    border-color: #52BDEC;
}

.c-user-profile__avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.c-user-profile__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.c-user-profile__name {
    font-size: 0.9vw;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
}

.c-user-profile__score {
    font-size: 0.75vw;
    color: white;
    font-weight: 500;
}

.c-user-profile__score strong {
    color: white;
    font-weight: 700;
}

.c-user-profile__arrow {
    flex-shrink: 0;
    color: white;
    transition: all 0.3s ease;
    width: 1.2vw;
    height: 1.2vw;
    min-width: 16px;
    min-height: 16px;
}

.c-user-profile:hover .c-user-profile__arrow {
    color: #52BDEC;
    transform: translateX(4px);
}

/* Login message styling */
.c-modules__info-login {
    background: #1a1a1a;
    border-radius: 15px;
    padding: 8%;
    text-align: center;
    border: 2px dashed #333;
}

.c-modules__info-login p {
    margin: 0;
    color: #999;
    font-size: 0.9vw;
    font-weight: 500;
}

/* ============================================
   Responsive Styles
   ============================================ */

@media (max-width: 1400px) {
    .c-progress__label {
        font-size: 12px;
    }
    
    .c-progress__stats {
        font-size: 11px;
    }
    
    .c-progress__percentage {
        font-size: 10px;
    }
    
    .c-user-profile__name {
        font-size: 13px;
    }
    
    .c-user-profile__score {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .c-modules__info {
        gap: 10px;
        padding: 4%;
    }
    
    .c-progress {
        padding: 5%;
    }
    
    .c-progress__bar {
        height: 18px;
    }
    
    .c-user-profile {
        padding: 4%;
    }
    
    .c-user-profile__avatar {
        width: 35px;
        height: 35px;
    }
    
    .c-user-profile__arrow {
        width: 16px;
        height: 16px;
    }
}

/* ============================================
   Animaties voor smooth loading
   ============================================ */

@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.c-progress,
.c-user-profile {
    animation: slideInFromLeft 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.c-user-profile {
    animation-delay: 0.1s;
    animation-fill-mode: both;
}

/* ============================================
   Score Breakdown Component
   ============================================ */

.c-score-breakdown {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 4%;
    border: 1px solid #e0e0e0;
}

.c-score-breakdown__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.c-score-breakdown__title {
    font-size: 0.85vw;
    font-weight: 600;
    color: #00407a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.c-score-breakdown__avg {
    font-size: 0.95vw;
    font-weight: 700;
    color: #00407a;
}

.c-score-breakdown__items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.c-score-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.c-score-item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-score-item__label {
    font-size: 0.7vw;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
}

.c-score-item__icon {
    font-size: 0.8vw;
}

.c-score-item__count {
    font-size: 0.65vw;
    color: #666;
    font-weight: 500;
}

.c-score-item__bar-container {
    position: relative;
    width: 100%;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.c-score-item__bar-fill {
    height: 100%;
    border-radius: 4px;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Score categorie kleuren */
.c-score-item--excellent .c-score-item__bar-fill {
    background: linear-gradient(90deg, #059669 0%, #10b981 100%);
}

.c-score-item--excellent .c-score-item__icon {
    color: #059669;
}

.c-score-item--goed .c-score-item__bar-fill {
    background: linear-gradient(90deg, #00407A 0%, #52BDEC 100%);
}

.c-score-item--goed .c-score-item__icon {
    color: #00407A;
}

.c-score-item--voldaan .c-score-item__bar-fill {
    background: linear-gradient(90deg, #d97706 0%, #f59e0b 100%);
}

.c-score-item--voldaan .c-score-item__icon {
    color: #d97706;
}

.c-score-item--herzie .c-score-item__bar-fill {
    background: linear-gradient(90deg, #dc2626 0%, #ef4444 100%);
}

.c-score-item--herzie .c-score-item__icon {
    color: #dc2626;
}

/* Responsive voor score breakdown */
@media (max-width: 1400px) {
    .c-score-breakdown__title {
        font-size: 11px;
    }
    
    .c-score-breakdown__avg {
        font-size: 13px;
    }
    
    .c-score-item__label {
        font-size: 10px;
    }
    
    .c-score-item__count {
        font-size: 9px;
    }
}

@media (max-width: 768px) {
    .c-score-breakdown {
        padding: 5%;
    }
    
    .c-score-item__bar-container {
        height: 6px;
    }
}
.c-link{
color: white !important;
margin-bottom: 5px;
    font-size: 16px;
}

.c-link:hover{
color: #52BDEC !important;

}

a.lms-card:hover p,a.lms-card:hover h3 {
    color: white !important;
}

a.lms-card:hover{
background-color:#00407A;
}

/* Locked module styling */
.c-module__item--locked {
    opacity: 0.6;
    cursor: not-allowed !important;
    background: #f5f5f5;
    position: relative;
}

.c-module__item--locked:hover {
    background: #f5f5f5 !important;
    transform: none !important;
}

.c-module__lock-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 1.1em;
}

.c-module__item--locked .c-module__item--titel {
    color: #999;
}

.c-module__item--locked .c-module__item--tijd,
.c-module__item--locked .c-module__item--status,
.c-module__item--locked .c-module__item--punten {
    color: #bbb;
}

/* Tooltip voor locked modules */
.c-module__item--locked::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    pointer-events: none;
}

/* ============================================
   Locked Module Styling met Tooltip
   ============================================ */

.c-module__item--locked {
    opacity: 0.5;
    background: #f9f9f9 !important;
    cursor: not-allowed !important;
    pointer-events: none;
    position: relative;
}

.c-module__item--locked:hover {
    background: #f9f9f9 !important;
    transform: none !important;
    box-shadow: none !important;
}

.c-module__lock-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 1.2em;
    vertical-align: middle;
}

.c-module__item--locked .c-module__item--titel {
    color: #999 !important;
}

.c-module__item--locked .c-module__item--tijd,
.c-module__item--locked .c-module__item--status,
.c-module__item--locked .c-module__item--punten {
    color: #bbb !important;
}

/* Overlay effect */
.c-module__item--locked::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    pointer-events: none;
    border-radius: inherit;
}

/* ============================================
   Tooltip Styling
   ============================================ */

/* Tooltip container */
[data-tooltip] {
    position: relative;
}

/* Tooltip bubble */
[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    font-size: 0.875rem;
    white-space: nowrap;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
}

/* Tooltip arrow */
[data-tooltip]::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-2px);
    border: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
}

/* Show tooltip on hover - maar alleen als pointer-events werkt */
.c-module__item--locked[data-tooltip] {
    pointer-events: auto !important;
}

.c-module__item--locked[data-tooltip]:hover::before,
.c-module__item--locked[data-tooltip]:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-4px);
}

.c-module__item--locked[data-tooltip]:hover::after {
    transform: translateX(-50%) translateY(2px);
}

/* Prevent click on locked items */
.c-module__item--locked[data-tooltip] * {
    pointer-events: none;
}

/* ============================================
   Locked Module Styling met Tooltip
   ============================================ */

.c-module__item--locked {
    opacity: 0.5;
    background: #f9f9f9 !important;
    cursor: not-allowed !important;
    pointer-events: none;
    position: relative;
}

.c-module__item--locked:hover {
    background: #f9f9f9 !important;
    transform: none !important;
    box-shadow: none !important;
}

.c-module__lock-icon {
    display: inline-block;
    margin-right: 8px;
    font-size: 1.2em;
    vertical-align: middle;
}

.c-module__item--locked .c-module__item--titel {
    color: #999 !important;
}

.c-module__item--locked .c-module__item--tijd,
.c-module__item--locked .c-module__item--status,
.c-module__item--locked .c-module__item--punten {
    color: #bbb !important;
}

/* Overlay effect */
.c-module__item--locked::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    pointer-events: none;
    border-radius: inherit;
}

/* ============================================
   Tooltip Styling
   ============================================ */

/* Tooltip container */
[data-tooltip] {
    position: relative;
}

/* Tooltip bubble */
[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    font-size: 0.875rem;
    white-space: nowrap;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
}

[data-tooltip]::after {
    display: none !important;
}

/* Show tooltip on hover - maar alleen als pointer-events werkt */
.c-module__item--locked[data-tooltip] {
    pointer-events: auto !important;
}

.c-module__item--locked[data-tooltip]:hover::before,
.c-module__item--locked[data-tooltip]:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-4px);
}

.c-module__item--locked[data-tooltip]:hover::after {
    transform: translateX(-50%) translateY(2px);
}

/* Prevent click on locked items */
.c-module__item--locked[data-tooltip] * {
    pointer-events: none;
}
