.f7-sponsor-slot {
  width: 100%;
}

.f7-sponsor-slot:empty {
  display: none;
}

.f7-sponsor-label {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.f7-sponsor-label--dark {
  color: var(--text-soft, #737373);
}

.f7-sponsor-master {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.f7-sponsor-master:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 223, 0, 0.45);
}

.f7-sponsor-master img {
  height: 1.65rem;
  width: auto;
  max-width: 7rem;
  object-fit: contain;
}

.f7-sponsor-band {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: stretch;
  margin-top: 0.85rem;
}

.f7-sponsor-card {
  flex: 1 1 8.5rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 3.25rem;
  padding: 0.55rem 0.75rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 20, 12, 0.42);
  text-decoration: none;
  color: #fff;
  transition: transform 0.15s ease, border-color 0.15s ease;
}

.f7-sponsor-card:hover {
  transform: translateY(-1px);
  border-color: rgba(147, 197, 253, 0.45);
}

.f7-sponsor-card img {
  height: 1.75rem;
  width: auto;
  max-width: 5.5rem;
  object-fit: contain;
  flex-shrink: 0;
}

.f7-sponsor-card strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
}

.f7-sponsor-card span {
  display: block;
  font-size: 0.68rem;
  opacity: 0.75;
}

.f7-sponsor-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.85rem;
  border: 1px dashed rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.18);
  text-decoration: none;
  color: inherit;
}

.f7-sponsor-banner--light {
  border-color: rgba(255, 40, 0, 0.22);
  background: rgba(255, 248, 246, 0.92);
  color: var(--text-main, #141414);
}

.f7-sponsor-banner img {
  height: 2rem;
  width: auto;
  max-width: 8rem;
  object-fit: contain;
}

.f7-sponsor-banner-meta {
  text-align: right;
  font-size: 0.72rem;
  opacity: 0.8;
}

.f7-sponsor-footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.f7-sponsor-footer--light {
  border-top-color: rgba(255, 40, 0, 0.12);
}

.f7-sponsor-footer-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.1rem;
  align-items: center;
  justify-content: center;
}

.f7-sponsor-footer a {
  display: inline-flex;
  align-items: center;
  opacity: 0.82;
  transition: opacity 0.15s ease;
}

.f7-sponsor-footer a:hover {
  opacity: 1;
}

.f7-sponsor-footer img {
  height: 1.35rem;
  width: auto;
  max-width: 5.5rem;
  object-fit: contain;
  filter: brightness(1.05);
}

.f7-sponsor-footer--light img {
  filter: none;
}

.f7-sponsor-footer-note {
  margin: 0.55rem 0 0;
  text-align: center;
  font-size: 0.72rem;
  opacity: 0.65;
}

.f7-sponsor-footer-note a {
  color: inherit;
  text-decoration: underline;
  opacity: 1;
}

.f7-sponsor-portal {
  margin: 0 0 0.65rem;
  padding: 0.55rem 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 40, 0, 0.18);
  background: rgba(255, 248, 246, 0.9);
}

.f7-sponsor-portal .f7-sponsor-banner {
  border: none;
  background: transparent;
  padding: 0;
}
