body.catalog-product-view #reviews .cg-review-report-row {
    margin-top: 12px;
}

body.catalog-product-view #reviews .cg-review-report-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 12px;
    border: 1px solid #e4d7c2;
    border-radius: 999px;
    background: #fff;
    color: #5f6678;
    font-size: 12px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.catalog-product-view #reviews .cg-review-report-action:hover {
    color: #061e3a;
    border-color: #c6922e;
    text-decoration: none;
}
