.pix-copia-cola-section {
    background: #f7f7fa;
    border: 2px solid #00b894;
    border-radius: 10px;
    padding: 18px 16px 14px 16px;
    margin: 18px 0 10px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    text-align: left;
    position: relative;
}

.pix-copia-cola-section h4 {
    color: #00b894;
    font-size: 1.1em;
    margin-bottom: 8px;
    font-weight: 600;
}

.pix-copia-cola-section textarea {
    width: 100%;
    min-height: 48px;
    font-size: 0.95em;
    font-family: 'Fira Mono', 'Consolas', monospace;
    background: #fff;
    border: 1.5px solid #00b894;
    border-radius: 6px;
    padding: 10px;
    color: #222;
    resize: none;
    margin-bottom: 8px;
    box-sizing: border-box;
    transition: border 0.2s;
    overflow: hidden;
    /* Garante que não apareça barra de rolagem */
    white-space: pre-wrap;
    word-break: break-all;
    line-height: 1.3;
}

.pix-copia-cola-section textarea:focus {
    outline: none;
    border-color: #098c6c;
}

.pix-copia-cola-section button {
    background: #00b894;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 7px 18px;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 2px;
}

.pix-copia-cola-section button:hover {
    background: #098c6c;
}
