/* Ad Spaces */
.ad-banner-top {
    background: #fdf6e3;
    border: 1px solid #eee8d5;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
}
.ad-banner-top small { color: #b58900; font-weight: bold; font-size: 10px; }
.ad-banner-top a { color: #268bd2; text-decoration: none; font-weight: 600; }

.ad-card-horizontal {
    margin-top: 30px;
    padding: 20px;
    border: 2px dashed #ddd;
    text-align: center;
    border-radius: 12px;
}

/* Donate Button */
.donate-btn {
    display: inline-block;
    background: #FFDD00;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    margin: 15px 0;
    transition: transform 0.2s;
}
.donate-btn:hover { transform: scale(1.05); }