/**
 * floraCapTcha styles
 * Compatible with PrestaShop 8.x / 9.x
 */
.floracaptcha-container {
    margin: 15px 0;
    display: flex;
    justify-content: center;
}

.floracaptcha-container .g-recaptcha {
    transform-origin: center;
}

@media (max-width: 480px) {
    .floracaptcha-container .g-recaptcha {
        transform: scale(0.85);
        transform-origin: center;
    }
}

@media (max-width: 360px) {
    .floracaptcha-container .g-recaptcha {
        transform: scale(0.75);
        transform-origin: center;
    }
}
