/* カスタマイズ用CSS */
.grecaptcha-badge {
    bottom: 5rem !important;
}

@media (min-width: 768px) {
    .grecaptcha-badge {
        bottom: 10rem !important;
    }
}

:root {
    --cc-btn-primary-bg: rgba(245, 158, 11, 1);
    --cc-btn-primary-hover-bg: rgba(245, 158, 11, 0.8);
}
