
.had-list {
    display: flex;
    flex-direction: column;
}
.had-list__item {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-black-85);
    padding: 10px 0;
}
.had-list__icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    color: var(--color-black-25);
}
.had-list__notify {
    margin-left: auto;
    background: var(--color-red-100);
    border-radius: 100px;
    color: white;
    padding: 0 5px;
    font-size: var(--font-size-s7);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}