.txt_o_email{
    color: inherit !important;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin: 24px 0px;
    margin-top: 32px;
}

.txt_o_email:before,
.txt_o_email:after{
    content: "";
    width: 48px;
    height: 1px;
    background-color: #ccc;
}

.continuar_invitado{
    text-align: center;
}

#continuar_invitado_wrapper .continue-as-guest-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    padding: 14px 20px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-decoration: none !important;
}

/* Tema claro / sin tema (default) */
body:not(.sp-wsv-theme-dark) #continuar_invitado_wrapper .continue-as-guest-button {
    background-color: #111 !important;
    color: #fff !important;
}

body:not(.sp-wsv-theme-dark) #continuar_invitado_wrapper .continue-as-guest-button:hover {
    background-color: #333 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

/* Tema oscuro */
body.sp-wsv-theme-dark #continuar_invitado_wrapper .continue-as-guest-button {
    background-color: #f3f4f6 !important;
    color: #0b1220 !important;
}

body.sp-wsv-theme-dark #continuar_invitado_wrapper .continue-as-guest-button:hover {
    background-color: #e5e7eb !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
}