/* Start custom CSS for html, class: .elementor-element-f47603b */.em-power-label {
  --empl-text: #1f2937;
  --empl-heading: #111827;
  --empl-muted: #667085;
  --empl-line: #dfe5ec;
  --empl-soft: #f5f7fa;
  --empl-card: #ffffff;
  --empl-accent: #f2b72b;
  --empl-accent-dark: #765000;
  --empl-danger: #c8463b;
  --empl-danger-bg: #fff3f1;
  --empl-ok: #287a4a;
  --empl-ok-bg: #eef9f2;
  color: var(--empl-text);
  font-size: 17px;
  line-height: 1.7;
}

.em-power-label *,
.em-power-label *::before,
.em-power-label *::after {
  box-sizing: border-box;
}

.em-power-label h2 {
  margin: 46px 0 18px;
  color: var(--empl-heading);
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.2;
}

.em-power-label h3 {
  margin: 30px 0 12px;
  color: #172033;
  font-size: clamp(21px, 3vw, 26px);
  line-height: 1.3;
}

.em-power-label p,
.em-power-label ul,
.em-power-label ol {
  margin-top: 0;
  margin-bottom: 18px;
}

.em-power-label ul,
.em-power-label ol {
  padding-left: 24px;
}

.em-power-label li + li {
  margin-top: 8px;
}

.em-power-label a {
  color: var(--empl-accent-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-power-label a:hover {
  color: #493200;
}

.em-power-label code {
  display: inline-block;
  max-width: 100%;
  padding: 3px 7px;
  border: 1px solid var(--empl-line);
  border-radius: 6px;
  background: #f8fafc;
  color: #172033;
  overflow-wrap: anywhere;
}

.empl-lead {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--empl-line);
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: 0 12px 34px rgba(31, 41, 55, 0.07);
}

.empl-lead p:last-child {
  margin-bottom: 0;
}

.empl-eyebrow {
  margin-bottom: 10px !important;
  color: var(--empl-accent-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.empl-facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.empl-fact {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--empl-line);
  border-radius: 16px;
  background: var(--empl-card);
}

.empl-fact span {
  display: block;
  margin-bottom: 6px;
  color: var(--empl-muted);
  font-size: 14px;
}

.empl-fact strong {
  display: block;
  font-size: 18px;
  line-height: 1.3;
}

.empl-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 5px solid var(--empl-accent);
  border-radius: 10px;
  background: #fff9e8;
}

.empl-note--danger {
  border-left-color: var(--empl-danger);
  background: var(--empl-danger-bg);
}

.empl-toc {
  margin: 30px 0;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid var(--empl-line);
  border-radius: 18px;
  background: var(--empl-soft);
}

.empl-toc ol {
  columns: 2;
  column-gap: 42px;
  margin-bottom: 0;
}

.empl-toc li {
  break-inside: avoid;
}

.empl-io-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin: 24px 0;
}

.empl-io-card {
  padding: 24px;
  border: 1px solid var(--empl-line);
  border-radius: 16px;
  background: #fff;
}

.empl-io-card > span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 9px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.empl-io-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.empl-io-card p {
  margin-bottom: 0;
}

.empl-io-card--input > span {
  background: #eaf3ff;
  color: #285d92;
}

.empl-io-card--output > span {
  background: #fff2bd;
  color: #6d4a00;
}

.empl-io-arrow {
  color: var(--empl-accent-dark);
  font-size: 30px;
  font-weight: 800;
}

.empl-label-example,
.empl-adapter-label {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid var(--empl-line);
  border-radius: 14px;
  background: #172033;
  color: #fff;
}

.empl-label-example code {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: clamp(16px, 2.6vw, 21px);
  font-weight: 700;
  line-height: 1.5;
}

.empl-adapter-label p {
  margin-bottom: 8px;
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.empl-adapter-label p:last-child {
  margin-bottom: 0;
}

.empl-formula {
  margin: 22px 0;
  padding: 22px;
  border: 1px solid var(--empl-line);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.empl-formula strong {
  display: block;
  margin-bottom: 8px;
  color: var(--empl-heading);
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.2;
}

.empl-formula span {
  display: block;
  color: var(--empl-accent-dark);
  font-size: 19px;
  font-weight: 750;
}

.empl-table-wrap {
  width: 100%;
  margin: 22px 0;
  overflow-x: auto;
  border: 1px solid var(--empl-line);
  border-radius: 14px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.em-power-label table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.em-power-label th,
.em-power-label td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--empl-line);
  text-align: left;
  vertical-align: top;
}

.em-power-label th {
  background: #f3f5f8;
  color: var(--empl-heading);
  font-size: 15px;
}

.em-power-label tr:last-child td {
  border-bottom: 0;
}

.empl-calculations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.empl-calculations div {
  padding: 18px;
  border: 1px solid var(--empl-line);
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.empl-calculations span {
  display: block;
  margin-bottom: 5px;
  color: var(--empl-muted);
  font-size: 14px;
}

.empl-calculations strong {
  display: block;
  color: var(--empl-heading);
  font-size: 22px;
}

.empl-symbol-grid,
.empl-polarity-grid,
.empl-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.empl-symbol-card,
.empl-polarity-card,
.empl-card {
  padding: 22px;
  border: 1px solid var(--empl-line);
  border-radius: 16px;
  background: #fff;
}

.empl-symbol {
  display: block;
  margin-bottom: 8px;
  color: var(--empl-accent-dark);
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
}

.empl-symbol-card strong,
.empl-polarity-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 21px;
}

.empl-symbol-card p,
.empl-polarity-card p {
  margin-bottom: 0;
}

.empl-polarity-icon {
  display: block;
  margin-bottom: 10px;
  padding: 12px;
  border-radius: 10px;
  background: var(--empl-soft);
  color: var(--empl-heading);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
}

.empl-replacement {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin: 22px 0;
  padding: 20px;
  border: 1px solid var(--empl-line);
  border-radius: 16px;
}

.empl-replacement--ok {
  border-color: #9acdae;
  background: var(--empl-ok-bg);
}

.empl-replacement--bad {
  border-color: #e4aaa4;
  background: var(--empl-danger-bg);
}

.empl-replacement span {
  display: block;
  margin-bottom: 5px;
  color: var(--empl-muted);
  font-size: 14px;
}

.empl-replacement strong {
  display: block;
  font-size: 19px;
  line-height: 1.3;
}

.empl-replacement__mark {
  color: var(--empl-ok);
  font-size: 32px;
  font-weight: 900;
}

.empl-replacement--bad .empl-replacement__mark {
  color: var(--empl-danger);
}

.empl-steps {
  counter-reset: empl-step;
  list-style: none;
  padding-left: 0 !important;
}

.empl-steps li {
  position: relative;
  min-height: 48px;
  padding: 12px 16px 12px 54px;
  border-bottom: 1px solid var(--empl-line);
}

.empl-steps li::before {
  counter-increment: empl-step;
  content: counter(empl-step);
  position: absolute;
  top: 10px;
  left: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff2bd;
  color: #6d4a00;
  font-weight: 800;
  line-height: 30px;
  text-align: center;
}

.empl-card h3 {
  margin-top: 0;
}

.empl-card ul,
.empl-card ol {
  margin-bottom: 0;
}

.empl-card--danger {
  border-color: #e5a099;
  background: var(--empl-danger-bg);
}

.empl-conclusion {
  margin: 42px 0;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid #d6b24d;
  border-radius: 20px;
  background: #fffaf0;
}

.empl-conclusion h2 {
  margin-top: 0;
}

.empl-conclusion p:last-child {
  margin-bottom: 0;
}

.empl-faq {
  display: grid;
  gap: 12px;
}

.empl-faq details {
  border: 1px solid var(--empl-line);
  border-radius: 12px;
  background: #fff;
}

.empl-faq summary {
  cursor: pointer;
  padding: 17px 20px;
  font-weight: 750;
  line-height: 1.4;
}

.empl-faq details[open] summary {
  border-bottom: 1px solid var(--empl-line);
}

.empl-faq details p {
  margin: 0;
  padding: 16px 20px 20px;
}

.empl-related {
  margin: 42px 0 24px;
  padding: 24px;
  border: 1px solid var(--empl-line);
  border-radius: 16px;
  background: var(--empl-soft);
}

.empl-related h2 {
  margin-top: 0;
  font-size: 28px;
}

.empl-related ul {
  margin-bottom: 0;
}

.empl-cta {
  margin-top: 36px;
  padding: clamp(24px, 5vw, 42px);
  border-radius: 20px;
  background: #172033;
  color: #fff;
}

.empl-cta p {
  color: #fff;
}

.empl-cta__title {
  margin-bottom: 10px !important;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 800;
  line-height: 1.2;
}

.empl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.empl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  color: #fff !important;
  font-weight: 750;
  text-decoration: none !important;
}

.empl-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.empl-btn--primary {
  border-color: var(--empl-accent);
  background: var(--empl-accent);
  color: #2e2200 !important;
}

.empl-btn--primary:hover {
  background: #ffca3d;
}

@media (max-width: 1080px) {
  .empl-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .empl-calculations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .empl-toc ol {
    columns: 1;
  }

  .empl-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .em-power-label {
    font-size: 16px;
    line-height: 1.65;
  }

  .em-power-label h2 {
    margin-top: 38px;
  }

  .empl-facts,
  .empl-symbol-grid,
  .empl-polarity-grid,
  .empl-calculations {
    grid-template-columns: 1fr;
  }

  .empl-io-grid,
  .empl-replacement {
    grid-template-columns: 1fr;
  }

  .empl-io-arrow {
    transform: rotate(90deg);
    text-align: center;
  }

  .empl-replacement__mark {
    text-align: center;
  }

  .empl-lead,
  .empl-card,
  .empl-toc,
  .empl-conclusion,
  .empl-related,
  .empl-cta {
    border-radius: 14px;
  }

  .em-power-label th,
  .em-power-label td {
    padding: 12px 13px;
  }

  .empl-actions {
    flex-direction: column;
  }

  .empl-btn {
    width: 100%;
  }
}/* End custom CSS */