/* Elements
--------------------------------------------- */
ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

html {
  scroll-padding-top: 140px;
}
@media screen and (max-width: 781px) {
  html {
    scroll-padding-top: 100px;
  }
}

h1.entry-title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 80px 0;
}

.entry-content {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
}
.entry-content h2.content-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  color: #27292D;
}
.entry-content h2.content-title::before, .entry-content h2.content-title::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #4DE878;
  margin: 0;
}
@media screen and (max-width: 896px) {
  .entry-content {
    padding: 4.2vw 6.1vw;
  }
  .entry-content h2 {
    margin-bottom: 4.2vw !important;
  }
}

.functions-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 3rem;
}
.functions-anchor a {
  background: #4DE878;
  border-radius: 8px;
  padding: 8px 16px;
  text-decoration: none;
  color: #27292D;
  font-weight: 700;
}
.functions-anchor a:hover {
  background-color: #44C167;
  color: #1F2023;
}
@media screen and (max-width: 896px) {
  .functions-anchor {
    margin-bottom: 4.2vw;
  }
}

.wp-block-columns .wp-block-column {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
}
.wp-block-columns .wp-block-column h2 {
  text-align: center;
  color: #263943;
  font-size: 1rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-image: linear-gradient(2.3deg, #2376D0, #25ACCA 43%, #20CD7A) 5;
  mask: linear-gradient(white, white);
  margin: 0;
  display: inline-block;
  padding: 0 8px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.wp-block-columns .wp-block-column p {
  color: #1F2023;
  font-size: 0.875rem;
  line-height: 1.2142857143;
}

/*# sourceMappingURL=features.css.map */
