.neover-brief-banner {
    padding: 12px 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 15px;
}

.neover-brief-banner.no-permission {
    background-color: #ffe5e5;
    color: #9f1c1c;
    border: 1px solid #ff8a8a;
}

.neover-brief-banner.allowed {
    background-color: #e1f7ee;
    color: #1c6637;
    border: 1px solid #8ae2b4;
}
