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