/*
Theme Name: Kotuko Hello Elementor Child
Template: hello-elementor
Author: Kotuko Srl
Author URI: https://kotuko.it/
Description: Tema child basato sul tema Hello Elementor v3.1.1
Version: 3.1.1.1731920125
Updated: 2024-11-18 09:55:25

*/

/* DEBUG
html * {
	border: 1px solid red;
} */

/* Form PayPal */

span.title-paypal {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

table, table td, table th {
  border: none !important;
  line-height: 1.5;
  padding: 15px;
  vertical-align: top;
}

.donation-form {
  background: #000; /* sfondo nero */
  max-width: 500px;
  margin: 20px auto;
  border-radius: 6px;
  text-align: center;
  padding: 20px;
}

.donation-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
}

.donation-form input[type="text"],
.donation-form input[type="email"],
.donation-form select,
.donation-form textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  background: #e0e0e0; /* grigio chiaro */
  color: #000;
  text-align: center;
  outline: none;
}




/* FINE Form PayPal */