/* Purchasable on-site items — tools list page (ET + RU) */
.hls-extras-section {
  margin: 2rem auto 0;
  max-width: 720px;
  text-align: center;
}

.hls-extras-heading {
  margin: 0 0 1.25rem;
  font-family: "Saira", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
}

.hls-extras-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 280px));
  gap: 1.25rem;
  justify-content: center;
}

.hls-extra-card {
  background: var(--e-global-color-f16d467, #191e2f);
  border-radius: 15px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.hls-extra-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  background: linear-gradient(135deg, #191e2f 0%, #111b1e 100%);
}

.hls-extra-card-body {
  padding: 1rem 1.15rem 1.15rem;
}

.hls-extra-title {
  margin: 0 0 0.35rem;
  font-family: "Saira", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}

.hls-extra-meta {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
}

.hls-extra-price {
  margin: 0 0 0.5rem;
  font-family: "Saira", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffbf00;
  line-height: 1.2;
}

.hls-extra-note {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767px) {
  .hls-extras-section {
    margin-top: 1.5rem;
  }

  .hls-extras-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }
}
