.pmpro-turnstile-error {
    display: none;
    background: #ffebe8;
    border-left: 4px solid #d63301;
    padding: 12px;
    margin: 12px 0 16px 0;
    border-radius: 4px;
    color: #d63301;
    font-size: 14px;
    line-height: 1.5;
}

.pmpro-turnstile-error.is-visible {
    display: block;
}

.pmpro-turnstile-error a {
    color: #d63301;
    text-decoration: underline;
    font-weight: 600;
}
