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