.ohk-ai-blog,
.ohk-ai-blog-page,
.ohk-ai-blog-article {
  color: #24313d;
}

.ohk-ai-blog-page {
  padding: 8px 0 24px;
}

.ohk-ai-blog-breadcrumb {
  margin: 18px 0 20px;
  padding: 10px 14px;
  border-left: 3px solid #d86c38;
  border-radius: 0;
  background: #f8faf9;
  list-style: none;
}

.ohk-ai-blog-breadcrumb > li + li:before {
  padding: 0 9px;
  color: #a5afa9;
  content: ">";
}

.ohk-ai-blog-breadcrumb a {
  color: #a9471f;
  font-weight: 600;
}

.ohk-ai-blog-breadcrumb a:hover,
.ohk-ai-blog-breadcrumb a:focus {
  color: #c45a2a;
  text-decoration: underline;
}

.ohk-ai-blog-breadcrumb > li:last-child {
  color: #52606a;
  font-weight: 600;
}

.ohk-ai-blog-page__title,
.ohk-ai-blog-article__title {
  margin: 0 0 22px;
  padding-bottom: 12px;
  border-bottom: 2px solid #d86c38;
  color: #24313d;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}

.ohk-ai-blog-page__list {
  margin: 0;
  border: 0;
}

.ohk-ai-blog-page__item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 0;
  border: 1px solid #e2e6e4;
  border-left: 4px solid #d86c38;
  border-radius: 3px;
  background: #ffffff;
  color: #24313d;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ohk-ai-blog-page__image-wrap {
  display: block;
  flex: 0 0 180px;
  align-self: stretch;
  overflow: hidden;
  background: #e9eeeb;
}

.ohk-ai-blog-page__image {
  width: 100%;
  height: 100%;
  min-height: 130px;
  object-fit: cover;
  transition: transform 180ms ease;
}

.ohk-ai-blog-page__item:hover .ohk-ai-blog-page__image,
.ohk-ai-blog-page__item:focus .ohk-ai-blog-page__image {
  transform: scale(1.04);
}

.ohk-ai-blog-page__item-body {
  display: block;
  padding: 18px 20px;
}

.ohk-ai-blog-page__item:hover,
.ohk-ai-blog-page__item:focus {
  border-color: #d86c38;
  background: #fff8f3;
  color: #24313d;
  text-decoration: none;
  transform: translateX(3px);
}

.ohk-ai-blog-page__article-title {
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.ohk-ai-blog-page__date,
.ohk-ai-blog-article__meta {
  color: #72808b;
  font-size: 13px;
}

.ohk-ai-blog-page__empty {
  margin: 0;
  padding: 22px;
  border: 1px dashed #ccd3d0;
  background: #fbfcfb;
  color: #72808b;
}

.ohk-ai-blog-article {
  padding: 4px 0 28px;
}

.ohk-ai-blog-article__meta {
  margin: -10px 0 24px;
}

.ohk-ai-blog-article__image {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 0 26px;
  display: block;
}

.ohk-ai-blog-article__content {
  font-size: 16px;
  line-height: 1.9;
}

.ohk-ai-blog-article__content p {
  margin: 0 0 1em;
}

.ohk-ai-blog-article__content h2 {
  margin: 1.4em 0 .6em;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}

.ohk-ai-blog-article__content h3 {
  margin: 1.2em 0 .5em;
  font-size: 18px;
  font-weight: 600;
}

.ohk-ai-blog-article__content ul,
.ohk-ai-blog-article__content ol {
  margin: 0 0 1em;
  padding-left: 1.4em;
}

.ohk-ai-blog-article__content img {
  max-width: 100%;
  height: auto;
  margin: 8px 0 16px;
}

.ohk-ai-blog-article__content a {
  color: #a9471f;
}

.ohk-ai-blog-article__back {
  margin-top: 8px;
  border-color: #d86c38;
  color: #a9471f;
}

.ohk-ai-blog-article__back:hover,
.ohk-ai-blog-article__back:focus {
  border-color: #b9542a;
  background: #d86c38;
  color: #ffffff;
}

.ohk-ai-blog {
  margin: 18px 0;
  padding: 18px 20px;
  border-top: 3px solid #d86c38;
  background: #f8faf9;
}

.ohk-ai-blog h3 {
  margin: 0 0 12px;
  color: #24313d;
  font-size: 20px;
  font-weight: 600;
}

.ohk-ai-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.ohk-ai-blog__card {
  display: block;
  overflow: hidden;
  border: 1px solid #e2e6e4;
  background: #ffffff;
  color: #24313d;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ohk-ai-blog__card:hover,
.ohk-ai-blog__card:focus {
  border-color: #d86c38;
  box-shadow: 0 5px 16px rgba(36, 49, 61, 0.12);
  color: #24313d;
  text-decoration: none;
  transform: translateY(-2px);
}

.ohk-ai-blog__image-wrap {
  display: block;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #e9eeeb;
}

.ohk-ai-blog__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease;
}

.ohk-ai-blog__card:hover .ohk-ai-blog__image,
.ohk-ai-blog__card:focus .ohk-ai-blog__image {
  transform: scale(1.04);
}

.ohk-ai-blog__card-body {
  display: block;
  padding: 12px;
}

.ohk-ai-blog__card-title {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 7px;
  color: #24313d;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ohk-ai-blog__card-date {
  display: block;
  color: #72808b;
  font-size: 12px;
}

.ohk-ai-blog .btn {
  margin-top: 5px;
  border-color: #d86c38;
  color: #a9471f;
}

.ohk-ai-blog .btn:hover,
.ohk-ai-blog .btn:focus {
  background: #d86c38;
  color: #ffffff;
}

@media (max-width: 767px) {
  .ohk-ai-blog-page__title,
  .ohk-ai-blog-article__title {
    font-size: 24px;
  }

  .ohk-ai-blog-page__item {
    align-items: stretch;
  }

  .ohk-ai-blog-page__image-wrap {
    flex-basis: 145px;
  }

  .ohk-ai-blog-page__item-body {
    padding: 15px;
  }

  .ohk-ai-blog-page__item:hover,
  .ohk-ai-blog-page__item:focus {
    transform: none;
  }

  .ohk-ai-blog-article__content {
    font-size: 15px;
    line-height: 1.8;
  }

  .ohk-ai-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .ohk-ai-blog-page__item {
    display: block;
  }

  .ohk-ai-blog-page__image-wrap {
    width: 100%;
    height: 190px;
  }

  .ohk-ai-blog-page__image {
    min-height: 0;
  }

  .ohk-ai-blog__grid {
    grid-template-columns: 1fr;
  }

  .ohk-ai-blog__card:hover,
  .ohk-ai-blog__card:focus {
    transform: none;
  }
}