.xpk-top-banner {
  display: block;
  padding: 22px 0 18px;
  background: #fff;
}
.xpk-top-banner img {
  width: 100%;
  height: auto;
  min-height: 160px;
  max-height: 210px;
  object-fit: contain;
  border-radius: 0;
}
.xpk-home-lead {
  padding: 10px 0 18px;
  background: #fff;
}
.xpk-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 20px;
  align-items: stretch;
}
.xpk-feature-panel {
  min-height: 190px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6ece7;
  border-radius: 2px;
  box-shadow: none;
}
.xpk-feature-panel a {
  position: relative;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  min-height: 190px;
  color: var(--color-heading);
}
.xpk-feature-panel img {
  width: 240px;
  height: 190px;
  object-fit: cover;
  opacity: 1;
}
.xpk-feature-panel div {
  position: static;
  padding: 24px 28px 20px;
  background: #fff;
}
.xpk-feature-panel span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 8px;
  border: 1px solid #ff6b78;
  color: #f04455;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
}
.xpk-feature-panel h1 {
  max-width: none;
  margin: 0;
  color: var(--color-heading);
  font-size: 22px;
  line-height: 1.48;
  font-weight: 700;
  letter-spacing: 0;
}
.xpk-feature-panel p {
  max-width: none;
  margin: 12px 0 0;
  color: #68766e;
  font-size: 14px;
  line-height: 1.8;
}
.xpk-latest-box {
  padding: 0;
  align-self: stretch;
  border-radius: 2px;
  box-shadow: none;
}
.xpk-latest-box h2 {
  height: auto;
  margin: 0;
  padding: 12px 18px 10px 28px;
  border-bottom: 1px solid #edf1ed;
  color: var(--color-heading);
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.xpk-latest-box h2:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 16px;
  width: 4px;
  height: 18px;
  background: var(--color-primary);
  border-radius: 2px;
}
.xpk-latest-box a {
  display: block;
  margin: 0 14px;
  padding: 10px 0;
  border-bottom: 1px solid #edf1ed;
  color: #435c4d;
  font-size: 14px;
  line-height: 1.55;
}
.xpk-latest-box a:hover {
  color: var(--color-primary);
}
.xpk-latest-box a:last-child {
  border-bottom: 0;
}
.xpk-home-content {
  padding: 0 0 38px;
  background: #fff;
}
.xpk-module {
  margin-bottom: 18px;
  border-radius: 2px;
  box-shadow: none;
}
.xpk-case-feed,
.xpk-news-list {
  padding: 0 22px;
}
.xpk-case-feed .xpk-case-card,
.xpk-post-card {
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid #edf1ed;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: visible;
  transition: none;
}
.xpk-case-feed .xpk-case-card:last-child,
.xpk-post-card:last-child {
  border-bottom: 0;
}
.xpk-case-feed .xpk-case-card:hover,
.xpk-post-card:hover {
  transform: none;
  box-shadow: none;
}
.xpk-case-image,
.xpk-post-image {
  display: block;
  overflow: hidden;
  border-radius: 0;
  background: #f4f7f4;
}
.xpk-case-image img,
.xpk-post-image img {
  width: 178px;
  height: 118px;
  object-fit: cover;
  transition: none;
}
.xpk-case-card:hover img,
.xpk-post-card:hover .xpk-post-image img {
  transform: none;
}
.xpk-case-feed .xpk-card-body,
.xpk-post-card .xpk-card-body {
  padding: 0;
}
.xpk-case-feed .xpk-card-body h3,
.xpk-post-card .xpk-card-body h3 {
  margin: 0 0 6px;
  color: var(--color-heading);
  font-size: 17px;
  line-height: 1.55;
}
.xpk-hot-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  border: 1px solid #ff6976;
  color: #f04455;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  vertical-align: 1px;
}
.xpk-entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 7px;
  color: #9ba7a0;
  font-size: 12px;
}
.xpk-entry-meta span:before {
  content: "▣";
  margin-right: 4px;
  color: #c4ccc7;
  font-size: 10px;
}
.xpk-entry-meta time:before {
  content: "○";
  margin-right: 4px;
  color: #c4ccc7;
  font-size: 10px;
}
.xpk-case-feed .xpk-card-body p,
.xpk-post-card .xpk-card-body p {
  margin: 0;
  color: #66766c;
  font-size: 14px;
  line-height: 1.75;
}
.xpk-products-lite {
  background: #fbfdfb;
}
.xpk-product-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0 18px 16px;
}
.xpk-product-strip .xpk-product-card {
  border: 0;
  border-right: 1px solid #edf1ed;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  padding: 14px 12px 0;
  transition: none;
}
.xpk-product-strip .xpk-product-card:last-child {
  border-right: 0;
}
.xpk-product-strip .xpk-product-card:hover {
  transform: none;
  box-shadow: none;
}
.xpk-product-strip .xpk-product-image {
  background: #f5f8f5;
  border: 1px solid #edf1ed;
}
.xpk-product-strip .xpk-product-image img {
  width: 100%;
  height: 92px;
  object-fit: contain;
  padding: 8px;
}
.xpk-product-strip .xpk-card-body {
  padding: 10px 0 0;
}
.xpk-product-strip .xpk-card-body h3 {
  font-size: 14px;
  line-height: 1.45;
}
.xpk-product-strip .xpk-card-body p {
  display: none;
}
