/* Fondo principal */
.qr-magnet-page-container
{
    background-color: #f5f5f5;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Contenedor general de la tarjeta */
.qr-magnet-card-wrapper
{
    background-color: white;
    border-radius: 25px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 400px;
    width: 100%;
    position: relative;
    overflow: visible;
}

a
{
    text-decoration: none;
    color: inherit;
}

/* ************************************************** */
/* ************** Language Switcher ***************** */
/* ************************************************** */

.language-switcher
{
    text-align: center;
    margin-top: 20px;
    font-size: 0.9rem;
    color: #666;
    border-top: 1px solid #ddd; /* Línea separadora */
    padding: 10px 0;
}

.language-switcher a
{
    color: #FF6F61; /* Color del texto */
    text-decoration: none;
    font-weight: bold;
    margin: 0 10px;
}

.language-switcher a:hover
{
    color: #FF8A75; /* Color al pasar el cursor */
    text-decoration: underline;
}
