.etn {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}
.etn p {
  margin: 0 0 1em;
}
.etn small {
  font-size: 0.875em;
}
.etn strong,
.etn b {
  font-weight: 600;
}
.etn em {
  font-style: italic;
}
.etn h1,
.etn h2,
.etn h3,
.etn h4,
.etn h5,
.etn h6 {
  font-family: "Orbitron", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2 !important;
  margin: 0 0 0.6em;
  letter-spacing: 0.01em;
}
.etn h1 {
  font-size: clamp(2rem, 1.1rem + 2.5vw, 3.25rem);
}
.etn h2 {
  font-size: clamp(1.6rem, 1rem + 1.8vw, 2.375rem);
}
.etn h3 {
  font-size: clamp(1.4rem, 0.95rem + 1.1vw, 1.9rem);
}
.etn h4 {
  font-size: clamp(1.1rem, 0.9rem + 0.8vw, 1.5rem);
}
.etn ul,
.etn ol {
  padding-inline-start: 1.25em;
  margin: 0 0 1.25em;
}
.etn blockquote {
  margin: 1.25em 0;
  padding: 0.75em 1em;
  border-inline-start: 3px solid #00a4e4;
  background: rgba(0, 0, 0, 0.03);
}
.etn code,
.etn pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.95em;
}
.etn pre {
  padding: 0.9em 1.1em;
  background: #0f111a;
  color: #e6e6e6;
  border-radius: 3px;
  overflow: auto;
}

/* ---------------------------------------------------------------------------
   WooCommerce Extra Content Styles (etn-wc-extra-content)
   Purpose: Adjust layout and spacing of Extra Content blocks for better UX and visual consistency
   Notes:   Only styles related to the ETN-WC Extra Content plugin
------------------------------------------------------------------------------ */
.etn-wc-extra-content {
  order: 15;
  width: 100%;
  max-width: 1100px;
  margin: 7.25rem auto 0 auto;
}
.etn-wc-extra-content__html h2 {
  font-size: clamp(1.4rem, 0.95rem + 1.1vw, 1.8rem) !important;
}
.etn-wc-extra-content__html > div {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .etn-wc-extra-content {
    padding: 0;
  }
}
@media (min-width: 782px) {
  .etn-wc-extra-content__html > div {
    flex-direction: column;
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
  }
}
@media (min-width: 900px) {
  .etn-wc-extra-content__html > div {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .etn-wc-extra-content {
    margin: 5.5rem auto 0 auto;
    padding: 0;
  }
}/*# sourceMappingURL=styles.css.map */