[id="zkhoist-lp"] {
  --orange: #e45826;
  --ink: #222;
  --muted: #777;
  --soft: #f6f6f6;
  --line: #d9d9d9;
  --shadow: 2px 0 2px rgba(0, 0, 0, .25), 0 2px 4px rgba(0, 0, 0, .15);
  --max: 1170px;
}

[id="zkhoist-lp"], [id="zkhoist-lp"] * { box-sizing: border-box; }

[id="zkhoist-lp"] {
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  scroll-behavior: smooth;
}

[id="zkhoist-lp"] {
  margin: 0;
  background: #fff;
  overflow-x: hidden;
  margin-top: 130px;
}

[id="zkhoist-lp"] img { display: block; max-width: 100%; }
[id="zkhoist-lp"] a { color: inherit; text-decoration: none; }
[id="zkhoist-lp"] button, [id="zkhoist-lp"] input, [id="zkhoist-lp"] textarea { font: inherit; }

[id="zkhoist-lp"] .mobile-header {
  display: none;
}

[id="zkhoist-lp"] .hero {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  color: #fff;
  background: #081018;
}

[id="zkhoist-lp"] .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

[id="zkhoist-lp"] .hero-inner {
  position: relative;
  z-index: 1;
  width: var(--max);
  height: 550px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(512px, 512px) 1fr;
  gap: 108px;
  align-items: center;
}

[id="zkhoist-lp"] .hero-copy {
  min-width: 512px;
  padding-top: 38px;
}

[id="zkhoist-lp"] .hero h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

[id="zkhoist-lp"] .hero-points {
  display: grid;
  gap: 12px;
  padding: 0 0 0 10px;
  margin: 30px 0 0;
  list-style: none;
}

[id="zkhoist-lp"] .hero-points li {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
[id="zkhoist-lp"] .hero-points li:before{
  display: none;
}

[id="zkhoist-lp"] .point-icon-img {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

[id="zkhoist-lp"] .point-icon {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1.6px solid rgba(255, 255, 255, .9);
}

[id="zkhoist-lp"] .point-hoist { border-radius: 4px 4px 12px 12px; }
[id="zkhoist-lp"] .point-quality { border-radius: 50%; }
[id="zkhoist-lp"] .point-value { border-radius: 50% 50% 8px 8px; }
[id="zkhoist-lp"] .point-icon::before,
[id="zkhoist-lp"] .point-icon::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, .9);
}
[id="zkhoist-lp"] .point-hoist::before { width: 12px; height: 8px; left: 8px; top: 6px; }
[id="zkhoist-lp"] .point-hoist::after { width: 8px; height: 8px; left: 10px; top: 17px; transform: rotate(45deg); background: transparent; border-right: 1.6px solid #fff; border-bottom: 1.6px solid #fff; }
[id="zkhoist-lp"] .point-quality::before { width: 2px; height: 12px; left: 13px; top: 5px; }
[id="zkhoist-lp"] .point-quality::after { width: 14px; height: 2px; left: 8px; top: 14px; transform: rotate(-35deg); }
[id="zkhoist-lp"] .point-value::before { width: 10px; height: 10px; left: 8px; top: 5px; background: transparent; border: 1.6px solid #fff; border-radius: 50%; }
[id="zkhoist-lp"] .point-value::after { width: 2px; height: 8px; left: 13px; top: 18px; }

[id="zkhoist-lp"] .hero-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 60px;
}

[id="zkhoist-lp"] .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 22px;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

[id="zkhoist-lp"] .btn.primary {
  background: var(--orange);
  color: #fff;
}

[id="zkhoist-lp"] .btn.outline {
  border: 2px solid var(--orange);
  color: var(--orange);
}

[id="zkhoist-lp"] .download-mark {
  position: relative;
  width: 15px;
  height: 20px;
  border: 2px solid currentColor;
}

[id="zkhoist-lp"] .download-mark::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 2px;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

[id="zkhoist-lp"] .download-icon-img {
  flex: 0 0 15px;
  width: 15px;
  height: 20px;
  object-fit: contain;
}

[id="zkhoist-lp"] .hero-media {
  position: relative;
  height: 430px;
}

[id="zkhoist-lp"] .hero-product {
  position: absolute;
  left: 0;
  top: 0;
  width: 550px;
  height: 416px;
  max-width: none;
  object-fit: contain;
}

[id="zkhoist-lp"] .certs {
  position: absolute;
  right: 0;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

[id="zkhoist-lp"] .certs img:nth-child(1) { width: 34px; }
[id="zkhoist-lp"] .certs img:nth-child(2) { width: 68px; }
[id="zkhoist-lp"] .certs img:nth-child(3) { width: 36px; }

[id="zkhoist-lp"] .page-stack {
  display: grid;
  gap: 100px;
  width: var(--max);
  margin: 100px auto;
}

[id="zkhoist-lp"] .section-title {
  display: grid;
  gap: 6px;
  margin-bottom: 30px;
}

[id="zkhoist-lp"] .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--orange) !important;
  font-size: 12px !important;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 0 !important;
}

[id="zkhoist-lp"] .eyebrow::before,
[id="zkhoist-lp"] .eyebrow::after {
  content: "";
  width: 16px;
  height: 2px;
  background: var(--orange);
}

[id="zkhoist-lp"] h2, [id="zkhoist-lp"] h3, [id="zkhoist-lp"] p { margin: 0; }

[id="zkhoist-lp"] h2 {
  max-width: none;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 600;
  white-space: nowrap;
}

[id="zkhoist-lp"] .product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
  row-gap: 40px;
}

[id="zkhoist-lp"] .product-card {
  position: relative;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  box-sizing: border-box;
/*  border-bottom: 6px solid transparent;*/
}

[id="zkhoist-lp"] .product-card.featured {
  grid-column: span 2;
  min-height: 440px;
  padding: 70px 30px 30px;
  box-sizing: border-box;
/*  border-bottom: 6px solid transparent;*/
}
article.product-card.featured:hover {
  border-bottom: 6px solid var(--orange);
  --shadow: 4px 0 4px rgba(0, 0, 0, .25), 0 4px 8px rgba(0, 0, 0, .15);
}
article.product-card.compact:hover {
  border-bottom: 6px solid var(--orange);
  --shadow: 4px 0 4px rgba(0, 0, 0, .25), 0 4px 8px rgba(0, 0, 0, .15);
}
[id="zkhoist-lp"] article.product-card.featured:hover h3{
  color: var(--orange);
}
article.product-card:hover .product-toggle strong{
  color: var(--orange);
}
[id="zkhoist-lp"] .featured-info {
  width: 260px;
}

[id="zkhoist-lp"] .featured h3,
[id="zkhoist-lp"] .compact strong {
/*  color: var(--orange);*/
  font-size: 18px;
  line-height: 1.2;
}

[id="zkhoist-lp"] .featured ul,
[id="zkhoist-lp"] .product-extra,
[id="zkhoist-lp"] .service-grid li,
[id="zkhoist-lp"] .component-list li {
  line-height: 1.3;
}

[id="zkhoist-lp"] .featured ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}

[id="zkhoist-lp"] .featured li,
[id="zkhoist-lp"] .service-grid li,
[id="zkhoist-lp"] .component-list li {
  color: var(--ink);
}

[id="zkhoist-lp"] .featured li {
  position: relative;
  padding-left: 16px;
  margin: 0;
}

[id="zkhoist-lp"] .featured li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 0;
}

[id="zkhoist-lp"] .featured li::before {
  left: 0;
  top: 8px;
}

[id="zkhoist-lp"] .featured img {
  position: absolute;
  left: 320px;
  top: 22px;
  width: 224px;
  height: 220px;
  object-fit: contain;
}

[id="zkhoist-lp"] .featured dl {
  position: absolute;
  left: 320px;
  top: 260px;
  display: grid;
  gap: 6px;
  margin: 0;
  text-transform: uppercase;
}

[id="zkhoist-lp"] .featured dl div {
  display: grid;
  grid-template-columns: 140px auto;
  gap: 4px;
}

[id="zkhoist-lp"] dt {
  color: var(--muted);
  font-size: 14px;
}

[id="zkhoist-lp"] dd {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
}

[id="zkhoist-lp"] .compact {
  min-height: 470px;
}

[id="zkhoist-lp"] .compact img {
  width: 100%;
  height: 186px;
  object-fit: contain;
}

[id="zkhoist-lp"] .capacity {
  position: absolute;
  right: 18px;
  top: 126px;
  text-align: right;
  color: var(--muted);
  text-transform: uppercase;
}

[id="zkhoist-lp"] .capacity strong {
  display: block;
  color: var(--muted);
  font-size: 16px;
}

[id="zkhoist-lp"] .capacity span {
  font-size: 12px;
}

[id="zkhoist-lp"] .product-toggle {
  width: 100%;
  border: 0;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

[id="zkhoist-lp"] .product-body {
  display: grid;
  gap: 16px;
  padding: 16px;
}

[id="zkhoist-lp"] .featured-mobile-body {
  display: none;
}

[id="zkhoist-lp"] .desktop-product-link {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: block;
  color: transparent;
  font-size: 0;
}

[id="zkhoist-lp"] .product-more-item {
  display: none;
}

[id="zkhoist-lp"] .product-toggle {
  padding: 0;
}

[id="zkhoist-lp"] .product-toggle strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

[id="zkhoist-lp"] .product-meta {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
}

[id="zkhoist-lp"] .product-features,
[id="zkhoist-lp"] .app-grid ul,
[id="zkhoist-lp"] .component-list ul,
[id="zkhoist-lp"] .service-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

[id="zkhoist-lp"] .product-features li,
[id="zkhoist-lp"] .app-grid li,
[id="zkhoist-lp"] .component-list li,
[id="zkhoist-lp"] .service-grid li {
  position: relative;
  padding-left: 16px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}

[id="zkhoist-lp"] .product-features li::before,
[id="zkhoist-lp"] .app-grid li::before,
[id="zkhoist-lp"] .component-list li::before,
[id="zkhoist-lp"] .service-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--orange);
  border-radius: 0;
}

[id="zkhoist-lp"] .app-grid,
[id="zkhoist-lp"] .service-grid {
  display: grid;
  grid-template-columns: repeat(3, 370px);
  gap: 30px;
}

[id="zkhoist-lp"] .app-grid article,
[id="zkhoist-lp"] .testing article {
  background: #fff;
  box-shadow: var(--shadow);
}

[id="zkhoist-lp"] .app-grid img {
  width: 100%;
  height: 246px;
  object-fit: cover;
  background: #f7f7f7;
}

[id="zkhoist-lp"] .app-grid h3,
[id="zkhoist-lp"] .testing h3 {
  padding: 16px 16px 0;
  font-size: 18px;
  line-height: 1.2;
}

[id="zkhoist-lp"] .app-grid ul,
[id="zkhoist-lp"] .testing p {
  padding: 12px 16px 24px;
  font-size: 16px;
  line-height: 1.3;
}

[id="zkhoist-lp"] .component-layout {
  position: relative;
  display: grid;
  grid-template-columns: 260px 650px 260px;
  min-height: 356px;
  gap: 0;
  align-items: center;
}

[id="zkhoist-lp"] .component-bg {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  z-index: 0;
  width: 630px;
  height: auto;
  object-fit: contain;
  justify-self: center;
  
}

[id="zkhoist-lp"] .component-visual {
  display: none;
}

[id="zkhoist-lp"] .component-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 76px;
}

[id="zkhoist-lp"] .component-list h3 {
  margin-bottom: 8px;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
}

[id="zkhoist-lp"] .component-list article {
  min-height: 140px;
  padding: 0;
  background: #fff;
  border-radius: 10px;
}

[id="zkhoist-lp"] .component-list.left {
  grid-column: 1;
  grid-row: 1;
}

[id="zkhoist-lp"] .component-list.right {
  grid-column: 3;
  grid-row: 1;
}

[id="zkhoist-lp"] .component-list.left article {
  padding-right: 0;
}

[id="zkhoist-lp"] .component-list.right article {
  padding-left: 0;
}

[id="zkhoist-lp"] .price-layout {
  display: grid;
  grid-template-columns: 770px 370px;
  gap: 30px;
  align-items: start;
}

[id="zkhoist-lp"] .table-wrap {
  position: relative;
  width: 770px;
  height: 276px;
  overflow: visible;
}

[id="zkhoist-lp"] .table-wrap::after {
  content: "";
  position: absolute;
  left: 386px;
  top: 0;
  z-index: 3;
  width: 170px;
  height: 272px;
  border: 2px solid var(--orange);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  pointer-events: none;
}

[id="zkhoist-lp"] .price-table {
  width: 770px;
  min-width: 770px;
  height: 276px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 2px solid #d9d9d9;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
}

[id="zkhoist-lp"] .cap-col { width: 90px; }
[id="zkhoist-lp"] .height-col { width: 140px; }
[id="zkhoist-lp"] .duty-col { width: 156px; }
[id="zkhoist-lp"] .zk-price-col { width: 170px; }
[id="zkhoist-lp"] .eu-price-col { width: 214px; }

[id="zkhoist-lp"] .price-table thead tr {
  height: 58px;
  background: #d9d9d9;
}

[id="zkhoist-lp"] .price-table th,
[id="zkhoist-lp"] .price-table td {
  padding: 0;
  border: 0;
  text-align: left;
  vertical-align: middle;
}

[id="zkhoist-lp"] .price-table th {
  height: 58px;
  background: #d9d9d9;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

[id="zkhoist-lp"] .price-table tbody tr {
  height: 36px;
}

[id="zkhoist-lp"] .price-table td {
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
}

[id="zkhoist-lp"] .price-table tbody tr:last-child td {
  border-bottom: 0;
}

[id="zkhoist-lp"] .price-table th:nth-child(1),
[id="zkhoist-lp"] .price-table td:nth-child(1) { padding-left: 35px; }
[id="zkhoist-lp"] .price-table th:nth-child(2),
[id="zkhoist-lp"] .price-table td:nth-child(2) { padding-left: 35px; }
[id="zkhoist-lp"] .price-table th:nth-child(3),
[id="zkhoist-lp"] .price-table td:nth-child(3) { padding-left: 35px; }
[id="zkhoist-lp"] .price-table th:nth-child(4),
[id="zkhoist-lp"] .price-table td:nth-child(4) { padding-left: 28px; }
[id="zkhoist-lp"] .price-table th:nth-child(5),
[id="zkhoist-lp"] .price-table td:nth-child(5) { padding-left: 60px; }

[id="zkhoist-lp"] .price-table th:nth-child(4) {
  position: relative;
  z-index: 4;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

[id="zkhoist-lp"] .price-table td:nth-child(4) {
  position: relative;
  z-index: 2;
  color: var(--orange);
  font-weight: 700;
  background: #fff;
}

[id="zkhoist-lp"] .save-card {
  position: relative;
  width: 370px;
  height: 276px;
  padding: 0;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .15), 0 0 4px rgba(0, 0, 0, .25);
}

[id="zkhoist-lp"] .save-card h3 {
  position: absolute;
  left: 88px;
  top: 16px;
  width: 194px;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

[id="zkhoist-lp"] .saving-chart {
  position: absolute;
  left: 27px;
  top: 60px;
  width: 304px;
  height: 204px;
}

[id="zkhoist-lp"] .axis-labels {
  position: absolute;
  left: 0;
  top: 0;
  width: 37px;
  height: 185px;
  color: #aaa;
  font-size: 14px;
  line-height: 1.2;
}

[id="zkhoist-lp"] .axis-labels span {
  position: absolute;
  left: 0;
}

[id="zkhoist-lp"] .axis-labels span:nth-child(1) { top: 0; }
[id="zkhoist-lp"] .axis-labels span:nth-child(2) { top: 43px; }
[id="zkhoist-lp"] .axis-labels span:nth-child(3) { top: 86px; }
[id="zkhoist-lp"] .axis-labels span:nth-child(4) { top: 129px; }
[id="zkhoist-lp"] .axis-labels span:nth-child(5) { top: 172px; }

[id="zkhoist-lp"] .saving-plot {
  position: absolute;
  left: 44px;
  top: 10px;
  width: 260px;
  height: 172px;
  background:
    linear-gradient(#eee, #eee) 0 0 / 100% 1px no-repeat,
    linear-gradient(#eee, #eee) 0 43px / 100% 1px no-repeat,
    linear-gradient(#eee, #eee) 0 86px / 100% 1px no-repeat,
    linear-gradient(#eee, #eee) 0 129px / 100% 1px no-repeat,
    linear-gradient(#d9d9d9, #d9d9d9) 0 100% / 100% 1px no-repeat;
}

[id="zkhoist-lp"] .saving-callout {
  position: absolute;
  left: 43px;
  top: 2px;
  z-index: 2;
  width: 76px;
  color: var(--orange);
  text-align: center;
}

[id="zkhoist-lp"] .saving-callout strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

[id="zkhoist-lp"] .saving-callout span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

[id="zkhoist-lp"] .saving-arrow {
  position: absolute;
  left: 96px;
  top: 12px;
  z-index: 1;
  width: 59px;
  height: 60px;
  background: url("/wp-content/themes/website/image/hoistlp/zkhoist-export/price-arrow.png") center / contain no-repeat;
}

[id="zkhoist-lp"] .saving-bar {
  position: absolute;
  bottom: 0;
  width: 60px;
}

[id="zkhoist-lp"] .saving-bar i {
  display: block;
  width: 60px;
}

[id="zkhoist-lp"] .saving-bar.zk {
  left: 43px;
}

[id="zkhoist-lp"] .saving-bar.zk i {
  height: 100px;
  background: var(--orange);
}

[id="zkhoist-lp"] .saving-bar.eu {
  left: 156px;
}

[id="zkhoist-lp"] .saving-bar.eu i {
  height: 182px;
  background: #d9d9d9;
}

[id="zkhoist-lp"] .saving-bar em {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translate(-50%, 100px);
  white-space: nowrap;
  font-style: normal;
  font-size: 12px;
  line-height: 1.3;
}

[id="zkhoist-lp"] .saving-bar.eu em {
  transform: translate(-50%, 182px);
  color: #555;
}

[id="zkhoist-lp"] .saving-bar.zk em {
  color: var(--orange);
}

[id="zkhoist-lp"] .note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 12px;
}

[id="zkhoist-lp"] .test-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

[id="zkhoist-lp"] .test-wide {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  grid-column: span 2;
  min-height: 186px;
  align-items: stretch;
}

[id="zkhoist-lp"] .testing img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  object-position: top;
  background: #eee;
}

[id="zkhoist-lp"] .test-wide img {
  width: 180px;
  height: 186px;
}

[id="zkhoist-lp"] .test-copy {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px 16px;
}

[id="zkhoist-lp"] .test-copy h3,
[id="zkhoist-lp"] .test-copy p {
  padding: 0;
}

[id="zkhoist-lp"] .slider-dots {
  display: none;
}

[id="zkhoist-lp"] .services {
  margin-bottom: 20px;
}

[id="zkhoist-lp"] .service-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

[id="zkhoist-lp"] .service-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 16px;
  row-gap: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}

[id="zkhoist-lp"] .service-grid h3 {
  font-size: 18px;
  line-height: 1.2;
}

[id="zkhoist-lp"] .service-grid ul {
  position: relative;
  grid-column: 2;
  gap: 4px;
  font-size: 16px;
}

[id="zkhoist-lp"] .service-icon {
  display: block;
  width: 36px;
  height: 32px;
  object-fit: contain;
}

@media (max-width: 1280px) {
  [id="zkhoist-lp"] { --max: min(1170px, calc(100vw - 48px)); }
  [id="zkhoist-lp"] .hero-inner { gap: 48px; }
  [id="zkhoist-lp"] .hero-product { width: min(48vw, 550px); }
}

@media (min-width: 721px) {
  [id="zkhoist-lp"] .hero-inner {
    min-height: 550px;
    height: auto;
  }

  [id="zkhoist-lp"] .hero-media {
    min-height: 430px;
    height: auto;
  }

  [id="zkhoist-lp"] .table-wrap,
  [id="zkhoist-lp"] .price-table,
  [id="zkhoist-lp"] .save-card {
    min-height: 276px;
    height: auto;
  }

  [id="zkhoist-lp"] .table-wrap::after {
    top: 0;
    bottom: 0;
    min-height: 272px;
    height: auto;
  }

}
