/* Custom styles for profile completion with Bootstrap */
.profile-completion-card {
    /* max-width: 800px; */
    margin: 0 auto;
}

/* Legend positioning */
.legend-container {
    display: flex;
    gap: 10px;
}

.legend-container.left-right {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.legend-container.above {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.legend-container.bottom {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.legend-item {
    display: flex;
    align-items: center;
    margin-right: 15px;
    font-size: 0.875rem;
}

.legend-color {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 3px;
}

/* Chart container */
.profile-chart-container {
    position: relative;
    margin: 0 auto;
    max-width: 250px;
}