.page-recenzje-hero {
  position: relative;
}
.hero-recenzje {
  align-items: stretch;
}
.hero-content-recenzje {
  max-width: 40rem;
}
.hero-actions-recenzje .btn {
  max-width: 100%;
}
.recenzje-hero-media {
  margin-top: var(--space-6);
}
.recenzje-hero-image {
  border-radius: var(--radius-xl);
}
.recenzje-latest-grid > * {
  min-width: 0;
}
.recenzje-featured-review {
  height: 100%;
}
.recenzje-featured-media img {
  object-position: center;
}
.recenzje-featured-body {
  height: 100%;
}
.recenzje-featured-pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
  margin-top: var(--space-4);
}
.recenzje-featured-col {
  min-width: 0;
}
.recenzje-featured-label {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-text-soft);
  margin-bottom: var(--space-2);
}
.recenzje-list {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}
.recenzje-list li {
  margin-bottom: 0.3rem;
}
.recenzje-score-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-inline: 0.9rem;
  padding-block: 0.45rem;
  border-radius: var(--radius-pill);
  background-color: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.4);
}
.recenzje-score-pill-strong {
  background-color: rgba(22, 163, 74, 0.14);
  border-color: rgba(22, 163, 74, 0.7);
}
.recenzje-score-value {
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: -0.04em;
}
.recenzje-score-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-text-soft);
}
.recenzje-filter {
  border-radius: 1.25rem;
}
.recenzje-filter-chips .chip {
  cursor: pointer;
}
.recenzje-filter-chips .chip-active {
  background-color: rgba(22, 163, 74, 0.16);
  border-color: rgba(22, 163, 74, 0.7);
  color: var(--color-primary-dark);
}
.recenzje-list-wrapper {
  border-radius: 1.25rem;
}
.recenzje-list-articles .list-articles-item-body {
  min-width: 0;
}
.recenzje-featured-grid {
  align-items: stretch;
}
.recenzje-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.recenzje-card .card-body {
  flex: 1 1 auto;
}
.recenzje-card .card-footer {
  margin-top: auto;
}
.recenzje-community-grid > * {
  min-width: 0;
}
.recenzje-community-highlight {
  border-radius: 1.25rem;
}
.recenzje-community-form-column {
  max-width: 32rem;
  margin-left: auto;
}
.recenzje-mini-form {
  border-radius: 1.25rem;
}
.recenzje-mini-form .btn-full {
  max-width: 100%;
}
.recenzje-table-wrapper {
  margin-top: var(--space-4);
}
.recenzje-table {
  font-size: 0.9rem;
}
.recenzje-table td:first-child,
.recenzje-table th:first-child {
  min-width: 12rem;
}
.recenzje-rating-strong {
  font-weight: 600;
  color: var(--color-primary-dark);
}
.recenzje-rating-neutral {
  font-weight: 600;
  color: var(--color-text-main);
}
.recenzje-rating-mixed {
  font-weight: 600;
  color: var(--color-warning);
}
.recenzje-trend-up {
  font-size: 0.85rem;
  color: var(--color-success);
}
.recenzje-trend-down {
  font-size: 0.85rem;
  color: var(--color-danger);
}
.recenzje-trend-stable {
  font-size: 0.85rem;
  color: var(--color-text-soft);
}
.recenzje-bottom-cta {
  display: flex;
  flex-direction: column;
}
.recenzje-bottom-cta .btn-group .btn {
  max-width: 100%;
}
@media (max-width: 1023.98px) {
  .recenzje-community-form-column {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .recenzje-featured-pros-cons {
    grid-template-columns: minmax(0, 1fr);
  }
  .recenzje-hero-media {
    margin-top: var(--space-4);
  }
}
