.legends {
    width: 200px;
    margin-top: 10px;
}

.legend {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 10px;
}

.legend-header {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
}

.legend-subtitle {
    font-size: 11px;
    color: #5f6368;
}

.legend-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

.legend-item__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 10px;
    gap: 10px;
}

.legend-item__box {
    height: 16px;
    width: 16px;
    border-radius: 8px;
}

.legend-item__dash-array {
    padding: 10px 0px;
    width: 50px;
}

.line {
    margin: 3px 0;
    height: 3px;
    width: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}

.legend-item__name {
    font-size: 11px;
    white-space: nowrap;
    color: #686868;
}
