.wp-give-button-container {
    display: inline-block;
    text-align: center;
}

.wp-give-button {
    background-color: #dc3545;
    color: white !important;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none !important;
    display: inline-block;
}

.wp-give-button:hover {
    background-color: #c82333;
    color: white !important;
}

.wp-give-button:active {
    background-color: #bd2130;
}

.wp-give-button:focus {
    outline: 2px solid #dc3545;
    outline-offset: 2px;
}

.wp-give-button-credit {
    font-size: 12px;
    color: #6c757d;
    margin-top: 8px;
    margin-bottom: 0;
}