.pkk-singular-header {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}

.pkk-singular-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
  padding: 12px 16px;
}

.pkk-singular-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.4;
  min-width: 0;
}

.pkk-singular-breadcrumb a {
  color: #6b7280;
  text-decoration: none;
}

.pkk-singular-breadcrumb a:hover {
  color: #0d5b64;
  text-decoration: none;
}

.pkk-singular-breadcrumb__home {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pkk-singular-breadcrumb__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: #167c8b;
}

.pkk-singular-breadcrumb__sep {
  color: #9ca3af;
  font-weight: 400;
}

.pkk-singular-breadcrumb__current {
  color: #4b5563;
}

.pkk-singular-search {
  display: flex;
  align-items: center;
  flex: 1 1 240px;
  max-width: 340px;
  margin-left: auto;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 3px 3px 3px 12px;
  min-width: 220px;
}

.pkk-singular-search__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: #9ca3af;
}

.pkk-singular-search input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 13px;
  color: #222222;
  padding: 6px 8px;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
}

.pkk-singular-search input[type="search"]::-webkit-search-decoration,
.pkk-singular-search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.pkk-singular-search input[type="search"]::placeholder {
  color: #9ca3af;
}

.pkk-singular-search button {
  flex-shrink: 0;
  background: #0d5b64;
  color: #ffffff;
  border: 0;
  border-radius: 999px;
  padding: 7px 18px;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  line-height: 1.3;
  appearance: none;
}

.pkk-singular-search button:hover {
  background: #0a4a52;
}

.pkk-singular-title {
  margin: 20px 0 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #0d5b64;
}

.pkk-singular-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-top: 12px;
  font-size: 14px;
  color: #0d5b64;
}

.pkk-singular-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pkk-singular-meta__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: #167c8b;
}

.pkk-singular-meta__sep {
  color: #0d5b64;
  opacity: 0.7;
}

.pkk-404-search {
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .pkk-singular-search {
    max-width: none;
    width: 100%;
    margin-left: 0;
  }

  .pkk-singular-title {
    font-size: 22px;
  }
}

/* Isi konten (the_content): spasi paragraf & tabel */
.prose p {
  margin-top: 0;
  margin-bottom: 1.15em;
  line-height: 1.75;
}

.prose p:last-child {
  margin-bottom: 0;
}

.prose h1,
.prose h2,
.prose h3 {
  color: #0d5b64;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.prose h1 {
  font-size: 1.75rem;
  margin: 1.4em 0 0.55em;
}

.prose h2 {
  font-size: 1.4rem;
  margin: 1.35em 0 0.5em;
}

.prose h3 {
  font-size: 1.15rem;
  margin: 1.2em 0 0.45em;
}

.prose h1:first-child,
.prose h2:first-child,
.prose h3:first-child {
  margin-top: 0;
}

.prose a {
  color: #167c8b;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1px;
}

.prose a:hover {
  color: #0d5b64;
}

.prose li p,
.prose td p,
.prose th p {
  margin-bottom: 0;
}

.prose ul,
.prose ol {
  margin: 0 0 1.15em;
  padding-left: 1.6em;
  line-height: 1.75;
}

.prose ul {
  list-style-type: disc;
}

.prose ol {
  list-style-type: decimal;
}

.prose li {
  margin-bottom: 0.4em;
  padding-left: 0.2em;
}

.prose li:last-child {
  margin-bottom: 0;
}

.prose li::marker {
  color: #167c8b;
  font-weight: 600;
}

.prose li > ul,
.prose li > ol {
  margin: 0.45em 0 0.15em;
}

.prose ul ul {
  list-style-type: circle;
}

.prose ul ul ul {
  list-style-type: square;
}

.prose ol ol {
  list-style-type: lower-alpha;
}

.prose code {
  display: inline;
  background: #e3fafe;
  color: #0d5b64;
  padding: 0.12em 0.4em;
  border-radius: 4px;
  font-size: 0.9em;
  border: 1px solid #cbe8eb;
  word-break: break-word;
}

.prose pre {
  margin: 0 0 1.15em;
  padding: 1em 1.15em;
  overflow-x: auto;
  border-radius: 10px;
  background: #f4fbfc;
  border: 1px solid #cbe8eb;
}

.prose pre code {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  font-size: 0.875em;
}

.pkk-content-table,
.prose .wp-block-table {
  margin: 1.5em 0;
  overflow-x: auto;
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid #cbe8eb;
  box-shadow: 0 1px 4px rgba(13, 91, 100, 0.08);
  background: #ffffff;
}

.prose .pkk-content-table + .pkk-content-table,
.prose .wp-block-table .pkk-content-table {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.prose table:not(.sim-pkk-datatable):not(.dataTable):not(.wp-list-table) {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  color: #1f2937;
  background: #ffffff;
}

.prose table:not(.sim-pkk-datatable):not(.dataTable):not(.wp-list-table) thead,
.prose table:not(.sim-pkk-datatable):not(.dataTable):not(.wp-list-table) th {
  background: linear-gradient(135deg, #167c8b 0%, #0d5b64 100%);
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: left;
}

.prose table:not(.sim-pkk-datatable):not(.dataTable):not(.wp-list-table) th,
.prose table:not(.sim-pkk-datatable):not(.dataTable):not(.wp-list-table) td {
  padding: 11px 14px;
  vertical-align: top;
  border-bottom: 1px solid #e5eef0;
  text-align: left;
}

.prose table:not(.sim-pkk-datatable):not(.dataTable):not(.wp-list-table) th {
  border-bottom: 0;
  white-space: nowrap;
}

.prose table:not(.sim-pkk-datatable):not(.dataTable):not(.wp-list-table) tbody tr:nth-child(even) {
  background: #f4fbfc;
}

.prose table:not(.sim-pkk-datatable):not(.dataTable):not(.wp-list-table) tbody tr:hover {
  background: #e3fafe;
}

.prose table:not(.sim-pkk-datatable):not(.dataTable):not(.wp-list-table) tbody tr:last-child td {
  border-bottom: 0;
}

.prose table:not(.sim-pkk-datatable):not(.dataTable):not(.wp-list-table) caption {
  caption-side: bottom;
  padding: 8px 4px 0;
  font-size: 13px;
  color: #6b7280;
  text-align: left;
}

@media (prefers-color-scheme: dark) {
  .prose h1,
  .prose h2,
  .prose h3 {
    color: #5eead4;
  }

  .prose a {
    color: #5eead4;
  }

  .prose a:hover {
    color: #99f6e4;
  }

  .prose li::marker {
    color: #5eead4;
  }

  .prose code {
    background: #134e4a;
    color: #99f6e4;
    border-color: #115e59;
  }

  .prose pre {
    background: #111827;
    border-color: #374151;
  }

  .pkk-content-table,
  .prose .wp-block-table {
    border-color: #374151;
    background: #1f2937;
    box-shadow: none;
  }

  .prose table:not(.sim-pkk-datatable):not(.dataTable):not(.wp-list-table) {
    background: #1f2937;
    color: #e5e7eb;
  }

  .prose table:not(.sim-pkk-datatable):not(.dataTable):not(.wp-list-table) th,
  .prose table:not(.sim-pkk-datatable):not(.dataTable):not(.wp-list-table) td {
    border-bottom-color: #374151;
  }

  .prose table:not(.sim-pkk-datatable):not(.dataTable):not(.wp-list-table) tbody tr:nth-child(even) {
    background: #111827;
  }

  .prose table:not(.sim-pkk-datatable):not(.dataTable):not(.wp-list-table) tbody tr:hover {
    background: #0d5b64;
  }
}
