.product-review-recaptcha-container {
    margin-top: 15px;
    margin-bottom: 20px;
}

.product-review-recaptcha-container .g-recaptcha {
    transform: scale(1);
    transform-origin: 0 0;
}

.recaptcha-notice {
    font-size: 12px;
    color: #666;
}

@media (max-width: 480px) {
    .product-review-recaptcha-container .g-recaptcha {
        transform: scale(0.85);
        transform-origin: left;
    }
}