/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./resources/blocks/sticky-info-box/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.mt-sticky-info-text__card {
  position: sticky;
  top: 155px;
  background: var(--wp--preset--color--mt-box-background);
  border-radius: var(--wp--custom--mt-border-radius--box, 0px);
  padding: 40px;
}
@media screen and (max-width: 1536px) {
  .mt-sticky-info-text__card {
    padding: 24px;
  }
}
@media screen and (max-width: 1088px) {
  .mt-sticky-info-text__card {
    padding: 24px;
    position: static;
  }
}
.mt-sticky-info-text__card-title {
  font-size: 24px !important;
  margin: 0 0 16px !important;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--wp--preset--color--mt-border-secondary);
  color: var(--wp--preset--color--mt-title);
  font-weight: var(--wp--custom--mt-font-weight--bold, 700) !important;
}
@media screen and (max-width: 1536px) {
  .mt-sticky-info-text__card-title {
    font-size: 20px !important;
    margin: 0 0 8px !important;
    padding-bottom: 8px;
  }
}
.mt-sticky-info-text__card-body {
  margin-bottom: 24px;
}
.mt-sticky-info-text__card-body > *:first-child {
  margin-top: 0 !important;
}
.mt-sticky-info-text__card-body > *:last-child {
  margin-bottom: 0 !important;
}
.mt-sticky-info-text__card-body p,
.mt-sticky-info-text__card-body li {
  font-size: var(--wp--preset--font-size--mt-paragraph-desktop);
}
@media screen and (max-width: 1536px) {
  .mt-sticky-info-text__card-body p,
  .mt-sticky-info-text__card-body li {
    font-size: var(--wp--preset--font-size--mt-paragraph-laptop);
  }
}
@media screen and (max-width: 1088px) {
  .mt-sticky-info-text__card-body p,
  .mt-sticky-info-text__card-body li {
    font-size: var(--wp--preset--font-size--mt-paragraph-tablet);
  }
}
@media screen and (max-width: 800px) {
  .mt-sticky-info-text__card-body p,
  .mt-sticky-info-text__card-body li {
    font-size: var(--wp--preset--font-size--mt-paragraph-mobile);
  }
}
.mt-sticky-info-text__card-body p,
.mt-sticky-info-text__card-body li {
  line-height: 1.6;
  color: var(--wp--preset--color--mt-text-secondary);
  margin-top: 6px;
}
.mt-sticky-info-text__card-body strong {
  color: var(--wp--preset--color--mt-title);
}
.mt-sticky-info-text__card-body ul,
.mt-sticky-info-text__card-body ol {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}
.mt-sticky-info-text__button {
  display: block;
  width: 100%;
  padding: 16px 24px;
  border: 1px solid transparent;
  border-radius: var(--wp--custom--mt-border-radius--button, 0px);
  background: var(--wp--preset--color--mt-background);
  text-align: center;
  text-decoration: none;
  color: var(--wp--preset--color--mt-title);
  font-weight: var(--wp--custom--mt-font-weight--bold, 700);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.mt-sticky-info-text__button:hover {
  background-color: var(--wp--preset--color--mt-secondary-hover);
  border-color: var(--wp--preset--color--mt-border-secondary);
  color: var(--wp--preset--color--mt-title);
}

/*# sourceMappingURL=style-index.css.map*/