

/* Start:/local/templates/.default/components/bitrix/news/guides/bitrix/news.list/.default/style.css?17848053762104*/
.guide-hub {
  padding: 32px 0 48px;
}

.guide-hub__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.guide-hub__tag {
  display: inline-block;
  padding: 8px 14px;
  border: 0;
  border-radius: 999px;
  background: #f7fafb;
  color: #007088;
  font: inherit;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.guide-hub__tag:hover,
.guide-hub__tag.is-active {
  background: #007088;
  color: #fff;
}

.guide-hub__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .guide-hub__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (min-width: 1200px) {
  .guide-hub__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.guide-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
}

.guide-card__title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.guide-card__title a {
  color: #007088;
  text-decoration: none;
}

.guide-card__title a:hover {
  color: #fea0a0;
}

.guide-card__text {
  flex: 1 1 auto;
  margin-bottom: 16px;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.45;
}

.guide-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.guide-card__tag {
  display: inline-block;
  padding: 6px 12px;
  border: 0;
  border-radius: 999px;
  background: #f7fafb;
  color: #007088;
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.guide-card__tag--static {
  cursor: default;
}

.guide-card__tag:hover {
  background: #007088;
  color: #fff;
}

.guide-card[hidden] {
  display: none;
}

.guide-card__link {
  color: #007088;
  font-size: 14px;
  text-decoration: underline;
}

.guide-card__link:hover {
  color: #fea0a0;
}

.guide-hub__empty {
  color: #4a4a4a;
  font-size: 16px;
}

/* End */
/* /local/templates/.default/components/bitrix/news/guides/bitrix/news.list/.default/style.css?17848053762104 */
