/* საბაზისო პარამეტრები */
body { font-family: 'Noto Sans Georgian', sans-serif; margin: 0; background-color: #f4f4f4; color: #333; }
a { text-decoration: none; color: inherit; }

/* მთავარი კონტეინერი */
.wrapper { display: flex; min-height: 100vh; }

/* მარცხენა მენიუ (ლურჯი სვეტი) */
.sidebar-left { width: 250px; background-color: #0b2b5e; color: white; flex-shrink: 0; }
.sidebar-left ul { list-style: none; padding: 0; margin: 0; }
.sidebar-left ul li a { display: block; padding: 15px 20px; color: white; font-size: 14px; border-bottom: 1px solid #1a428a; transition: 0.2s;}
.sidebar-left ul li a:hover { background-color: #1a428a; }

/* ტექსტური ლოგოს სტილები */
.sidebar-left .logo { padding: 30px 15px; background: white; border-bottom: 2px solid #0b2b5e; text-align: center; }
.text-logo { display: inline-block; text-decoration: none; line-height: 1; font-family: 'Arial Black', Impact, sans-serif; text-transform: uppercase; }
.text-logo .news { color: #0b2b5e; font-size: 28px; font-weight: 900; letter-spacing: 1px; }
.text-logo .grid { color: #d90000; font-size: 28px; font-weight: 900; letter-spacing: 1px; }
.text-logo .domain { display: block; color: #666; font-size: 13px; font-weight: bold; margin-top: 5px; letter-spacing: 4px; }

/* მარჯვენა მთავარი ნაწილი */
.main-wrapper { flex: 1; display: flex; flex-direction: column; background: #fff; }

/* ზედა ჰედერი */
.header-top { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; border-bottom: 3px solid #0b2b5e; }
.header-top .search-bar input { padding: 5px 10px; border: 1px solid #ccc; border-radius: 3px; }
.header-top .currency { font-size: 13px; color: #666; }
.header-top .live-tv { background: #d90000; color: white; padding: 3px 8px; border-radius: 3px; font-weight: bold; font-size: 12px; }

/* კონტენტის ზონა */
.content-area { display: flex; padding: 20px; gap: 20px; align-items: flex-start; }
.center-col { flex: 1; }
.right-sidebar { width: 300px; flex-shrink: 0; }

/* მთავარი სლაიდერი / დიდი სიახლე */
.main-news-block { position: relative; border-radius: 5px; overflow: hidden; margin-bottom: 20px; }
.main-news-block img { width: 100%; display: block; height: auto; }
.main-news-block .title-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(0,0,0,0.8)); color: #fff; padding: 20px; }
.main-news-block .title-overlay h2 { margin: 0; font-size: 20px; line-height: 1.4; }

/* მარჯვენა სვეტის "ყველა სიახლე" */
.right-sidebar-title { background-color: #0b2b5e; color: white; padding: 12px; font-size: 16px; font-weight: bold; }
.right-news-list { border: 1px solid #eee; border-top: none; padding: 10px; }
.news-item-right { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eee; }
.news-item-right:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.news-item-right img { width: 100%; height: 150px; object-fit: cover; border-radius: 3px; margin-bottom: 5px; }
.news-item-right .time { color: #d90000; font-size: 12px; font-weight: bold; margin-bottom: 5px; }
.news-item-right h3 { font-size: 13px; margin: 0; font-weight: normal; line-height: 1.4; }