/* House advertisement + empty local-sponsor slot. Slim paper/bronze; not a warning. */
.house-ads {
  margin: 1rem 0 1.25rem;
}
.house-ads-strip {
  background: #fff;
  border: 1px solid var(--line, #e4e2db);
  border-radius: 10px;
  padding: 0.8rem 1rem 0.95rem;
  color: var(--ink, #141414);
}
.house-ads-kicker {
  margin: 0 0 0.35rem;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b6b6b;
}
.house-ads-copy {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--ink-soft, #4b4b4b);
}
.house-ads-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  margin: 0.7rem 0 0;
}
.house-ads-ctas a {
  display: inline-flex;
  align-items: center;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  padding: 7px 14px;
  line-height: 1.2;
}
a.house-ads-shop {
  background: var(--bronze, #8a6a2f);
  color: #fff !important;
}
a.house-ads-shop:hover {
  background: var(--bronze-dark, #6f5424);
}
a.house-ads-join {
  border: 1px solid var(--line, #e4e2db);
  background: #fff;
  color: var(--ink, #141414) !important;
}
a.house-ads-join:hover {
  background: #f4f3ef;
}
.house-ads-sponsors {
  margin-top: 0.7rem;
  padding-top: 0.55rem;
  border-top: 1px solid var(--line, #e4e2db);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
  color: #6b6b6b;
}
.house-ads-sponsors p {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
  color: #6b6b6b;
}
.house-ads-sponsors a {
  color: var(--bronze-dark, #6f5424);
  text-decoration: underline;
}
.house-ads-sponsor-list {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.35rem;
}
.house-ads-sponsor-list li {
  max-width: 16rem;
}
.house-ads-sponsor-list a {
  font-weight: 600;
  text-decoration: none;
  color: var(--ink, #141414);
}
.house-ads-sponsor-list a:hover {
  text-decoration: underline;
}
.house-ads-sponsor-list img {
  max-height: 28px;
  width: auto;
  display: block;
  margin-bottom: 0.25rem;
}
.house-ads-sponsor-blurb {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #6b6b6b;
}
