.custom-mepr-unauthorized-message {
    background-color: #fff9f9 !important;
    border-radius: 5px;
    border: 1.5px solid #c02b0a !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .041);
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 26px 16px 16px 48px !important;
    position: relative;
}

.custom-mepr-unauthorized-message::before {
    content: "⚠️";
    position: absolute;
    left: 16px;
    top: 16px;
    font-size: 20px;
} 