/* Dashboard notices for administrator-requested post changes. */
.ll-content-review-notice,
.ll-content-review-notice-row > td {
    padding: 0;
    border: 0;
    background: transparent;
}

.ll-content-review-notice__body {
    margin: 0 0 12px;
    padding: 16px 18px;
    border: 1px solid #dba617;
    border-left-width: 5px;
    border-radius: 8px;
    background: #fff8df;
    color: #2d2a21;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.ll-content-review-notice-row .ll-content-review-notice__body {
    margin: 8px 0 12px;
}

.ll-content-review-notice__heading {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.ll-content-review-notice__message {
    white-space: pre-wrap;
    line-height: 1.55;
}

.ll-content-review-notice__meta {
    margin-top: 8px;
    color: #665a35;
    font-size: 13px;
}

.ll-content-review-notice__actions {
    margin-top: 12px;
}

.ll-content-review-notice__button {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 5px;
    background: #2271b1;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.ll-content-review-notice__button:hover,
.ll-content-review-notice__button:focus {
    background: #135e96;
    color: #fff;
}

.ll-content-review-notice__button {
    border: 0;
    cursor: pointer;
    font: inherit;
}
