/* Stripe Button Styling */
.stripe-donate {
    background-color: #635BFF;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.6;
    width: 240px;
}

.stripe-donate:not([disabled]):hover {
    background-color: #5469D4;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(99, 91, 255, 0.3);
}

.stripe-donate:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.stripe-donate:not([disabled]) {
    opacity: 1;
}

.stripe-text {
    font-weight: 600;
    letter-spacing: 0.5px;
}

.paypal-donate {
    background-color: #FFC439;
    color: #003087;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.6;
    width: 240px;
}

.paypal-donate:not([disabled]):hover {
    background-color: #FFD766;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 196, 57, 0.3);
}

.paypal-donate:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.paypal-donate:not([disabled]) {
    opacity: 1;
}

.pay {
    color: #003087;
    font-weight: 600;
}

.pal {
    color: #009CDE;
    font-weight: 600;
}
