/* Wordfence 2FA overlay — dark štýl */
#wfls-prompt-overlay {
    background: transparent !important;
    border-radius: 14px;
	padding: 0;
	position: relative;
}

#wfls-prompt-wrapper {
    width: 100%;
    padding: 8px 4px;
}

#wfls-prompt-wrapper p {
    margin-bottom: 14px;
}

#wfls-prompt-wrapper label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.92) !important;
    font-size: 0.95rem;
}

#wfls-token {
    width: 100% !important;
    height: 48px !important;
    padding: 12px 16px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    color: rgba(226, 232, 240, 0.95) !important;
    outline: none !important;
    font-size: 1.1rem !important;
    letter-spacing: 0.2rem !important;
    text-align: center !important;
}

#wfls-token:focus {
    border-color: rgba(99, 102, 241, 0.65) !important;
    box-shadow:
        0 0 0 4px rgba(99, 102, 241, 0.18),
        0 12px 34px rgba(0, 0, 0, 0.28) !important;
}

#wfls-token-submit {
    width: 100% !important;
    height: 48px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    cursor: pointer !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    color: #fff !important;
    background: linear-gradient(135deg, rgba(99,102,241,0.95), rgba(139,92,246,0.95)) !important;
    box-shadow: 0 14px 45px rgba(99,102,241,0.35) !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1rem !important;
}

#wfls-token-submit:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 18px 60px rgba(99,102,241,0.42) !important;
}

/* Wordfence help ikona */
.wfls-2fa-code-help {
    color: rgba(165, 180, 252, 0.8) !important;
}

/* Wordfence tooltip */
.Zebra_Tooltip {
    background: rgba(15, 15, 26, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: rgba(226, 232, 240, 0.9) !important;
    border-radius: 10px !important;
}