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