/* White account surfaces with the theme's green outline. */
.oh-review-prompt,
.oh-my-review,
.oh-reviews-empty {
    box-sizing: border-box;
    border: 1px solid var(--color-forest);
    background: var(--color-white);
}
