/* =========================================================
   Founárna – výraznější horní informační box nad značkami
   Samostatný doplňkový CSS soubor
   ========================================================= */

html body .founarna-brand-mode {
  display: none !important;
}

html body .founarna-category-guide {
  max-width: 980px !important;
  margin: 18px 0 26px 0 !important;
  padding: 0 !important;
}

html body .founarna-category-guide.founarna-category-guide--box {
  max-width: 980px !important;
  background: #ffffff !important;
  border: 1px solid #e4e7ee !important;
  border-radius: 20px !important;
  padding: 26px 30px !important;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.045) !important;
  box-sizing: border-box !important;
}

html body .founarna-category-guide .founarna-guide-step {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 5px 13px !important;
  margin: 0 0 12px 0 !important;
  background: #f3f6fb !important;
  border: 1px solid #dfe5ef !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  color: #4d5b73 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
}

html body .founarna-category-guide h2 {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  font-size: 32px !important;
  line-height: 1.16 !important;
  font-weight: 800 !important;
  color: #1f2328 !important;
}

html body .founarna-category-guide p {
  max-width: 760px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  color: #505965 !important;
}

html.brand-logos-only body .subcategories,
body.brand-logos-only .subcategories {
  margin-top: 8px !important;
}

@media (max-width: 767px) {
  html body .founarna-category-guide {
    margin: 12px 0 18px 0 !important;
  }

  html body .founarna-category-guide.founarna-category-guide--box {
    padding: 18px 16px !important;
    border-radius: 15px !important;
  }

  html body .founarna-category-guide .founarna-guide-step {
    min-height: 24px !important;
    padding: 4px 10px !important;
    margin-bottom: 10px !important;
    font-size: 12px !important;
  }

  html body .founarna-category-guide h2 {
    font-size: 25px !important;
    line-height: 1.2 !important;
  }

  html body .founarna-category-guide p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}
