/*
Theme Name: ADJDEV Child
Theme URI: https://www.adjdev.co.site
Description: ADJDEV WordPress theme child theme.
Author: adjdev
Author URI: https://www.adjdev.co.site/contact/
Template: adjdev
Version: 1.1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.ratio-thumbnail-box {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.ratio-thumbnail-16-9 {
    padding-bottom: 56.25%;
}

.ratio-thumbnail-8-5 {
    padding-bottom: 62.5%;
}

.ratio-thumbnail-4-3 {
    padding-bottom: 75%;
}

.ratio-thumbnail-3-2 {
    padding-bottom: 66.66%;
}

.ratio-thumbnail-box img {
    display: none !important;
}
/* --- Update Gaya Widget Terpopuler --- */

.widget-terpopuler {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

.header-populer {
  background-color: #f4f6f9;
  text-align: center;
  padding: 15px;
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

.item-berita {
  display: flex;
  align-items: flex-start; /* Biar angka tetap di atas kalau judulnya panjang */
  padding: 12px 15px;
  border-bottom: 1px solid #f0f0f0;
}

.item-berita:last-child {
  border-bottom: none;
}

/* Kotak Angka */
.box-angka {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 35px; /* Sedikit dirapikan */
  margin-right: 12px;
  flex-shrink: 0;
  padding-top: 2px; /* Biar sejajar sama kategori */
}

.nomor-urut {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  line-height: 1;
  margin-bottom: 4px;
}

.garis-bawah-angka {
  width: 15px;
  height: 3px;
  background-color: rgb(43, 138, 227);
  border-radius: 2px;
}

/* Wrapper Teks di Kanan */
.konten-teks {
  display: flex;
  flex-direction: column;
}

/* Gaya Kategori (Baru! ) */
.meta-kategori {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgb(43, 138, 227); /* Warna biru biar matching */
  font-weight: 800;
  margin-bottom: 4px;
}

/* Judul */
.judul-artikel {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 4px;
  transition: color 0.2s;
}

.judul-artikel:hover {
  color: rgb(43, 138, 227);
}

/* Gaya Tanggal (Baru! ✨) */
.meta-tanggal {
  font-size: 11px;
  color: #999; /* Warna abu soft */
}

/* --- Styling Widget Tag Terpopuler --- */

.widget-tag-populer {
  margin-bottom: 20px;
  font-family: sans-serif;
}

/* Header dengan Spektator (Garis di Kanan) */
.header-tag-spektator {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #000; /* Hitam pekat */
  margin-bottom: 15px;
  margin-top: 0;
}

.header-tag-spektator::after {
  content: "";
  width: 40px; /* Panjang garis */
  height: 4px; /* Ketebalan garis */
  background-color: rgb(43, 138, 227); /* Biru request Kakak */
  margin-left: 15px;
  border-radius: 2px;
}

/* Wrapper biar tag-nya ngumpul rapi */
.tag-cloud-wrapper {
  display: flex;
  flex-wrap: wrap; /* Biar kalau mentok otomatis turun ke bawah */
  gap: 10px; /* Jarak antar tag */
}

/* Desain Tombol Tag (Pill Shape) */
.tag-pill {
  display: inline-block;
  background-color: #f3f4f6; /* Abu sangat muda */
  color: #1f2937; /* Warna teks biru gelap/abu tua */
  padding: 8px 16px; /* Jarak dalam biar gembul */
  border-radius: 50px; /* Ini yang bikin bulat kayak kapsul */
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent; /* Persiapan buat hover */
}

/* Efek kalau disorot mouse */
.tag-pill:hover {
  background-color: #e5e7eb; /* Jadi agak gelap dikit */
  color: rgb(43, 138, 227); /* Teks berubah jadi biru cantik */
  transform: translateY(-2px); /* Efek naik dikit */
}
.baca-juga-widget h5 {
    font-size: 16px;
    border-left: 4px solid #2b8ae3;
    padding-left: 8px;
}

.bj-item:hover .bj-info a {
    color: #2b8ae3 !important;
}
.artikel-terbaru-widget h5 {
    font-size: 16px;
    border-left: 4px solid #2b8ae3;
    padding-left: 8px;
}

.at-item:hover a {
    color: #2b8ae3 !important;
}

.berita-utama-widget h5 {
    font-size: 16px;
    border-left: 4px solid #2b8ae3;
    padding-left: 8px;
}

.bu-item:hover a {
    color: #2b8ae3 !important;
}

.bu-item small {
    font-size: 11px;
}

