/* =========================================================================
   PD 4. Jak Manuku pouzivat
   Vyzaduje: assets/mth-base.css + product/_shared.css
   ========================================================================= */
.mth-pd-usage .mth-pd__row {
  gap: 0px;
}
.mth-pd-usage .mth-pd__row > div:nth-child(1) {
  border-radius: var(--mth-radius) 0 0 var(--mth-radius);
}
.mth-pd-usage .mth-pd__row > div:nth-child(2) {
  border-radius: 0 var(--mth-radius) var(--mth-radius) 0;
}
.mth-pd-usage .mth-pd__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mth-pd-usage .mth-pd__card.mth-pd__card--yellow {
  background: #fee49a;
}

.mth-pd-usage .mth-pd__title {
  margin-bottom: 26px;
  font-family: var(--mth-font-head) !important;
  text-align: center;
  color: #614b2b;
}

.mth-pd-usage__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mth-pd-usage__item {
  margin-bottom: 0 !important;
  padding: 20px 18px;
  border: 1px solid #8c6e45;
  text-align: center;
}
.mth-pd-usage__item:nth-child(1) {
  border-top-left-radius: 14px;
}
.mth-pd-usage__item:nth-child(2) {
  border-top-right-radius: 14px;
  border-left: 0px;
}
.mth-pd-usage__item:nth-child(3) {
  border-bottom-left-radius: 14px;
  border-top: 0px;
}
.mth-pd-usage__item:nth-child(4) {
  border-bottom-right-radius: 14px;
  border-left: 0px;
  border-top: 0px;
}
.mth-pd-usage__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  color: var(--mth-brown);
}
.mth-pd-usage__ico img,
.mth-pd-usage__ico svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.mth-pd-usage__item h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #614b2b;
}
.mth-pd-usage__item p {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  color: #8c6e45;
}

@media (max-width: 991px) {
  .mth-pd-usage .mth-pd__row > div:nth-child(1) {
    border-radius: var(--mth-radius) var(--mth-radius) 0 0;
  }
  .mth-pd-usage .mth-pd__row > div:nth-child(2) {
    border-radius: 0 0 var(--mth-radius) var(--mth-radius);
  }
}

@media (max-width: 575px) {
  .mth-pd-usage__grid {
    grid-template-columns: 1fr;
  }
  .mth-pd-usage__item {
    margin-bottom: 0 !important;
    padding: 20px 18px;
    border: 1px solid #8c6e45;
    text-align: center;
  }
  .mth-pd-usage__item:nth-child(1) {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .mth-pd-usage__item:nth-child(2) {
    border-radius: 0;
    border-top: 0;
    border-left: 1px solid #8c6e45;
  }
  .mth-pd-usage__item:nth-child(3) {
    border-radius: 0;
  }
  .mth-pd-usage__item:nth-child(4) {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    border-left: 1px solid #8c6e45;
  }
}
