/* TVUJORIGINAL CHECKOUT ASSURANCE v1.0.0
   Bezpečná informační nadstavba pro krok Doprava & platba.
   Nemění formuláře, radio inputy, ceny ani odeslání objednávky.
*/

body.in-krok-1 .tvo-checkout-assurance {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d8cec4;
  background: #fffdfb;
  color: #2f2a26;
  padding: 22px 20px;
  margin: 0 0 16px;
}

body.in-krok-1 .tvo-checkout-assurance *,
body.in-krok-1 .tvo-checkout-proof * {
  box-sizing: border-box;
}

body.in-krok-1 .tvo-checkout-assurance__eyebrow,
body.in-krok-1 .tvo-checkout-proof__eyebrow {
  margin: 0 0 7px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #9f9284;
}

body.in-krok-1 .tvo-checkout-assurance__title,
body.in-krok-1 .tvo-checkout-proof__title {
  margin: 0 0 14px;
  font-family: "Exo 2", sans-serif;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 700;
  color: #241f1b;
}

body.in-krok-1 .tvo-checkout-assurance__steps {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: tvo-checkout-step;
}

body.in-krok-1 .tvo-checkout-assurance__steps li {
  position: relative;
  min-height: 34px;
  margin: 0;
  padding: 5px 0 5px 40px;
  font-size: 15px;
  line-height: 1.45;
  color: #4a433d;
}

body.in-krok-1 .tvo-checkout-assurance__steps li::before {
  counter-increment: tvo-checkout-step;
  content: counter(tvo-checkout-step);
  position: absolute;
  left: 0;
  top: 3px;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid #cbbdaf;
  background: #f4eee8;
  color: #5a4f46;
  font-size: 13px;
  font-weight: 700;
  border-radius: 50%;
}

body.in-krok-1 .tvo-checkout-assurance__note {
  margin: 16px 0 0;
  padding-top: 15px;
  border-top: 1px solid #ece4dc;
  font-size: 14px;
  line-height: 1.5;
  color: #5f564f;
}

body.in-krok-1 .tvo-checkout-proof {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d8cec4;
  background: #f7f2ed;
  color: #2f2a26;
  padding: 20px;
  margin: 16px 0 0;
}

body.in-krok-1 .tvo-checkout-proof__title {
  margin-bottom: 12px;
  font-size: 20px;
}

body.in-krok-1 .tvo-checkout-proof__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.in-krok-1 .tvo-checkout-proof__list li {
  position: relative;
  margin: 0;
  padding: 6px 0 6px 24px;
  font-size: 14px;
  line-height: 1.4;
  color: #4a433d;
}

body.in-krok-1 .tvo-checkout-proof__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: 800;
  color: #7fa001;
}

body.in-krok-1 .tvo-checkout-proof__contact {
  margin: 15px 0 0;
  padding-top: 14px;
  border-top: 1px solid #ded3c9;
  font-size: 13px;
  line-height: 1.5;
  color: #5f564f;
}

body.in-krok-1 .tvo-checkout-proof__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

body.in-krok-1 .tvo-checkout-proof__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid #b9aa9b;
  background: #fff;
  color: #352f2a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: background-color .2s ease, border-color .2s ease;
}

body.in-krok-1 .tvo-checkout-proof__link:hover,
body.in-krok-1 .tvo-checkout-proof__link:focus {
  background: #efe7df;
  border-color: #9f9284;
  color: #241f1b;
  text-decoration: none;
}

@media (max-width: 991px) {
  body.in-krok-1 .tvo-checkout-assurance,
  body.in-krok-1 .tvo-checkout-proof {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  body.in-krok-1 .tvo-checkout-assurance,
  body.in-krok-1 .tvo-checkout-proof {
    padding: 18px 16px;
  }

  body.in-krok-1 .tvo-checkout-assurance__title,
  body.in-krok-1 .tvo-checkout-proof__title {
    font-size: 20px;
  }

  body.in-krok-1 .tvo-checkout-assurance__steps li {
    font-size: 14px;
  }

  body.in-krok-1 .tvo-checkout-proof__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}