body.elementor-page-2030{padding:0px 0px 0px 0px;}/* Start custom CSS *//* Featured Image WordPress agar center */
.post-thumbnail img,
.featured-image img {
  display: block;
  margin: 0 auto;       /* Biar center */
  max-width: 80%;       /* Biar nggak full, sesuaikan misal 80% */
  height: auto;         /* Menjaga proporsi */
  border-radius: 12px;  /* Opsional: sudut rounded */
  box-shadow: 0 4px 12px rgba(0,0,0,0.15); /* Opsional: biar lebih elegan */
}

.prestasi-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 20px auto;
  max-width: 400px;
}

.prestasi-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.prestasi-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.prestasi-content {
  padding: 18px;
  text-align: center;
}

.prestasi-content h2 {
  margin: 0;
  font-size: 20px;
  color: #007bff;
}

.prestasi-content p {
  margin: 5px 0;
  font-size: 14px;
  color: #555;
}

.prestasi-content ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.prestasi-content li {
  font-size: 14px;
  color: #333;
  margin: 3px 0;
}/* End custom CSS */