/* =========================
   KNOWLEDGE HUB PAGE
   ========================= */

.knowledge-hub-page{
  background:linear-gradient(180deg,#f5f8fc 0%,#ffffff 34%,#f7fbff 100%);
}

.knowledge-hub-hero{
  position:relative;
  overflow:hidden;
  padding:88px 0 72px;
  background:
    radial-gradient(circle at top left, rgba(27,102,209,.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(59,130,246,.12), transparent 28%),
    linear-gradient(135deg,#0f172a 0%,#132238 52%,#0b1220 100%);
  color:#fff;
}

.knowledge-hub-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:32px 32px;
  opacity:.18;
  pointer-events:none;
}

.knowledge-hub-hero__inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
  gap:34px;
  align-items:center;
}

.knowledge-hub-hero__copy{
  min-width:0;
}

.knowledge-hub-hero .eyebrow{
  display:inline-block;
  margin-bottom:14px;
  color:#93c5fd;
}

.knowledge-hub-hero__copy h1{
  margin:0 0 16px;
  font-size:clamp(2.3rem,4vw,4.2rem);
  line-height:1.05;
  letter-spacing:-.03em;
  color:#fff;
  max-width:12ch;
}

.knowledge-hub-hero__content,
.knowledge-hub-hero__summary{
  max-width:760px;
  color:rgba(255,255,255,.86);
  font-size:1.03rem;
  line-height:1.82;
}

.knowledge-hub-hero__content p,
.knowledge-hub-hero__summary{
  margin:0 0 16px;
}

.knowledge-hub-hero__content h2,
.knowledge-hub-hero__content h3,
.knowledge-hub-hero__content h4{
  color:#fff;
  margin:18px 0 10px;
}

.knowledge-hub-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:22px;
}

.knowledge-hub-button-dark{
  background:#1b66d1;
  color:#fff;
  border:1px solid #1b66d1;
}

.knowledge-hub-button-dark:hover{
  background:#1557b5;
  border-color:#1557b5;
  color:#fff;
}

.knowledge-hub-hero__highlights{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.highlight-pill{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#e2e8f0;
  font-size:.92rem;
  line-height:1.2;
}

.knowledge-hub-hero__panel{
  display:flex;
  justify-content:flex-end;
}

.knowledge-hub-panel-card{
  width:100%;
  max-width:420px;
  padding:28px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
  box-shadow:0 18px 40px rgba(0,0,0,.22);
}

.panel-kicker{
  display:inline-block;
  margin-bottom:10px;
  color:#93c5fd;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.knowledge-hub-panel-card h2{
  margin:0 0 14px;
  color:#fff;
  font-size:1.45rem;
  line-height:1.2;
}

.knowledge-hub-panel-card p{
  margin:0 0 16px;
  color:rgba(255,255,255,.84);
  line-height:1.75;
}

.knowledge-hub-panel-list{
  margin:0;
  padding-left:18px;
  color:rgba(255,255,255,.86);
}

.knowledge-hub-panel-list li + li{
  margin-top:8px;
}

.knowledge-hub-grid-section{
  padding:80px 0;
}

.knowledge-hub-section-heading{
  max-width:820px;
  margin:0 auto 34px;
  text-align:center;
}

.knowledge-hub-section-heading .section-kicker{
  display:inline-block;
  margin-bottom:12px;
  font-size:.8rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#1b66d1;
}

.knowledge-hub-section-heading h2{
  margin:0 0 14px;
  font-size:clamp(1.9rem,3vw,3rem);
  line-height:1.12;
  color:#0f172a;
  letter-spacing:-.02em;
}

.knowledge-hub-section-heading p{
  margin:0;
  color:#526072;
  line-height:1.8;
}

.knowledge-hub-post-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:26px;
}

.knowledge-hub-post-card{
  display:block;
  border:1px solid #d9e2ec;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 32px rgba(15,23,42,.06);
  overflow:hidden;
}

.knowledge-hub-post-card__inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) 260px;
  align-items:stretch;
  min-height:280px;
  height:100%;
}

.knowledge-hub-post-card.no-image .knowledge-hub-post-card__inner{
  grid-template-columns:1fr;
}

.knowledge-hub-post-card__content{
  display:flex;
  flex-direction:column;
  padding:26px 26px 24px;
  min-width:0;
}

.knowledge-hub-post-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:14px;
  font-size:.86rem;
  color:#64748b;
}

.knowledge-hub-post-card__category{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:#eff6ff;
  color:#1b66d1;
  font-weight:600;
}

.knowledge-hub-post-card__title{
  margin:0 0 12px;
  font-size:1.28rem;
  line-height:1.22;
}

.knowledge-hub-post-card__title a{
  color:#0f172a;
  text-decoration:none;
}

.knowledge-hub-post-card__title a:hover{
  color:#1b66d1;
}

.knowledge-hub-post-card__excerpt p{
  margin:0;
  color:#526072;
  line-height:1.78;
}

.knowledge-hub-post-card__footer{
  margin-top:auto;
  padding-top:18px;
}

.knowledge-hub-post-card__link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-weight:700;
  text-decoration:none;
}

.knowledge-hub-post-card__link::after{
  content:"→";
}

.knowledge-hub-post-card__media{
  display:block;
  height:100%;
  min-height:280px;
  overflow:hidden;
  background:#dbe5ef;
}

.knowledge-hub-post-card__media img{
  width:100%;
  height:100%;
  min-height:280px;
  object-fit:cover;
  object-position:center;
  display:block;
}

.knowledge-hub-grid__pagination{
  display:flex;
  justify-content:center;
  margin-top:32px;
}

.knowledge-hub-empty{
  text-align:center;
  padding:28px 20px;
  border:1px solid #d9e2ec;
  border-radius:20px;
  background:#fff;
  color:#526072;
}

/* =========================
   KNOWLEDGE HUB TECH PARTNERS
   ========================= */

.kh-partners{
  padding:40px 0 72px;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%);
  overflow:hidden;
}

.kh-partners-heading{
  text-align:center;
  margin-bottom:22px;
}

.partner-marquee{
  position:relative;
  width:100%;
  overflow:hidden;
  padding:8px 0;
  -webkit-mask-image:linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  mask-image:linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}

.partner-track{
  display:flex;
  align-items:center;
  gap:14px;
  width:max-content;
  will-change:transform;
  animation:khPartnerScroll 34s linear infinite;
}

.partner-marquee:hover .partner-track{
  animation-play-state:paused;
}

.partner-item{
  flex:0 0 auto;
  width:180px;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  background:#ffffff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:999px;
  box-shadow:0 8px 20px rgba(15,23,42,.06);
  overflow:hidden;
}

.partner-item-inner{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.partner-item img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center center;
  margin:0 auto;
}

/* optional fine tuning for extra-wide logos */
.partner-item img[src*="intermedia"]{ max-width:96%; max-height:88%; }
.partner-item img[src*="palo-alto"]{ max-width:94%; max-height:84%; }
.partner-item img[src*="microsoft"]{ max-width:92%; max-height:82%; }
.partner-item img[src*="liquid-voice"]{ max-width:92%; max-height:82%; }
.partner-item img[src*="voiceflex"]{ max-width:92%; max-height:82%; }
.partner-item img[src*="gamma"]{ max-width:90%; max-height:80%; }

@keyframes khPartnerScroll{
  from{
    transform:translate3d(0,0,0);
  }
  to{
    transform:translate3d(-50%,0,0);
  }
}

@media (max-width:991px){
  .kh-partners{
    padding:32px 0 56px;
  }

  .partner-track{
    gap:12px;
    animation-duration:28s;
  }

  .partner-item{
    width:160px;
    height:66px;
    padding:8px 10px;
  }
}

@media (max-width:767px){
  .partner-track{
    gap:10px;
    animation-duration:22s;
  }

  .partner-item{
    width:145px;
    height:60px;
    padding:7px 10px;
  }
}

@media (prefers-reduced-motion: reduce){
  .partner-track{
    animation:none;
  }
}

/* =========================================================
   KNOWLEDGE HUB PAGE MODERN
   ========================================================= */

.knowledge-hub-page-modern{
  background:linear-gradient(180deg,#f5f8fc 0%,#ffffff 34%,#f7fbff 100%);
  color:#0f172a;
  overflow-x:hidden;
}

.knowledge-hub-page-modern .container{
  width:min(1180px, calc(100% - 40px));
  margin:0 auto;
}

.knowledge-hub-eyebrow{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  margin-bottom:14px;
  padding:8px 13px;
  border:1px solid rgba(27,102,209,.18);
  border-radius:999px;
  background:rgba(27,102,209,.08);
  color:#1b66d1;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* HERO */
.knowledge-hub-hero-modern{
  position:relative;
  padding:88px 0 76px;
  background:
    radial-gradient(circle at 12% 18%, rgba(27,102,209,.16), transparent 32%),
    linear-gradient(135deg,#f5f8fc 0%,#ffffff 52%,#eef6ff 100%);
}

.knowledge-hub-hero-modern::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(15,23,42,.12), transparent);
}

.knowledge-hub-hero-modern__inner{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);
  gap:48px;
  align-items:center;
}

.knowledge-hub-hero-modern__copy h1{
  max-width:780px;
  margin:0;
  color:#0f172a;
  font-size:clamp(2.45rem, 5vw, 4.8rem);
  line-height:.96;
  letter-spacing:-.055em;
}

.knowledge-hub-hero-modern__lead{
  max-width:720px;
  margin:24px 0 0;
  color:#526072;
  font-size:1.16rem;
  line-height:1.72;
}

.knowledge-hub-hero-modern__panel{
  display:grid;
  gap:18px;
}

.knowledge-hub-hero-modern__panel-card{
  position:relative;
  overflow:hidden;
  padding:32px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:28px;
  background:
    linear-gradient(135deg, rgba(15,23,42,.96), rgba(27,102,209,.92)),
    radial-gradient(circle at top right, rgba(255,255,255,.20), transparent 34%);
  color:#ffffff;
  box-shadow:0 24px 60px rgba(15,23,42,.18);
}

.knowledge-hub-hero-modern__panel-card span{
  display:inline-block;
  margin-bottom:14px;
  color:rgba(255,255,255,.78);
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.knowledge-hub-hero-modern__panel-card h2{
  margin:0;
  color:#ffffff;
  font-size:clamp(1.8rem, 3vw, 2.6rem);
  line-height:1.05;
  letter-spacing:-.04em;
}

.knowledge-hub-hero-modern__panel-card p{
  margin:18px 0 0;
  color:rgba(255,255,255,.82);
  line-height:1.65;
}

.knowledge-hub-hero-modern__mini-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:14px;
}

.knowledge-hub-hero-modern__mini-grid div{
  min-height:120px;
  padding:20px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:22px;
  background:rgba(255,255,255,.86);
  box-shadow:0 18px 40px rgba(15,23,42,.08);
}

.knowledge-hub-hero-modern__mini-grid strong,
.knowledge-hub-hero-modern__mini-grid span{
  display:block;
}

.knowledge-hub-hero-modern__mini-grid strong{
  margin-bottom:8px;
  color:#0f172a;
  font-size:1.05rem;
}

.knowledge-hub-hero-modern__mini-grid span{
  color:#526072;
  font-size:.95rem;
  line-height:1.45;
}

/* SECTION HEADING */
.knowledge-hub-articles-modern{
  padding:82px 0 96px;
}

.knowledge-hub-section-heading{
  max-width:780px;
  margin-bottom:34px;
}

.knowledge-hub-section-heading h2{
  margin:0;
  color:#0f172a;
  font-size:clamp(2rem, 4vw, 3.35rem);
  line-height:1.02;
  letter-spacing:-.045em;
}

.knowledge-hub-section-heading p{
  margin:18px 0 0;
  color:#526072;
  font-size:1.05rem;
  line-height:1.7;
}

/* ARTICLE GRID */
.knowledge-hub-article-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:24px;
  align-items:start;
}

/* CARD */
.knowledge-article-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.10);
  border-radius:26px;
  background:#ffffff;
  box-shadow:0 18px 40px rgba(15,23,42,.08);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.knowledge-article-card:hover{
  transform:translateY(-4px);
  border-color:rgba(27,102,209,.22);
  box-shadow:0 24px 52px rgba(15,23,42,.12);
}

.knowledge-article-card summary{
  list-style:none;
  cursor:pointer;
}

.knowledge-article-card summary::-webkit-details-marker{
  display:none;
}

.knowledge-article-card__summary{
  position:relative;
  padding:28px 28px 24px;
  background:
    radial-gradient(circle at top right, rgba(27,102,209,.08), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}

.knowledge-article-card__logo{
  position:absolute;
  top:20px;
  right:20px;
  width:42px;
  height:auto;
  object-fit:contain;
  opacity:.92;
}

.knowledge-article-card__date{
  display:inline-flex;
  align-items:center;
  margin-bottom:14px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(27,102,209,.10);
  color:#1b66d1;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.04em;
}

.knowledge-article-card__summary h3{
  margin:0 0 10px;
  padding-right:56px;
  color:#0f172a;
  font-size:1.34rem;
  line-height:1.22;
  letter-spacing:-.02em;
}

.knowledge-article-card__summary p{
  margin:0;
  color:#526072;
  font-size:1rem;
  line-height:1.65;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.knowledge-article-card__content{
  padding:0 28px 28px;
  border-top:1px solid rgba(15,23,42,.08);
  display:grid;
  gap:14px;
}

.knowledge-article-card__content p{
  margin:0;
  color:#526072;
  line-height:1.72;
}

.knowledge-article-card__content h4{
  margin:8px 0 0;
  color:#0f172a;
  font-size:1.08rem;
  line-height:1.3;
}

.knowledge-article-card__content ul{
  margin:0;
  padding-left:1.2rem;
  color:#526072;
}

.knowledge-article-card__content li + li{
  margin-top:.4rem;
}

/* OPEN STATE */
.knowledge-article-card[open]{
  border-color:rgba(27,102,209,.18);
  box-shadow:0 24px 54px rgba(15,23,42,.12);
}

.knowledge-article-card[open] .knowledge-article-card__summary{
  background:
    radial-gradient(circle at top right, rgba(27,102,209,.12), transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f4f9ff 100%);
}

/* TOPIC NAV */
.knowledge-topic-nav{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.knowledge-topic-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border:1px solid rgba(15,23,42,.10);
  border-radius:999px;
  background:#ffffff;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
  color:#0f172a;
  font-weight:600;
  text-decoration:none;
  transition:all .2s ease;
}

.knowledge-topic-nav a:hover{
  transform:translateY(-2px);
  color:#1b66d1;
  border-color:rgba(27,102,209,.18);
  box-shadow:0 16px 30px rgba(15,23,42,.08);
}

/* TABLET */
@media (max-width:1100px){
  .knowledge-hub-hero-modern__inner{
    grid-template-columns:1fr;
  }

  .knowledge-hub-article-grid{
    grid-template-columns:1fr;
  }
}

/* MOBILE */
@media (max-width:767px){
  .knowledge-hub-page-modern .container{
    width:min(100% - 28px, 1180px);
  }

  .knowledge-hub-hero-modern{
    padding:54px 0 52px;
  }

  .knowledge-hub-hero-modern__inner{
    gap:30px;
  }

  .knowledge-hub-hero-modern__copy h1{
    font-size:clamp(2.2rem, 12vw, 3.4rem);
    line-height:1;
  }

  .knowledge-hub-hero-modern__lead{
    font-size:1rem;
    line-height:1.65;
  }

  .knowledge-hub-hero-modern__mini-grid,
  .knowledge-hub-article-grid{
    grid-template-columns:1fr;
  }

  .knowledge-hub-hero-modern__panel-card,
  .knowledge-hub-hero-modern__mini-grid div,
  .knowledge-article-card{
    border-radius:22px;
  }

  .knowledge-hub-articles-modern{
    padding:58px 0 68px;
  }

  .knowledge-hub-section-heading h2{
    font-size:clamp(1.9rem, 9vw, 2.6rem);
    line-height:1.06;
  }

  .knowledge-topic-nav{
    flex-direction:column;
    align-items:stretch;
  }

  .knowledge-topic-nav a{
    width:100%;
  }

  .knowledge-article-card__summary{
    padding:22px 20px 18px;
  }

  .knowledge-article-card__logo{
    top:16px;
    right:16px;
    width:34px;
  }

  .knowledge-article-card__summary h3{
    padding-right:44px;
    font-size:1.16rem;
  }

  .knowledge-article-card__content{
    padding:0 20px 22px;
  }
}

/* =========================
   KNOWLEDGE HUB BLOG CARDS
   VIEW MORE FIX
   ========================= */

.kh-articles-section {
  padding: 88px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
}

.kh-section-header {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.kh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(27, 102, 209, .08);
  color: #1b66d1;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.kh-section-header h2 {
  margin: 0 0 14px;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.kh-section-header p {
  margin: 0;
  color: #526072;
  font-size: 17px;
  line-height: 1.7;
}

/* Force all article cards, including View More cards, into the same 2 column grid */
.kh-articles-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: stretch;
}

.kh-article-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgba(217, 226, 236, .9);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.kh-article-card:hover {
  transform: translateY(-6px);
  border-color: rgba(27, 102, 209, .25);
  box-shadow: 0 24px 54px rgba(15, 23, 42, .12);
}

.kh-card-logo {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 8px;
}

.kh-article-date {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef5ff;
  color: #1b66d1;
  font-size: 13px;
  font-weight: 700;
}

.kh-article-card h3 {
  max-width: calc(100% - 52px);
  margin: 0 0 14px;
  color: #0f172a;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.kh-article-card p {
  margin: 0 0 22px;
  color: #526072;
  font-size: 15.5px;
  line-height: 1.65;
}

.kh-read-more {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: #1b66d1;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.kh-read-more:hover {
  text-decoration: underline;
}

/* Hidden cards stay hidden until button click */
.kh-hidden-blog {
  display: none !important;
}

.kh-hidden-blog.kh-blog-visible {
  display: block !important;
}

/* When shown, hidden cards become normal grid items */
.kh-hidden-blog.kh-blog-visible {
  display: flex !important;
  animation: khFadeInUp .35s ease both;
}

.kh-view-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.kh-view-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: #1b66d1;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(27, 102, 209, .24);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.kh-view-more-btn:hover {
  transform: translateY(-2px);
  background: #1559bb;
  box-shadow: 0 18px 38px rgba(27, 102, 209, .3);
}

.kh-view-more-btn:focus {
  outline: 3px solid rgba(27, 102, 209, .25);
  outline-offset: 3px;
}

@keyframes khFadeInUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 760px) {
  .kh-articles-section {
    padding: 64px 0;
  }

  .kh-articles-grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .kh-article-card {
    min-height: auto;
    padding: 24px;
  }

  .kh-card-logo {
    width: 36px;
    height: 36px;
    top: 20px;
    right: 20px;
  }

  .kh-article-card h3 {
    font-size: 20px;
    max-width: calc(100% - 46px);
  }
}