.linha {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Texto vertical */
.link-vertical {
    writing-mode: vertical-rl;
    transform: rotate(180deg); /* deixa de baixo pra cima */
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}

/* Caixa do texto central */
.texto-box {
    flex: 1;
    text-align: center;
}

.texto {
    font-size: 16px;
    margin-bottom: 6px;
}

.versiculo {
    font-size: 14px;
    color: #666;
}

/* QR Code no fim */
.qrcode img {
    width: 80px;
    height: auto;
}
