/* Page / section titles — unified KPaja look */

/* Listing / H1 page titles */
.sectionTitle:has(.headlineTitles),
.sectionTitle:has(.i-channel){
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 18px;
  padding:12px 16px 12px 14px;
  background:
    linear-gradient(105deg, rgba(255,152,0,.10) 0%, rgba(255,152,0,.03) 28%, rgba(18,18,20,.92) 65%),
    #141416;
  border:1px solid rgba(255,255,255,.07);
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.22);
  position:relative;
  overflow:hidden;
}
.sectionTitle:has(.headlineTitles)::before,
.sectionTitle:has(.i-channel)::before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:3px;
  background:linear-gradient(180deg,#ffb347 0%,#ff9800 55%,#e65100 100%);
  border-radius:14px 0 0 14px;
}
.sectionTitle:has(.headlineTitles)::after,
.sectionTitle:has(.i-channel)::after{
  content:"";
  position:absolute;
  right:-40px;top:-40px;
  width:120px;height:120px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,152,0,.12) 0%, transparent 70%);
  pointer-events:none;
}

/* Home / block titles (lighter) */
.sectionTitle:has(.headingGrid):not(:has(.headlineTitles)):not(:has(.i-channel)){
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 14px;
  padding:8px 0 8px 12px;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
  position:relative;
}
.sectionTitle:has(.headingGrid):not(:has(.headlineTitles)):not(:has(.i-channel))::before{
  content:"";
  position:absolute;
  left:0;top:6px;bottom:6px;
  width:3px;
  border-radius:3px;
  background:linear-gradient(180deg,#ffb347,#ff9800);
}

.sectionTitle .i-channel{
  padding:0;
  flex:0 0 auto;
  position:relative;
  z-index:1;
}
.sectionTitle .i-channel img{
  width:54px;
  height:54px;
  border-radius:50%;
  object-fit:cover;
  display:block;
  border:2px solid rgba(255,152,0,.65);
  box-shadow:0 0 0 3px rgba(255,152,0,.12), 0 4px 14px rgba(0,0,0,.4);
  background:#111;
}
.sectionTitle .gridSection{
  display:block;
  padding:0;
  flex:1 1 auto;
  min-width:0;
  position:relative;
  z-index:1;
}
.sectionTitle .headlineTitles,
.sectionTitle .headingGrid{
  margin:0 0 5px;
  padding:0;
  font-size:20px;
  line-height:1.3;
  font-weight:700;
  color:#ececec;
  text-transform:none;
  letter-spacing:.01em;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px 10px;
}
.sectionTitle .headingGrid{
  margin-bottom:0;
  font-size:18px;
}
.sectionTitle .headlineTitles a,
.sectionTitle .headingGrid a{
  color:inherit;
  text-decoration:none;
}
.sectionTitle .headlineTitles a:hover,
.sectionTitle .headingGrid a:hover{
  color:#ffc14d;
}
.sectionTitle .laid{
  color:#ff9800;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.sectionTitle .laid i,
.sectionTitle .laid .fa,
.sectionTitle .laid .fas,
.sectionTitle .laid .far,
.sectionTitle .laid .kp-flame-fa{
  color:#ff9800 !important;
  font-size:.92em;
}
.sectionTitle h1.headlineTitles,
.sectionTitle .headlineTitles{
  font-size:20px !important;
}
.sectionTitle .pageTitleCount{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-left:2px;
  padding:3px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:600;
  letter-spacing:.02em;
  color:#ddd;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  white-space:nowrap;
}
.sectionTitle .subSectionTitle{
  display:block;
  margin:0;
  color:#9a9a9a;
  font-size:13px;
  line-height:1.45;
}
.sectionTitle .subSectionTitle p,
.sectionTitle .showingCounter{
  margin:0;
  color:#9a9a9a;
  font-size:13px;
  border:0;
  padding:0;
  display:block;
  text-transform:none;
}
.sectionTitle .subSectionTitle i,
.sectionTitle .showingCounter i{
  color:#ff9800;
  margin-right:6px;
  opacity:.95;
}

@media (max-width:767px){
  .sectionTitle:has(.headlineTitles),
  .sectionTitle:has(.i-channel){
    gap:10px;
    padding:10px 12px;
    margin-bottom:14px;
    border-radius:12px;
  }
  .sectionTitle .i-channel img{
    width:42px;
    height:42px;
  }
  .sectionTitle .headlineTitles,
  .sectionTitle .headingGrid,
  .sectionTitle h1.headlineTitles{
    font-size:16px !important;
  }
  .sectionTitle .headingGrid{
    font-size:15px !important;
  }
  .sectionTitle .pageTitleCount{
    font-size:11px;
    padding:2px 8px;
  }
  .sectionTitle .subSectionTitle,
  .sectionTitle .showingCounter,
  .sectionTitle .subSectionTitle p{
    font-size:12px;
  }
}
