.fluk-county-local-intro,
.fluk-county-local-faq {
  margin: 28px 0;
  padding: 26px;
  background: #ffffff;
  border: 1px solid #dce8de;
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(12, 44, 27, .06);
}

.fluk-county-local-intro h2,
.fluk-county-local-faq h2 {
  margin-top: 0;
  color: #06351f;
  font-size: 1.55rem;
  line-height: 1.2;
}

.fluk-county-local-intro p,
.fluk-county-local-faq p {
  color: #40584a;
  line-height: 1.7;
}

.fluk-county-highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.fluk-county-highlight {
  padding: 16px;
  border-radius: 18px;
  background: #f7fbf6;
  border: 1px solid #dce8de;
}

.fluk-county-highlight strong {
  display: block;
  margin-bottom: 6px;
  color: #06351f;
  font-weight: 900;
}

.fluk-county-highlight span {
  color: #40584a;
  line-height: 1.5;
}

.fluk-county-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}

.fluk-county-chips a {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: #eef6f0;
  color: #006b45;
  font-weight: 900;
  text-decoration: none;
}

.fluk-county-chips a:hover {
  background: #006b45;
  color: #ffffff;
}

.fluk-county-local-faq details {
  border-top: 1px solid #e2ece5;
  padding: 16px 0;
}

.fluk-county-local-faq details:first-of-type {
  border-top: 0;
}

.fluk-county-local-faq summary {
  cursor: pointer;
  color: #06351f;
  font-weight: 900;
}

.fluk-county-local-faq details p {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .fluk-county-local-intro,
  .fluk-county-local-faq {
    padding: 20px;
    border-radius: 20px;
  }
}

/* Keep Hertfordshire FAQ aligned with main county content */
.fluk-county-local-faq,
.fluk-county-local-intro {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

@media (max-width: 700px) {
  .fluk-county-local-faq,
  .fluk-county-local-intro {
    width: calc(100% - 28px) !important;
  }
}

/* Align Hertfordshire custom content with the normal county page content */
.fluk-county-local-intro {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

.fluk-county-local-faq {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

/* Align Hertfordshire custom content with the normal county page content */
.fluk-county-local-intro {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

.fluk-county-local-faq {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

/* Hertfordshire section width fix */
.fluk-county-local-intro,
.fluk-county-local-faq {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin: 28px auto !important;
  box-sizing: border-box !important;
}

@media (max-width: 700px) {
  .fluk-county-local-intro,
  .fluk-county-local-faq {
    width: calc(100% - 28px) !important;
  }
}

/* Final Hertfordshire alignment fix */

/* Intro is inside the normal county content wrapper, so it should fill that wrapper */
.fluk-county-local-intro {
  width: 100% !important;
  max-width: none !important;
  margin: 28px 0 !important;
  box-sizing: border-box !important;
}

/* FAQ should stay constrained because it can sit lower in the layout */
.fluk-county-local-faq {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin: 28px auto !important;
  box-sizing: border-box !important;
}

@media (max-width: 700px) {
  .fluk-county-local-intro {
    width: 100% !important;
    margin: 22px 0 !important;
  }

  .fluk-county-local-faq {
    width: calc(100% - 28px) !important;
  }
}
