/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.berita-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 20px;
  padding: 20px;
}

.berita-main {
  flex: 3;
}

.featured-post {
  position: relative;
  margin-bottom: 30px;
}

.featured-post .featured-image {
  width: 100%;
  height: auto;
  display: block;
}

.featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 20px;
}

.featured-overlay h2 {
  margin: 0;
  font-size: 26px;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news-item {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  gap: 15px;
}

.news-text {
  flex: 1;
}

.news-text h3 {
  margin: 0 0 10px;
}

.news-text h3 a {
  text-decoration: none;
  color: #0056a3;
}

.news-excerpt {
  font-size: 14px;
  color: #555;
}

.news-date {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

.news-thumb {
  width: 120px;
  flex-shrink: 0;
}

.news-thumb img {
  width: 100%;
  height: auto;
}

.pagination {
  margin-top: 30px;
}

.berita-sidebar {
  flex: 1;
}