/* Start custom CSS for text-editor, class: .elementor-element-1f266f23 */:root {
  --percko-border: #e6e6e6;
  --percko-gray: #bdbdbd;
}


.percko-compare {
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid var(--percko-gray);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin: 24px auto;
  width: 100%;
  max-width: 70%;
  background-color: #e7f6f6;
}

.percko-col {
  padding: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.percko-item {
  padding: 10px 0;
  border-top: 1px solid var(--percko-border);
  line-height: 1.4;
}

.percko-common {
  padding: 12px;
  background: #e8e8e8;
  border-top: 1px solid var(--percko-gray);
  text-align: center;
  font-weight: 600;
}

.percko-head {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--percko-border);
}

.percko-prod-sub {
  opacity: 0.8;
  font-weight: 600;
}

.percko-head .percko-flex {
  color: #7fd3dd;
}

.percko-compare img {
  max-width: 100%;
  height: auto;
  display: block;
}

.percko-compare--gilets .percko-col > img {
  max-width: 402px;
  margin: 12px auto 6px;
}/* End custom CSS */