.okf-town-page {
  background: #f7f7f7;
}

.okf-town-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.okf-town-hero {
  background: linear-gradient(rgba(15,15,15,0.82), rgba(15,15,15,0.82)),
              url('/wp-content/uploads/2026/03/IMG_3262.png') center/cover no-repeat;
  padding: 90px 0 70px;
  color: #fff;
}

.okf-town-hero-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.okf-town-eyebrow {
  display: inline-block;
  background: #c7f11f;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 18px;
}

.okf-town-title {
  font-size: 54px;
  line-height: 1.05;
  margin: 0 0 18px;
  color: #fff;
}

.okf-town-intro {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
}

.okf-town-hero-image img {
  width: 100%;
  border-radius: 14px;
  display: block;
  box-shadow: 0 14px 35px rgba(0,0,0,0.25);
}

.okf-town-investigations-section {
  padding: 70px 0;
}

.okf-investigation-group {
  margin-bottom: 50px;
}

.okf-investigation-heading {
  font-size: 34px;
  margin-bottom: 24px;
  color: #161616;
}

.okf-investigation-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.okf-investigation-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
}

.okf-investigation-title {
  font-size: 24px;
  margin: 0 0 14px;
  color: #161616;
}

.okf-investigation-meta {
  margin: 0 0 10px;
  color: #333;
  font-size: 15px;
}

.okf-investigation-summary {
  margin-top: 14px;
  color: #555;
  line-height: 1.7;
}

.okf-status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.status-open {
  background: #ffe5e5;
  color: #c40000;
}

.status-under-review {
  background: #fff3cd;
  color: #946200;
}

.status-in-progress {
  background: #dff1ff;
  color: #0057b8;
}

.status-closed {
  background: #e4f7e4;
  color: #197a19;
}

.okf-report-count {
  display: inline-block;
  background: #111;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.okf-no-investigations {
  background: #fff;
  border-radius: 12px;
  padding: 18px 22px;
  color: #666;
  border: 1px dashed #ccc;
}

@media (max-width: 991px) {
  .okf-town-hero-inner {
    grid-template-columns: 1fr;
  }

  .okf-town-title {
    font-size: 40px;
  }

  .okf-investigation-list {
    grid-template-columns: 1fr;
  }
}


.site-below-footer-wrap{
	display: none !important;
}

.site-below-footer-wrap{
	display: none !important;
}
.site-footer{
	display: none !important;
}