/* ============================
   BLOG POST — LIGHT CONTENT
============================ */

.aw-blogpost-breadcrumbs {
  margin: 6px 0 12px;
  font-size: 13px;
  color: #6b7280;
}
.aw-blogpost-breadcrumbs__link {
  color: #111827;
  text-decoration: none;
  font-weight: 700;
}
.aw-blogpost-breadcrumbs__link:hover { text-decoration: underline; }
.aw-blogpost-breadcrumbs__sep { margin: 0 8px; opacity: .6; }
.aw-blogpost-breadcrumbs__current { opacity: .85; }

/* ГОЛОВНИЙ БЛОК */
.aw-blogpost {
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

/* HEADER */
.aw-blogpost__header {
  padding: 22px 22px 0;
}
.aw-blogpost__title {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 900;
}
@media (max-width: 680px) {
  .aw-blogpost__title { font-size: 24px; }
}

.aw-blogpost__meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  color: #475569;
  font-size: 13px;
}
.aw-blogpost__meta-item {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

/* EXCERPT */
.aw-blogpost__excerpt {
  margin: 14px 0 0;
  color: #334155;
  line-height: 1.6;
  font-size: 17px;
}

/* COVER */
.aw-blogpost__cover {
  margin-top: 18px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f1f5f9;
}
.aw-blogpost__cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* CONTENT */
.aw-blogpost__content {
  padding: 22px;
  color: #1f2937;
  line-height: 1.8;
  font-size: 17px;
}

/* TYPOGRAPHY */
.aw-blogpost__content h2,
.aw-blogpost__content h3 {
  color: #0f172a;
  margin: 26px 0 12px;
  line-height: 1.25;
  font-weight: 800;
}

.aw-blogpost__content p {
  margin: 0 0 18px;
}

.aw-blogpost__content a {
  color: #2563eb;
  text-decoration: underline;
}

.aw-blogpost__content ul,
.aw-blogpost__content ol {
  margin: 0 0 18px 20px;
}

.aw-blogpost__content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  margin: 18px 0;
}

/* FOOTER */
.aw-blogpost__footer {
  padding: 0 22px 22px;
}
