.notiv2-item-outer{
    padding: 2px;
    display: flex;
    border-bottom: 1px solid var(--fw-white-200);
    align-items: flex-start;
    font-family: "Albert Sans", sans-serif;
}
.notiv2-item-outer:hover {
    /* background-color: var(--fw-white-100); */
}


.notiv2-item-inner{
    padding: 10px 5px;
    margin: 2px;
    color: var(--fw-black-450);
    background-color: var(--fw-white-050);
    display: flex;
    flex: 1;
    gap: 10px;
    border-radius: 3px;
    align-items: flex-start;
}
/* .notiv2-item-inner:hover {
    background-color: var(--fw-white-150);
} */

.notifv2-item-inner.active{
    background-color: var(--fw-white-100);
}

.notiv2-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* gap: 5px; */
}


/* Username row */
.notiv2-username-row {
    font-size: 0.8rem;
    display: flex;
    gap: 5px;
    align-items: center;
}

.notiv2-username {
    font-weight: bold;
    color: var(--fw-black-300);
}

.notiv2-handle {
    color: var(--fw-black-450);
}

/* Notification text */
.notiv2-notification-text {
    font-size: 0.8em;
}

/* Action row */
.notiv2-action-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 0px; */
}

.notiv2-date {
    color: var(--fw-black-450);
    font-size: 0.7em;
}

.notiv2-status {
    color: var(--fw-white-450);
    font-size: 0.5em;
}
