.sooperhustla-shell,
.sooperhustla-admin {
  max-width: 1240px;
}

.sooperhustla-shell {
  display: grid;
  gap: 18px;
}

.sooperhustla-hero,
.sooperhustla-panel,
.sooperhustla-card,
.sooperhustla-callout {
  background: transparent;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 14px;
  padding: 16px;
  box-sizing: border-box;
}

.sooperhustla-callout {
  margin-bottom: 14px;
}

.sooperhustla-panel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.sooperhustla-panel-wide {
  grid-column: 1 / -1;
}

.sooperhustla-lead {
  font-size: 1rem;
  max-width: 76rem;
}

.sooperhustla-flow,
.sooperhustla-shortcodes {
  margin: 0;
  padding-left: 1.25rem;
}

.sooperhustla-filter-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.8fr) minmax(180px, 1fr);
  gap: 14px;
}

.sooperhustla-filter-grid label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
}

.sooperhustla-filter-grid input,
.sooperhustla-filter-grid select {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  font: inherit;
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 10px;
  box-sizing: border-box;
}

.sooperhustla-list {
  display: grid;
  gap: 14px;
}

.sooperhustla-list-compact {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.sooperhustla-card-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 10px;
}

.sooperhustla-rank {
  min-width: 68px;
  text-align: center;
  font-weight: 700;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 6px 10px;
}

.sooperhustla-card h3,
.sooperhustla-panel h2,
.sooperhustla-panel h3,
.sooperhustla-hero h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.sooperhustla-meta-row,
.sooperhustla-actions,
.sooperhustla-jumpnav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sooperhustla-jumpnav {
  margin-top: 12px;
}

.sooperhustla-pill,
.sooperhustla-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  max-width: 100%;
}

.sooperhustla-button:hover,
.sooperhustla-button:focus {
  text-decoration: underline;
}

.sooperhustla-subtitle {
  font-weight: 700;
  margin: 12px 0 8px;
  letter-spacing: 0.02em;
}

.sooperhustla-meta,
.sooperhustla-count {
  opacity: 0.82;
  font-size: 0.94rem;
  margin-top: 10px;
}

.sooperhustla-item.is-hidden {
  display: none;
}

@media (min-width: 900px) {
  .sooperhustla-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sooperhustla-list-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .sooperhustla-hero,
  .sooperhustla-panel,
  .sooperhustla-card,
  .sooperhustla-callout {
    padding: 14px;
  }

  .sooperhustla-filter-grid {
    grid-template-columns: 1fr;
  }

  .sooperhustla-card-head {
    grid-template-columns: 1fr;
  }

  .sooperhustla-rank {
    justify-self: start;
  }

  .sooperhustla-button,
  .sooperhustla-pill {
    width: auto;
  }
}
