/* SMARTASY – style strony (nie trzymać w treści WP) */

.page-id-16856 .block-content.wide .text strong,
.page-id-16856 .block-content.wide .text b,
.block-content.wide .text strong,
.block-content.wide .text b {
  font-weight: 700 !important;
  color: #111 !important;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.block-content.wide .text ul,
.block-content.wide .text ol {
  margin: 0 0 1em;
  padding: 0;
  list-style: none !important;
}

.block-content.wide .text ul li,
.block-content.wide .text ol li {
  position: relative;
  padding-left: 2em;
  margin: 0.5em 0;
  list-style: none !important;
}

.block-content.wide .text ul li:before {
  content: "";
  position: absolute;
  left: 0.8em;
  top: 0.6em;
  width: 0.4em;
  height: 0.4em;
  background: #bcbcbc;
}

.block-content.wide .text ol {
  counter-reset: ol;
}

.block-content.wide .text ol li {
  counter-increment: ol;
}

.block-content.wide .text ol li:before {
  content: counter(ol) ".";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 2em;
  color: #bcbcbc;
  font-size: 0.8em;
  text-align: right;
}

.smartasy-kapitula {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em 1.25em;
  margin: 1.5em 0 2em;
  clear: both;
}

.smartasy-kapitula__item {
  display: grid;
  grid-template-columns: 101px 1fr;
  column-gap: 0.75em;
  row-gap: 0.15em;
  align-items: start;
  margin: 0;
}

.smartasy-kapitula__item img {
  grid-column: 1;
  grid-row: 1 / span 20;
  display: block;
  width: 101px;
  height: 101px;
  max-width: 101px;
  float: none !important;
  margin: 0 !important;
}

.smartasy-kapitula__item > *:not(img) {
  grid-column: 2;
  margin: 0;
  line-height: 1.35;
}

.smartasy-kapitula__item p {
  margin: 0;
  line-height: 1.35;
}

.smartasy-kapitula__item strong {
  display: block;
  font-weight: 700 !important;
  margin: 0;
}

.smartasy-faq {
  margin: 1.5em 0 2em;
  clear: both;
}

.smartasy-faq__item {
  margin: 0 0 1.25em;
  padding: 0 0 1.25em;
  border-bottom: 1px solid #e5e5e5;
}

.smartasy-faq__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.smartasy-faq__q {
  display: block;
  margin: 0 0 0.4em;
  font-weight: 700 !important;
  line-height: 1.35;
  color: #555;
}

.smartasy-faq__a {
  margin: 0;
  line-height: 1.45;
}

.smartasy-faq__a a {
  font-weight: 700;
}

@media (max-width: 900px) {
  .smartasy-kapitula {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .smartasy-kapitula {
    grid-template-columns: 1fr;
  }
}
