.wrld-admin-notice {
    position: relative;
}

.wrld-admin-notice.error {
    border-left-width: 8px;
    border-left-color: #235AF3;
}

.wrld-admin-notice-structure {
    display: flex;
}

.image-column {
    border-right: 1px solid #c4c4c4;
    margin-right: 40px;
}

.content-column {
    margin: auto;
}

.wrld-admin-notice-image > img {
    max-width: 104px;
    margin: 16px 16px 16px 6px;
}

span.wisdm-reports-for-ld-message-head {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #444444;
}

.review-notice-description p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #666666;
    width: 85%;
}

.review-notice-actions {
    display: flex;
    align-items: center;
    margin: 10px 0px 20px 0px;
}

.wrld-admin-notice-head {
    margin-top: 16px;
}

.action-one, .action-two, .action-three {
    margin-right: 40px;
}

.wrld-admin-notice-action {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #235AF3;
    cursor: pointer;
}

.wrld-admin-notice-action.button {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    color: #235AF3;
    padding: 2px 28px;
    cursor: pointer;
}

span.wrld-notification-close {
    position: absolute;
    right: 8px;
    transform: rotate(45deg);
    font-size: 24px;
    top: 8px;
    cursor: pointer;
}