.ilx-blog-index,
.ilx-blog-index * {
  box-sizing: border-box;
}

.ilx-blog-index {
  color: #4c5650;
  background: #f5f6f3;
}

.ilx-blog-shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.ilx-blog-hero {
  padding: 88px 0 76px;
  background: #f5f6f3;
  border-bottom: 1px solid #d9ddd8;
}

.ilx-blog-kicker {
  margin: 0 0 18px;
  color: #526b57;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 800;
  text-transform: uppercase;
}

.ilx-blog-hero .ilx-blog-kicker::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 2px;
  margin: 0 12px 3px 0;
  background: #d0a84f;
}

.ilx-blog-hero h1 {
  margin: 0 0 22px;
  color: #202622;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}

.ilx-blog-intro {
  max-width: 690px;
  margin: 0;
  color: #59625c;
  font-size: 18px;
  line-height: 1.65;
}

.ilx-guide-section,
.ilx-latest-section {
  padding: 88px 0;
}

.ilx-guide-section {
  background: #fff;
}

.ilx-latest-section {
  background: #f5f6f3;
}

.ilx-blog-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}

.ilx-blog-heading h2,
.ilx-blog-sidebar h2 {
  margin: 0;
  color: #202622;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

.ilx-blog-heading > p {
  max-width: 430px;
  margin: 0;
  color: #68726b;
  font-size: 15px;
  line-height: 1.6;
}

.ilx-guide-grid,
.ilx-latest-grid {
  display: grid;
  gap: 20px;
}

.ilx-guide-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ilx-latest-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ilx-post-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #d9ddd8;
  border-radius: 6px;
  background: #fff;
}

.ilx-post-card:hover {
  border-color: #9baa9d;
}

.ilx-post-media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #e7ebe6;
}

.ilx-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ilx-post-body {
  padding: 28px;
}

.ilx-post-meta {
  margin: 0 0 16px;
  color: #7b857e;
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.ilx-post-card h3 {
  margin: 0 0 13px;
  color: #202622;
  font-size: 23px;
  line-height: 1.28;
  letter-spacing: 0;
}

.ilx-post-card h3 a {
  color: inherit;
  text-decoration: none;
}

.ilx-post-excerpt {
  margin: 0 0 24px;
  color: #626c65;
  font-size: 14px;
  line-height: 1.65;
}

.ilx-read-link {
  color: #526b57;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.ilx-read-link span {
  color: #d0a84f;
}

.ilx-blog-empty {
  padding: 34px 0;
  color: #727c75;
  border-top: 1px solid #d9ddd8;
  border-bottom: 1px solid #d9ddd8;
  font-size: 15px;
}

.ilx-latest-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 64px;
  align-items: start;
}

.ilx-blog-heading-stacked {
  display: block;
}

.ilx-blog-heading-stacked > p {
  margin-top: 14px;
}

.ilx-blog-sidebar {
  padding-left: 32px;
  border-left: 1px solid #cfd5cf;
}

.ilx-sidebar-section > p:not(.ilx-blog-kicker),
.ilx-sidebar-stores > p:not(.ilx-blog-kicker) {
  margin: 14px 0 24px;
  color: #68726b;
  font-size: 13px;
  line-height: 1.6;
}

.ilx-blog-sidebar h2 {
  font-size: 25px;
}

.ilx-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d5dad5;
}

.ilx-category-list li {
  margin: 0;
  border-bottom: 1px solid #d5dad5;
}

.ilx-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  color: #29322c;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.ilx-category-list small {
  color: #8a938c;
  font-size: 11px;
}

.ilx-sidebar-stores {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 3px solid #526b57;
}

.ilx-sidebar-stores a {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  color: #29322c;
  border-bottom: 1px solid #d5dad5;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.ilx-sidebar-stores a span {
  color: #a6534a;
}

.ilx-latest-main .page-numbers {
  margin-top: 36px;
}

.ilx-latest-main .page-numbers ul,
.ilx-latest-main ul.page-numbers {
  display: flex;
  gap: 8px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.ilx-latest-main .page-numbers a,
.ilx-latest-main .page-numbers span {
  display: grid;
  width: 38px;
  height: 38px;
  margin: 0;
  place-items: center;
  color: #526b57;
  border: 1px solid #cbd2cc;
  border-radius: 4px;
  text-decoration: none;
}

.ilx-latest-main .page-numbers .current {
  color: #fff;
  background: #526b57;
  border-color: #526b57;
}

@media (max-width: 999px) {
  .ilx-latest-layout {
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 38px;
  }

  .ilx-blog-sidebar {
    padding-left: 24px;
  }
}

@media (max-width: 781px) {
  .ilx-blog-shell {
    width: min(100% - 40px, 1160px);
  }

  .ilx-blog-hero {
    padding: 64px 0 58px;
  }

  .ilx-blog-hero h1 {
    font-size: 42px;
  }

  .ilx-blog-intro {
    font-size: 16px;
  }

  .ilx-guide-section,
  .ilx-latest-section {
    padding: 64px 0;
  }

  .ilx-blog-heading {
    display: block;
    margin-bottom: 30px;
  }

  .ilx-blog-heading h2 {
    font-size: 31px;
  }

  .ilx-blog-heading > p {
    margin-top: 13px;
  }

  .ilx-guide-grid,
  .ilx-latest-grid,
  .ilx-latest-layout {
    grid-template-columns: 1fr;
  }

  .ilx-latest-layout {
    gap: 56px;
  }

  .ilx-blog-sidebar {
    padding: 36px 0 0;
    border-top: 1px solid #cfd5cf;
    border-left: 0;
  }

  .ilx-post-body {
    padding: 24px;
  }
}
