/**
 * Admin Notices Styles
 *
 * Styles for admin notices and review prompts
 * Always loaded on all admin pages
 */

/* Admin review notice */
.ipb_review_notice {
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px;
}

.ipb_review_notice .ipb_notice_thumbnail {
    width: 10%;
    flex: 0 0 8%;
}

.ipb_review_notice .ipb_notice_thumbnail img {
    width: 100%;
}

/* End review */
