/* Botão padrão do método de pagamento Reflow */
label[for="payment_method_gateway"] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

label[for="payment_method_gateway"] img {
  height: 50px;
  object-fit: contain;
}

.wcf-embed-checkout-form.wcf-embed-checkout-form-modern-checkout .woocommerce #payment label {
  width: 51px;
}

.payhub-methods label {
  display: block;
  margin: 0.3rem 0;
  text-align: left !important;
}

@media (max-width: 480px) {
  label[for="payment_method_gateway"] img {
    height: 30px;
  }
}

.gateway-payment-content.payment-pix{
    text-align: center;
    margin-top: 12px;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 11px;
}


.payment-qrcode{
        margin-bottom: 30px;
}

.payment-qrcode img{
    background: #f2f2f2 !important;
    display: block !important;
    width: 200px !important;
    height: 200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 8px !important;
}

.payment-qrcode h2{
    text-align: left;
    width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 14px;
    background: #f2f2f2;
    color: #000;
    border-radius: 8px;
    overflow-x: scroll;
    padding: 12px;
    font-weight: normal;
    margin-bottom: 24px;
}


.payment-qrcode h2 span{
    color: #000 !important;
}


.payment-qrcode h2 small{
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 14px;
}


.payment-qrcode a.button-confirmar-payment,
.payment-qrcode a.button-confirmar-payment:hover,
.payment-qrcode a.button-confirmar-payment:active,
.payment-qrcode a.button-confirmar-payment:focus,
.payment-qrcode a.button-confirmar-payment:visited{
    background: var(--cor-botao) !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    width: 200px;
    color: var(--cor-botao-texto) !important;
}
/* Caixa geral do método de pagamento */
.payment_box.payment_method_gateway {
  background: #f9f9f9;
  border: 0px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: center;
}

/* Container dos métodos de pagamento */
.wc_gateway_payment_methods {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 0;
  list-style: none;
  width: 100%;
}

/* Estilo do botão PIX */
.payment_method_pix {
  width: 100%;
}

.payment_method_pix label {
  display: block;
  width: 100%;
  background-color: #10b981;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 18px 30px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0 4px 10px rgba(16, 185, 129, 0.3);
}

.payment_method_pix label:hover {
  background-color: #0ea779;
}

/* Mensagem abaixo do botão */
.gateway-payment-content.payment-pix {
  margin-top: 20px;
  background-color: #ecfdf5;
  padding: 20px;
  border-left: 4px solid #10b981;
  border-radius: 8px;
  font-size: 16px;
  color: #065f46;
  max-width: 100%;
  text-align: center;
}


.payment_box.payment_method_gateway {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
  background-color: #fcfcfc;
}

/* Estilo do radio button */
.wc_payment_methods li input[type="radio"]:checked + label {
  border-color: #10b981;
}

/* Mostra quando o método estiver selecionado */
.wc_payment_method.payment_method_gateway input[type="radio"]:checked + label + .payment_box.payment_method_gateway {
  display: block;
}

/*personalizado por @notorius



