.turnstile-wrap {
    display: flex;
    justify-content: center;
}

.turnstile-form {
    box-sizing: border-box;
    width: min(100%, 420px);
    padding: 24px;
    background: #fff;
    border: 1px solid #d7dde3;
}

.turnstile-form h1 {
    margin: 0 0 8px;
    color: #14243a;
    font-size: 22px;
    line-height: 1.25;
}

.turnstile-form p {
    margin: 0 0 18px;
    color: #52616f;
    line-height: 1.45;
}

.turnstile-erro {
    margin-bottom: 16px;
    padding: 10px 12px;
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.turnstile-status {
    margin-top: 14px;
    color: #52616f;
    font-size: 13px;
}
