.wp-block-dashboard-notifications-expedient .dashboard-notifications-expedient {
    display: flex;
    gap: 1em;
}

.wp-block-dashboard-notifications-expedient .dashboard-notifications-expedient > * {
    width: 33.333%;
}

.wp-block-dashboard-notifications-expedient .notification {
    display: flex;
    align-items: baseline;
    padding: 0.5em 1em;
    gap: 0.5em;
    border-radius: 5px;
    background: #fdf3f2;
    cursor: pointer;
}

.wp-block-dashboard-notifications-expedient .notification__badge span {
    background: var(--theme--color--error);
    min-width: 1.5em;
    height: 1.5em;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: var(--theme--font-size--small);
    font-weight: 700;
}

.wp-block-dashboard-notifications-expedient .notification__message {
    display: flex;
    flex-direction: column;
    line-height: 1.25em;
}

.wp-block-dashboard-notifications-expedient .notification__message h4 {
    margin: 0;
}

.wp-block-dashboard-notifications-expedient .notification__message .last {
    font-size: var(--theme--font-size--small);
    color: var(--theme--color--darker);
}

@media (max-width: 991.98px) {
    .wp-block-dashboard-notifications-expedient .dashboard-notifications-expedient {
        flex-direction: column;
    }

    .wp-block-dashboard-notifications-expedient .dashboard-notifications-expedient > * {
        width: 100%;
    }
}
