/* =========================
   Footer Removal
========================= */

footer a[href*="wordpress.org"],
footer a[href*="themeansar"] {
    display: none !important;
}

.site-info,
.copyright-area,
.site-footer .row:last-child {
    display: none !important;
}

.site-footer {
    padding-bottom: 0 !important;
}

footer {
    margin: 0 !important;
}

/* =========================
   Vote Links
========================= */

.vote-links a {
    display: block;
    margin: 10px 0;
    padding: 14px;
    border-radius: 10px;
    background: rgba(20, 24, 30, 0.95);
    border: 1px solid #f03b02;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 0 8px rgba(240, 59, 2, 0.25);
}

.vote-links a:hover {
    background: rgba(30, 34, 40, 0.95);
    border-color: #ff5a1f;
    box-shadow: 0 0 12px rgba(240, 59, 2, 0.5);
    transform: scale(1.02);
}