/* LICENSE & DETAILS
   ==================================================

	Theme Name: Dante Child Theme
	Theme URI: http://dante.swiftideas.net
	Description: A Retina Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.net )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: dante
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.net

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */
/* Donation Form & Confirmation Styles */
.donation-wrapper, 
.donation-confirmation, 
.donation-process, 
.donation-success {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  font-family: "Open Sans", Arial, sans-serif;
}

.donation-wrapper h2,
.donation-confirmation h2,
.donation-process h2,
.donation-success h2 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.donation-wrapper p,
.donation-confirmation p,
.donation-process p,
.donation-success p {
  margin-bottom: 15px;
  color: #444;
  font-size: 15px;
}

.donation-wrapper label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
  color: #222;
}

.donation-wrapper input[type="text"],
.donation-wrapper input[type="email"],
.donation-wrapper input[type="number"],
.donation-wrapper select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.2s ease;
}

.donation-wrapper input:focus,
.donation-wrapper select:focus {
  border-color: #B20B1F; /* brand red */
  outline: none;
}

.donation-wrapper button,
.donation-confirmation button {
  display: inline-block;
  background: #B20B1F;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.donation-wrapper button:hover,
.donation-confirmation button:hover {
  background: #8e0918;
}

.donation-confirmation form {
  margin-top: 20px;
}

.donation-process h2 {
  font-size: 1.4rem;
  color: #555;
}

/* Success & Error Alerts */
.donation-alert {
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
  font-size: 15px;
  line-height: 1.4;
}

.donation-alert.success {
  background-color: #e6f9f0;
  border: 1px solid #28a745;
  color: #1e7e34;
}

.donation-alert.error {
  background-color: #fdecea;
  border: 1px solid #dc3545;
  color: #a71d2a;
}
