/* Static page — kurumsal / politika */

.static-page .breadcrumb {
  margin-bottom: 1.25rem;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  list-style: none;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.breadcrumb-list li {
  display: inline-flex;
  align-items: center;
}

.breadcrumb-list li + li::before {
  content: ">";
  margin-right: 0.5rem;
  color: var(--text-muted);
  opacity: 0.7;
}

.breadcrumb-list a {
  color: var(--text-secondary);
}

.breadcrumb-list a:hover {
  color: var(--primary);
}

.breadcrumb-list li[aria-current="page"] {
  color: var(--text-primary);
}

.static-page-content .entry-content {
  max-width: 72ch;
}

.static-page-content .entry-content h1 {
  font-family: var(--font-display, "Outfit", sans-serif);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.static-page-content .entry-content > p:first-of-type {
  margin-bottom: 1.5rem;
}

.static-page-content .entry-content h2 {
  font-family: var(--font-display, "Outfit", sans-serif);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.75rem 0 0.75rem;
  color: var(--text-primary);
}

.static-page-content .entry-content p,
.static-page-content .entry-content li {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.75;
}

.static-page-content .entry-content ul {
  margin: 0.75rem 0 1rem;
  padding-left: 1.25rem;
}

.static-page-content .entry-content ul li {
  margin-bottom: 0.4rem;
}

.static-page-content .entry-content a {
  color: var(--primary);
}

.static-page-content .entry-content a:hover {
  text-decoration: underline;
}

.static-page-content .entry-content table,
.static-page .entry-content table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.static-page-content .entry-content th,
.static-page-content .entry-content td,
.static-page .entry-content th,
.static-page .entry-content td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--border-color);
  text-align: left;
  vertical-align: top;
}

.static-page-content .entry-content th,
.static-page .entry-content th {
  background: #2a3642;
  color: var(--text-primary);
  font-weight: 600;
}

.static-page-content .entry-content td,
.static-page .entry-content td {
  color: var(--text-secondary);
}

.static-page-content .table-wrap,
.static-page .entry-content .table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.25rem 0 1.5rem;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background: rgba(28, 37, 46, 0.35);
}

.static-page-content .table-wrap table,
.static-page .entry-content .table-wrap table {
  margin: 0;
  min-width: 520px;
}

@media (max-width: 768px) {
  .static-page .breadcrumb {
    margin-bottom: 1rem;
  }

  .breadcrumb-list {
    font-size: 0.8rem;
  }
}
