@charset "UTF-8";
.blog-related {
  padding: 24px;
  color: var(--text-primary);
  background: var(--bg-surface);
  border: 1px solid var(--gray-100);
  border-radius: 8px;
  box-shadow: var(--shadow-2);
}
@media (max-width: 991.98px) {
  .blog-related {
    max-width: 520px;
    padding: 22px;
  }
}
@media (max-width: 575.98px) {
  .blog-related {
    max-width: none;
    padding: 18px;
  }
}
.blog-related__title {
  margin: 0 0 18px;
  color: var(--text-primary);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}
@media (max-width: 575.98px) {
  .blog-related__title {
    font-size: 1.8rem;
  }
}
.blog-related__grid {
  display: grid;
  gap: 18px;
}
.blog-related__grid.is-loading {
  min-height: 88px;
}

.blog-related-help {
  margin-top: 28px;
  padding: 28px 28px 26px;
  color: var(--text-primary);
  background: var(--bg-surface);
  border: 1px solid var(--gray-100);
  border-radius: 8px;
  box-shadow: var(--shadow-1);
}
@media (max-width: 991.98px) {
  .blog-related-help {
    max-width: 520px;
    padding: 24px;
  }
}
@media (max-width: 575.98px) {
  .blog-related-help {
    display: none;
  }
}
.blog-related-help__title {
  margin: 0 0 10px;
  color: var(--text-primary);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}
.blog-related-help__text {
  margin: 0;
  color: var(--gray-600);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.35;
}
.blog-related-help__picture {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 16px;
}
.blog-related-help__image {
  display: block;
  width: 80%;
  height: auto;
}
.blog-related-help__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 6px;
  background: var(--ui-btn-secondary);
  color: var(--ui-btn-secondary-contrast);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
@media (hover: hover) {
  .blog-related-help__button:hover {
    background: var(--ui-btn-secondary-hover);
    transform: translateY(-1px);
  }
}
.blog-related-help__button-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.bl__empty {
  color: var(--gray-600);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.35;
}

.bl__loader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 10px;
  min-height: 88px;
  color: var(--gray-600);
  font-size: 1.3rem;
  font-weight: 700;
}
.bl__loader.is-hidden {
  display: none;
}
.bl__loader img {
  width: 24px;
  height: 24px;
}

.blog-related__card {
  position: relative;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
  color: var(--text-primary);
}
@media (max-width: 575.98px) {
  .blog-related__card {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
  }
}
.blog-related__hitarea {
  position: absolute;
  inset: 0;
  z-index: 2;
  font-size: 0;
  color: transparent;
  text-decoration: none;
}
.blog-related__preview {
  width: 100px;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
  background: var(--bg-muted) url("/Firefly/templates/default/assets/images/no-img1.png") center/cover no-repeat;
  border-radius: 6px;
}
@media (max-width: 575.98px) {
  .blog-related__preview {
    width: 74px;
  }
}
.blog-related__content {
  min-width: 0;
}
.blog-related__preview-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-related__card-title {
  min-width: 0;
  margin: 0;
  color: var(--text-primary);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
.blog-related__section {
  align-self: end;
  min-width: 0;
  margin-top: 3px;
  color: var(--link);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}
.blog-related__description {
  display: none;
}
.blog-related__footer {
  display: flex;
  align-items: center;
  min-width: 0;
  margin-top: 6px;
}
.blog-related__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  min-width: 0;
  color: var(--gray-600);
  font-size: 1.1rem;
  line-height: 1;
}
.blog-related__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.blog-related__meta-item:nth-child(n+2)::before {
  content: "·";
  color: var(--gray-400);
}
.blog-related__meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  color: var(--gray-500);
}
.blog-related__meta-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

/*# sourceMappingURL=style.css.map */
