/* Start custom CSS for html, class: .elementor-element-4ff2bb8 */.em-wire-check {
  --em-accent: #176447;
  --em-accent-dark: #0f4d36;
  --em-text: #20252b;
  --em-muted: #5d6670;
  --em-border: #dce3df;
  --em-soft: #f4f8f6;
  --em-warning: #fff7e8;
  --em-warning-border: #e4b85a;
  --em-danger-soft: #fff4f1;
  --em-danger-border: #d87864;
  color: var(--em-text);
  font-size: 17px;
  line-height: 1.7;
}

.em-wire-check,
.em-wire-check *,
.em-wire-check *::before,
.em-wire-check *::after {
  box-sizing: border-box;
}

.em-wire-check h2,
.em-wire-check h3 {
  color: var(--em-text);
  line-height: 1.28;
  scroll-margin-top: 90px;
}

.em-wire-check h2 {
  margin: 42px 0 16px;
  font-size: clamp(26px, 3.2vw, 36px);
}

.em-wire-check h3 {
  margin: 28px 0 10px;
  font-size: clamp(21px, 2.4vw, 27px);
}

.em-wire-check p {
  margin: 0 0 16px;
}

.em-wire-check ul,
.em-wire-check ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

.em-wire-check li {
  margin: 7px 0;
}

.em-wire-check a {
  color: var(--em-accent-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-wire-check a:hover {
  text-decoration-thickness: 2px;
}

.em-wire-check .em-lead {
  margin: 0 0 24px;
  padding: 20px 22px;
  border-left: 5px solid var(--em-accent);
  border-radius: 10px;
  background: var(--em-soft);
  font-size: 19px;
}

.em-wire-check .em-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 28px;
}

.em-wire-check .em-summary-card {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--em-border);
  border-radius: 12px;
  background: #fff;
}

.em-wire-check .em-summary-card strong {
  color: var(--em-accent-dark);
  font-size: 19px;
}

.em-wire-check .em-summary-card span {
  color: var(--em-muted);
}

.em-wire-check .em-toc {
  margin: 28px 0 38px;
  padding: 22px;
  border: 1px solid var(--em-border);
  border-radius: 12px;
  background: #fff;
}

.em-wire-check .em-toc > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
}

.em-wire-check .em-toc ol {
  columns: 2;
  column-gap: 38px;
  margin-bottom: 0;
}

.em-wire-check .em-toc li {
  break-inside: avoid;
}

.em-wire-check .em-note,
.em-wire-check .em-warning {
  margin: 24px 0;
  padding: 18px 20px;
  border-radius: 10px;
}

.em-wire-check .em-note {
  border: 1px solid var(--em-border);
  border-left: 5px solid var(--em-accent);
  background: var(--em-soft);
}

.em-wire-check .em-warning {
  border: 1px solid var(--em-warning-border);
  border-left: 5px solid var(--em-warning-border);
  background: var(--em-warning);
}

.em-wire-check .em-table-wrap {
  width: 100%;
  margin: 22px 0 26px;
  overflow-x: auto;
  border: 1px solid var(--em-border);
  border-radius: 12px;
  -webkit-overflow-scrolling: touch;
}

.em-wire-check table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  background: #fff;
}

.em-wire-check th,
.em-wire-check td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--em-border);
  text-align: left;
  vertical-align: top;
}

.em-wire-check th {
  background: var(--em-soft);
  font-weight: 700;
}

.em-wire-check tbody tr:last-child td {
  border-bottom: 0;
}

.em-wire-check .em-stage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 28px;
}

.em-wire-check .em-stage-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--em-border);
  border-radius: 12px;
  background: #fff;
}

.em-wire-check .em-stage-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--em-accent);
  font-weight: 700;
  font-size: 14px;
}

.em-wire-check .em-stage-card h3 {
  margin: 0 0 6px;
  font-size: 21px;
}

.em-wire-check .em-stage-card p {
  margin: 0;
  color: var(--em-muted);
}

.em-wire-check .em-process {
  display: grid;
  gap: 12px;
  padding-left: 0;
  counter-reset: em-step;
  list-style: none;
}

.em-wire-check .em-process li {
  position: relative;
  min-height: 72px;
  margin: 0;
  padding: 15px 18px 15px 64px;
  border: 1px solid var(--em-border);
  border-radius: 12px;
  background: #fff;
  counter-increment: em-step;
}

.em-wire-check .em-process li::before {
  content: counter(em-step);
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: var(--em-accent);
  font-weight: 700;
}

.em-wire-check .em-process strong {
  display: block;
  margin-bottom: 4px;
}

.em-wire-check .em-process span {
  color: var(--em-muted);
}

.em-wire-check .em-errors,
.em-wire-check .em-danger-list {
  padding: 0;
  list-style: none;
}

.em-wire-check .em-errors li,
.em-wire-check .em-danger-list li {
  margin: 0 0 12px;
  padding: 15px 18px;
  border-radius: 10px;
}

.em-wire-check .em-errors li {
  border: 1px solid var(--em-danger-border);
  background: var(--em-danger-soft);
}

.em-wire-check .em-danger-list li {
  border: 1px solid var(--em-warning-border);
  background: var(--em-warning);
}

.em-wire-check .em-regulations {
  margin: 22px 0 28px;
  padding: 20px 22px 20px 42px;
  border: 1px solid var(--em-border);
  border-radius: 12px;
  background: var(--em-soft);
}

.em-wire-check .em-cta {
  margin: 42px 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--em-border);
  border-radius: 16px;
  background: var(--em-soft);
}

.em-wire-check .em-cta h2 {
  margin-top: 0;
}

.em-wire-check .em-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 16px;
}

.em-wire-check .em-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 2px solid var(--em-accent);
  border-radius: 9px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, background-color 0.15s ease;
}

.em-wire-check .em-button:hover {
  transform: translateY(-1px);
}

.em-wire-check .em-button-primary {
  color: #fff;
  background: var(--em-accent);
}

.em-wire-check .em-button-primary:hover {
  color: #fff;
  background: var(--em-accent-dark);
}

.em-wire-check .em-button-secondary {
  color: var(--em-accent-dark);
  background: #fff;
}

.em-wire-check .em-cta-small {
  margin-bottom: 0;
  color: var(--em-muted);
  font-size: 15px;
}

.em-wire-check .em-faq {
  margin-top: 42px;
}

.em-wire-check .em-faq details {
  margin: 0 0 12px;
  border: 1px solid var(--em-border);
  border-radius: 10px;
  background: #fff;
}

.em-wire-check .em-faq summary {
  position: relative;
  padding: 17px 48px 17px 18px;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.em-wire-check .em-faq summary::-webkit-details-marker {
  display: none;
}

.em-wire-check .em-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--em-accent);
  font-size: 26px;
  line-height: 1;
}

.em-wire-check .em-faq details[open] summary::after {
  content: "−";
}

.em-wire-check .em-faq details p {
  margin: 0;
  padding: 0 18px 18px;
}

.em-wire-check .em-sources {
  margin-top: 42px;
  padding: 22px;
  border: 1px solid var(--em-border);
  border-radius: 12px;
  background: var(--em-soft);
}

.em-wire-check .em-sources h2 {
  margin-top: 0;
}

.em-wire-check .em-related {
  margin-top: 42px;
  padding-top: 8px;
  border-top: 1px solid var(--em-border);
}

@media (max-width: 760px) {
  .em-wire-check {
    font-size: 16px;
    line-height: 1.65;
  }

  .em-wire-check .em-lead {
    padding: 17px 18px;
    font-size: 17px;
  }

  .em-wire-check .em-summary-grid,
  .em-wire-check .em-stage-grid {
    grid-template-columns: 1fr;
  }

  .em-wire-check .em-toc {
    padding: 18px;
  }

  .em-wire-check .em-toc ol {
    columns: 1;
  }

  .em-wire-check .em-stage-card {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
  }

  .em-wire-check .em-stage-card > span {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .em-wire-check .em-actions {
    flex-direction: column;
  }

  .em-wire-check .em-button {
    width: 100%;
  }

  .em-wire-check th,
  .em-wire-check td {
    padding: 12px 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-wire-check .em-button {
    transition: none;
  }
}/* End custom CSS */