.pd-comment-policy {
    margin: 8px 2px 0;
    color: #8a929b;
    font-size: 11px;
    line-height: 1.6;
}

.pd-comment-closed {
    margin: 0;
    padding: 12px 14px;
    border-left: 3px solid #ffb175;
    background: #fff8f2;
    color: #7b654f;
    font-size: 12px;
    line-height: 1.6;
}

.pd-comment-list article.is-pending {
    margin-top: 12px;
    padding: 14px;
    border: 1px solid #f3d7bd;
    border-radius: 7px;
    background: #fffaf5;
}

.pd-comment-review-note {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 6px;
    border-radius: 4px;
    background: #ffead8;
    color: #c36517;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
}

.pd-action-toast {
    position: fixed;
    z-index: 1200;
    top: 88px;
    right: 24px;
    max-width: min(360px, calc(100vw - 32px));
    padding: 12px 16px;
    border: 1px solid transparent;
    border-radius: 7px;
    box-shadow: 0 10px 28px rgba(30, 38, 48, .16);
    font-size: 13px;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity .18s ease, transform .18s ease;
}

.pd-action-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pd-action-toast.is-success {
    border-color: #bee3cf;
    background: #eef9f3;
    color: #24734a;
}

.pd-action-toast.is-error {
    border-color: #f0c7c7;
    background: #fff2f2;
    color: #a43d3d;
}

@media (max-width: 760px) {
    .pd-action-toast {
        top: 72px;
        right: 16px;
    }

    .pd-comment-review-note {
        display: block;
        width: max-content;
        margin: 5px 0 0;
    }
}
