/* Footer Genel Stilleri */
.site-footer-bottom.reduced-height {
    padding: 6px 0 !important;
    background-color: #f8f8f8;
}

.site-footer-bottom.reduced-height .site-footer-bottom-wrapper {
    padding: 0 !important;
    margin: 0 !important;
}

.site-footer-bottom.reduced-height .site-info p {
    font-size: 12px !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

/* Footer Box Stilleri */
.footer-box {
    background-color: #222;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 15px;
}

.footer-box h4 {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding: 0;
}

/* Footer Link Stilleri */
.footer-links {
    list-style: none;
    padding-left: 0;
    margin: 0;
    text-align: left;
}

.footer-links li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-links li:last-child {
    border-bottom: none;
}

.footer-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    display: block;
}

.footer-links li a:hover {
    text-decoration: underline;
}

/* Footer Info Box */
.footer-info-box {
    background-color: #222;
    color: #fff;
    font-size: 13px;
    padding: 10px 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    line-height: 1.5;
}

/* Uyarı Metni */
.footer-warning {
    color: #ff4c4c;
    font-weight: bold;
    margin-top: 10px;
    font-size: 13px;
}

/* Sosyal Medya İkonları */
.social-icons {
    display: flex;
    gap: 12px;
    margin-bottom: 4px;
}

.social-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
}

/* Sosyal Medya İkon Resimleri */
.social-icon.xcom {
    background-image: url('http://coinnewsweek.com/wp-content/uploads/2025/06/xlogos.png');
}

.social-icon.instagram {
    background-image: url('http://coinnewsweek.com/wp-content/uploads/2025/06/icons8-instagram-logo-64.png');
}

.social-icon.facebook {
    background-image: url('http://coinnewsweek.com/wp-content/uploads/2025/06/icons8-facebook-logo-64.png');
}

.social-icon.google-news {
    background-image: url('http://coinnewsweek.com/wp-content/uploads/2025/06/icons8-google-logo-58.png');
}

.social-icon.telegram {
    background-image: url('http://coinnewsweek.com/wp-content/uploads/2025/06/icons8-telegram-logo-64.png');
}