.guau_enlace__container {
    display: flex;
    gap: 1rem;
    background-color: #F4F4F4; /* gris claro */
    border-radius: 15px;
    padding: 1rem;
    flex-wrap: wrap;
}

.guau_enlace__box {
    flex: 1;
    background-color: white;
    padding: 1rem;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.guau_enlace__box:first-child {
    background-color: transparent;
    flex-direction: column;
    align-items: flex-start;
}

.guau_enlace__text-block {
    display: flex;
    flex-direction: column;
}

.guau_enlace__image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 5px;
    transition: transform 0.3s ease;
}

.guau_enlace__image:hover {
    transform: translateY(-5px);
}

.guau_enlace__fecha {
    font-size: 16px;
}

.guau_enlace__saludo {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 24px;
}

.guau_enlace__mascota {
    font-size: 18px;
    margin-top:5px;
    font-size: 18px;
    line-height: 18px;
}

.guau_enlace__titulo {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -5px;
}

.guau_enlace__subtitulo {
    
}

.dialog-lightbox-message .guau_enlace__box:first-child {
    align-items: center;
}

.dialog-lightbox-message .guau_enlace__box:first-child {
    align-items: center;
}

.dialog-lightbox-message .guau_enlace__saludo, .dialog-lightbox-message .guau_enlace__mascota {
    text-align:center;
}



@media (max-width: 768px) {
    .guau_enlace__box:not(:first-child) {
        display: none;
    }
    
    .guau_enlace__mascota {
        margin-top:0px;
    }
    
    .guau_enlace__box {
        padding-left: 0rem;
        padding-right: 0rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    
    .checkout .guau_enlace__mascota {
        margin-top: 15px;
    }
        
}