h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: poppins, sans-serif;
  color: #000;
  margin-top: 0;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}

.post-thumbnail img {
  max-width: 100% !important;
  height: auto;
}

.custom-layout {
  display: flex;
  margin-bottom: 30px;
}

.post-date {
  font-size: 11px;
  color: #777;
  margin-bottom: 5px;
}

.post-date-title {
  font-size: 15px;
  color: #777;
  margin-bottom: 10px;
}

.post-date-artikel {
  color: #999;
  font-size: 14px;
}

.title-artikel {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.title-artikel:hover {
  color: red;
  cursor: pointer;
}

.entry-title:hover {
  color: red !important;
}

.post-categories {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}

p {
  font-family: lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 400;
}

.btn-outline.btn-red {
  color: red;
  border: 1px solid red;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn-outline.btn-red:hover {
  background-color: red;
  color: white;
}

.share-text {
  display: inline-block; /* Membuat teks "Share :" menjadi inline-block agar sejajar dengan tombol */
  vertical-align: middle; /* Mengatur penempatan vertikal agar sejajar dengan tombol */
  margin-right: 10px; /* Memberikan jarak antara teks "Share :" dan tombol-tombol sosial */
}

.social-buttons {
  list-style-type: none;
  padding: 0;
  display: inline-block; /* Mengatur agar tombol-tombol sosial media tampil secara inline */
}

.social-buttons li {
  display: inline-block; /* Mengatur agar setiap tombol sosial media tampil dalam satu baris */
  margin-right: 10px; /* Jarak antara tombol sosial */
}

.social-button {
  display: block;
  width: 40px; /* Lebar tombol sosial */
  height: 40px; /* Tinggi tombol sosial */
  border: 1px solid transparent; /* Border transparan untuk efek hover */
  transition: all 0.3s ease;
}

.social-button img {
  width: 100%; /* Memastikan gambar ikon sosial media terisi seluruhnya */
  height: auto; /* Tetap menjaga aspek rasio gambar */
}

.social-button:hover {
  opacity: 70% !important;
}

.stickyelement {
  position: -webkit-sticky;
  position: sticky;
  top: 20px; /* Sesuaikan dengan jarak dari atas yang diinginkan */
  z-index: 1000; /* Pastikan z-index cukup tinggi */
}

.stickyelement img {
  max-width: 100%;
  height: auto;
}
