.turnstile-container[data-turnstile-module="whmcs-turnstile"] {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    width: 100%;
    clear: both;
}

/* Keep the widget within its column on narrow layouts and allow the
   "flexible" size to span the available width. */
.turnstile-container[data-turnstile-module="whmcs-turnstile"] .cf-turnstile {
    max-width: 100%;
}

.turnstile-error-msg {
    color: #dc3545;
    text-align: center;
    margin: 8px 0 0;
    font-size: 13px;
    font-weight: 600;
}
