/* رسپانسیو — صفحهٔ لیست فنی‌کاران */

@media (max-width: 991.98px) {
  .tech-list-main {
    padding-top: 6rem;
  }

  .tech-list-main--with-map-fab {
    padding-bottom: 5.25rem;
  }

  .service-detail-map-fab {
    padding: 0.65rem 1.2rem;
    font-size: 0.9rem;
  }

  .service-detail-map-fab__icon {
    font-size: 1.05rem;
  }

  .tech-list-section-title {
    margin-top: 0;
  }

  .tech-list-hero-panel h1 {
    font-size: 1.35rem;
  }

  .tech-list-card__actions .btn-tech-fill,
  .tech-list-card__actions .btn-tech-outline {
    flex: 1 1 100%;
  }
}

@media (max-width: 575.98px) {
  .tech-category-strip__btn {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .category-chip__icon {
    width: 50px;
    height: 50px;
  }

  .tech-list-hero-panel {
    padding: 0.5rem 1.1rem;
    margin-bottom: 0.75rem;
  }

  .tech-list-hero-panel__row {
    flex-direction: column;
    align-items: stretch;
  }

  .tech-list-hero-panel__map-btn {
    justify-content: center;
    width: 100%;
  }
}
