/* Start custom CSS for html, class: .elementor-element-055a8ae */.em-khr {
  --em-text: #20262c;
  --em-muted: #606a74;
  --em-border: #dde3e7;
  --em-soft: #f5f7f8;
  --em-accent: #e7a600;
  --em-accent-dark: #725300;
  --em-dark: #17212b;
  --em-note: #f2f7ff;
  --em-note-border: #b9d2ef;
  --em-danger: #8a2525;
  --em-danger-bg: #fff3f3;
  max-width: 1060px;
  margin: 0 auto;
  color: var(--em-text);
  font-size: 18px;
  line-height: 1.68;
}

.em-khr,
.em-khr * {
  box-sizing: border-box;
}

.em-khr h1,
.em-khr h2,
.em-khr h3 {
  color: #14191e;
  line-height: 1.22;
  text-wrap: balance;
}

.em-khr h1 {
  margin: 0 0 22px;
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -0.035em;
}

.em-khr h2 {
  margin: 58px 0 20px;
  font-size: clamp(28px, 3.5vw, 41px);
  letter-spacing: -0.025em;
}

.em-khr h3 {
  margin: 30px 0 12px;
  font-size: clamp(22px, 2.4vw, 28px);
}

.em-khr p {
  margin: 0 0 20px;
}

.em-khr a {
  color: #17558f;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-khr__hero {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--em-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(231, 166, 0, 0.19), transparent 31%),
    linear-gradient(135deg, #fff 0%, #f6f8f9 100%);
}

.em-khr__eyebrow {
  margin-bottom: 14px !important;
  color: var(--em-accent-dark);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.em-khr__lead {
  max-width: 910px;
  color: #35404a;
  font-size: clamp(19px, 2.2vw, 23px);
}

.em-khr__answer {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 5px solid var(--em-accent);
  border-radius: 0 14px 14px 0;
  background: #fff8e4;
}

.em-khr__toc {
  margin: 34px 0 18px;
  padding: 24px 28px;
  border: 1px solid var(--em-border);
  border-radius: 18px;
  background: #fff;
}

.em-khr__toc strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.em-khr__toc ol {
  columns: 2;
  column-gap: 44px;
  margin: 0;
  padding-left: 24px;
}

.em-khr__toc li {
  margin: 7px 0;
  break-inside: avoid;
}

.em-khr__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 25px 0 31px;
}

.em-khr__grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.em-khr__card {
  padding: 23px;
  border: 1px solid var(--em-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 28, 36, 0.045);
}

.em-khr__card h3 {
  margin-top: 0;
  font-size: 21px;
}

.em-khr__card p:last-child {
  margin-bottom: 0;
}

.em-khr__note,
.em-khr__warning {
  margin: 27px 0;
  padding: 22px 24px;
  border-radius: 16px;
}

.em-khr__note {
  border: 1px solid var(--em-note-border);
  background: var(--em-note);
}

.em-khr__warning {
  border: 1px solid #e9b6b6;
  background: var(--em-danger-bg);
  color: #681d1d;
}

.em-khr__symptoms,
.em-khr__list {
  margin: 23px 0 28px;
  padding: 0;
  list-style: none;
}

.em-khr__symptoms li,
.em-khr__list li {
  position: relative;
  margin: 12px 0;
  padding: 18px 20px 18px 54px;
  border: 1px solid var(--em-border);
  border-radius: 14px;
  background: #fff;
}

.em-khr__symptoms li::before,
.em-khr__list li::before {
  position: absolute;
  top: 18px;
  left: 20px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #f3dfaa;
  color: #594000;
  font-size: 14px;
  font-weight: 900;
  content: "✓";
}

.em-khr__list--danger li::before {
  background: #f7d0d0;
  color: var(--em-danger);
  content: "!";
}

.em-khr__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0;
}

.em-khr__steps > div {
  position: relative;
  min-height: 176px;
  padding: 25px 24px 23px 82px;
  border: 1px solid var(--em-border);
  border-radius: 18px;
  background: #fff;
}

.em-khr__steps span {
  position: absolute;
  top: 24px;
  left: 23px;
  color: var(--em-accent-dark);
  font-size: 24px;
  font-weight: 900;
}

.em-khr__steps h3 {
  margin-top: 0;
  font-size: 22px;
}

.em-khr__steps p:last-child {
  margin-bottom: 0;
}

.em-khr__table-wrap {
  width: 100%;
  margin: 26px 0 31px;
  overflow-x: auto;
  border: 1px solid var(--em-border);
  border-radius: 16px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.em-khr table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.em-khr th,
.em-khr td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--em-border);
  vertical-align: top;
  text-align: left;
}

.em-khr th {
  background: #edf1f3;
  color: #182027;
  font-size: 16px;
  line-height: 1.35;
}

.em-khr tbody tr:nth-child(even) {
  background: #fafbfb;
}

.em-khr tbody tr:last-child td {
  border-bottom: 0;
}

.em-khr__related {
  padding: 18px 20px;
  border: 1px solid var(--em-border);
  border-radius: 14px;
  background: var(--em-soft);
}

.em-khr__process {
  counter-reset: em-process;
  margin: 25px 0;
  padding: 0;
  list-style: none;
}

.em-khr__process li {
  position: relative;
  min-height: 72px;
  margin: 12px 0;
  padding: 20px 22px 20px 76px;
  border: 1px solid var(--em-border);
  border-radius: 16px;
  background: #fff;
  counter-increment: em-process;
}

.em-khr__process li::before {
  position: absolute;
  top: 17px;
  left: 20px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--em-dark);
  color: #fff;
  font-weight: 850;
  content: counter(em-process);
}

.em-khr__cost {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.em-khr__cost article {
  padding: 27px;
  border: 1px solid var(--em-border);
  border-radius: 18px;
  background: #fff;
}

.em-khr__cost span {
  display: block;
  color: var(--em-muted);
  font-size: 15px;
  font-weight: 700;
}

.em-khr__cost strong {
  display: block;
  margin: 7px 0 10px;
  color: #151b20;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.1;
}

.em-khr__cost p:last-child {
  margin-bottom: 0;
}

.em-khr__mistakes {
  counter-reset: em-mistake;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.em-khr__mistakes li {
  position: relative;
  margin: 14px 0;
  padding: 20px 22px 20px 70px;
  border: 1px solid var(--em-border);
  border-radius: 16px;
  background: #fff;
  counter-increment: em-mistake;
}

.em-khr__mistakes li::before {
  position: absolute;
  top: 18px;
  left: 20px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #f1d9d9;
  color: #762222;
  font-weight: 850;
  content: counter(em-mistake);
}

.em-khr__docs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 26px 0;
}

.em-khr__docs article {
  padding: 23px;
  border: 1px solid var(--em-border);
  border-radius: 17px;
  background: #fff;
}

.em-khr__docs h3 {
  margin-top: 0;
  font-size: 21px;
}

.em-khr__docs p:last-child {
  margin-bottom: 0;
}

.em-khr blockquote {
  margin: 28px 0;
  padding: 22px 26px;
  border-left: 5px solid #56616b;
  border-radius: 0 14px 14px 0;
  background: var(--em-soft);
  color: #30383f;
  font-style: normal;
}

.em-khr details {
  margin: 12px 0;
  border: 1px solid var(--em-border);
  border-radius: 14px;
  background: #fff;
}

.em-khr summary {
  padding: 18px 52px 18px 20px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.4;
}

.em-khr details p {
  padding: 0 20px 20px;
  color: var(--em-muted);
}

.em-khr__checklist {
  margin-top: 55px;
  padding: clamp(27px, 4vw, 44px);
  border-radius: 23px;
  background: var(--em-dark);
  color: #f5f7f8;
}

.em-khr__checklist h2 {
  margin-top: 0;
  color: #fff;
}

.em-khr__checklist ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 34px;
  margin-bottom: 0;
  padding-left: 24px;
}

.em-khr__cta {
  margin-top: 38px;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid #e4cf96;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff9e9 0%, #fff 100%);
}

.em-khr__cta h2 {
  margin-top: 0;
}

.em-khr__cta-note {
  color: #4f5962;
  font-size: 16px;
}

.em-khr__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.em-khr__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 1px solid var(--em-dark);
  border-radius: 12px;
  background: var(--em-dark);
  color: #fff !important;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.em-khr__button--secondary {
  background: #fff;
  color: var(--em-dark) !important;
}

.em-khr__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(23, 33, 43, 0.16);
}

@media (max-width: 900px) {
  .em-khr__grid,
  .em-khr__grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .em-khr {
    font-size: 17px;
  }

  .em-khr__toc ol {
    columns: 1;
  }

  .em-khr__steps,
  .em-khr__cost,
  .em-khr__docs,
  .em-khr__checklist ol {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .em-khr__hero,
  .em-khr__cta,
  .em-khr__checklist {
    border-radius: 18px;
  }

  .em-khr__hero {
    padding: 24px 20px;
  }

  .em-khr h1 {
    font-size: 34px;
  }

  .em-khr h2 {
    margin-top: 46px;
    font-size: 29px;
  }

  .em-khr__toc,
  .em-khr__card,
  .em-khr__note,
  .em-khr__warning {
    padding: 20px;
  }

  .em-khr__grid,
  .em-khr__grid--four {
    grid-template-columns: 1fr;
  }

  .em-khr__steps > div {
    padding: 66px 20px 20px;
  }

  .em-khr__steps span {
    top: 18px;
    left: 20px;
  }

  .em-khr__process li,
  .em-khr__mistakes li {
    padding: 62px 18px 18px;
  }

  .em-khr__process li::before,
  .em-khr__mistakes li::before {
    top: 16px;
    left: 18px;
  }

  .em-khr th,
  .em-khr td {
    padding: 14px;
  }

  .em-khr__actions {
    flex-direction: column;
  }

  .em-khr__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-khr__button {
    transition: none;
  }
}/* End custom CSS */