/*
 Theme Name: Astra Child
 Theme URI: https://wpastra.com/
 Description: Tema hijo de Astra
 Author: Tu Nombre
 Author URI: https://tusitio.com/
 Template: astra
 Version: 1.0.0
*/

/* Importa los estilos del tema padre */
@import url("../astra/style.css");



.formulario-donacion {
  background: #fff0f5;
  border: 2px dashed #ff69b4;
  padding: 20px;
  margin-top: 30px;
  border-radius: 15px;
  text-align: center;
}

.formulario-donacion input[type="number"] {
  width: 80px;
  padding: 5px;
  font-size: 16px;
  margin: 10px 0;
}

.formulario-donacion button {
  background-color: #ff69b4;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
}

.formulario-donacion button:hover {
  background-color: #ff85c1;
}