body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #fff;
    color: #111;
    margin: 0;
    padding: 0;
  }
  
  .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .judul-pengumuman {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .judul-pengumuman h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .judul-pengumuman h3 {
    color: #2e7d32;
    font-weight: 500;
  }
  
  .tanggal {
    color: #2e7d32;
    font-weight: bold;
  }
  
  .konten {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  /* Konten Kiri */
  .konten-kiri {
    flex: 2;
  }
  
  .gambar-pengumuman {
    width: 100%;
    border-radius: 10px;
  }
  
  /* Konten Kanan (Sidebar) */
  .konten-kanan {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  /* Pencarian */
  .search-box {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 40px;
    overflow: hidden;
  }
  
  .search-box input {
    flex: 1;
    padding: 14px 20px;
    border: none;
    outline: none;
    font-size: 16px;
  }
  
  .search-box button {
    padding: 14px 20px;
    background-color: #2e7d32;
    color: white;
    font-size: 18px;
    border: none;
    cursor: pointer;
  }
  
  /* Terbaru */
  .terbaru h4 {
    background-color: #2e7d32;
    color: white;
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 15px;
  }
  
  .berita {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: flex-start;
  }
  
  .berita img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
  }
  
  .berita p {
    font-size: 14px;
    margin: 0;
  }
  
  .caption {
    margin-top: 30px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.isi-keputusan {
    margin-top: 30px;
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 2.0;
  }
  .isi-keputusan ol {
    padding-left: 50px;
    font-family: Arial, sans-serif;
    font-size: 20px;
  }
  .isi-keputusan ul {
    margin-top: 10px;
  }


    
  