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