.czv-cart-services {
  --czv-navy: #03172f;
  --czv-blue: #0b2d55;
  --czv-red: #c22b33;
  --czv-border: #dfe3e8;
  --czv-muted: #69727d;
  margin: 34px 0 26px;
  width: 100%;
  max-width: none;
  align-self: stretch;
  clear: both;
  order: 5;
  text-align: left;
  color: #132235;
  font-family: "Source Sans 3", Arial, sans-serif;
}

.czv-cart-services,
.czv-cart-services * {
  box-sizing: border-box;
}

.czv-cart-services__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--czv-navy);
}

.czv-cart-services__eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--czv-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.czv-cart-services h2 {
  margin: 0;
  color: var(--czv-navy);
  font: 700 clamp(27px, 3vw, 38px)/1.05 "Exo 2", Arial, sans-serif;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.czv-cart-services__price-label {
  flex: 0 0 auto;
  color: var(--czv-muted);
  font-size: 13px;
  font-weight: 700;
}

.czv-cart-services__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.czv-cart-services__item {
  border-bottom: 1px solid var(--czv-border);
}

.czv-cart-services__option {
  display: grid;
  grid-template-columns: 24px minmax(240px, 1fr) max-content;
  align-items: center;
  gap: 13px;
  min-height: 58px;
  margin: 0;
  padding: 11px 4px;
  cursor: pointer;
  transition: background-color .18s ease;
}

.czv-cart-services__option:hover {
  background: #f7f8fa;
}

.czv-cart-services__option.is-selected {
  background: #eef3f8;
  box-shadow: inset 5px 0 0 var(--czv-red);
}

.czv-cart-services__option.is-selected .czv-cart-services__name {
  color: var(--czv-red);
}

.czv-cart-services__option.is-selected .czv-cart-services__individual {
  padding: 5px 9px;
  color: #fff;
  background: var(--czv-navy);
}

.czv-cart-services__checkbox {
  position: static !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  clip: auto !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  width: 19px;
  height: 19px;
  margin: 0;
  accent-color: var(--czv-red);
  cursor: pointer;
}

.czv-cart-services__name {
  min-width: 0;
  color: var(--czv-navy);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.czv-cart-services__individual {
  color: var(--czv-blue);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition: color .18s ease, background-color .18s ease;
}

.czv-cart-services__notice {
  margin: 15px 0 0;
  padding-left: 14px;
  border-left: 3px solid var(--czv-red);
  color: var(--czv-muted);
  font-size: 13px;
  line-height: 1.55;
}

.in-kosik .cart-inner > .next-step {
  order: 6;
}

.in-kosik .cart-inner > .czv-cart-services {
  order: 5;
}
