 
  /* === Global Divider === */
  .top-divider-one {
    border: 0;
    border-top: 1px solid #000;
    margin: 0 0 0 0;
  }
  
    .top-divider-two {
    border: 0;
    border-top: 1px solid #000;
    margin: 0 0 0 0;
  }

  /* === Bagian Utama: Berita Utama (2 Kolom) === */
  .news-container {
    display: flex;
    height: 300px;
    margin-top: 0;
    gap: 20px;
  }

  .news-left {
    width: 220px;
  }

  .news-right {
    flex: 1;
    height: 100%;
  }

  .news-item {
    padding: 0;
    position: relative;
    padding-bottom: 0px;
    min-height: 100%;
  }

  .category {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #d32f2f;
    text-transform: uppercase;
    margin-bottom: 6px;
  }

  .title-link {
    font-family: 'DM Serif Display', serif;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: 0 0 8px 0;
    line-height: 1.35;
    max-height: calc(1.35em * 4);
    overflow: hidden;
  }

  .description {
    font-family: 'Lora', serif;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    margin: 0 0 10px 0;
    line-height: 1.45;
    letter-spacing: -0.5px;
    max-height: calc(1.45em * 4);
    overflow: hidden;
  }

  .divider {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 10px 0;
  }

  .small-title-link {
    font-family: 'DM Serif Display', serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1.4;
    max-height: calc(1.4em * 3);
    overflow: hidden;
  }

  .small-title-link::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #d32f2f;
    margin-right: 8px;
    vertical-align: middle;
  }

  .news-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background-color: #ddd;
  }

  /* === 3 Kolom Bawah (Grid) === */
  .news-grid-wrapper {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 16px;
  }

  .news-grid {
    display: flex;
    gap: 15px;
    width: 100%;
  }

  .grid-item {
    flex: 1;
  }

  .grid-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
    background-color: #ddd;
    margin-bottom: 8px;
  }

  .grid-title-link {
    font-family: 'DM Serif Display', serif;
    font-size: 15px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    max-height: calc(1.3em * 3);
    margin: 8px 0 6px 0;
  }

  .grid-desc {
    font-family: 'Lora', serif;
    font-size: 13px;
    font-weight: 400;
    color: #555;
    line-height: 1.4;
    letter-spacing: -0.5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.4em * 3);
  }

  /* === Berita dengan Gambar Kanan === */
  .news-single-with-image {
    display: flex;
    gap: 20px;
    margin-top: 30px;
  }

  .news-text-content {
    flex: 1;
  }

  .news-meta {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .news-update-label {
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 600;
    color: #555;
    white-space: nowrap;
  }

  .news-meta .separator {
    color: #ccc;
  }

  .news-meta .time {
    color: #777;
  }

  .news-single-title-link {
    font-family: 'DM Serif Display', serif;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 0 0 8px 0;
    line-height: 1.35;
    max-height: calc(1.35em * 2);
    overflow: hidden;
  }

  .news-single-desc {
    font-family: 'Lora', serif;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 1.45;
    letter-spacing: -0.5px;
    max-height: calc(1.45em * 4);
    overflow: hidden;
  }

  .news-image-right {
    width: 220px;
    flex-shrink: 0;
  }

  .news-image-right img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
    background-color: #ddd;
  }

  /* === PICK'S EDITOR === */
  .pick-editor-title {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #000;
    margin: 0 0 10px 0;
    border-top: 1px solid #c1c1c1;
    padding-top: 10px;
  }

  .pick-news-container {
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
  }

  .pick-news-left {
    width: 220px;
    flex-shrink: 0;
  }

  .pick-news-title-link {
    font-family: 'DM Serif Display', serif;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    margin: 0 0 10px 0;
    font-weight: bold;
    line-height: 1.4;
    display: block;
  }

  .pick-news-desc {
    font-family: 'Lora', serif;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin: 0;
  }

  .pick-news-right {
    flex: 1;
  }

  .pick-news-thumb {
    width: 100%;
    height: 280px;
    object-fit: cover;
    background-color: #ddd;
    display: block;
  }

  .pick-news-two-title {
    display: flex;
    gap: 24px;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
  }

  .pick-news-two-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .pick-news-two-item:first-child {
    padding-right: 12px;
    border-right: 1px solid #eee;
  }

  .pick-news-two-category {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    color: #d32f2f;
    font-weight: 500;
  }

  .pick-news-two-title-link {
    font-family: 'DM Serif Display', serif;
    font-size: 16px;
    color: #222;
    text-decoration: none;
    line-height: 1.4;
    font-weight: normal;
  }

  /* === BERITA TERBARU (SIDEBAR) === */
  .update-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

  .update-section-title {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #000;
  }

  .update-section-index {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    color: #555;
    text-decoration: none;
  }

  .update-news-list {
    position: relative;
  }

  .update-news-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 0 20px;
    position: relative;
  }

  .update-news-item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ddd;
  }

  .update-news-content {
    flex: 1;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .update-news-title-link {
    font-family: 'DM Serif Display', serif;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    margin: 0 0 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

 

  .update-description {
    font-family: 'Lora', serif;
    letter-spacing: -0.5px;
    font-size: 13px;
    color: #555;
    line-height: 1.3;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .update-time {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #777;
  }

  .update-news-thumb img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    background-color: #ddd;
    display: block;
  }

  /* === POLITICS SECTION (4 Kolom Grid) === */
  .flex-section-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }

  .flex-section-header::after {
    content: "›";
    margin-left: 5px;
    font-weight: normal;
  }

  .flex-news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 20px;
    overflow: visible;
  }

  .flex-news-card {
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .flex-news-image {
    width: 100%;
    height: 150px;
    object-fit: cover;
    background-color: #e0e0e0;
    margin-bottom: 10px;
  }

  .flex-news-title {
    font-family: 'DM Serif Display', serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #222;
    margin: 0 0 10px 0;
    padding: 0;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  

  .flex-news-card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: -8px;
    height: 100%;
    width: 1px;
    background-color: #ddd;
  }

  .flex-divider {
    border-top: 2px solid #000;
    margin-top: 20px;
  }

  /* === IKLAN STYLE 2 === */
  .ads-container-style2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 20px;
    width: 970px;
    max-width: 100%;
  }

  .ads-container-style2 .ads-label {
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .ads-container-style2 .ads-image {
    width: 970px;
    height: auto;
    object-fit: cover;
    border: none;
    display: block;
  }

  @media (max-width: 992px) {
    .ads-container-style2,
    .ads-container-style2 .ads-image {
      width: 100%;
      height: auto;
    }
  }

  /* === FINAL DIVIDER === */
  .final-divider {
    border: 0;
    border-top: 1px solid #222;
    margin: 10px 0 0 0;
  }
 