.home-section {
  margin-bottom: .75rem;
}
.home-section > .kh-hero.mb-4 {
  margin-bottom: 0 !important;
}

.home-sec-ttl-row {
  margin-bottom: .5rem;
}

.home-sec-ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .25rem .75rem;
  padding: .4rem 1rem;
  border-radius: 8px;
  font: 400 1rem Oswald;
}

.home-sec-ttl-text {
  font-size: .78rem;
  letter-spacing: .02em;
}

.home-sec-ttl-link {
  font: 400 .85rem Oswald;
  text-decoration: none;
  opacity: .9;
}
.home-sec-ttl-link:hover {
  text-decoration: underline;
  opacity: 1;
}

.home-ttl-mo { background-color: #000; color: #FFD800; }
.home-ttl-mo .home-sec-ttl-link { color: #FFD800; }

.home-ttl-ak { background-color: var(--ak-accent); color: #fff; }
.home-ttl-ak .home-sec-ttl-link { color: #fff; }

.home-ttl-cm { background-color: #AD1; color: #030; }
.home-ttl-cm .home-sec-ttl-link { color: #030; }

.home-ttl-bo { background-color: #333; color: #fff; }
.home-ttl-bo .home-sec-ttl-link { color: #fff; }

.home-ttl-vc { background-color: var(--vc-accent); color: var(--vc-accent-soft); }
.home-ttl-vc .home-sec-ttl-link { color: var(--vc-accent-soft); }

.home-ttl-kh { background-color: var(--kh-accent); color: var(--kh-accent-soft); }
.home-ttl-kh .home-sec-ttl-link { color: var(--kh-accent-soft); }

.home-empty-message {
  text-align: center;
  color: #999;
  font: 400 .9rem "Barlow Semi Condensed", Tahoma, Helvetica, "sans-serif";
  padding: .5rem 0;
}

.home-vc-label {
  font: 400 .85rem Oswald;
  color: var(--vc-accent);
  text-transform: uppercase;
  letter-spacing: .03em;
  text-align: center;
  margin-bottom: .25rem;
}

.home-vc-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.home-vc-row .vc-joke-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  margin-bottom: .5rem;
}
.home-vc-row .vc-joke-text {
  flex: 1 1 auto;
}

.home-ak-ad-col:has(ins.adsbygoogle[data-ad-status="unfilled"]) {
  display: none;
}

@media ( min-width: 768px ) {
  .home-ak-ad-col {
    margin-left: .75rem;
  }
}

.home-brandStrip-outer {
  overflow: hidden;
  width: 100%;
  margin: .5rem 0;
}
.home-brandStrip {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  width: max-content;
}
.home-brandStrip .home-brand-slide {
  flex: 0 0 auto;
  width: var(--brand-card-width, 140px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.home-brandStrip .ak-brand,
.home-brandStrip .home-brand-empty {
  flex: 0 0 auto;
  width: 100%;
  height: var(--brand-card-height, 56px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-brandStrip .ak-brand img {
  display: block;
  width: 100px;
  height: 50px;
  object-fit: contain;
  flex: 0 0 auto;
}
.home-brand-empty {
  display: block;
  border: 1px dashed var(--ak-accent-soft);
  border-radius: 4px;
}
