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