/* entities.css - split dari main.css LiputanJatim */

/* TOKOH / ORGANISASI */
.lj-tokoh-head { display: grid; grid-template-columns: 280px 1fr; gap: 30px; align-items: start; }
.lj-tokoh-photo img, .lj-tokoh-placeholder { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 22px; background: #e5e7eb; }
.lj-tokoh-placeholder { display: flex; align-items: center; justify-content: center; font-weight: 900; color: #6b7280; }
.lj-tokoh-info h1 { margin-top: 12px; }
.lj-tokoh-desc { font-size: 18px; line-height: 1.7; color: #4b5563; }
.lj-tokoh-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
.lj-tokoh-meta p { margin: 0; padding: 13px 15px; background: #f8fafc; border: 1px solid var(--lj-border); border-radius: 14px; }
.lj-tokoh-link { display: inline-block; margin-top: 22px; background: var(--lj-red); color: #fff; padding: 12px 18px; border-radius: 999px; font-weight: 900; }
.lj-tokoh-grid, .lj-tokoh-grid-premium { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lj-tokoh-card, .lj-tokoh-card-premium { background: #fff; border: 1px solid var(--lj-border); border-radius: 24px; overflow: hidden; box-shadow: 0 12px 30px rgba(15,23,42,.06); transition: .2s ease; }
.lj-tokoh-card:hover, .lj-tokoh-card-premium:hover { transform: translateY(-4px); }
.lj-tokoh-card-photo img, .lj-tokoh-card-photo .lj-tokoh-placeholder, .lj-tokoh-card-photo-premium img, .lj-tokoh-card-photo-premium .lj-tokoh-placeholder { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block; background: #e5e7eb; }
.lj-tokoh-card-body, .lj-tokoh-card-content { padding: 18px; }
.lj-tokoh-card-body h2, .lj-tokoh-card-content h2 { margin: 10px 0 14px; font-size: 22px; line-height: 1.2; }
.lj-tokoh-card-body p, .lj-tokoh-card-content p { margin: 8px 0 0; color: #374151; font-size: 14px; }
.lj-tokoh-archive { padding: 40px 0 72px; }
.lj-tokoh-archive-head { background: linear-gradient(135deg, #071d33, #0b3a75); color: #fff; border-radius: 24px; padding: 34px; margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.lj-tokoh-archive-head h1 { margin: 12px 0 8px; font-size: 40px; line-height: 1.1; }
.lj-tokoh-archive-head p { margin: 0; color: #dbeafe; font-size: 16px; }
.lj-tokoh-search { display: flex; gap: 10px; min-width: 360px; }
.lj-tokoh-search input { flex: 1; height: 46px; border: 0; border-radius: 999px; padding: 0 18px; outline: none; }
.lj-tokoh-search button { border: 0; border-radius: 999px; padding: 0 22px; background: var(--lj-red); color: #fff; font-weight: 900; cursor: pointer; }
.lj-tokoh-readmore { display: inline-block; margin-top: 14px; color: var(--lj-red); font-weight: 900; }

/* TOP ENTITY */
.lj-top-entity-list { display: grid; gap: 12px; }
.lj-top-entity-item { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; padding: 12px; background: #fff; border: 1px solid var(--lj-border); border-radius: 16px; }
.lj-top-entity-item > span { width: 38px; height: 38px; border-radius: 12px; background: var(--lj-red); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.lj-top-entity-item b { display: block; font-size: 14px; line-height: 1.25; }
.lj-top-entity-item small { color: var(--lj-muted); font-size: 12px; }

/* ORGANIZATION */
.lj-org-header { display: grid; grid-template-columns: 180px 1fr; gap: 26px; align-items: center; margin-bottom: 24px; }
.lj-org-logo-box { width: 170px; height: 170px; border: 1px solid var(--lj-border); border-radius: 24px; background: #fff; padding: 22px; display: flex; align-items: center; justify-content: center; }
.lj-org-logo-box img { max-width: 100%; max-height: 100%; object-fit: contain; }
.lj-org-logo-placeholder { width: 100%; height: 100%; border-radius: 18px; background: #e5e7eb; color: #6b7280; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.lj-org-header-text h1 { margin-top: 12px; }
.lj-org-desc { font-size: 18px; line-height: 1.7; color: #4b5563; }

/* TOP TOKOH SIDEBAR */

.lj-top-box{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:22px;
  padding:22px;
  box-shadow:0 14px 38px rgba(15,23,42,.07);
}

.lj-top-box h2{
  margin:0 0 18px;
  font-size:22px;
  font-weight:900;
}

.lj-top-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:14px 0;
  border-bottom:1px solid #e5e7eb;
  color:#071d33;
  text-decoration:none;
}

.lj-top-item:last-child{
  border-bottom:0;
}

.lj-top-item > span{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#e30613;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  flex:none;
}

.lj-top-item strong{
  display:block;
  font-size:15px;
  line-height:1.35;
  margin-bottom:4px;
}

.lj-top-item small{
  color:#64748b;
  font-size:12px;
  line-height:1.4;
}

.lj-top-item:hover strong{
  color:#e30613;
}
.lj-tokoh-archive-head h1,
.lj-organisasi-archive-head h1{
  color:#fff !important;
  opacity:1 !important;
  text-shadow:0 2px 8px rgba(0,0,0,.18);
}

.lj-tokoh-archive-head p,
.lj-organisasi-archive-head p{
  color:#dbeafe !important;
}
