.mpago-method-notice,
.mercado-pago-payment {
  display: grid;
  gap: 9px;
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 196, 0, .42);
  border-radius: 14px;
  color: #f6f3eb;
  background: linear-gradient(145deg, rgba(42, 35, 15, .96), rgba(14, 14, 12, .98));
  box-shadow: 0 14px 34px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .06);
}

.mpago-method-notice strong,
.mercado-pago-payment h2 {
  margin: 0;
  color: #ffc400;
  font-size: 1.05rem;
  line-height: 1.25;
}

.mpago-method-notice span,
.mercado-pago-payment p {
  margin: 0;
  color: #ded9cd;
  font-size: .94rem;
  line-height: 1.55;
}

.mercado-pago-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 6px;
  padding: 12px 18px;
  border: 1px solid #ffd044;
  border-radius: 10px;
  color: #12110d !important;
  background: linear-gradient(145deg, #ffd643, #f3b700 64%, #d99b00);
  box-shadow: 0 10px 28px rgba(243, 183, 0, .25), inset 0 1px rgba(255, 255, 255, .7);
  font-size: .96rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
}

.mercado-pago-button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.mercado-pago-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 650px) {
  .mpago-method-notice,
  .mercado-pago-payment {
    padding: 16px;
  }

  .mercado-pago-button {
    min-height: 52px;
    font-size: 1rem;
  }
}

@media print {
  .mercado-pago-payment,
  .mpago-method-notice {
    display: none !important;
  }
}
