body {
  background-color: #f9f9f9;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.article .title {
  font-size: 1.8rem;
  font-weight: bold;
}

blockquote {
  font-size: 1rem;
}

.sidebar .widget-title {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.sidebar ul li {
  margin-bottom: 0.5rem;
}

.sidebar a {
  text-decoration: none;
  color: #333;
}

.sidebar a:hover {
  color: #0ed391;
}

  .badge-custom {
    background-color: #ffffff; 
    color: #212529; 
    border: 1px solid #dee2e6; 
    transition: all 0.3s ease; 
  }

  .badge-custom:hover {
    background-color: #ffffff; /* biru elegan Bootstrap */
    color: #ffffff;
    border-color: #17d199;
    cursor: pointer;
  }
