

/* Start:/local/templates/verba/components/bitrix/news.detail/verbamed_detail/style.css?17703906313529*/
/* Контейнер детальной страницы */
.verbamed-detail {
  max-width: 900px;
  /* Ограничиваем ширину контента для читабельности */
  margin: 0;
  box-sizing: border-box;
}

/* Заголовок */
.verbamed-detail-title {
  font-family: "Clear Sans", sans-serif;
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #191e29;
  text-align: left;
  /* Или center, если хотите по центру */
}

/* Контейнер фото */
.verbamed-img-container {
  margin-bottom: 40px;
  border-radius: 0;
  overflow: hidden;
  /* Ограничиваем высоту, чтобы фото не было "огромным" на весь экран */
  max-height: 500px;
  background: #f5f5f5;
}

/* Главное фото */
.verbamed-detail-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Фото обрезается под контейнер, а не растягивается */
}

/* Текст описания */
.verbamed-detail-text {
  font-family: "Clear Sans", sans-serif;
  font-size: 18px;
  /* Удобный размер для чтения */
  line-height: 1.6;
  color: #333;
  margin-bottom: 50px;
}

.verbamed-detail-text p {
  margin-bottom: 25px;
}

.verbamed-detail-text h2,
.verbamed-detail-text h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #191e29;
}

.verbamed-detail-text ul {
  margin-bottom: 25px;
  padding-left: 20px;
}

.verbamed-detail-text li {
  margin-bottom: 10px;
}

/* Стили кнопки назад, которая в index.php */
.verbamed-back-link {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: "Clear Sans", sans-serif;
  font-size: 15px;
  color: #777;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}

.verbamed-back-link:hover {
  color: #191e29;
  border-bottom-color: #191e29;
}

.medical-warning {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  color: #777;
  font-family: "Clear Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 600;
}

/* Блок обертка */
.programs-linked-block {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 25px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}

/* Заголовок */
.programs-title {
  font-family: "Clear Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

/* Список кнопок */
.programs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  /* Расстояние между кнопками */
  margin-bottom: 12px;
}

.program-tag {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ffffff;
  color: #191e29;
  border: 1px solid #dddddd;
  border-radius: 0;
  font-family: "Clear Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Ховер эффект */
.program-tag:hover {
  background-color: #191e29;
  color: #fff;
  border-color: #dddddd;
}

/* Подсказка */
.programs-hint {
  font-family: "Clear Sans", sans-serif;
  font-size: 12px;
  color: #999;
  font-style: italic;
  margin-top: 10px;
}
/* End */
/* /local/templates/verba/components/bitrix/news.detail/verbamed_detail/style.css?17703906313529 */
