/* Custom styles for Pochaev site */

/* Donation button styling */
.btn-donate {
    background-color: #A98734;
    color: white !important;
    padding: 5px 12px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
}

.btn-donate:hover {
    background-color: #b18f36;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-donate .link-strong {
    color: white;
    font-weight: 500;
}
