@charset "UTF-8";
@import url("styleguide/colors-e345e0ec19fe4aa85483ff310f3756c9.css");

#notifications hr {
    margin: 0;
}
#notifications .notification-item {
    color: var(--color-dark);
    display: flex;
    align-items: center;
    padding: 10px 0;
}
#notifications .notification-item:hover {
    background-color: var(--color-light);
}

#notifications .notification-item .notification-type {
    min-width: 2em;
    margin-right: 1em;
    display: inline-block;
}

#notifications .notification-item .notification-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

#notifications .notification-item .notification-date {
    font-size: 0.8em;
    color: var(--color-mid-grey, #666);
    display: block;
    margin-bottom: 3px;
}

#notifications .notification-item .message {
    display: block;
}
