/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* #socket { display: none !important; } */

.unisa-cat-images-inline {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.unisa-cat-images-inline .cat-image-item img {
  max-width: 40px;
  height: auto;
  border-radius: 4px;
  transition: transform 0.2s ease;
}

.unisa-cat-images-inline .cat-image-item a:hover img {
  transform: scale(1.1); /* efek hover */
}

/* Pastikan blok kategori archive benar-benar center */
.unisa-category-archive-icon {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 400px; /* opsional */
}

.unisa-category-archive-icon img {
  max-width: 120px;
  height: auto;
  margin-bottom: 10px;
}

.unisa-category-archive-icon h2 {
  margin: 0;
  font-size: 1.5em;
}

.unisa-category-archive-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 20px auto;
}

.unisa-category-archive-icon img {
  max-width: 120px;
  height: auto;
  margin-bottom: 10px;
}

.unisa-category-archive-icon h2 {
  margin: 0;
  font-size: 1.5em;
}
