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