/* Sidebar & Widgets Optimized */
.sidebar-area { display: flex; flex-direction: column; gap: 30px; }
.widget { background: #fff; border: 1px solid #eee; padding: 20px; border-radius: 8px; margin-bottom: 0; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.widget-title { font-family: 'Oswald', sans-serif; font-size: 1.3rem; border-left: 4px solid var(--primary-red); padding-left: 15px; margin-bottom: 20px; text-transform: uppercase; font-weight: 700; color: #111; }

/* Weather Widget Premium */
.weather-widget-premium {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
    height: 180px;
    background: url('/wordpress/wp-content/themes/ozel-haber-temasi/assets/images/weather-bg.jpg') center/cover no-repeat;
    border: none !important;
}

.weather-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.7));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

#weather-city { font-size: 1rem; font-weight: 500; margin-bottom: 5px; opacity: 0.9; }
#weather-temp { font-size: 2.8rem; font-weight: 800; font-family: 'Oswald', sans-serif; margin: 5px 0; }
.weather-desc { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; opacity: 0.8; }

/* Authors List */
.author-item { display: flex; gap: 15px; align-items: center; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px dotted #eee; }
.author-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.author-item img { width: 55px; height: 55px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.author-name { font-weight: 700; font-size: 0.95rem; color: #111; line-height: 1.2; }
.author-article { font-size: 0.85rem; color: #d32f2f; font-weight: 500; display: block; margin-top: 3px; }
.author-article:hover { text-decoration: underline; }

.view-all-link { display: block; text-align: center; margin-top: 15px; font-size: 0.85rem; color: #666; font-weight: 600; padding: 8px; border: 1px solid #eee; border-radius: 4px; transition: all 0.2s; }
.view-all-link:hover { background: #f9f9f9; color: var(--primary-red); }

/* Trending Widget */
.widget-trending .standard-news-card { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #f5f5f5; }
.widget-trending .standard-news-card:last-child { border-bottom: none; margin-bottom: 0; }
.widget-trending .standard-news-title { font-size: 1rem; line-height: 1.3; font-weight: 700; }

/* Social Icons */
.social-icons { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.social-icon { height: 40px; display: flex; align-items: center; justify-content: center; color: #fff; border-radius: 4px; font-size: 1.1rem; transition: transform 0.2s; }
.social-icon:hover { transform: translateY(-3px); }
.social-icon.facebook { background: #3b5998; }
.social-icon.twitter { background: #1da1f2; }
.social-icon.instagram { background: #e1306c; }
.social-icon.youtube { background: #ff0000; }

/* Poll Widget Styles */
.poll-question { font-size: 1rem; font-weight: 700; color: #333; margin-bottom: 20px; line-height: 1.4; }
.poll-option { margin-bottom: 15px; cursor: pointer; position: relative; }
.option-text { font-size: 0.9rem; display: block; margin-bottom: 5px; color: #555; }
.poll-bar { height: 8px; background: #eee; border-radius: 4px; overflow: hidden; position: relative; }
.poll-progress { height: 100%; background: #ddd; transition: width 1s ease-in-out; border-radius: 4px; }
.poll-percent { position: absolute; right: 0; top: -20px; font-size: 0.8rem; font-weight: 700; color: var(--primary-red); display: none; }

.poll-option.voted .poll-progress { background: var(--primary-red); }
.poll-option.voted .poll-percent { display: block; }

.poll-vote-btn { width: 100%; padding: 10px; background: #333; color: #fff; border: none; border-radius: 4px; font-weight: 700; cursor: pointer; margin-top: 10px; transition: background 0.3s; }
.poll-vote-btn:hover { background: var(--primary-red); }

/* Video Widget Styles */
.video-news-list { display: flex; flex-direction: column; gap: 20px; }
.video-card .video-thumb { position: relative; border-radius: 6px; overflow: hidden; height: 140px; }
.video-card .video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.play-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 2.5rem; transition: background 0.3s; }
.video-card:hover .play-overlay { background: rgba(227, 6, 19, 0.5); }
.video-title { font-size: 0.95rem; font-weight: 700; margin-top: 10px; line-height: 1.3; color: #111; }

/* Discussed Widget Styles */
.discussed-list { list-style: none; padding: 0; margin: 0; }
.discussed-list li { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #f5f5f5; }
.discussed-list li:last-child { border-bottom: none; }
.discussed-list a { display: flex; gap: 15px; align-items: center; }
.comment-count-badge { background: #f0f0f0; color: #666; min-width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 700; border: 1px solid #ddd; }
.discussed-title { font-size: 0.95rem; font-weight: 700; color: #333; line-height: 1.3; }
.discussed-list li:hover .comment-count-badge { background: var(--primary-red); color: #fff; border-color: var(--primary-red); }

/* Sidebar Ad Placeholder Styles */
.widget-sidebar-ad { padding: 0 !important; border: none !important; background: transparent !important; box-shadow: none !important; }
.ad-placeholder-sidebar { background: #f9f9f9; border: 2px dashed #ddd; border-radius: 8px; padding: 20px; text-align: center; }
.ad-label { display: inline-block; font-size: 0.7rem; font-weight: 800; color: #bbb; letter-spacing: 2px; margin-bottom: 10px; }
.ad-box { background: #eee; color: #999; height: 150px; display: flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-size: 1.2rem; border-radius: 4px; border: 1px solid #e0e0e0; }
.ad-hint { font-size: 0.75rem; color: #aaa; margin-top: 15px; font-style: italic; }

