.hypeblende-customer-login-protection-widget {
    display: grid;
    width: 100%;
    max-width: 100%;
    margin: 4px 0 20px;
    justify-items: center;
    overflow: visible;
}

.hypeblende-customer-login-protection-widget .cf-turnstile,
.hypeblende-customer-login-protection-widget iframe {
    width: 100% !important;
    max-width: 100% !important;
}

.hypeblende-customer-login-protection-status {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 0;
    margin: 10px 0 0;
    color: #5f5c58;
    font-size: 13px;
    line-height: 1.45;
    text-align: left;
}

.hypeblende-customer-login-protection-icon {
    display: inline-grid;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    place-items: center;
    color: #171615;
    border: 1px solid rgba(23, 22, 21, 0.14);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
}

.hypeblende-customer-login-protection-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hypeblende-customer-login-protection-status.is-loading .hypeblende-customer-login-protection-icon svg {
    animation: hypeblende-aperture-check 2.4s linear infinite;
}

.hypeblende-customer-login-protection-status.is-success .hypeblende-customer-login-protection-icon {
    color: #2f5c46;
    border-color: rgba(47, 92, 70, 0.22);
    background: rgba(47, 92, 70, 0.07);
}

.hypeblende-customer-login-protection-status.is-error {
    color: #8a2424;
}

.hypeblende-customer-login-protection-status.is-error .hypeblende-customer-login-protection-icon {
    color: #8a2424;
    border-color: rgba(138, 36, 36, 0.22);
    background: rgba(138, 36, 36, 0.06);
}

@keyframes hypeblende-aperture-check {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hypeblende-customer-login-protection-status.is-loading .hypeblende-customer-login-protection-icon svg {
        animation: none;
    }
}

.hypeblende-customer-login-protection-error {
    margin-bottom: 18px;
}

@media (max-width: 480px) {
    .hypeblende-customer-login-protection-widget {
        margin-bottom: 16px;
    }

    .hypeblende-customer-login-protection-status {
        gap: 9px;
    }

    .hypeblende-customer-login-protection-icon {
        flex-basis: 28px;
        width: 28px;
        height: 28px;
    }
}
