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