.blog-shell,
.article-shell {
  display: grid;
  gap: 16px;
  padding: 14px 12px 28px;
}

.blog-intro,
.article-hero {
  display: grid;
  gap: 9px;
  padding: 14px 4px 2px;
}

.blog-intro h1,
.article-hero h1 {
  margin: 0;
  color: #fff8e8;
  font-size: 30px;
  line-height: 1.05;
}

.blog-intro p,
.article-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.blog-list {
  display: grid;
  gap: 16px;
}

.blog-card {
  overflow: hidden;
  display: grid;
  border: 1px solid rgba(240, 210, 123, 0.16);
  border-radius: 20px;
  background: #0c0c0c;
  color: inherit;
  text-decoration: none;
}

.blog-shop-offer {
  display: grid;
  gap: 14px;
  padding: 16px 14px;
  border: 1px solid rgba(240, 210, 123, 0.24);
  border-radius: 14px;
  background: #18140c;
}

.blog-shop-offer p {
  margin: 0;
  color: #f0d27b;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.blog-shop-offer a {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.blog-shop-icon {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  background: #151211;
}

.blog-shop-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.blog-shop-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.blog-shop-copy strong {
  color: #f0d27b;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.08;
}

.blog-shop-copy em {
  color: #fff0be;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.25;
}

.blog-card img,
.article-cover img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  background: #080706;
}

.blog-card img.blog-image-tall {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
}

.blog-card img.blog-image-watermelon {
  object-position: center top;
}

.blog-card img.blog-image-watermelon-cut {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
}

.blog-body,
.article-body {
  display: grid;
  gap: 13px;
  padding: 18px;
}

.blog-meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #a9a9ad;
  font-size: 12px;
  font-weight: 700;
}

.blog-card h2,
.article-body h2 {
  margin: 0;
  color: #fff8e8;
  font-size: 19px;
  line-height: 1.25;
}

.article-body h2 {
  padding-top: 6px;
}

.blog-card p,
.article-body p,
.article-body li {
  margin: 0;
  color: #c9bea0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.article-body ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.fact-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.fact-table th,
.fact-table td {
  padding: 10px;
  border-bottom: 1px solid rgba(240, 210, 123, 0.12);
  color: #d8c891;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  vertical-align: top;
}

.fact-table th {
  color: var(--gold-soft);
  text-transform: uppercase;
}

.blog-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 5px;
}

.blog-brand img {
  width: 54px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.article-card {
  overflow: hidden;
  display: grid;
  border: 1px solid rgba(240, 210, 123, 0.16);
  border-radius: 16px;
  background: #151208;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 18px 18px;
}

.related-links {
  display: grid;
  gap: 8px;
  padding-top: 4px;
}

.related-links h2 {
  padding-top: 0;
}

.related-links a {
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
}

.article-link,
.blog-back {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(240, 210, 123, 0.12);
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}
