/* ================================================================
   BLOG PAGE — Protection layer + Kumaclouds color re-theme
   Loaded AFTER plugins.css + kumaclouds-style.css
   ================================================================ */

/* ----------------------------------------------------------------
   1. GLOBAL — Override kumaclouds-style.css body/root leaks
   ---------------------------------------------------------------- */
body {
  background: #fff !important;
  padding-top: 64px !important;
  /* NOTE: overflow-x:hidden on body creates a scroll container — do NOT add */
}

/* Blog body layout follows PAGE-BODY-LAYOUT-SSOT Pattern 7. */
._g7MssKs {
  width: 100%;
  max-width: 100%;
  float: none;
  clear: both;
}

._g7MssKs ._KAbOnsm {
  float: none;
  width: 100%;
  padding: 48px 0 56px;
  overflow: visible;
}

._g7MssKs ._wzkU6_P {
  max-width: var(--body-inner-max);
  width: 100%;
  margin-inline: auto;
  padding-left: var(--body-px);
  padding-right: var(--body-px);
  box-sizing: border-box;
}

._g7MssKs ._wzkU6_P::before,
._g7MssKs ._wzkU6_P::after,
._g7MssKs ._Wqsqu-r::before,
._g7MssKs ._Wqsqu-r::after {
  display: none;
  content: none;
}

._g7MssKs ._Wqsqu-r {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  grid-template-areas:
    "articles sidebar";
  gap: var(--body-grid-gap-lg);
  align-items: start;
  width: 100%;
  margin: 0;
}

._g7MssKs ._F6NHMIv {
  grid-area: search;
  min-width: 0;
  width: 100%;
}

._g7MssKs .kc-blog-body__search--mobile {
  display: none;
}

._g7MssKs .kc-blog-body__search--desktop {
  display: block;
}

._g7MssKs ._Xv9zE0f,
._g7MssKs ._5u6rv8e {
  float: none;
  width: auto;
  max-width: none;
  min-width: 0;
  margin-inline: 0;
  padding: 0;
}

._g7MssKs ._Xv9zE0f {
  grid-area: articles;
}

._g7MssKs ._5u6rv8e {
  grid-area: sidebar;
}

._g7MssKs article,
._g7MssKs .blog-media,
._g7MssKs .blog-text,
._g7MssKs .box-item,
._g7MssKs .box-item a,
._g7MssKs .pagination-blog,
._g7MssKs .sidebar,
._g7MssKs .widget,
._g7MssKs .widget h3,
._g7MssKs .searh-inner {
  float: none;
  width: 100%;
}

._g7MssKs article {
  overflow: hidden;
  margin: 0 0 32px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

._g7MssKs .blog-media {
  padding: 0;
}

._g7MssKs .box-item a {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  height: auto;
}

._g7MssKs .blog-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._g7MssKs .blog-text {
  margin-top: 0;
  padding: 22px 24px 24px;
}

._g7MssKs .blog-text h3 {
  margin: 0 0 10px;
  line-height: 1.28;
}

._g7MssKs .blog-text h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

._g7MssKs .blog-text p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 18px;
  color: #475569;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

._g7MssKs .blog-text .btn {
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

._g7MssKs .sidebar {
  padding-left: 0;
}

._g7MssKs .searh-holder {
  width: 100%;
  max-width: none;
  margin-top: 0;
}

._g7MssKs ._wNGX0TR {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 52px;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

._g7MssKs ._wNGX0TR input {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 52px 0 16px;
  border: 0;
  background: transparent;
  color: #0f172a;
  font: 500 14px/1.2 'Inter', system-ui, -apple-system, sans-serif;
}

._g7MssKs ._wNGX0TR input::placeholder {
  color: #94a3b8;
}

._g7MssKs ._wNGX0TR input:focus {
  outline: none;
}

._g7MssKs ._wNGX0TR .search-submit {
  position: absolute;
  top: 50%;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 8px;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #2563eb;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

._g7MssKs ._wNGX0TR .search-submit i {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
}

/* ── Blog hero ──────────────────────────────────────────── */
._98SHw1x {
  position: relative;
  float: none;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(4,14,44,0.62) 0%, rgba(7,24,68,0.46) 48%, rgba(12,38,108,0.25) 100%),
    var(--kc-hero-bg) center center / cover no-repeat;
}

._IneFIDa {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--hero-pt) var(--hero-px) var(--hero-pb);
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

/* ROW 2: Main grid */
._GdbG66l {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--hero-grid-gap);
  align-items: start;
}

._ol_P1yr {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  text-align: left;
}

/* Breadcrumb */
._Vy8HNao {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  width: fit-content;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  text-align: left;
  margin-bottom: var(--hero-path-mb);
}

._Vy8HNao svg {
  color: rgba(255,255,255,0.5);
  flex-shrink: 0;
}

._Vy8HNao span {
  color: rgba(255,255,255,0.7);
}
._Vy8HNao a {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s;
}
._Vy8HNao a:hover { color: #38bdf8; }
._Vy8HNao span[aria-hidden] {
  color: rgba(255,255,255,0.4);
  margin: 0 2px;
}

/* Label */
._VsLJW_T {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(56,189,248,0.7);
  padding: 0;
  border: none;
  background: none;
  width: fit-content;
  position: relative;
  margin: 0;
}

._VsLJW_T::after {
  display: none;
}

/* Title */
._7_pbEEF {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.015em;
  margin: 0 0 20px;
  max-width: 540px;
}

/* Description */
._nIo_Nqv {
  font-size: clamp(15px, 1.3vw, 17px);
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin: 0 0 20px;
  max-width: 520px;
  text-align: justify;
  text-justify: inter-word;
}

/* Categories */
._DoJfRcl {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

._ig0cW2m {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  width: fit-content;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
._ig0cW2m:hover {
  border-color: rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.1);
  color: #fff;
}

._ig0cW2m svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Mini stats */
._DEPMhZT {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: var(--hero-support-mb);
}

._JKgUk2H {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 150px;
}

._cNp67dz {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 1px solid rgba(147, 197, 253, 0.26);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.28), rgba(37, 99, 235, 0.14));
  color: #60a5fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

._cNp67dz svg {
  width: 21px;
  height: 21px;
}

._095PsSe {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

._095PsSe strong {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.1;
}

._095PsSe span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  line-height: 1.25;
}

/* Action buttons */
._7quLTXs {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
  padding: 12px 0;
}

._7quLTXs ._s02TpC8 {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

._7quLTXs ._s02TpC8 svg {
  flex-shrink: 0;
}

/* RIGHT: Value / Topic card */
._1pAgjD1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

._XAIV-4c {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  padding: var(--hero-card-pad-lg);
  border: 1px solid rgba(219, 234, 254, 0.15);
  border-radius: var(--hero-card-radius);
  background:
    radial-gradient(240px 80px at 100% 0%, rgba(96, 165, 250, 0.16), transparent 70%),
    linear-gradient(180deg, rgba(59, 130, 246, 0.14), rgba(37, 99, 235, 0.06)),
    rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

._rAu2W9O {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(147, 197, 253, 0.14);
}

._rAu2W9O:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

._sqhw6Vd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid rgba(147, 197, 253, 0.2);
  border-radius: 10px;
  background: rgba(59, 130, 246, 0.14);
  color: #60a5fa;
}

._sqhw6Vd svg {
  width: 20px;
  height: 20px;
}

._SqQ7mre {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  text-align: left;
}

._SqQ7mre strong {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
}

._SqQ7mre span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.45;
}

/* Blobs */
._HAiopN2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.kc-blog-hero__blob--1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(59,130,246,0.3) 0%, transparent 70%);
  top: -100px;
  left: -80px;
}

.kc-blog-hero__blob--2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(99,102,241,0.25) 0%, transparent 70%);
  bottom: -60px;
  right: -40px;
}

/* The template adds a large top-padding to section and parallax-section. */
.content > section:first-child {
  margin-top: 0 !important;
}

/* Neutralise the 7px decoration strip .content::before adds */
.content::before { display: none !important; }

/* ----------------------------------------------------------------
   2. PROTECT — KC Navbar
   ---------------------------------------------------------------- */
header._-sFCB44 {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 64px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  font-size: inherit !important;
  z-index: 1001 !important;
  box-shadow: 0 2px 16px rgba(0,0,0,0.05) !important;
  transform: none !important;
  -webkit-transform: none !important;
}
header._-sFCB44::before,
header._-sFCB44::after {
  display: none !important;
  content: none !important;
}
header._-sFCB44 * {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  box-sizing: border-box;
}
/* Prevent third-party CSS (plugins/kumaclouds-style) from centering dropdown links */
header._-sFCB44 ._g8WOyup,
header._-sFCB44 .kc-dropdown--mega ._jCbVNqH a {
  text-align: left;
}

/* ----------------------------------------------------------------
   3. PROTECT — KC Footer typography only
   ---------------------------------------------------------------- */
._eSTTN25 {
  clear: both !important;
  position: relative !important;
  z-index: 5 !important;
}
._eSTTN25 .footer-logo,
._eSTTN25 .logo-text {
  text-align: left !important;
  float: none !important;
}
._eSTTN25 .footer-logo img {
  float: none !important;
  display: block !important;
}

._eSTTN25,
._eSTTN25 * {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  box-sizing: border-box !important;
}
._eSTTN25 .footer-contact a::before,
._eSTTN25 .footer-contact a::after,
._eSTTN25 .footer-links a::before,
._eSTTN25 .footer-links a::after,
._eSTTN25 .footer-links h4::before,
._eSTTN25 .social a::before,
._eSTTN25 .social a::after {
  display: none !important;
  content: none !important;
}
._eSTTN25 .footer-top p {
  text-align: center !important;
  float: none !important;
  padding-bottom: 0 !important;
}
._eSTTN25 .footer-contact p {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  float: none !important;
  text-align: left !important;
}
._eSTTN25 .footer-contact a {
  display: inline !important;
  float: none !important;
  padding-left: 0 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  background: none !important;
  box-shadow: none !important;
  height: auto !important;
  line-height: inherit !important;
  border-width: 0 0 1px 0 !important;
}
._eSTTN25 .footer-links h4 {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-bottom: 0 !important;
  float: none !important;
  width: auto !important;
  position: static !important;
}
._eSTTN25 .footer-links li {
  margin-right: 0 !important;
}
._eSTTN25 .footer-links a {
  float: none !important;
  position: static !important;
  overflow: visible !important;
  padding-left: 0 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  height: auto !important;
}
._eSTTN25 .footer-bottom p {
  padding-bottom: 0 !important;
  float: none !important;
}

/* ----------------------------------------------------------------
   4. BLOG CONTENT — Kumaclouds Blue Color Re-theme
   ---------------------------------------------------------------- */
.creat-list li a::before,
.text-link::before {
  background: #2563eb !important;
}

.section-title.dec-title span::before {
  background: linear-gradient(90deg, #2563eb, #3b82f6) !important;
}

.section-title strong {
  color: #2563eb !important;
  font-weight: 700 !important;
}

.page-title h2::before {
  background: #2563eb !important;
}

.content article .btn {
  position: relative !important;
  border-color: #2563eb !important;
  color: #2563eb !important;
  background: transparent !important;
}
.content article .btn::before {
  background: #2563eb !important;
  z-index: 0 !important;
}
.content article .btn span,
.content article .btn i {
  position: relative;
  z-index: 1;
}
.content article .btn:hover {
  color: #fff !important;
}

article {
  border-bottom-color: rgba(37, 99, 235, 0.12) !important;
}

.widget h3 {
  color: #1e3a8a !important;
}
.widget h3::before,
.widget h3::after {
  background: #2563eb !important;
}
.widget {
  border-bottom-color: rgba(37, 99, 235, 0.15) !important;
}

.widget-posts-descr a {
  color: #1e3a8a !important;
}
.widget-posts-descr a:hover {
  color: #2563eb !important;
}

.search-submit i {
  color: #2563eb !important;
}
.searh-inner input:focus {
  border-color: #2563eb !important;
  outline-color: #2563eb !important;
}

.tagcloud li a {
  color: #1e3a8a !important;
}
.tagcloud li a:hover {
  color: #2563eb !important;
}

.cat-item a {
  color: #1e3a8a !important;
}
.cat-item a:hover {
  color: #2563eb !important;
}

/* Pagination */
._Jz9T0MX {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
  margin: 6px 0 0;
  padding: 0;
}

._x6ajfXH,
._g_hVIW9,
._FuFXVND {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #ffffff;
  color: #1e3a8a;
  font: 700 14px/1 'Inter', system-ui, -apple-system, sans-serif;
  text-decoration: none;
}

._g_hVIW9 {
  font-size: 24px;
  line-height: 1;
}

._FuFXVND {
  min-width: 30px;
  padding: 0 4px;
  border-color: transparent;
  background: transparent;
  color: #64748b;
}

._g_hVIW9.is-disabled {
  opacity: 0.42;
  cursor: default;
}

._x6ajfXH.is-active {
  border-color: #2563eb;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.25);
}

._x6ajfXH:hover,
._g_hVIW9:not(.is-disabled):hover {
  border-color: #2563eb;
  color: #2563eb;
}

.current-page {
  border-color: #2563eb !important;
  color: #2563eb !important;
  background: rgba(37, 99, 235, 0.06) !important;
}
.blog-page:hover,
.prevposts-link:hover,
.nextposts-link:hover {
  border-color: #2563eb !important;
  color: #2563eb !important;
}

/* Blog article heading links */
.blog-text h3,
.blog-text h3 a {
  text-transform: none !important;
}

.blog-text h3 a:hover {
  color: #2563eb !important;
}

.box-item a .overlay {
  background: linear-gradient(
    180deg,
    rgba(37, 99, 235, 0.05) 0%,
    rgba(14, 36, 99, 0.62) 100%
  ) !important;
}

/* ----------------------------------------------------------------
   5. SIDEBAR
   ---------------------------------------------------------------- */
.sidebar ul li::marker,
.sidebar li::marker {
  content: none;
  display: none;
}

.sidebar ul {
  list-style: none;
  padding-left: 0;
}

/* ----------------------------------------------------------------
   6. KC TAG PILLS
   ---------------------------------------------------------------- */
._GyYriaZ {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

._GyYriaZ li {
  list-style: none;
  margin: 0;
  padding: 0;
}

._GyYriaZ li a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  font-size: 12px;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  white-space: nowrap;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.5;
}

._GyYriaZ li a:hover {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

/* ── Author Widget ────────────────────────────────────────── */
._smnEMfW ._N_EK-it {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  margin-top: 12px;
}
._smnEMfW .kc-author-card--image {
  display: block;
  padding: 0;
  overflow: hidden;
  background: #0f172a;
}
._pU0WrcL {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  border-radius: 12px;
  float: none !important;
  margin: 0 !important;
}
._v4z0d2s {
  width: 52px !important;
  height: 52px !important;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  padding: 6px;
  border: 1px solid #e2e8f0;
  float: none !important;
  margin: 0 !important;
}
._smnEMfW ._N_EK-it p {
  font-size: 13px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}
._smnEMfW ._N_EK-it strong {
  color: #0f172a;
}

/* ================================================================
   RESPONSIVE — 3 tiers only. One block per tier. (SSOT-compliant)
   ================================================================ */

/* ── ①  Tablet: 641–1024px ─────────────────────────────────── */
@media (min-width: 641px) and (max-width: 1024px) {
  /* CRITICAL: backdrop-filter creates a containing block for fixed children —
     remove at tablet so the nav panel covers the full viewport. */
  header._-sFCB44 {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Hero */
  ._GdbG66l {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* Blog text — allow more lines on narrower container */
  ._g7MssKs .blog-text p {
    -webkit-line-clamp: 4;
  }

  /* Blog body — stack to 1 column, activate mobile search bar */
  ._g7MssKs ._wzkU6_P {
    max-width: var(--body-tablet-rail-max);
    padding-left: 0;
    padding-right: 0;
  }

  ._g7MssKs ._Wqsqu-r {
    grid-template-areas:
      "search"
      "articles"
      "sidebar";
    grid-template-columns: 1fr;
    gap: var(--body-grid-gap);
  }

  ._g7MssKs .kc-blog-body__search--mobile {
    display: block;
  }

  ._g7MssKs .kc-blog-body__search--desktop {
    display: none;
  }
}

/* ── ②  Mobile: ≤640px ──────────────────────────────────────── */
@media (max-width: 640px) {
  /* Body */
  body {
    padding-top: 58px !important;
  }

  /* Navbar — backdrop-filter creates a containing block for fixed children */
  header._-sFCB44 {
    height: 58px !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Blog hero layout */
  ._GdbG66l {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* Blog text — allow even more lines on small screen */
  ._g7MssKs .blog-text p {
    -webkit-line-clamp: 5;
  }

  /* Blog body layout */
  ._g7MssKs ._KAbOnsm {
    padding: 32px 0 48px;
  }

  ._g7MssKs ._wzkU6_P {
    max-width: 100%;
  }

  ._g7MssKs ._Wqsqu-r {
    grid-template-areas:
      "search"
      "articles"
      "sidebar";
    grid-template-columns: 1fr;
    gap: 24px;
  }

  ._g7MssKs .kc-blog-body__search--mobile {
    display: block;
  }

  ._g7MssKs .kc-blog-body__search--desktop {
    display: none;
  }

  ._g7MssKs article {
    margin-bottom: 22px;
    border-radius: 10px;
  }

  ._g7MssKs .blog-text {
    padding: 16px;
  }

  /* Blog hero */
  ._98SHw1x {
    overflow: clip;
  }

  ._1pAgjD1 {
    display: none;
  }

  ._IneFIDa,
  ._GdbG66l,
  ._ol_P1yr,
  ._Vy8HNao,
  ._DoJfRcl,
  ._DEPMhZT,
  ._7quLTXs {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  ._IneFIDa {
    padding-top: 52px;
    padding-bottom: 56px;
    overflow: hidden;
  }

  ._GdbG66l {
    gap: 18px;
  }

  ._Vy8HNao {
    width: fit-content;
    max-width: calc(100vw - 48px);
    padding: 8px 14px;
    margin-bottom: var(--hero-path-mb);
  }

  ._7_pbEEF {
    font-size: clamp(1.8rem, 7.5vw, 2.12rem);
    line-height: 1.14;
    letter-spacing: -0.012em;
    max-width: 100%;
    text-wrap: balance;
  }

  ._nIo_Nqv {
    font-size: 0.98rem;
    line-height: 1.68;
    max-width: 100%;
  }

  ._DoJfRcl {
    gap: 10px;
  }

  ._ig0cW2m {
    font-size: 14px;
    max-width: 100%;
    white-space: normal;
  }

  ._DEPMhZT {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  ._JKgUk2H {
    min-width: 0;
  }

  ._7quLTXs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 8px 0 0;
  }

  ._7quLTXs ._s02TpC8 {
    flex: 1 1 0;
    min-width: 0;
    min-height: var(--btn-h);
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }

  /* Pagination */
  ._Jz9T0MX {
    gap: 6px;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  ._x6ajfXH,
  ._g_hVIW9,
  ._FuFXVND {
    min-width: 40px;
    height: 40px;
    flex: 0 0 auto;
  }
}
