/* Hertfordshire local tackle shops */
.fluk-county-tackle-shops {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin: 28px auto;
  padding: 26px;
  background: #ffffff;
  border: 1px solid #dce8de;
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(12, 44, 27, .06);
  box-sizing: border-box;
}

.fluk-tackle-heading h2 {
  margin: 0 0 10px;
  color: #06351f;
  font-size: 1.55rem;
  line-height: 1.2;
}

.fluk-tackle-heading p {
  max-width: 860px;
  color: #40584a;
  line-height: 1.7;
  margin: 0 0 22px;
}

.fluk-tackle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.fluk-tackle-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 230px;
  padding: 20px;
  border: 1px solid #dce8de;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
  box-shadow: 0 8px 22px rgba(12, 44, 27, .045);
}

.fluk-tackle-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: #006b45;
  opacity: .75;
}

.fluk-tackle-card h3 {
  margin: 0;
  padding-right: 18px;
  color: #06351f;
  font-size: 1.18rem;
  line-height: 1.25;
  font-weight: 900;
}

.fluk-tackle-card p {
  margin: 0;
  color: #40584a;
  line-height: 1.55;
}

.fluk-tackle-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #40584a;
  line-height: 1.55;
}

.fluk-tackle-card li + li {
  margin-top: 5px;
}

.fluk-tackle-card strong {
  color: #06351f;
}

.fluk-tackle-card a {
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  color: #006b45;
  font-weight: 900;
  text-decoration: none;
}

.fluk-tackle-card a:hover {
  color: #004f34;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .fluk-county-tackle-shops {
    width: calc(100% - 28px);
    padding: 20px;
    border-radius: 20px;
  }

  .fluk-tackle-grid {
    grid-template-columns: 1fr;
  }
}

/* Align Hertfordshire tackle shop section with county content */
.fluk-county-tackle-shops {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

/* Align Hertfordshire tackle shop section with county content */
.fluk-county-tackle-shops {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}

/* Hertfordshire tackle shop width fix */
.fluk-county-tackle-shops {
  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-tackle-shops {
    width: calc(100% - 28px) !important;
  }
}

/* Keep tackle shops constrained */
.fluk-county-tackle-shops {
  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-tackle-shops {
    width: calc(100% - 28px) !important;
  }
}
