.news-list-header {
  padding: 4.8rem 4.8rem 0;
  background-color: #ffffff;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: #666;
  max-width: 121.6rem;
  margin: 0 auto;
}

.breadcrumb-home {
  color: #666;
  text-decoration: none;
}

.breadcrumb-separator {
  color: #999;
}

.breadcrumb-link {
  color: #0066cc;
  text-decoration: none;
}

.clinics-section {
  padding: 6rem 8rem;
  max-width: 144rem;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
}

.clinics-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.6rem;
  line-height: 1.2;
}

.clinics-description {
  font-size: 1.6rem;
  color: #666;
  max-width: 80rem;
  margin: 0 auto 3.2rem;
  line-height: 1.6;
}

.search-wrapper {
  max-width: 60rem;
  margin: 0 auto 3.2rem;
}

.search-input {
  width: 100%;
  padding: 1.2rem 1.6rem;
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  color: #555;
  background-color: #fafafa;
  transition: border-color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.search-input::placeholder {
  color: #999;
  font-weight: 400;
}

.search-input:focus {
  outline: none;
  border-color: #0066cc;
  box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.1);
}

.search-input::before {
  content: "ðŸ”";
  font-size: 1.4rem;
  color: #999;
  margin-right: 0.8rem;
}

.map-container {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.08);
  margin: 0 auto;
}

.map-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

section.seznام {
    padding: 3.2rem 11.2rem 6.4rem 11.2rem;
}


@media (min-width: 1440px) {
  .seznам {
    padding: 8rem 4rem;
    background-color: #fff;
  }

  .seznам__container {
    max-width: 121.6rem;
    margin: 0 auto;
  }

  .seznам__title {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 3rem;
  }

  .seznам__list {
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #4a4a4a;
    padding-left: 2rem;
    list-style-type: disc;
  }

  .seznам__list li {
    margin-bottom: 1.2rem;
  }

  .seznам__list li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 1439px) and (min-width: 375px) {
  .seznам {
    padding: 6rem 3rem;
    background-color: #fff;
  }

  .seznам__container {
    max-width: 90rem;
    margin: 0 auto;
  }

  .seznам__title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 2.4rem;
  }

  .seznам__list {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #4a4a4a;
    padding-left: 1.6rem;
    list-style-type: disc;
  }

  .seznам__list li {
    margin-bottom: 1rem;
  }

  .seznам__list li:last-child {
    margin-bottom: 0;
  }
}