/**
 * New Dawn Pro – Rise Edition
 * Donations Stylesheet
 * --------------------------------------------------------------
 * Version: 3.1.1
 * Author: The Rev. Dr. Rick G. Williams
 * Website: https://rickgwilliams.life
 * Description: Styling for donation buttons and form layouts.
 * --------------------------------------------------------------
 * © 2025 The Rev. Dr. Rick G. Williams
 * All Rights Reserved
 */

.new-dawn-donate-form {
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fafafa;
    font-family: "Lato", sans-serif;
}

.new-dawn-donate-form label {
    display: block;
    margin-bottom: 0.3rem;
    font-weight: 700;
}

.new-dawn-donate-form input[type="text"],
.new-dawn-donate-form input[type="number"] {
    width: 100%;
    padding: 0.4rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.new-dawn-donate-button,
.new-dawn-donate-form button {
    display: inline-block;
    background: #0059a8;
    color: #fff !important;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
}

.new-dawn-donate-button:hover,
.new-dawn-donate-form button:hover {
    background: #003f77;
}

/* --------------------------------------------------------------
 * END OF FILE: donations.css
 * New Dawn Pro – Rise Edition v3.1.1
 * --------------------------------------------------------------
 * © 2025 The Rev. Dr. Rick G. Williams
 * EOF
 */
