/* Continuar con Google — login / registro Paulina Rangel */

.pr-google-auth {
    margin-top: 1.25rem;
    width: 100%;
}

.pr-google-auth__separador {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0 0 1rem;
    color: #6b6b6b;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pr-google-auth__separador::before,
.pr-google-auth__separador::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(61, 0, 38, 0.12);
}

.pr-google-auth__separador span {
    flex: 0 0 auto;
}

.pr-google-auth__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(61, 0, 38, 0.18);
    border-radius: 7px;
    background: #ffffff;
    color: #1d1d1d;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.pr-google-auth__btn:hover,
.pr-google-auth__btn:focus {
    background: #f8f7f5;
    border-color: rgba(61, 0, 38, 0.35);
    box-shadow: 0 4px 14px rgba(61, 0, 38, 0.08);
    outline: none;
}

.pr-google-auth__icono {
    display: inline-flex;
    line-height: 0;
}

.pr-google-auth__texto {
    line-height: 1.2;
}

.pr-google-auth__ayuda {
    margin: 0.65rem 0 0;
    color: #a10b00;
    font-size: 0.8rem;
}

.pr-google-auth__ayuda.is-visible {
    display: block;
}
