.strong-captcha {
    margin-top: 0.25rem;
    padding: 1rem;
    border: 1px solid color-mix(in srgb, var(--brand-primary, CanvasText) 28%, Canvas);
    border-radius: 1rem;
    background: color-mix(in srgb, var(--brand-primary, CanvasText) 6%, Canvas);
}

.strong-captcha__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.strong-captcha__head strong {
    font-size: 0.95rem;
    color: var(--brand-text, CanvasText);
}

.strong-captcha__refresh {
    border: 0;
    background: transparent;
    color: var(--brand-primary, CanvasText);
    font-size: 0.88rem;
    font-weight: 750;
    cursor: pointer;
    padding: 0.2rem 0.35rem;
}

.strong-captcha__refresh:hover {
    text-decoration: underline;
}

.strong-captcha__svg {
    display: flex;
    justify-content: center;
    margin-bottom: 0.85rem;
}

.strong-captcha__svg svg {
    max-width: 100%;
    height: auto;
    border-radius: 0.65rem;
}

.strong-captcha__fields {
    display: grid;
    gap: 0.75rem;
}

.strong-captcha__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.88rem;
    font-weight: 650;
    color: var(--brand-muted, color-mix(in srgb, CanvasText 62%, Canvas));
}

.strong-captcha__hp {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.strong-captcha--livewire {
    margin: 1rem 0 0;
}
