.kopaia-link {
    font-family: var(--heading-font);
    color: var(--heading-color);
    font-size: 24px;
}

.kopaia-link:hover {
  color: var(--accent-color);
}

.sitename {
    text-transform: none;
}

.about ul i {
    font-size: 16px;
    padding-right: 8px;
}

.skills .progress {
  height: 90px;
}

.sample-search {
    font-weight: normal;
}

#skill-tree {
    height: 500px;
}

.label-association{
    font-size: 14px;
}

#learning-info {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.learning-action{
    padding: 2px;
}

#learning-resource-link{
    font-size: 0.75rem;
}

#learning-resource-description{
    white-space: pre-line;
}


.mission-status-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(220, 53, 69, 0.9); /* rouge Bootstrap danger */

    color: white;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 0.85rem;
    border-radius: 5px;
    z-index: 1;
}

.disabled-mission {
    filter: grayscale(100%) brightness(0.8);
    pointer-events: none;
    opacity: 0.7;
}

.day-card {
    height: 100%;
}
