.cgc-container-86840fba {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    min-height: 600px;
    font-family: inherit;
    gap: 16px !important;
    box-sizing: border-box;
}

/* Linker Kolom */
.cgc-left-panel {
    flex: 1 1 calc(50% - 8px) !important;
    max-width: calc(50% - 8px) !important;
    background-color: #42403D;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    color: #ffffff;
    box-sizing: border-box;
}

.cgc-main-title {
    font-size: 38px;
    font-weight: normal !important;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
}

.cgc-main-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #e5e5e5;
    margin-bottom: 20px;
}

/* Navigatie items */
.cgc-items-nav {
    display: flex;
    flex-direction: column;
    margin-top: 32px !important;
}

.cgc-nav-item {
    display: flex;
    align-items: center;
    padding: 12px 0 !important;
    cursor: pointer;
    position: relative;
    transition: opacity 0.3s ease;
    border-bottom: 1px solid transparent !important;
}

.cgc-nav-icon {
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.4;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.cgc-nav-icon svg, .cgc-nav-icon i {
    width: 16px;
    height: 16px;
    font-size: 16px;
    fill: rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.4);
}

.cgc-nav-name {
    font-size: 28px;
    font-weight: normal !important;
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.3s ease;
    padding-bottom: 4px;
    display: inline-block;
}

.cgc-item-badge {
    margin-left: auto;
    background-color: #ED7219;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px;
    text-transform: none;
    letter-spacing: 0.5px;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

/* Active en Hover states */
.cgc-nav-item:hover .cgc-nav-name {
    color: rgba(255, 255, 255, 0.8);
}

.cgc-nav-item.active {
    border-bottom: 1px solid #ffffff !important;
}

.cgc-nav-item.active .cgc-nav-name {
    color: #ffffff;
}

.cgc-nav-item.active .cgc-nav-icon {
    opacity: 1;
    transform: scale(1.1);
}

.cgc-nav-item.active .cgc-nav-icon svg {
    fill: #ED7219 !important;
}
.cgc-nav-item.active .cgc-nav-icon svg path {
    fill: #ED7219 !important;
}
.cgc-nav-item.active .cgc-nav-icon i {
    color: #ED7219 !important;
}

.cgc-nav-item.active .cgc-item-badge {
    opacity: 1;
    transform: translateX(0);
}

/* Rechter container wrapper */
.cgc-right-panel-wrapper {
    flex: 1 1 calc(50% - 8px) !important;
    max-width: calc(50% - 8px) !important;
    position: relative;
    overflow: hidden;
}

.cgc-right-panel {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding: 60px !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}

.cgc-right-panel.active {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
}

/* Content op afbeelding overlay */
.cgc-panel-content {
    color: #ffffff !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cgc-intro-text {
    font-size: 22px;
    font-weight: normal !important;
    line-height: 1.5;
    margin-bottom: 40px !important;
    margin-top: 0 !important;
}

.cgc-bottom-meta {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    width: 100% !important;
    position: relative !important;
}

.cgc-meta-left {
    display: flex !important;
    flex-direction: column !important;
}

.cgc-meta-fullname {
    font-size: 18px;
    font-weight: normal !important;
    margin: 0 0 4px 0 !important;
    text-shadow: none !important;
}

/* Absolute "Lees meer" badge in de uiterste rechteronderhoek */
.cgc-readmore-badge-absolute {
    position: absolute !important;
    bottom: -60px !important;
    right: -60px !important;
    width: 50px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10 !important;
    cursor: pointer;
}

.cgc-readmore-badge-absolute svg {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 50px !important;
    height: 40px !important;
    margin: 0 !important;
    display: block !important;
}

/* De tekst zelf verplaatst ten opzichte van de uiterste hoek van de kaart */
.cgc-readmore-text {
    position: absolute !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-decoration: underline !important;
    white-space: nowrap !important;
    z-index: 12 !important;
    right: -52px !important;
    bottom: -52px !important;
}

/* Responsiveness */
@media (max-width: 991px) {
    .cgc-container-86840fba {
        flex-direction: column !important;
        gap: 16px !important;
    }
    .cgc-left-panel {
        min-height: 450px !important;
    }
    .cgc-right-panel-wrapper {
        height: 500px !important;
    }
    .cgc-left-panel, .cgc-right-panel-wrapper {
        flex: 1 1 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}
