.list-name {
    white-space: normal !important;
    padding: 1px;
}

.list-name:hover {
    background: #e9ecef; /* Цвет фона */
}

.status-draft {
    background: red;
    clip-path: circle(50%);
    height: 10px;
    width: 10px;
}

.status-published {
    background: green;
    clip-path: circle(50%);
    height: 10px;
    width: 10px;
}

.circle {
    fill: #456BD9;
    stroke: #0F1C3F;
    stroke-width: 0.1875em;
}
