/* Extracted from donation_sidebar.php. */
.sidebar-donation-container {
        max-width: 400px;
        margin: 60px auto 20px;
        padding: 20px;
        background: linear-gradient(145deg, #1a1a2e, #16213e);
        color: white;
        border-radius: 12px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    }
    .sidebar-donation-container h4 {
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: bold;
    }

        label {
            font-weight: bold;
        }
        .btn-primary {
            background: #FFD700;
            border: none;
            transition: background 0.3s;
        }
        .btn-primary:hover {
            background: #FFC107;
        }
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .form-control:focus, .form-select:focus {
            border-color: #FFD700;
            box-shadow: 0 0 0 0.25rem rgba(255, 215, 0, 0.25);
        }

.donation-checkbox {
  margin-right: 8px;
  vertical-align: middle;
}
