/*
Theme Name: Astra Child
Template: astra
*/
.botao-pagamento {
  background: #008CBA;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.2s;
}
.botao-pagamento:hover {
  background: #0073aa;
}

.btn-forma {
  background: #f0f0f0;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin-right: 8px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
}
.btn-forma:hover {
  background: #ddd;
}

#total-pagamento {
  font-size: 18px;
  color: #333;
}
