/* Start custom CSS for html, class: .elementor-element-5c3952c */.em-usbc-charger {
  --emch-text: #1f2937;
  --emch-heading: #111827;
  --emch-muted: #667085;
  --emch-line: #dfe5ec;
  --emch-soft: #f5f7fa;
  --emch-card: #ffffff;
  --emch-accent: #f2b72b;
  --emch-accent-dark: #765000;
  --emch-danger: #c8463b;
  --emch-danger-bg: #fff3f1;
  color: var(--emch-text);
  font-size: 17px;
  line-height: 1.7;
}

.em-usbc-charger *,
.em-usbc-charger *::before,
.em-usbc-charger *::after {
  box-sizing: border-box;
}

.em-usbc-charger h2 {
  margin: 46px 0 18px;
  color: var(--emch-heading);
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.2;
}

.em-usbc-charger h3 {
  margin: 30px 0 12px;
  color: #172033;
  font-size: clamp(21px, 3vw, 26px);
  line-height: 1.3;
}

.em-usbc-charger p,
.em-usbc-charger ul,
.em-usbc-charger ol {
  margin-top: 0;
  margin-bottom: 18px;
}

.em-usbc-charger ul,
.em-usbc-charger ol {
  padding-left: 24px;
}

.em-usbc-charger li + li {
  margin-top: 8px;
}

.em-usbc-charger a {
  color: var(--emch-accent-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-usbc-charger a:hover {
  color: #493200;
}

.em-usbc-charger code {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.emch-lead {
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--emch-line);
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff 0%, #f7f9fc 100%);
  box-shadow: 0 12px 34px rgba(31, 41, 55, 0.07);
}

.emch-lead p:last-child {
  margin-bottom: 0;
}

.emch-eyebrow {
  margin-bottom: 10px !important;
  color: var(--emch-accent-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.emch-facts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.emch-fact {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--emch-line);
  border-radius: 16px;
  background: var(--emch-card);
}

.emch-fact span {
  display: block;
  margin-bottom: 6px;
  color: var(--emch-muted);
  font-size: 14px;
}

.emch-fact strong {
  display: block;
  font-size: 18px;
  line-height: 1.3;
}

.emch-note {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 5px solid var(--emch-accent);
  border-radius: 10px;
  background: #fff9e8;
}

.emch-note--warning {
  border-left-color: #d88918;
  background: #fff7e8;
}

.emch-toc {
  margin: 30px 0;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid var(--emch-line);
  border-radius: 18px;
  background: var(--emch-soft);
}

.emch-toc ol {
  columns: 2;
  column-gap: 42px;
  margin-bottom: 0;
}

.emch-toc li {
  break-inside: avoid;
}

.emch-choice-grid,
.emch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 24px 0;
}

.emch-choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emch-choice-card,
.emch-card {
  padding: 22px;
  border: 1px solid var(--emch-line);
  border-radius: 16px;
  background: #fff;
}

.emch-choice-card span {
  display: block;
  margin-bottom: 7px;
  color: var(--emch-muted);
  font-size: 14px;
}

.emch-choice-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--emch-heading);
  font-size: 21px;
  line-height: 1.3;
}

.emch-choice-card p {
  margin-bottom: 0;
}

.emch-card h3 {
  margin-top: 0;
}

.emch-card ul,
.emch-card ol {
  margin-bottom: 0;
}

.emch-card--danger {
  border-color: #e5a099;
  background: var(--emch-danger-bg);
}

.emch-table-wrap {
  width: 100%;
  margin: 22px 0;
  overflow-x: auto;
  border: 1px solid var(--emch-line);
  border-radius: 14px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.em-usbc-charger table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.em-usbc-charger th,
.em-usbc-charger td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--emch-line);
  text-align: left;
  vertical-align: top;
}

.em-usbc-charger th {
  background: #f3f5f8;
  color: var(--emch-heading);
  font-size: 15px;
}

.em-usbc-charger tr:last-child td {
  border-bottom: 0;
}

.emch-chain {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin: 24px 0;
}

.emch-chain > div:not(.emch-chain__arrow) {
  padding: 20px;
  border: 1px solid var(--emch-line);
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.emch-chain span {
  display: block;
  margin-bottom: 5px;
  color: var(--emch-muted);
  font-size: 14px;
}

.emch-chain strong {
  display: block;
  font-size: 18px;
  line-height: 1.3;
}

.emch-chain__arrow {
  color: var(--emch-accent-dark);
  font-size: 28px;
  font-weight: 800;
}

.emch-calculations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}

.emch-calculations div {
  padding: 20px;
  border: 1px solid var(--emch-line);
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.emch-calculations span {
  display: block;
  margin-bottom: 5px;
  color: var(--emch-muted);
  font-size: 14px;
}

.emch-calculations strong {
  display: block;
  color: var(--emch-heading);
  font-size: 22px;
}

.emch-label {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid var(--emch-line);
  border-radius: 14px;
  background: #172033;
}

.emch-label code {
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: clamp(16px, 2.6vw, 21px);
  font-weight: 700;
}

.emch-steps {
  counter-reset: emch-step;
  list-style: none;
  padding-left: 0 !important;
}

.emch-steps li {
  position: relative;
  min-height: 50px;
  padding: 12px 16px 12px 54px;
  border-bottom: 1px solid var(--emch-line);
}

.emch-steps li::before {
  counter-increment: emch-step;
  content: counter(emch-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;
}

.emch-checklist,
.emch-danger-list {
  list-style: none;
  padding-left: 0 !important;
}

.emch-checklist li,
.emch-danger-list li {
  position: relative;
  padding: 13px 16px 13px 46px;
  border-bottom: 1px solid var(--emch-line);
}

.emch-checklist li::before,
.emch-danger-list li::before {
  position: absolute;
  top: 11px;
  left: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
}

.emch-checklist li::before {
  content: "✓";
  background: #fff2bd;
  color: #775000;
}

.emch-danger-list li::before {
  content: "!";
  background: #ffe0dc;
  color: var(--emch-danger);
}

.emch-conclusion {
  margin: 42px 0;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid #d6b24d;
  border-radius: 20px;
  background: #fffaf0;
}

.emch-conclusion h2 {
  margin-top: 0;
}

.emch-conclusion p:last-child {
  margin-bottom: 0;
}

.emch-faq {
  display: grid;
  gap: 12px;
}

.emch-faq details {
  border: 1px solid var(--emch-line);
  border-radius: 12px;
  background: #fff;
}

.emch-faq summary {
  cursor: pointer;
  padding: 17px 20px;
  font-weight: 750;
  line-height: 1.4;
}

.emch-faq details[open] summary {
  border-bottom: 1px solid var(--emch-line);
}

.emch-faq details p {
  margin: 0;
  padding: 16px 20px 20px;
}

.emch-related {
  margin: 42px 0 24px;
  padding: 24px;
  border: 1px solid var(--emch-line);
  border-radius: 16px;
  background: var(--emch-soft);
}

.emch-related h2 {
  margin-top: 0;
  font-size: 28px;
}

.emch-related ul {
  margin-bottom: 0;
}

.emch-cta {
  margin-top: 36px;
  padding: clamp(24px, 5vw, 42px);
  border-radius: 20px;
  background: #172033;
  color: #fff;
}

.emch-cta p {
  color: #fff;
}

.emch-cta__title {
  margin-bottom: 10px !important;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 800;
  line-height: 1.2;
}

.emch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.emch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 10px;
  color: #fff !important;
  font-weight: 750;
  text-decoration: none !important;
}

.emch-btn:hover {
  background: rgba(255,255,255,.1);
}

.emch-btn--primary {
  border-color: var(--emch-accent);
  background: var(--emch-accent);
  color: #2e2200 !important;
}

.emch-btn--primary:hover {
  background: #ffca3d;
}

@media (max-width: 1080px) {
  .emch-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .emch-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .emch-toc ol {
    columns: 1;
  }

  .emch-grid {
    grid-template-columns: 1fr;
  }

  .emch-chain {
    grid-template-columns: 1fr;
  }

  .emch-chain__arrow {
    transform: rotate(90deg);
    text-align: center;
  }
}

@media (max-width: 680px) {
  .em-usbc-charger {
    font-size: 16px;
    line-height: 1.65;
  }

  .em-usbc-charger h2 {
    margin-top: 38px;
  }

  .emch-facts,
  .emch-choice-grid,
  .emch-calculations {
    grid-template-columns: 1fr;
  }

  .emch-lead,
  .emch-card,
  .emch-choice-card,
  .emch-toc,
  .emch-conclusion,
  .emch-related,
  .emch-cta {
    border-radius: 14px;
  }

  .em-usbc-charger th,
  .em-usbc-charger td {
    padding: 12px 13px;
  }

  .emch-actions {
    flex-direction: column;
  }

  .emch-btn {
    width: 100%;
  }
}/* End custom CSS */