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