/* Start custom CSS for html, class: .elementor-element-03dfc19 */.em-tp-check {
  --em-text: #1c2530;
  --em-muted: #5b6673;
  --em-border: #dfe5eb;
  --em-soft: #f6f8fa;
  --em-accent: #d39b17;
  --em-accent-dark: #9b6e00;
  --em-danger-bg: #fff2f2;
  --em-danger-border: #d74b4b;
  --em-warning-bg: #fff8e7;
  --em-warning-border: #d79b20;
  --em-info-bg: #eef6ff;
  --em-info-border: #3579b8;
  color: var(--em-text);
  font-size: 17px;
  line-height: 1.72;
}

.em-tp-check,
.em-tp-check * {
  box-sizing: border-box;
}

.em-tp-check h2 {
  margin: 48px 0 18px;
  font-size: clamp(27px, 4vw, 36px);
  line-height: 1.2;
  color: var(--em-text);
}

.em-tp-check h3 {
  margin: 30px 0 12px;
  font-size: clamp(21px, 3vw, 25px);
  line-height: 1.3;
  color: var(--em-text);
}

.em-tp-check p {
  margin: 0 0 18px;
}

.em-tp-check ul,
.em-tp-check ol {
  margin: 0 0 24px;
  padding-left: 24px;
}

.em-tp-check li {
  margin-bottom: 9px;
}

.em-tp-check a {
  color: var(--em-accent-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-lead {
  margin-bottom: 25px;
  padding: 23px 25px;
  border-left: 5px solid var(--em-accent);
  border-radius: 10px;
  background: var(--em-soft);
  font-size: 19px;
  font-weight: 500;
}

.em-alert {
  margin: 26px 0;
  padding: 20px 22px;
  border: 1px solid;
  border-left-width: 5px;
  border-radius: 10px;
}

.em-alert p:last-child {
  margin-bottom: 0;
}

.em-alert-danger {
  background: var(--em-danger-bg);
  border-color: var(--em-danger-border);
}

.em-alert-warning {
  background: var(--em-warning-bg);
  border-color: var(--em-warning-border);
}

.em-alert-info {
  background: var(--em-info-bg);
  border-color: var(--em-info-border);
}

.em-quick {
  margin: 30px 0;
  padding: 24px;
  border: 2px solid var(--em-accent);
  border-radius: 14px;
  background: #fffdf6;
}

.em-quick h2 {
  margin-top: 0;
  font-size: 27px;
}

.em-quick ol {
  margin-bottom: 0;
}

.em-contents {
  margin: 32px 0 42px;
  padding: 24px;
  border: 1px solid var(--em-border);
  border-radius: 14px;
  background: #fff;
}

.em-contents > strong {
  display: block;
  margin-bottom: 12px;
  font-size: 21px;
}

.em-contents ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 24px;
  margin: 0;
  padding-left: 20px;
}

.em-contents li {
  margin: 0;
}

.em-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 24px 0;
}

.em-card {
  padding: 22px;
  border: 1px solid var(--em-border);
  border-radius: 14px;
  background: #fff;
}

.em-card h3 {
  margin-top: 0;
}

.em-card p:last-child {
  margin-bottom: 0;
}

.em-table-wrap {
  width: 100%;
  margin: 24px 0 30px;
  overflow-x: auto;
  border: 1px solid var(--em-border);
  border-radius: 12px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.em-tp-check table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 15.5px;
  line-height: 1.5;
}

.em-tp-check th,
.em-tp-check td {
  padding: 14px 15px;
  border-right: 1px solid var(--em-border);
  border-bottom: 1px solid var(--em-border);
  text-align: left;
  vertical-align: top;
}

.em-tp-check th {
  background: #f2f4f6;
  font-weight: 700;
}

.em-tp-check th:last-child,
.em-tp-check td:last-child {
  border-right: 0;
}

.em-tp-check tbody tr:last-child td {
  border-bottom: 0;
}

.em-tp-check tbody tr:nth-child(even) {
  background: #fafbfc;
}

.em-formula {
  margin: 22px 0;
  padding: 20px;
  border-radius: 10px;
  background: #202a35;
  color: #fff;
  text-align: center;
  font-size: 23px;
  line-height: 1.4;
}

.em-checklist {
  padding-left: 0 !important;
  list-style: none;
}

.em-checklist li {
  position: relative;
  padding-left: 30px;
}

.em-checklist li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 2px;
  color: #21824b;
  font-weight: 800;
}

.em-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}

.em-step {
  position: relative;
  min-height: 190px;
  padding: 52px 17px 18px;
  border: 1px solid var(--em-border);
  border-radius: 13px;
  background: #fff;
}

.em-step > span {
  position: absolute;
  top: 14px;
  left: 16px;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--em-accent);
  color: #1e1e1e;
  font-weight: 800;
}

.em-step h3 {
  margin: 0 0 9px;
  font-size: 18px;
}

.em-step p {
  margin: 0;
  color: var(--em-muted);
  font-size: 15px;
  line-height: 1.55;
}

.em-protocol {
  min-width: 850px !important;
}

.em-service {
  margin: 52px 0 40px;
  padding: 30px;
  border-radius: 16px;
  background: #202a35;
  color: #fff;
}

.em-service h2,
.em-service h3 {
  color: #fff;
}

.em-service p {
  color: #f2f4f6;
}

.em-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.em-button {
  display: inline-flex;
  min-height: 48px;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 9px;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease;
}

.em-button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
}

.em-button-main {
  border-color: var(--em-accent);
  background: var(--em-accent);
  color: #171717 !important;
}

.em-button-main:hover {
  background: #e0ab28;
}

.em-faq {
  margin: 0 0 16px;
  padding: 20px 22px;
  border: 1px solid var(--em-border);
  border-radius: 12px;
  background: #fff;
}

.em-faq h3 {
  margin-top: 0;
  font-size: 20px;
}

.em-faq p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .em-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .em-tp-check {
    font-size: 16px;
    line-height: 1.65;
  }

  .em-tp-check h2 {
    margin-top: 38px;
    font-size: 27px;
  }

  .em-tp-check h3 {
    font-size: 21px;
  }

  .em-lead,
  .em-alert,
  .em-quick,
  .em-contents,
  .em-card,
  .em-service,
  .em-faq {
    padding: 18px;
  }

  .em-contents ul,
  .em-grid-2,
  .em-steps {
    grid-template-columns: 1fr;
  }

  .em-step {
    min-height: auto;
  }

  .em-formula {
    font-size: 20px;
  }

  .em-actions {
    flex-direction: column;
  }

  .em-button {
    width: 100%;
  }

  .em-tp-check table {
    font-size: 14px;
  }

  .em-tp-check th,
  .em-tp-check td {
    padding: 11px 12px;
  }
}

@media (max-width: 420px) {
  .em-tp-check h2 {
    font-size: 25px;
  }

  .em-lead {
    font-size: 17px;
  }

  .em-formula {
    padding: 17px 12px;
    font-size: 18px;
  }
}/* End custom CSS */