.rotulo-desconto-pix {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    padding: 4px 8px;
    border: 1px solid #000;
    background: transparent;

    font-size: 14px;
    font-weight: 400;
    color: #000;

    white-space: nowrap; /* impede quebra */
    max-width: 100%;     /* permite encolher conforme a tela */
    overflow: hidden;
    text-overflow: ellipsis;

    margin-bottom: 10px;
}

.rotulo-pix-icon {
    width: 16px;
    height: 16px;
    display: block;
}

.rotulo-pix-text {
    line-height: 1.1;
}
