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