/**
 * JAMS Blog archive — GACOR industrial UI
 * Targets body.blog (posts page + category/tag via shared Salient index).
 */

/* ----- Page shell ----- */
body.blog.jams-gacor-header .container-wrap {
  padding-top: 0 !important;
  background: #f7f7f7;
}

body.blog.jams-gacor-header .container.main-content {
  max-width: var(--gacor-container, 1320px);
  padding-left: var(--jams-pad, 40px);
  padding-right: var(--jams-pad, 40px);
  box-sizing: border-box;
}

body.blog.jams-gacor-header .container.main-content > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 40px;
}

/* ----- Dark insights hero (full-bleed) ----- */
body.blog.jams-gacor-header .jams-blog-head,
body.archive.jams-gacor-header.category .jams-blog-head,
body.archive.jams-gacor-header.tag .jams-blog-head {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 48px;
  margin-left: calc(50% - 50vw);
  padding: 72px var(--jams-pad, 40px) 64px;
  background:
    linear-gradient(135deg, rgba(0, 174, 239, 0.12) 0%, transparent 42%),
    var(--gacor-dark, #0b1220);
  color: #fff;
  font-family: var(--gacor-font, "DM Sans", sans-serif);
  box-sizing: border-box;
  overflow: hidden;
}

body.blog.jams-gacor-header .jams-blog-head::before,
body.archive.jams-gacor-header.category .jams-blog-head::before,
body.archive.jams-gacor-header.tag .jams-blog-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--gacor-orange, #00aeef);
}

body.blog.jams-gacor-header .jams-blog-head__inner,
body.archive.jams-gacor-header.category .jams-blog-head__inner,
body.archive.jams-gacor-header.tag .jams-blog-head__inner {
  position: relative;
  z-index: 1;
  max-width: var(--gacor-container, 1320px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px 48px;
  align-items: end;
}

body.blog.jams-gacor-header .jams-blog-head__copy,
body.archive.jams-gacor-header.category .jams-blog-head__copy,
body.archive.jams-gacor-header.tag .jams-blog-head__copy {
  max-width: 640px;
}

body.blog.jams-gacor-header .jams-blog-head__kicker,
body.archive.jams-gacor-header.category .jams-blog-head__kicker,
body.archive.jams-gacor-header.tag .jams-blog-head__kicker {
  margin: 0 0 12px;
  color: var(--gacor-orange, #00aeef);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.3;
}

body.blog.jams-gacor-header .jams-blog-head__title,
body.archive.jams-gacor-header.category .jams-blog-head__title,
body.archive.jams-gacor-header.tag .jams-blog-head__title {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(40px, 5.5vw, 60px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

body.blog.jams-gacor-header .jams-blog-head__text,
body.archive.jams-gacor-header.category .jams-blog-head__text,
body.archive.jams-gacor-header.tag .jams-blog-head__text {
  margin: 0;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

/* Category filter aligned to services / products */
body.blog.jams-gacor-header .jams-blog-cats,
body.archive.jams-gacor-header.category .jams-blog-cats {
  position: relative;
  z-index: 1;
  max-width: var(--gacor-container, 1320px);
  margin: 28px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.blog.jams-gacor-header .jams-blog-cats__item,
body.archive.jams-gacor-header.category .jams-blog-cats__item {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  text-transform: none;
  line-height: 1.2;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.blog.jams-gacor-header .jams-blog-cats__item:hover,
body.archive.jams-gacor-header.category .jams-blog-cats__item:hover {
  border-color: var(--gacor-orange, #00aeef);
  color: #fff !important;
  background: rgba(0, 174, 239, 0.16);
}

body.blog.jams-gacor-header .jams-blog-cats__item.is-active,
body.archive.jams-gacor-header.category .jams-blog-cats__item.is-active {
  border-color: var(--gacor-orange, #00aeef);
  background: var(--gacor-orange, #00aeef);
  color: #fff !important;
}

body.blog.jams-gacor-header .jams-blog-head__cta,
body.archive.jams-gacor-header.category .jams-blog-head__cta,
body.archive.jams-gacor-header.tag .jams-blog-head__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-family: var(--gacor-font, "DM Sans", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff !important;
  background: var(--gacor-orange, #00aeef);
  border: 1px solid var(--gacor-orange, #00aeef);
  border-radius: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}

body.blog.jams-gacor-header .jams-blog-head__cta:hover {
  background: var(--gacor-orange-hover, #0095d0);
  border-color: var(--gacor-orange-hover, #0095d0);
  color: #fff !important;
}

/* ----- Empty archive / no results (same chrome as populated blog) ----- */
body.blog.jams-gacor-header .jams-blog-empty {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 280px;
  margin: 0 0 24px;
  padding: 48px 40px;
  background: #fff;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-top: 3px solid var(--gacor-orange, #00aeef);
  font-family: var(--gacor-font, "DM Sans", sans-serif);
}

body.blog.jams-gacor-header .jams-blog-empty__kicker {
  margin: 0 0 10px;
  color: var(--gacor-orange, #00aeef);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.3;
}

body.blog.jams-gacor-header .jams-blog-empty__title {
  margin: 0 0 12px;
  color: var(--gacor-heading, #0b1220);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

body.blog.jams-gacor-header .jams-blog-empty__text {
  margin: 0 0 28px;
  max-width: 46ch;
  color: var(--gacor-muted, #757575);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

body.blog.jams-gacor-header .jams-blog-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.blog.jams-gacor-header .jams-blog-empty__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-family: var(--gacor-font, "DM Sans", sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 0;
  line-height: 1.2;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.blog.jams-gacor-header .jams-blog-empty__btn--primary {
  background: var(--gacor-orange, #00aeef);
  border: 1px solid var(--gacor-orange, #00aeef);
  color: #fff !important;
}

body.blog.jams-gacor-header .jams-blog-empty__btn--primary:hover {
  background: var(--gacor-orange-hover, #0095d0);
  border-color: var(--gacor-orange-hover, #0095d0);
  color: #fff !important;
}

body.blog.jams-gacor-header .jams-blog-empty__btn--ghost {
  background: transparent;
  border: 1px solid rgba(11, 18, 32, 0.22);
  color: var(--gacor-heading, #0b1220) !important;
}

body.blog.jams-gacor-header .jams-blog-empty__btn--ghost:hover {
  border-color: var(--gacor-orange, #00aeef);
  color: var(--gacor-orange, #00aeef) !important;
}

@media (max-width: 690px) {
  body.blog.jams-gacor-header .jams-blog-empty {
    padding: 36px 22px;
    min-height: 0;
  }
}

/* ----- Post area ----- */
body.blog.jams-gacor-header .post-area.span_9 {
  width: calc(100% - 340px) !important;
  max-width: none;
  float: none !important;
  margin: 0 0 64px !important;
  padding: 0 !important;
}

body.blog.jams-gacor-header .post-area.masonry {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Hide default clutter widgets if re-added in admin */
body.blog .widget_recent_entries,
body.blog .widget_recent_comments,
body.blog .widget_archive,
body.blog .widget_block:has(.wp-block-latest-posts),
body.blog .widget_block:has(.wp-block-latest-comments),
body.blog .widget_block:has(.wp-block-archives),
body.archive.category .widget_recent_entries,
body.archive.category .widget_recent_comments,
body.archive.category .widget_archive,
body.archive.category .widget_block:has(.wp-block-latest-posts),
body.archive.category .widget_block:has(.wp-block-latest-comments),
body.archive.category .widget_block:has(.wp-block-archives),
body.archive.tag .widget_recent_entries,
body.archive.tag .widget_recent_comments,
body.archive.tag .widget_archive,
body.archive.tag .widget_block:has(.wp-block-latest-posts),
body.archive.tag .widget_block:has(.wp-block-latest-comments),
body.archive.tag .widget_block:has(.wp-block-archives) {
  display: none !important;
}

/* ----- Classic Enhanced cards: image on top, text BELOW (readable) ----- */
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item {
  border-radius: 0 !important;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .inner-wrap {
  border-radius: 0 !important;
  overflow: hidden;
  background: #fff !important;
  border: 1px solid rgba(20, 20, 20, 0.08);
  box-shadow: none !important;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s ease;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item:hover .inner-wrap {
  transform: translateY(-4px);
  border-color: rgba(0, 174, 239, 0.45);
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .post-content {
  background: #fff !important;
  display: flex;
  flex-direction: column;
}

/* Image only — fixed crop height so cards align */
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .post-featured-img,
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .img-wrap,
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .n-post-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--gacor-dark, #0b1220);
  width: 100%;
  height: 220px;
  aspect-ratio: 16 / 10;
  max-height: 220px;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .post-featured-img::after,
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .img-wrap::after {
  display: none !important;
  content: none !important;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .post-featured-img img,
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .img-wrap img,
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item img.wp-post-image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Large / wide masonry sizes keep a slightly taller crop */
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item.large_featured .post-featured-img,
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item.wide_tall .post-featured-img,
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item.wide .post-featured-img {
  height: 260px;
  max-height: 260px;
  aspect-ratio: 16 / 9;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item:hover .post-featured-img img,
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item:hover .img-wrap img {
  transform: scale(1.03);
}

/* Text panel under image */
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .content-inner,
body.archive.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .content-inner {
  position: relative !important;
  padding: 20px 22px 8px !important;
  background: #fff !important;
  color: var(--gacor-heading, #0b1220);
  overflow: visible !important;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .article-content-wrap,
body.archive.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
  position: relative !important;
  padding: 0 !important;
  background: transparent !important;
}

/*
 * Category badge: Salient classic_enhanced absolutely parks cats on the image
 * (and stacks every term at the same spot). Force in-flow chips under the date.
 */
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .meta-category,
body.archive.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .meta-category {
  display: block !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  z-index: 2;
  line-height: 1.2 !important;
  overflow: visible !important;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .meta-category a,
body.blog.jams-gacor-header .masonry.classic_enhanced .posts-container .has-post-thumbnail .meta-category a,
body.archive.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .meta-category a,
body.archive.jams-gacor-header .masonry.classic_enhanced .posts-container .has-post-thumbnail .meta-category a {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  float: none !important;
  display: inline-block !important;
  margin: 0 6px 6px 0 !important;
  padding: 5px 10px !important;
  background: var(--gacor-orange, #00aeef) !important;
  border: none !important;
  color: #fff !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.25 !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: auto !important;
  transform: none !important;
}

/* One clean chip per card — hide extra categories */
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .meta-category a:not(:first-child),
body.archive.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .meta-category a:not(:first-child) {
  display: none !important;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .meta-category a:hover,
body.archive.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .meta-category a:hover {
  background: var(--gacor-orange-hover, #0095d0) !important;
  color: #fff !important;
  border: none !important;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .post-header,
body.archive.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .post-header {
  margin: 0 0 10px;
  position: relative !important;
  z-index: 1;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .post-header > span,
body.archive.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .post-header > span {
  display: block;
  margin: 0 0 8px;
  font-family: var(--gacor-font, "DM Sans", sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gacor-muted, #757575) !important;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item h3.title,
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item h3.title a,
body.archive.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item h3.title,
body.archive.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item h3.title a {
  position: relative !important;
  z-index: 1;
  margin: 0 !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: clamp(18px, 1.6vw, 22px) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.015em;
  color: var(--gacor-heading, #0b1220) !important;
  text-shadow: none !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item h3.title a:hover,
body.archive.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item h3.title a:hover {
  color: var(--gacor-orange, #00aeef) !important;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .excerpt {
  margin: 0 0 12px;
  font-family: var(--gacor-font, "DM Sans", sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--gacor-muted, #757575) !important;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .excerpt p {
  margin: 0;
  padding: 0;
  color: inherit !important;
}

/* Bottom meta (author / comments) */
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .post-meta {
  margin: 0 !important;
  padding: 12px 22px 16px !important;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
  background: #fff !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif);
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .post-meta a,
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .post-meta span {
  color: var(--gacor-muted, #757575) !important;
  font-size: 13px !important;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .post-meta a:hover {
  color: var(--gacor-orange, #00aeef) !important;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .nectar-love-wrap {
  display: none !important; /* quieter industrial cards */
}

/* Kill any leftover overlay positioning from Salient */
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .entire-meta-link {
  z-index: 1;
}

body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .content-inner > .meta-category,
body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
  z-index: 2;
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
}

/* ----- Sidebar ----- */
body.blog.jams-gacor-header #sidebar.span_3 {
  width: 300px !important;
  float: none !important;
  margin: 0 0 64px !important;
  padding: 0 !important;
}

body.blog.jams-gacor-header #sidebar .widget {
  margin: 0 0 28px;
  padding: 24px 22px;
  background: #fff;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-top: 3px solid var(--gacor-orange, #00aeef);
  border-radius: 0;
  box-shadow: none;
}

body.blog.jams-gacor-header #sidebar .widget:last-child {
  margin-bottom: 0;
}

body.blog.jams-gacor-header #sidebar .widget .widgettitle,
body.blog.jams-gacor-header #sidebar .widget h2,
body.blog.jams-gacor-header #sidebar .widget h4 {
  margin: 0 0 16px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gacor-heading, #0b1220) !important;
  line-height: 1.3 !important;
}

/* Search (classic + block widget) */
body.blog.jams-gacor-header #sidebar .widget_search form,
body.blog.jams-gacor-header #sidebar .widget_search .search-form,
body.blog.jams-gacor-header #sidebar .wp-block-search .wp-block-search__inside-wrapper {
  display: flex !important;
  gap: 0;
  margin: 0;
  align-items: stretch;
}

body.blog.jams-gacor-header #sidebar .wp-block-search .wp-block-search__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body.blog.jams-gacor-header #sidebar .widget_search input[type="search"],
body.blog.jams-gacor-header #sidebar .widget_search input[type="text"],
body.blog.jams-gacor-header #sidebar .widget_search .search-field,
body.blog.jams-gacor-header #sidebar .wp-block-search__input {
  flex: 1;
  min-width: 0;
  margin: 0 !important;
  padding: 12px 14px !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: 14px !important;
  color: var(--gacor-heading, #0b1220);
  background: #f7f7f7 !important;
  border: 1px solid rgba(20, 20, 20, 0.12) !important;
  border-right: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.blog.jams-gacor-header #sidebar .widget_search input[type="search"]:focus,
body.blog.jams-gacor-header #sidebar .widget_search input[type="text"]:focus,
body.blog.jams-gacor-header #sidebar .wp-block-search__input:focus {
  border-color: var(--gacor-orange, #00aeef) !important;
  outline: none;
}

body.blog.jams-gacor-header #sidebar .widget_search input[type="submit"],
body.blog.jams-gacor-header #sidebar .widget_search .search-submit,
body.blog.jams-gacor-header #sidebar .wp-block-search__button {
  margin: 0 !important;
  padding: 12px 16px !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff !important;
  background: var(--gacor-orange, #00aeef) !important;
  border: 1px solid var(--gacor-orange, #00aeef) !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: background-color 0.2s ease;
  box-shadow: none !important;
}

body.blog.jams-gacor-header #sidebar .widget_search input[type="submit"]:hover,
body.blog.jams-gacor-header #sidebar .widget_search .search-submit:hover,
body.blog.jams-gacor-header #sidebar .wp-block-search__button:hover {
  background: var(--gacor-orange-hover, #0095d0) !important;
  border-color: var(--gacor-orange-hover, #0095d0) !important;
  color: #fff !important;
}

/* Lists */
body.blog.jams-gacor-header #sidebar .widget ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.blog.jams-gacor-header #sidebar .widget ul li {
  margin: 0 !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
  line-height: 1.4;
}

body.blog.jams-gacor-header #sidebar .widget ul li:last-child {
  border-bottom: none;
  padding-bottom: 0 !important;
}

body.blog.jams-gacor-header #sidebar .widget ul li a {
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--gacor-heading, #0b1220) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

body.blog.jams-gacor-header #sidebar .widget ul li a:hover {
  color: var(--gacor-orange, #00aeef) !important;
}

/* ----- Pagination (Salient: nav#pagination > ul.page-numbers) ----- */
body.blog.jams-gacor-header .post-area #pagination,
body.blog.jams-gacor-header nav#pagination {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100% !important;
  height: auto !important;
  margin: 28px 0 56px !important;
  padding: 0 !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
}

body.blog.jams-gacor-header nav#pagination ul.page-numbers,
body.blog.jams-gacor-header nav#pagination ul {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.blog.jams-gacor-header nav#pagination ul li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.blog.jams-gacor-header nav#pagination a.page-numbers,
body.blog.jams-gacor-header nav#pagination span.page-numbers,
body.blog.jams-gacor-header nav#pagination > ul a,
body.blog.jams-gacor-header nav#pagination > ul span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 44px;
  height: 44px;
  margin: 0 !important;
  padding: 0 16px !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase !important;
  text-decoration: none !important;
  color: var(--gacor-heading, #141414) !important;
  background: #fff !important;
  border: 1px solid rgba(11, 18, 32, 0.14) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.blog.jams-gacor-header nav#pagination span.page-numbers.dots {
  min-width: 36px;
  padding: 0 8px !important;
  color: var(--gacor-muted, #757575) !important;
  background: transparent !important;
  border-color: transparent !important;
  cursor: default;
  letter-spacing: 0.12em;
}

body.blog.jams-gacor-header nav#pagination a.page-numbers:hover,
body.blog.jams-gacor-header nav#pagination a.page-numbers:focus {
  color: #fff !important;
  background: var(--gacor-orange, #00aeef) !important;
  border-color: var(--gacor-orange, #00aeef) !important;
  outline: none;
}

body.blog.jams-gacor-header nav#pagination span.page-numbers.current,
body.blog.jams-gacor-header nav#pagination > span.page-numbers.current {
  color: #fff !important;
  background: var(--gacor-orange, #00aeef) !important;
  border-color: var(--gacor-orange, #00aeef) !important;
  box-shadow: none !important;
}

body.blog.jams-gacor-header nav#pagination a.page-numbers.prev,
body.blog.jams-gacor-header nav#pagination a.page-numbers.next {
  min-width: auto;
  padding: 0 20px !important;
  letter-spacing: 0.08em;
}

@media (max-width: 600px) {
  body.blog.jams-gacor-header nav#pagination a.page-numbers,
  body.blog.jams-gacor-header nav#pagination span.page-numbers {
    min-width: 40px;
    height: 40px;
    padding: 0 12px !important;
    font-size: 13px !important;
  }
}

/* Category / tag archives share the same hero + filter as the blog home */
body.archive.jams-gacor-header.category .container-wrap,
body.archive.jams-gacor-header.tag .container-wrap {
  padding-top: 0 !important;
  background: #f7f7f7;
}

/* Kill Salient's default archive title — we render .jams-blog-head instead */
body.archive.jams-gacor-header.category #page-header-wrap,
body.archive.jams-gacor-header.category #page-header-bg,
body.archive.jams-gacor-header.category .page-header-no-bg,
body.archive.jams-gacor-header.category .row.page-header-no-bg,
body.archive.jams-gacor-header.tag #page-header-wrap,
body.archive.jams-gacor-header.tag #page-header-bg,
body.archive.jams-gacor-header.tag .page-header-no-bg,
body.archive.jams-gacor-header.tag .row.page-header-no-bg {
  display: none !important;
}

/* ----- Responsive ----- */
@media (max-width: 1100px) {
  body.blog.jams-gacor-header .container.main-content > .row {
    gap: 0;
  }

  body.blog.jams-gacor-header .post-area.span_9,
  body.blog.jams-gacor-header #sidebar.span_3 {
    width: 100% !important;
  }

  body.blog.jams-gacor-header #sidebar.span_3 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 48px !important;
  }

  body.blog.jams-gacor-header #sidebar .widget {
    margin: 0;
  }
}

@media (max-width: 999px) {
  body.blog.jams-gacor-header .jams-blog-head {
    padding: 52px 28px 48px;
    margin-bottom: 32px;
  }

  body.blog.jams-gacor-header .jams-blog-head__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  body.blog.jams-gacor-header .jams-blog-head__cta {
    justify-self: start;
  }

  body.blog.jams-gacor-header .masonry.classic_enhanced {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item {
    width: 100% !important;
    left: auto !important;
    position: relative !important;
    float: none !important;
    margin: 0 0 18px !important;
    transform: none !important;
  }

  body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .inner-wrap {
    margin: 0 !important;
  }

  body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .content-inner {
    padding: 18px 16px 8px !important;
  }

  body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .post-featured-img,
  body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .img-wrap,
  body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item.large_featured .post-featured-img,
  body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item.wide_tall .post-featured-img,
  body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item.wide .post-featured-img {
    height: 200px;
    max-height: 200px;
  }

  body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item h3.title,
  body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item h3.title a {
    font-size: clamp(18px, 5vw, 22px) !important;
    line-height: 1.3 !important;
  }

  body.blog.jams-gacor-header .post-area.span_9,
  body.blog.jams-gacor-header .post-area.span_12 {
    width: 100% !important;
    padding: 0 !important;
  }
}

@media (max-width: 640px) {
  body.blog.jams-gacor-header .container.main-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.blog.jams-gacor-header .jams-blog-head {
    padding: 44px 20px 40px;
  }

  body.blog.jams-gacor-header .jams-blog-head__title {
    font-size: clamp(32px, 9vw, 40px);
  }

  body.blog.jams-gacor-header .jams-blog-head__text {
    font-size: 15px;
  }

  body.blog.jams-gacor-header #sidebar.span_3 {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .inner-wrap,
  body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .post-featured-img img,
  body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item .img-wrap img {
    transition: none !important;
  }

  body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item:hover .inner-wrap,
  body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item:hover .post-featured-img img,
  body.blog.jams-gacor-header .masonry.classic_enhanced .masonry-blog-item:hover .img-wrap img {
    transform: none !important;
  }
}

/* ========== Single post (GACOR reading experience) ========== */

body.single-post.jams-gacor-header .container-wrap {
  padding-top: 0 !important;
  background: #fff;
}

/* ----- Hero header: solid dark (product FI is a poor title backdrop) ----- */
body.single-post.jams-gacor-header #page-header-wrap {
  height: 340px !important;
  min-height: 260px !important;
  max-height: none !important;
  margin-bottom: 0 !important;
  overflow: hidden !important;
  background: var(--gacor-dark, #0b1220) !important;
}

body.single-post.jams-gacor-header #page-header-bg[data-post-hs="default_minimal"] {
  height: 340px !important;
  min-height: 260px !important;
  max-height: none !important;
  background-color: var(--gacor-dark, #0b1220) !important;
  background-image: none !important;
  overflow: hidden !important;
}

body.single-post.jams-gacor-header #page-header-bg[data-post-hs="default_minimal"] .page-header-bg-image-wrap,
body.single-post.jams-gacor-header #page-header-bg[data-post-hs="default_minimal"] .page-header-bg-image,
body.single-post.jams-gacor-header #page-header-bg[data-post-hs="default_minimal"] .nectar-page-header-bg-image {
  display: none !important;
}

body.single-post.jams-gacor-header #page-header-bg[data-post-hs="default_minimal"]::before,
body.single-post.jams-gacor-header #page-header-bg[data-post-hs="default_minimal"] .page-header-bg-image-wrap::after {
  display: none !important;
}

body.single-post.jams-gacor-header #page-header-bg .container,
body.single-post.jams-gacor-header #page-header-bg .row,
body.single-post.jams-gacor-header #page-header-bg .col,
body.single-post.jams-gacor-header #page-header-bg .section-title,
body.single-post.jams-gacor-header #page-header-bg .inner-wrap {
  position: relative;
  z-index: 2;
}

body.single-post.jams-gacor-header #page-header-bg .meta-category a,
body.single-post.jams-gacor-header #page-header-bg .inner-wrap > a {
  display: inline-block !important;
  margin: 0 0 14px !important;
  padding: 5px 12px !important;
  border: none !important;
  background: var(--gacor-orange, #00aeef) !important;
  color: #fff !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
  border-radius: 0 !important;
}

body.single-post.jams-gacor-header #page-header-bg h1.entry-title {
  max-width: 22ch;
  margin: 0 auto 16px !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: clamp(28px, 4.2vw, 44px) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em;
  color: #fff !important;
  text-shadow: none;
}

body.single-post.jams-gacor-header #single-below-header,
body.single-post.jams-gacor-header #page-header-bg #single-below-header {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-top: 4px;
  font-family: var(--gacor-font, "DM Sans", sans-serif);
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.78) !important;
}

body.single-post.jams-gacor-header #single-below-header a,
body.single-post.jams-gacor-header #page-header-bg #single-below-header a {
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

body.single-post.jams-gacor-header #single-below-header a:hover {
  color: var(--gacor-orange, #00aeef) !important;
  border-bottom-color: var(--gacor-orange, #00aeef);
}

body.single-post.jams-gacor-header #single-below-header .meta-comment-count {
  display: none !important; /* quieter chrome when comments unused */
}

/* Hide Salient duplicate title row when hero already shows the title */
body.single-post.jams-gacor-header #page-header-bg ~ .container-wrap .row.heading-title,
body.single-post.jams-gacor-header #page-header-bg ~ .container-wrap .section-title.blog-title {
  display: none !important;
}

/* Hide duplicate H1 often pasted at top of post body */
body.single-post.jams-gacor-header .post-area .content-inner > h1,
body.single-post.jams-gacor-header .post-area .content-inner > .jams-post-featured + h1 {
  display: none !important;
}

/* ----- Reading column ----- */
body.single-post.jams-gacor-header .container.main-content {
  max-width: var(--gacor-container, 1320px);
  padding-left: var(--jams-pad, 40px);
  padding-right: var(--jams-pad, 40px);
  box-sizing: border-box;
}

body.single-post.jams-gacor-header .post-area.span_12 {
  float: none !important;
  width: 100% !important;
  max-width: 720px;
  margin: 0 auto 48px !important;
  padding: 24px 0 24px !important;
}

body.single-post.jams-gacor-header .post-area .content-inner,
body.single-post.jams-gacor-header .post-area .post-content {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: left !important;
}

body.single-post.jams-gacor-header .post-area .content-inner,
body.single-post.jams-gacor-header .post-area .content-inner p,
body.single-post.jams-gacor-header .post-area .content-inner li {
  font-family: var(--gacor-font, "DM Sans", sans-serif);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #3a3a3a;
}

body.single-post.jams-gacor-header .post-area .content-inner p {
  margin: 0 0 1.25em;
  padding: 0;
}

body.single-post.jams-gacor-header .post-area .content-inner h2,
body.single-post.jams-gacor-header .post-area .content-inner h3,
body.single-post.jams-gacor-header .post-area .content-inner h4 {
  margin: 1.75em 0 0.65em;
  font-family: var(--gacor-font, "DM Sans", sans-serif);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--gacor-heading, #0b1220);
  line-height: 1.25;
  text-align: left !important;
}

body.single-post.jams-gacor-header .post-area .content-inner h2 {
  font-size: clamp(24px, 3vw, 30px);
  padding-top: 8px;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
}

body.single-post.jams-gacor-header .post-area .content-inner h2:first-of-type {
  border-top: none;
  padding-top: 0;
}

body.single-post.jams-gacor-header .post-area .content-inner h3 {
  font-size: clamp(20px, 2.4vw, 24px);
}

body.single-post.jams-gacor-header .post-area .content-inner a {
  color: var(--gacor-orange, #00aeef);
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.single-post.jams-gacor-header .post-area .content-inner a:hover {
  color: var(--gacor-orange-hover, #0095d0);
}

body.single-post.jams-gacor-header .post-area .content-inner img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
  border-radius: 0;
}

body.single-post.jams-gacor-header .post-area .content-inner ul,
body.single-post.jams-gacor-header .post-area .content-inner ol {
  margin: 0 0 1.35em;
  padding-left: 1.25em;
}

body.single-post.jams-gacor-header .post-area .content-inner li {
  margin: 0 0 0.45em;
}

/* Breadcrumbs — static strip under hero (not image overlay) */
body.single-post.jams-gacor-header #breadcrumbs.yoast,
body.single-post.jams-gacor-header p#breadcrumbs,
body.single-post.jams-gacor-header #breadcrumbs,
body.single-post.jams-gacor-header .yoast,
body.single-post.jams-gacor-header p.yoast,
body.single-post.jams-gacor-header .yoast-breadcrumbs {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: auto !important;
  display: block !important;
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  margin: 28px auto 20px !important;
  padding: 0 0 14px !important;
  border: none !important;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08) !important;
  background: none !important;
  background-image: none !important;
  color: var(--gacor-muted, #757575) !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.01em;
  text-align: left !important;
  pointer-events: auto !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.single-post.jams-gacor-header #breadcrumbs > span {
  display: inline;
}

body.single-post.jams-gacor-header #breadcrumbs a {
  pointer-events: auto !important;
  color: var(--gacor-muted, #757575) !important;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}

body.single-post.jams-gacor-header #breadcrumbs a:hover,
body.single-post.jams-gacor-header #breadcrumbs a:focus {
  color: var(--gacor-orange, #00aeef) !important;
  border-bottom-color: var(--gacor-orange, #00aeef);
}

body.single-post.jams-gacor-header #breadcrumbs .jams-bc-sep {
  display: inline-block;
  margin: 0 0.55em;
  color: rgba(20, 20, 20, 0.28);
  font-weight: 400;
  speak: never;
}

body.single-post.jams-gacor-header #breadcrumbs .breadcrumb_last {
  color: var(--gacor-heading, #0b1220) !important;
  font-weight: 600 !important;
}

@media (max-width: 640px) {
  body.single-post.jams-gacor-header #breadcrumbs.yoast,
  body.single-post.jams-gacor-header p#breadcrumbs {
    margin: 20px auto 16px !important;
    padding-bottom: 12px !important;
    font-size: 12px !important;
    white-space: normal;
  }

  body.single-post.jams-gacor-header #breadcrumbs .breadcrumb_last {
    display: inline;
  }
}

/* Featured image in reading column — full image, no crop */
body.single-post.jams-gacor-header .jams-post-featured {
  margin: 0 0 28px;
  padding: 0;
  border: 1px solid rgba(20, 20, 20, 0.08);
  background: #f7f7f7;
  overflow: hidden;
  line-height: 0;
}

body.single-post.jams-gacor-header .post-area .content-inner .jams-post-featured img {
  display: block;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

body.single-post.jams-gacor-header .jams-post-featured figcaption {
  margin: 0;
  padding: 10px 14px;
  font-family: var(--gacor-font, "DM Sans", sans-serif);
  font-size: 13px;
  line-height: 1.4;
  color: var(--gacor-muted, #757575);
  background: #fff;
  border-top: 1px solid rgba(20, 20, 20, 0.06);
}

/* End-of-article CTA */
body.single-post.jams-gacor-header .jams-post-cta {
  margin: 40px 0 8px;
  padding: 28px 28px 26px;
  background: var(--gacor-dark, #0b1220);
  border-left: 4px solid var(--gacor-orange, #00aeef);
  color: #fff;
  font-family: var(--gacor-font, "DM Sans", sans-serif);
}

body.single-post.jams-gacor-header .jams-post-cta__title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.25;
}

body.single-post.jams-gacor-header .jams-post-cta__text {
  margin: 0 0 18px;
  max-width: 42ch;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

body.single-post.jams-gacor-header .jams-post-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff !important;
  background: var(--gacor-orange, #00aeef);
  border: 1px solid var(--gacor-orange, #00aeef);
  transition: background-color 0.2s ease;
}

body.single-post.jams-gacor-header .jams-post-cta__btn:hover {
  background: var(--gacor-orange-hover, #0095d0);
  border-color: var(--gacor-orange-hover, #0095d0);
  color: #fff !important;
}

/* ----- Next / previous ----- */
body.single-post.jams-gacor-header .blog_next_prev_buttons {
  margin: 24px 0 0 !important;
  border: none !important;
}

body.single-post.jams-gacor-header .blog_next_prev_buttons ul {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Hide empty prev/next slot so a single nav card goes full width */
body.single-post.jams-gacor-header .blog_next_prev_buttons li:empty {
  display: none !important;
}

body.single-post.jams-gacor-header .blog_next_prev_buttons ul:has(> li:empty) {
  grid-template-columns: 1fr !important;
}

body.single-post.jams-gacor-header .blog_next_prev_buttons li {
  margin: 0 !important;
  float: none !important;
  width: 100% !important;
  position: relative;
  overflow: hidden;
  min-height: 180px;
  border: 1px solid rgba(20, 20, 20, 0.08);
  background: var(--gacor-dark, #0b1220) !important;
}

/* Salient uses an empty <a> sibling — stretch it over the whole card */
body.single-post.jams-gacor-header .blog_next_prev_buttons li > a {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 6 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
  text-decoration: none !important;
  cursor: pointer;
}

body.single-post.jams-gacor-header .blog_next_prev_buttons .next-post-bg,
body.single-post.jams-gacor-header .blog_next_prev_buttons .prev-post-bg,
body.single-post.jams-gacor-header .blog_next_prev_buttons .post-bg-img,
body.single-post.jams-gacor-header .blog_next_prev_buttons .img-bg {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  pointer-events: none !important;
  filter: brightness(0.35) !important;
  background-size: cover !important;
  background-position: center !important;
}

body.single-post.jams-gacor-header .blog_next_prev_buttons li::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.45), rgba(10, 10, 10, 0.88));
  pointer-events: none;
}

body.single-post.jams-gacor-header .blog_next_prev_buttons .next-post-link,
body.single-post.jams-gacor-header .blog_next_prev_buttons .previous-post-link,
body.single-post.jams-gacor-header .blog_next_prev_buttons span,
body.single-post.jams-gacor-header .blog_next_prev_buttons h3,
body.single-post.jams-gacor-header .blog_next_prev_buttons h3 a {
  position: relative;
  z-index: 2;
  pointer-events: none; /* clicks pass through to the full-card <a> */
  color: #fff !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  text-shadow: none !important;
}

body.single-post.jams-gacor-header .blog_next_prev_buttons h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  min-height: 180px;
  margin: 0 !important;
  padding: 28px 24px !important;
  font-size: clamp(16px, 1.6vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

body.single-post.jams-gacor-header .blog_next_prev_buttons h3 > span:first-child {
  display: block;
  margin-bottom: 8px;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gacor-orange, #00aeef) !important;
}

body.single-post.jams-gacor-header .blog_next_prev_buttons h3 .text {
  color: #fff !important;
}

body.single-post.jams-gacor-header .blog_next_prev_buttons li:hover {
  border-color: var(--gacor-orange, #00aeef);
}

body.single-post.jams-gacor-header .blog_next_prev_buttons li:hover > a {
  background: rgba(0, 174, 239, 0.08);
}

/* ----- Author bio ----- */
body.single-post.jams-gacor-header #author-bio,
body.single-post.jams-gacor-header .ascend #author-bio,
body.single-post.jams-gacor-header .full-width-section#author-bio,
body.single-post.jams-gacor-header div#author-bio {
  max-width: 720px !important;
  margin: 40px auto 24px !important;
  padding: 28px 28px !important;
  background: #f7f7f7 !important;
  border: 1px solid rgba(20, 20, 20, 0.08) !important;
  border-top: 3px solid var(--gacor-orange, #00aeef) !important;
  text-align: left !important;
  box-sizing: border-box;
}

body.single-post.jams-gacor-header #author-bio .avatar,
body.single-post.jams-gacor-header #author-bio img.avatar {
  border-radius: 0 !important;
  width: 64px !important;
  height: 64px !important;
}

body.single-post.jams-gacor-header #author-bio h3,
body.single-post.jams-gacor-header #author-bio .fn,
body.single-post.jams-gacor-header #author-bio .author-title {
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-weight: 700 !important;
  color: var(--gacor-heading, #0b1220) !important;
}

body.single-post.jams-gacor-header #author-bio p {
  font-family: var(--gacor-font, "DM Sans", sans-serif);
  font-size: 15px;
  line-height: 1.55;
  color: var(--gacor-muted, #757575) !important;
  text-align: left !important;
}

body.single-post.jams-gacor-header #author-bio a.nectar-button,
body.single-post.jams-gacor-header #author-bio .nectar-button,
body.single-post.jams-gacor-header #author-bio a[href*="author"] {
  display: inline-flex !important;
  margin-top: 12px;
  padding: 12px 20px !important;
  font-family: var(--gacor-font, "DM Sans", sans-serif) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff !important;
  background: var(--gacor-orange, #00aeef) !important;
  border: 1px solid var(--gacor-orange, #00aeef) !important;
  border-radius: 0 !important;
  text-decoration: none !important;
}

body.single-post.jams-gacor-header #author-bio a.nectar-button:hover,
body.single-post.jams-gacor-header #author-bio .nectar-button:hover {
  background: var(--gacor-orange-hover, #0095d0) !important;
  border-color: var(--gacor-orange-hover, #0095d0) !important;
}

/* Comments — quieter empty state */
body.single-post.jams-gacor-header .comments-section {
  max-width: 720px;
  margin: 0 auto 64px;
  padding: 0;
}

body.single-post.jams-gacor-header .comments-section #respond,
body.single-post.jams-gacor-header .comments-section .comment-reply-title,
body.single-post.jams-gacor-header .comments-section h3#comments {
  font-family: var(--gacor-font, "DM Sans", sans-serif);
}

body.single-post.jams-gacor-header .comments-section:has(#comments:empty),
body.single-post.jams-gacor-header .comments-section:not(:has(.comment-list li)):not(:has(#respond)) {
  /* keep respond form if present */
}

@media (max-width: 999px) {
  body.single-post.jams-gacor-header #page-header-wrap,
  body.single-post.jams-gacor-header #page-header-bg[data-post-hs="default_minimal"] {
    height: 300px !important;
  }

  body.single-post.jams-gacor-header #page-header-bg h1.entry-title {
    max-width: 22ch;
  }

  body.single-post.jams-gacor-header .post-area.span_12 {
    padding-top: 28px !important;
  }

  body.single-post.jams-gacor-header .blog_next_prev_buttons ul {
    grid-template-columns: 1fr;
  }

  body.single-post.jams-gacor-header .jams-post-cta {
    padding: 22px 20px;
  }
}

@media (max-width: 640px) {
  body.single-post.jams-gacor-header .container.main-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.single-post.jams-gacor-header .post-area .content-inner,
  body.single-post.jams-gacor-header .post-area .content-inner p,
  body.single-post.jams-gacor-header .post-area .content-inner li {
    font-size: 16px;
  }

  body.single-post.jams-gacor-header #page-header-wrap,
  body.single-post.jams-gacor-header #page-header-bg[data-post-hs="default_minimal"] {
    height: 280px !important;
  }
}
