/* London trusted businesses section */
.cl-london-biz {
  --cl-lb-accent: #0f172a;
}

.cl-london-biz-hub__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 576px) {
  .cl-london-biz-hub__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .cl-london-biz-hub__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cl-lb-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1.1rem 1.15rem;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

a.cl-lb-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  text-decoration: none;
  color: inherit;
}

.cl-lb-card__icon {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.cl-lb-card__title {
  font-family: var(--cl-font-display, "Plus Jakarta Sans", system-ui, sans-serif);
  font-weight: 700;
  font-size: 1rem;
  color: var(--cl-lb-accent);
  margin: 0 0 0.35rem;
}

.cl-lb-card__desc {
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.45;
  margin: 0;
}

.cl-london-biz-sidebar {
  position: sticky;
  top: 1rem;
}

.cl-london-biz-sidebar__title {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  margin: 0 0 0.75rem;
}

.cl-london-biz-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.cl-london-biz-sidebar__list li {
  border-bottom: 1px solid #f1f5f9;
}

.cl-london-biz-sidebar__list li:last-child {
  border-bottom: none;
}

.cl-london-biz-sidebar__list a {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
}

.cl-london-biz-sidebar__list a:hover {
  background: #f8fafc;
  color: var(--cl-blue, #2563eb);
}

.cl-london-biz-sidebar__list a.is-active {
  background: #eff6ff;
  color: var(--cl-blue, #2563eb);
}

.cl-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.cl-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.cl-trust-badge--primary {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}

.cl-trust-badge--secondary {
  background: #f8fafc;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.cl-verified-legal {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #475569;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1rem 1.1rem;
  margin-bottom: 1.5rem;
}

.cl-verified-legal--short {
  font-size: 0.78rem;
  color: #64748b;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}
