  .rstb-single-page img.berita-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 26px auto;
    border-radius: 16px;
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.1);
  }

  .rstb-single-page figure.wp-block-image {
    max-width: 100%;
  }

  .berita-share {
    margin-top: 26px;
  }

  .berita-share .social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .berita-share .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .berita-share .social-icons a:hover {
    transform: translateY(-3px);
    opacity: 0.9;
  }

/* --- Logo SDGs di bawah isi berita --- */
.berita-sdg {
  margin: 24px 0;
  padding: 16px 20px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}
.berita-sdg-title {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}
.berita-sdg-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.berita-sdg-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}
.berita-sdg-logo img {
  width: 150px;
  height: auto;
}
.berita-sdg-nomor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
.berita-sdg-nama {
  max-width: 150px;
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
  color: #4b5563;
}
.berita-sdg-logo:hover .berita-sdg-nama {
  color: #1e40af;
}
