/* Start custom CSS for html, class: .elementor-element-fe429f8 */.emno-article {
  --emno-text: #202833;
  --emno-muted: #5d6975;
  --emno-border: #dce3e8;
  --emno-light: #f5f8fa;
  --emno-blue: #075fa8;
  --emno-blue-dark: #064773;
  --emno-green: #177245;
  --emno-green-light: #edf8f1;
  --emno-yellow: #fff7dc;
  --emno-yellow-border: #e2bb38;
  --emno-red: #982b31;
  --emno-red-light: #fff1f1;
  --emno-orange: #b85d12;

  max-width: 1120px;
  margin: 0 auto;
  color: var(--emno-text);
  font-size: 17px;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.emno-article *,
.emno-article *::before,
.emno-article *::after {
  box-sizing: border-box;
}

.emno-article h2,
.emno-article h3 {
  color: var(--emno-text);
  line-height: 1.3;
  scroll-margin-top: 100px;
}

.emno-article h2 {
  margin: 46px 0 18px;
  font-size: clamp(26px, 3vw, 34px);
}

.emno-article h3 {
  margin: 28px 0 12px;
  font-size: clamp(20px, 2.2vw, 25px);
}

.emno-article p {
  margin: 0 0 18px;
}

.emno-article ul,
.emno-article ol {
  margin: 0 0 24px;
  padding-left: 26px;
}

.emno-article li {
  margin-bottom: 9px;
}

.emno-article a {
  color: var(--emno-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.emno-article a:hover,
.emno-article a:focus-visible {
  color: var(--emno-blue-dark);
}

.emno-answer {
  margin-bottom: 24px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--emno-green-light);
  border: 1px solid #b9ddc8;
  border-left: 6px solid var(--emno-green);
  border-radius: 16px;
}

.emno-answer p:last-child {
  margin-bottom: 0;
}

.emno-answer__label {
  margin-bottom: 10px !important;
  color: var(--emno-green);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.emno-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 30px;
}

.emno-fact {
  display: flex;
  min-height: 112px;
  padding: 18px;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid var(--emno-border);
  border-radius: 13px;
  box-shadow: 0 7px 20px rgba(31, 50, 66, 0.05);
}

.emno-fact span {
  color: var(--emno-muted);
  font-size: 14px;
}

.emno-fact strong {
  font-size: 20px;
  line-height: 1.3;
}

.emno-warning,
.emno-note,
.emno-danger {
  margin: 26px 0;
  padding: 20px 22px;
  border-radius: 12px;
}

.emno-warning {
  background: var(--emno-yellow);
  border: 1px solid var(--emno-yellow-border);
}

.emno-note {
  background: var(--emno-light);
  border: 1px solid var(--emno-border);
}

.emno-danger {
  color: #711d24;
  background: var(--emno-red-light);
  border: 1px solid #e0aaaa;
  border-left: 5px solid var(--emno-red);
}

.emno-toc {
  margin: 32px 0 40px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--emno-border);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(25, 44, 62, 0.06);
}

.emno-toc__title {
  margin-bottom: 12px !important;
  font-size: 20px;
  font-weight: 800;
}

.emno-toc ol {
  margin-bottom: 0;
}

.emno-checklist {
  padding-left: 0 !important;
  list-style: none;
}

.emno-checklist li {
  position: relative;
  padding-left: 30px;
}

.emno-checklist li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--emno-green);
  font-weight: 900;
}

.emno-table-wrap {
  width: 100%;
  margin: 24px 0 30px;
  overflow-x: auto;
  border: 1px solid var(--emno-border);
  border-radius: 14px;
  -webkit-overflow-scrolling: touch;
}

.emno-table {
  width: 100%;
  min-width: 840px;
  margin: 0;
  border-collapse: collapse;
  background: #fff;
}

.emno-table--wide {
  min-width: 1080px;
}

.emno-table th,
.emno-table td {
  padding: 15px 16px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid var(--emno-border);
  border-bottom: 1px solid var(--emno-border);
}

.emno-table th:last-child,
.emno-table td:last-child {
  border-right: 0;
}

.emno-table tr:last-child td {
  border-bottom: 0;
}

.emno-table th {
  background: #edf4f9;
  font-size: 15px;
  line-height: 1.4;
}

.emno-table tbody tr:nth-child(even) {
  background: #fafcfd;
}

.emno-decision,
.emno-voltage,
.emno-input-grid,
.emno-network-grid,
.emno-device-grid,
.emno-problems {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 30px;
}

.emno-decision section,
.emno-voltage > div,
.emno-input-card,
.emno-network-grid section,
.emno-device-grid section,
.emno-problems section {
  padding: 21px;
  background: #fff;
  border: 1px solid var(--emno-border);
  border-radius: 13px;
}

.emno-decision section {
  border-top-width: 5px;
}

.emno-decision__ok {
  border-top-color: var(--emno-green) !important;
}

.emno-decision__check {
  border-top-color: var(--emno-orange) !important;
}

.emno-decision h3,
.emno-device-grid h3,
.emno-problems h3 {
  margin-top: 0;
}

.emno-decision p:last-child,
.emno-device-grid p:last-child,
.emno-problems ul:last-child,
.emno-problems ol:last-child {
  margin-bottom: 0;
}

.emno-label {
  margin: 24px 0;
  padding: 20px;
  text-align: center;
  background: #edf4f9;
  border: 1px solid #b9cfde;
  border-radius: 12px;
}

.emno-label code,
.emno-input-card code {
  color: #17364d;
  font-size: 15px;
  font-weight: 700;
  white-space: normal;
}

.emno-voltage > div,
.emno-network-grid section {
  text-align: center;
  background: var(--emno-light);
}

.emno-voltage span,
.emno-voltage strong,
.emno-network-grid strong {
  display: block;
}

.emno-voltage span {
  margin-bottom: 7px;
  color: var(--emno-muted);
}

.emno-voltage strong,
.emno-network-grid strong {
  font-size: 23px;
}

.emno-network-grid__title {
  margin-bottom: 8px !important;
  color: var(--emno-muted);
  font-weight: 800;
}

.emno-network-grid p:last-child {
  margin: 10px 0 0;
}

.emno-input-card {
  border-top-width: 5px;
}

.emno-input-card--safe {
  border-top-color: var(--emno-green);
}

.emno-input-card--danger {
  border-top-color: var(--emno-red);
}

.emno-input-card--check {
  border-top-color: var(--emno-orange);
}

.emno-input-card code {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 10px;
  background: #edf4f9;
  border-radius: 7px;
}

.emno-input-card p:last-child {
  margin-bottom: 0;
}

.emno-power {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0;
}

.emno-power > div {
  padding: 22px;
  text-align: center;
  background: var(--emno-light);
  border: 1px solid var(--emno-border);
  border-radius: 13px;
}

.emno-power span,
.emno-power strong {
  display: block;
}

.emno-power span {
  margin-bottom: 7px;
  color: var(--emno-muted);
}

.emno-power strong {
  font-size: 22px;
}

.emno-formula {
  max-width: 680px;
  margin: 25px auto;
  padding: 22px;
  text-align: center;
  background: #edf4f9;
  border: 1px solid #b9cfde;
  border-radius: 13px;
}

.emno-formula strong {
  font-size: clamp(22px, 4vw, 31px);
  line-height: 1.3;
}

.emno-problems section {
  background: var(--emno-light);
}

.emno-myth {
  margin: 18px 0;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--emno-border);
  border-radius: 12px;
}

.emno-myth h3 {
  margin-top: 0;
}

.emno-myth p:last-child {
  margin-bottom: 0;
}

.emno-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: 46px 0;
  padding: clamp(24px, 5vw, 40px);
  color: #fff;
  background: linear-gradient(135deg, #075fa8, #073e6e);
  border-radius: 18px;
}

.emno-cta h2 {
  margin-top: 0;
  color: #fff;
}

.emno-cta p:last-child {
  margin-bottom: 0;
}

.emno-cta__actions {
  display: flex;
  min-width: 210px;
  flex-direction: column;
  gap: 12px;
}

.emno-button {
  display: inline-flex;
  min-height: 50px;
  padding: 12px 22px;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 10px;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

.emno-button--primary {
  color: var(--emno-blue-dark) !important;
  background: #fff;
}

.emno-button--secondary {
  color: #fff !important;
  background: transparent;
}

.emno-button--secondary:hover,
.emno-button--secondary:focus-visible {
  color: var(--emno-blue-dark) !important;
  background: #fff;
}

.emno-documents {
  padding: 22px;
  background: var(--emno-light);
  border: 1px solid var(--emno-border);
  border-radius: 14px;
}

.emno-documents ul:last-child {
  margin-bottom: 0;
}

.emno-faq {
  margin-top: 22px;
}

.emno-faq details {
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid var(--emno-border);
  border-radius: 12px;
  overflow: hidden;
}

.emno-faq summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}

.emno-faq summary::-webkit-details-marker {
  display: none;
}

.emno-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--emno-blue);
  font-size: 26px;
  line-height: 1;
  transform: translateY(-50%);
}

.emno-faq details[open] summary::after {
  content: "−";
}

.emno-faq details > div {
  padding: 0 20px 18px;
}

.emno-faq details p:last-child {
  margin-bottom: 0;
}

.emno-related {
  margin-top: 42px;
  padding: clamp(22px, 4vw, 32px);
  background: var(--emno-light);
  border: 1px solid var(--emno-border);
  border-radius: 16px;
}

.emno-related h2 {
  margin-top: 0;
}

.emno-related ul {
  margin-bottom: 0;
}

@media (max-width: 920px) {
  .emno-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emno-power {
    grid-template-columns: 1fr;
  }

  .emno-cta {
    grid-template-columns: 1fr;
  }

  .emno-cta__actions {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .emno-article {
    font-size: 16px;
    line-height: 1.68;
  }

  .emno-decision,
  .emno-voltage,
  .emno-input-grid,
  .emno-network-grid,
  .emno-device-grid,
  .emno-problems {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .emno-facts {
    grid-template-columns: 1fr;
  }

  .emno-fact {
    min-height: 92px;
  }

  .emno-answer,
  .emno-warning,
  .emno-note,
  .emno-danger,
  .emno-toc,
  .emno-related,
  .emno-documents {
    padding: 18px;
    border-radius: 10px;
  }

  .emno-article h2 {
    margin-top: 38px;
  }

  .emno-table th,
  .emno-table td {
    padding: 13px;
  }

  .emno-faq summary {
    padding: 16px 48px 16px 16px;
  }

  .emno-faq summary::after {
    right: 16px;
  }

  .emno-faq details > div {
    padding: 0 16px 16px;
  }
}/* End custom CSS */