@charset "UTF-8";
/*
 *
 *
 *  HP - Pruh výkup - Alza.cz
 *
 *   
 *  Autorem souboru je Marek Říha - marek.riha@alza.cz
 *  V případě úprav se na něj neváhejte obrátit.
 *
 *
*/
body {
  margin: 0;
}

#wdd-usp.wdd-usp {
  width: 100%;
  max-width: 1084px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  container: layout/inline-size;
  background: linear-gradient(to bottom, #164194 0%, rgb(57, 50.5, 139.5) 60%, #5C2483 100%);
}
#wdd-usp.wdd-usp *,
#wdd-usp.wdd-usp *:after,
#wdd-usp.wdd-usp *:before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
#wdd-usp.wdd-usp .wdd-usp-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  padding-inline: 32px;
}
#wdd-usp.wdd-usp .wdd-usp-content-text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  gap: 2px;
}
#wdd-usp.wdd-usp .wdd-usp-content-text__hdl {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, “Segoe UI”, "Helvetica CE", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.5;
}
#wdd-usp.wdd-usp .wdd-usp-content-text__subhdl {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, “Segoe UI”, "Helvetica CE", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #E6E6E6;
  line-height: 1.5;
}
#wdd-usp.wdd-usp .wdd-usp-content__img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-end;
  align-items: flex-start;
  padding-block: 2px 0;
}
#wdd-usp.wdd-usp .wdd-usp-content-features {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 32px;
  padding-block: 12px;
}
#wdd-usp.wdd-usp .wdd-usp-content-features-single {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 8px;
}
#wdd-usp.wdd-usp .wdd-usp-content-features-single__text {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, “Segoe UI”, "Helvetica CE", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #E6E6E6;
  text-align: center;
  line-height: 1.5;
}
#wdd-usp.wdd-usp .wdd-usp-content__btn {
  display: table;
  margin: auto 0;
  background: #D9E4F9;
  padding-block: 8px;
  padding-inline: 12px;
  border-radius: 8px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, “Segoe UI”, "Helvetica CE", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #164194;
  text-decoration: none;
  transition: all 0.222s ease-in-out;
}
#wdd-usp.wdd-usp .wdd-usp-content__btn:hover {
  background: rgb(181.7636363636, 202.9636363636, 243.4363636364);
}
@container layout (inline-size < 1000px) {
  #wdd-usp.wdd-usp .wdd-usp-content {
    padding-inline: 16px;
    padding-block: 16px;
    flex-direction: column;
    gap: 24px;
  }
  #wdd-usp.wdd-usp .wdd-usp-content-text__hdl {
    text-align: center;
    width: 100%;
  }
  #wdd-usp.wdd-usp .wdd-usp-content-text__subhdl {
    text-align: center;
    width: 100%;
  }
  #wdd-usp.wdd-usp .wdd-usp-content-features {
    justify-content: center;
    gap: 8px;
    padding-block: 0px;
  }
  #wdd-usp.wdd-usp .wdd-usp-content-features-single {
    flex: 1;
  }
  #wdd-usp.wdd-usp .wdd-usp-content__btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #wdd-usp.wdd-usp .wdd-usp-content__img {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */