/* Tasarımı Toparlama */
.wpb_wrapper { display: block !important; width: 100%; }
#borsa-bandi { background: #1a1a1a; color: #fff; padding: 12px; display: flex; justify-content: space-around; flex-wrap: wrap; font-family: sans-serif; }
.borsa-item { font-weight: bold; font-size: 14px; }
.up { color: #2ecc71 !important; }

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    #borsa-bandi { flex-direction: column; text-align: center; gap: 10px; }
    .main-content, .sidebar { width: 100% !important; float: none !important; }
}