#page-pagamento .pagamento-container {
    max-width: 600px;
    margin: 50px auto;
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
}

#page-pagamento .tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#page-pagamento .tab {
    width: 33%;
    padding: 10px;
    background: #eaeaea;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

#page-pagamento .tab.active {
    background: #33adc8;
    color: #fff;
}

#page-pagamento .tab-content .content {
    display: none;
}

#page-pagamento .tab-content .content.active {
    display: block;
}

#page-pagamento .input-pagamento {
    width: 100%;
    background: #efefef;
    border: 1px solid #cccccc;
    padding: 15px;
    border-radius: 30px;
    margin-bottom: 15px;
}

#page-pagamento .row-2 {
    display: flex;
    gap: 10px;
}

#page-pagamento .row-2 input {
    width: 50%;
}

#page-pagamento .pix-box, .boleto-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}

#page-pagamento .qrcode {
    width: 200px;
    height: 200px;
}

#page-pagamento .btn-boleto {
    background: #33adc8;
    color: #fff;
    padding: 15px 25px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
}
