.gkf-lp-grid {
  display: grid;
  grid-template-columns: repeat(var(--gkf-lp-columns, 3), minmax(0, 1fr));
  gap: 28px;
  width: 100%;
}
.gkf-lp-card { min-width: 0; background: #fff; overflow: hidden; }
.gkf-lp-image { display: block; aspect-ratio: 3 / 2; overflow: hidden; }
.gkf-lp-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gkf-lp-body { padding: 25px 30px 30px; }
.gkf-lp-category { display: block; margin-bottom: 10px; color: #174783; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.gkf-lp-title { margin: 0 0 12px; font-size: clamp(21px, 2vw, 28px); line-height: 1.35; font-weight: 700; }
.gkf-lp-title a { color: #162237; text-decoration: none; }
.gkf-lp-title a:hover, .gkf-lp-title a:focus { text-decoration: underline; }
.gkf-lp-date { display: block; color: #526174; font-size: 13px; }
.gkf-lp-excerpt { margin: 18px 0 0; color: #243246; font-size: 16px; line-height: 1.7; }
@media (max-width: 900px) { .gkf-lp-grid { grid-template-columns: repeat(min(2, var(--gkf-lp-columns, 3)), minmax(0, 1fr)); } }
@media (max-width: 600px) { .gkf-lp-grid { grid-template-columns: 1fr; gap: 24px; } .gkf-lp-body { padding: 20px 22px 25px; } }
