body.page-post-single {
  color: #2b3445;
}

.page-post-single .breadcrumbs {
  padding: 48px 0 14px;
}

.page-post-single .breadcrumbs ol {
  margin-bottom: 8px;
}

.page-post-single .breadcrumbs li,
.page-post-single .breadcrumbs li a {
  font-size: 12px;
  line-height: 1.4;
}

.page-post-single .breadcrumbs h1 {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  line-height: 1.16;
  font-weight: 700;
  color: #1f2a44;
  letter-spacing: -0.01em;
}

.page-post-single .breadcrumbs .post-meta {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #6a7487;
}

.page-post-single .post-single-compact {
  padding: 6px 0 44px;
}

.page-post-single .post-single-compact .container {
  max-width: 980px;
}

.page-post-single .post-content-compact {
  font-size: 15px;
  line-height: 1.68;
  color: #465067;
}

.page-post-single .post-content-compact p,
.page-post-single .post-content-compact ul,
.page-post-single .post-content-compact ol {
  font-size: 15px;
  line-height: 1.68;
  color: #465067;
}

.page-post-single .post-content-compact p {
  margin: 0 0 14px;
}

.page-post-single .post-content-compact ul,
.page-post-single .post-content-compact ol {
  margin: 0 0 16px;
  padding-left: 1.15rem;
}

.page-post-single .post-content-compact li {
  margin-bottom: 4px;
}

.page-post-single .post-content-compact h2 {
  margin: 24px 0 10px;
  font-family: "Jost", sans-serif;
  font-size: 23px;
  line-height: 1.22;
  font-weight: 700;
  color: #1f2a44;
  letter-spacing: -0.01em;
}

.page-post-single .post-content-compact h3 {
  margin: 18px 0 8px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #24324d;
}

.page-post-single .post-content-compact strong {
  color: #1f2a44;
}

.page-post-single .post-content-compact img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.page-post-single .post_img_floated {
  float: left;
  width: 320px;
  max-width: 42%;
  height: auto;
  margin: 4px 22px 14px 0;
  border-radius: 12px;
  display: block;
}

.page-post-single .post-content-compact::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 991.98px) {
  .page-post-single .breadcrumbs {
    padding: 88px 0 12px;
  }

  .page-post-single .breadcrumbs h1 {
    font-size: 27px;
  }

  .page-post-single .post_img_floated {
    width: 280px;
    max-width: 44%;
    margin: 4px 18px 12px 0;
  }

  .page-post-single .post-content-compact,
  .page-post-single .post-content-compact p,
  .page-post-single .post-content-compact ul,
  .page-post-single .post-content-compact ol {
    font-size: 15px;
  }

  .page-post-single .post-content-compact h2 {
    font-size: 21px;
  }

  .page-post-single .post-content-compact h3 {
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {
  .page-post-single .breadcrumbs {
    padding: 82px 0 10px;
  }

  .page-post-single .breadcrumbs h1 {
    font-size: 24px;
    line-height: 1.18;
  }

  .page-post-single .breadcrumbs .post-meta {
    font-size: 12px;
  }

  .page-post-single .post-single-compact {
    padding: 4px 0 34px;
  }

  .page-post-single .post_img_floated {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 14px 0;
  }

  .page-post-single .post-content-compact,
  .page-post-single .post-content-compact p,
  .page-post-single .post-content-compact ul,
  .page-post-single .post-content-compact ol {
    font-size: 14px;
    line-height: 1.62;
  }

  .page-post-single .post-content-compact h2 {
    margin-top: 22px;
    font-size: 20px;
  }

  .page-post-single .post-content-compact h3 {
    font-size: 17px;
  }
}
body.page-blog-list {
  color: #2b3445;
}

.page-blog-list .breadcrumbs {
  padding: 48px 0 18px;
}

.page-blog-list .breadcrumbs ol {
  margin-bottom: 10px;
}

.page-blog-list .breadcrumbs li,
.page-blog-list .breadcrumbs li a {
  font-size: 12px;
  line-height: 1.4;
}

.page-blog-list .breadcrumbs h1 {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 30px;
  line-height: 1.16;
  font-weight: 700;
  color: #1f2a44;
  letter-spacing: -0.01em;
}

.page-blog-list .breadcrumbs p {
  max-width: 760px;
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: #5b6578;
}

.page-blog-list .blog-list-section {
  padding: 10px 0 56px;
}

.page-blog-list .blog-list-grid {
  align-items: stretch;
}

.page-blog-list .blog-list-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(31, 42, 68, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-blog-list .blog-list-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(31, 42, 68, 0.09);
}

.page-blog-list .blog-list-card-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eef3f9;
}

.page-blog-list .blog-list-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-list .blog-list-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px 22px 22px;
}

.page-blog-list .blog-list-card-title {
  margin: 0 0 12px;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  line-height: 1.24;
  font-weight: 700;
}

.page-blog-list .blog-list-card-title a {
  color: #1f2a44;
  text-decoration: none;
}

.page-blog-list .blog-list-card-title a:hover,
.page-blog-list .blog-list-card-title a:focus {
  color: #0f5fa8;
}

.page-blog-list .blog-list-card-excerpt {
  margin: 0;
  font-size: 15px;
  line-height: 1.68;
  color: #5b6578;
}

.page-blog-list .blog-list-card-footer {
  margin-top: auto;
  padding-top: 16px;
}

.page-blog-list .blog-list-card-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  color: #0f5fa8;
  text-decoration: none;
}

.page-blog-list .blog-list-card-link:hover,
.page-blog-list .blog-list-card-link:focus {
  color: #0b4e8b;
}

.page-blog-list .blog-empty-state {
  max-width: 700px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 34px 24px;
  box-shadow: 0 8px 24px rgba(31, 42, 68, 0.05);
}

.page-blog-list .blog-empty-state h2 {
  margin: 0 0 10px;
  font-family: "Jost", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2a44;
}

.page-blog-list .blog-empty-state p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #5b6578;
}

@media (max-width: 991.98px) {
  .page-blog-list .breadcrumbs {
    padding: 88px 0 16px;
  }

  .page-blog-list .breadcrumbs h1 {
    font-size: 27px;
  }

  .page-blog-list .blog-list-card-title {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .page-blog-list .breadcrumbs {
    padding: 82px 0 14px;
  }

  .page-blog-list .breadcrumbs h1 {
    font-size: 24px;
    line-height: 1.2;
  }

  .page-blog-list .breadcrumbs p {
    font-size: 14px;
    line-height: 1.6;
  }

  .page-blog-list .blog-list-section {
    padding: 8px 0 42px;
  }

  .page-blog-list .blog-list-card-body {
    padding: 18px 16px 18px;
  }

  .page-blog-list .blog-list-card-title {
    font-size: 20px;
  }

  .page-blog-list .blog-list-card-excerpt {
    font-size: 14px;
    line-height: 1.62;
  }

  .page-blog-list .blog-empty-state {
    padding: 28px 18px;
  }

  .page-blog-list .blog-empty-state h2 {
    font-size: 22px;
  }
}