/* Custom CSS for PostfixAdmin */

/* Center Turnstile widget */
.cf-turnstile {
    display: inline-block;
    margin: 0 auto;
}

/* Add some spacing */
.form-group.text-center {
    margin-top: 15px;
    margin-bottom: 20px;
}

/* Ensure the Turnstile is responsive */
@media (max-width: 768px) {
    .cf-turnstile {
        transform: scale(0.85);
        transform-origin: center;
    }
}