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