/*
 * @package    local_authfromwp
 * @copyright  2026 Jose Lorenzo, AXIA-RDT <jose.lorenzo@rdt.com>
 */

.local-authfromwp-widget {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.2;
    margin: 0;
    padding: 0.35rem 0.45rem;
    min-height: 95vh;
    box-sizing: border-box;
}

.local-authfromwp-text {
    margin: 0;
    white-space: nowrap;
}

.local-authfromwp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.local-authfromwp-button {
    appearance: none;
    /*border: 1px solid #15507a;*/
    background: #E21E22;
    color: #fff;
    border-radius: 0.3rem;
    padding: 0.28rem 0.6rem;
    font-size: 0.78rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

.local-authfromwp-button:hover,
.local-authfromwp-button:focus {
    background: #ffffff;
    /*border-color: #134e78;*/
    color: #E21E22;
    text-decoration: none;
}

.local-authfromwp-button-secondary {
    /*
    background: #f4f7f9;
    border-color: #9aa8b3;
    color: #2a333a;
    */
}

.local-authfromwp-button-secondary:hover,
.local-authfromwp-button-secondary:focus {
    /*
    background: #e9eef1;
    border-color: #7f919f;
    color: #1f272d;
    */
}

.local-authfromwp-error {
    margin: 0;
    color: #8b1c1c;
    font-size: 0.8rem;
    white-space: nowrap;
}
