/* ==========================================================================
   QR Generator Modal styles
   ========================================================================== */

.pf-redes-qr-modal__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px;
    text-align: center;
}

.pf-redes-qr-modal__image {
    width: 300px;
    height: 300px;
    border: 1px solid #e0e0e0;
}

.pf-redes-qr-modal__url {
    font-size: 12px;
    color: var(--pf-redes-text-light, #909090);
    word-break: break-all;
    margin: 0;
}

.pf-redes-qr-modal__download {
    display: inline-block;
    padding: 10px 24px;
    background: var(--pf-redes-primary, #C91517);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 3px;
    transition: background 0.3s ease;
}

.pf-redes-qr-modal__download:hover {
    background: var(--pf-redes-primary-hover, #B90507);
    color: #fff;
}
