.news-aggregator-widget { border: 1px solid #e0e0e0; border-radius: 12px; background: #ffffff; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; max-width: 400px; margin: 20px 0; } .news-widget-header { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid #f0f0f0; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border-radius: 12px 12px 0 0; } .news-widget-header h2 { margin: 0; font-size: 1.2em; font-weight: 600; } .news-refresh { cursor: pointer; padding: 8px; border-radius: 50%; transition: background-color 0.3s; font-size: 1.1em; } .news-refresh:hover { background-color: rgba(255, 255, 255, 0.2); } .news-widget-content { max-height: 500px; overflow-y: auto; } .news-item { padding: 16px 20px; border-bottom: 1px solid #f5f5f5; transition: background-color 0.2s; } .news-item:hover { background-color: #f8f9fa; } .news-item:last-child { border-bottom: none; } .news-source { font-size: 0.75em; color: #667eea; font-weight: 600; margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.5px; } .news-title { font-weight: 600; color: #2c3e50; text-decoration: none; line-height: 1.4; display: block; margin-bottom: 6px; font-size: 0.95em; } .news-title:hover { color: #667eea; } .news-description { font-size: 0.85em; color: #666; line-height: 1.4; margin-bottom: 8px; } .news-meta { display: flex; justify-content: space-between; align-items: center; font-size: 0.75em; color: #999; } .news-time { font-weight: 500; } .news-widget-footer { padding: 12px 20px; border-top: 1px solid #f0f0f0; text-align: center; background-color: #fafafa; border-radius: 0 0 12px 12px; } .news-widget-footer small { color: #888; } /* Стили для скроллбара */ .news-widget-content::-webkit-scrollbar { width: 6px; } .news-widget-content::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 3px; } .news-widget-content::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius: 3px; } .news-widget-content::-webkit-scrollbar-thumb:hover { background: #a8a8a8; }