
#legend-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.legend-main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.legend-footer {
    padding-top: 2rem;
    margin-top: auto;
    text-align: center;
}


.legend-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #414242;
    letter-spacing: 0.07em;
}

.legend-color {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #acadad;
    display: inline-block;
}

.legend-layer-title {
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--nhc-dark-blue);
    margin-bottom: 0.8rem;
    line-height: 1.7rem;
    
}


.layer-description {
    margin-top: 1em;
    padding-top: 1.4em;
    font-size: 0.80rem;
    line-height: 1.8;
    color: #414242;
    letter-spacing: 0.07em;
    position: relative;
}

/* Bovenlijn: links uitgelijnd */
.layer-description::before {
    content: "";
    display: block;
    width: 15%;
    height: 1px;
    background-color: #acadad;
    opacity: 0.7;
    margin-bottom: 1.8em;
}

/* Onderlijn: rechts uitgelijnd */
.layer-description::after {
    content: "";
    display: block;
    width: 38%;
    height: 1px;
    background-color: #acadad;
    opacity: 0.7;
    margin-top: 1.8em;
    margin-left: auto;
}



.download-model-btn.no-download-link {
    background-color: #dfe4e5;
    color: #6c757d;
    border: 1px solid #acadad;
    cursor: pointer;
    box-shadow: none !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.download-model-btn.no-download-link:hover {
    background-color: #d0d5d6;
    color: #495057;
}

.no-download-arrow {
    font-size: 1.1em;
    line-height: 1;
}



