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