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