/* ===== PENGUMUMAN PAGE ===== */

.peng-hero{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 140px;
  border: 1px solid rgba(15,47,74,.14);
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
  background: url("/assets/img/gedung-aak.jpg") center/cover no-repeat;
  margin-bottom: 16px;
}
.peng-hero__overlay{
  position:absolute; inset:0;
  background: linear-gradient(rgba(255,255,255,.65), rgba(255,255,255,.65));
}
.peng-hero__inner{
  position:relative;
  padding: 18px 16px;
}
.peng-hero__inner h2{
  margin:0 0 6px;
  color:#154360;
  font-weight:1000;
}
.peng-hero__inner p{
  margin:0;
  color: rgba(15,47,74,.82);
  font-weight:800;
  font-size:13px;
}

/* tools */
.peng-tools{
  display:flex;
  gap:10px;
  align-items:center;
}
.peng-tools input,
.peng-tools select{
  border-radius: 12px;
  border: 1px solid rgba(15,47,74,.18);
  padding: 8px 10px;
  font-weight: 900;
  color: #154360;
  background: rgba(255,255,255,.70);
}
.peng-tools input{min-width: 220px}
.peng-tools button{
  border:0;
  border-radius: 12px;
  padding: 9px 12px;
  background: #154360;
  color: #fff;
  font-weight: 1000;
  cursor: pointer;
}
.peng-tools button:hover{opacity:.92}

.peng-list{
  margin-top: 10px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.peng-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(15,47,74,.14);
  background: rgba(255,255,255,.55);
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
}
.peng-date{
  font-size: 11px;
  font-weight: 1000;
  color: rgba(15,47,74,.75);
  background: rgba(21,67,96,.10);
  border: 1px solid rgba(21,67,96,.16);
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
  margin-top: 2px;
}
.peng-title{
  font-size: 13px;
  font-weight: 1000;
  color:#154360;
  line-height: 1.5;
}
.peng-title a{
  color:#154360;
  text-decoration: underline;
}

.peng-empty{
  margin-top: 10px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(15,47,74,.14);
  color: rgba(15,47,74,.80);
  font-weight: 900;
}

@media (max-width: 980px){
  .peng-tools{
    flex-direction: column;
    align-items: stretch;
  }
  .peng-tools input{min-width: 0}
  .peng-item{
    flex-direction: column;
    gap: 8px;
  }
}
