/* Start custom CSS for html, class: .elementor-element-b571667 */.emr-pipe-noise {
  --emr-blue: #1769aa;
  --emr-blue-dark: #0f4f83;
  --emr-orange: #f28c28;
  --emr-text: #202733;
  --emr-muted: #667085;
  --emr-border: #e5eaf0;
  --emr-bg: #f6f8fb;
  --emr-soft: #eef6ff;
  --emr-warning: #fff7ed;
  --emr-white: #ffffff;
  max-width: 1160px;
  margin: 0 auto;
  color: var(--emr-text);
  font-size: 17px;
  line-height: 1.65;
}

.emr-pipe-noise * {
  box-sizing: border-box;
}

.emr-pipe-noise a {
  color: var(--emr-blue);
  text-decoration: none;
}

.emr-pipe-noise a:hover {
  text-decoration: underline;
}

.emr-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
  gap: 24px;
  align-items: stretch;
  margin: 0 0 28px;
  padding: 30px;
  border: 1px solid var(--emr-border);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.emr-hero__content h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--emr-text);
}

.emr-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--emr-soft);
  color: var(--emr-blue-dark);
  font-size: 14px;
  font-weight: 700;
}

.emr-lead {
  margin: 0;
  max-width: 760px;
  font-size: 20px;
  line-height: 1.55;
  color: #354052;
}

.emr-hero__actions,
.emr-cta__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.emr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.emr-btn:hover {
  transform: translateY(-1px);
  text-decoration: none !important;
}

.emr-btn--primary {
  background: var(--emr-orange);
  color: #111827 !important;
  box-shadow: 0 8px 20px rgba(242, 140, 40, 0.22);
}

.emr-btn--secondary {
  background: var(--emr-blue);
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(23, 105, 170, 0.18);
}

.emr-hero__card {
  padding: 22px;
  border-radius: 18px;
  background: var(--emr-blue-dark);
  color: #ffffff;
}

.emr-card-title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 800;
}

.emr-hero__card ul,
.emr-card ul,
.emr-checklist ul,
.emr-card--soft ul {
  margin: 0;
  padding-left: 20px;
}

.emr-hero__card li,
.emr-card li,
.emr-checklist li,
.emr-card--soft li {
  margin: 0 0 8px;
}

.emr-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
  padding: 18px;
  border: 1px solid var(--emr-border);
  border-radius: 18px;
  background: var(--emr-white);
}

.emr-toc p {
  width: 100%;
  margin: 0 0 4px;
  font-weight: 800;
  color: var(--emr-text);
}

.emr-toc a {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--emr-bg);
  color: var(--emr-blue-dark);
  font-size: 15px;
  font-weight: 700;
}

.emr-section {
  margin: 0 0 28px;
  padding: 28px;
  border: 1px solid var(--emr-border);
  border-radius: 22px;
  background: var(--emr-white);
}

.emr-section--accent {
  background: #f7fbff;
  border-color: #cfe6fb;
}

.emr-section h2 {
  margin: 0 0 16px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.emr-section h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.3;
}

.emr-section p {
  margin: 0 0 14px;
}

.emr-section p:last-child {
  margin-bottom: 0;
}

.emr-grid {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.emr-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.emr-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emr-card,
.emr-cause,
.emr-template,
.emr-norm {
  padding: 20px;
  border: 1px solid var(--emr-border);
  border-radius: 18px;
  background: var(--emr-white);
}

.emr-card--soft {
  background: var(--emr-soft);
  border-color: #cfe6fb;
}

.emr-note {
  margin-top: 18px;
  padding: 18px;
  border-left: 5px solid var(--emr-blue);
  border-radius: 14px;
  background: var(--emr-soft);
}

.emr-warning {
  margin-top: 20px;
  padding: 18px;
  border-left: 5px solid var(--emr-orange);
  border-radius: 14px;
  background: var(--emr-warning);
}

.emr-steps,
.emr-route {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.emr-step,
.emr-route__item {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--emr-border);
  border-radius: 18px;
  background: var(--emr-white);
}

.emr-step > span,
.emr-route__item > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--emr-orange);
  color: #111827;
  font-weight: 900;
}

.emr-cause {
  margin-top: 14px;
  background: #ffffff;
}

.emr-cause h3 {
  color: var(--emr-blue-dark);
}

.emr-checklist {
  margin-top: 18px;
  padding: 20px;
  border-radius: 18px;
  background: var(--emr-bg);
  border: 1px solid var(--emr-border);
}

.emr-checklist--columns ul {
  columns: 2;
  column-gap: 34px;
}

.emr-table-wrap {
  overflow-x: auto;
  margin: 18px 0;
  border: 1px solid var(--emr-border);
  border-radius: 18px;
}

.emr-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: var(--emr-white);
}

.emr-table th,
.emr-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--emr-border);
  text-align: left;
  vertical-align: top;
}

.emr-table th {
  background: var(--emr-blue-dark);
  color: #ffffff;
  font-weight: 800;
}

.emr-table tr:last-child td {
  border-bottom: 0;
}

.emr-norms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.emr-norm a {
  display: inline-flex;
  margin-top: 8px;
  font-weight: 800;
}

.emr-template {
  margin-top: 16px;
  background: #fbfcfe;
}

.emr-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
  gap: 20px;
  align-items: start;
  padding: 26px;
  border-radius: 22px;
  background: var(--emr-blue-dark);
  color: #ffffff;
}

.emr-cta h2,
.emr-cta p {
  color: #ffffff;
}

.emr-cta .emr-eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.emr-cta__list {
  display: grid;
  gap: 10px;
}

.emr-cta__list a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-weight: 800;
}

.emr-faq {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.emr-faq details {
  border: 1px solid var(--emr-border);
  border-radius: 16px;
  background: var(--emr-white);
  overflow: hidden;
}

.emr-faq summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 900;
  color: var(--emr-blue-dark);
}

.emr-faq details[open] summary {
  border-bottom: 1px solid var(--emr-border);
  background: var(--emr-bg);
}

.emr-faq details p {
  padding: 16px 18px 18px;
  margin: 0;
}

@media (max-width: 920px) {
  .emr-hero,
  .emr-cta {
    grid-template-columns: 1fr;
  }

  .emr-grid--three,
  .emr-grid--two,
  .emr-norms {
    grid-template-columns: 1fr;
  }

  .emr-checklist--columns ul {
    columns: 1;
  }
}

@media (max-width: 640px) {
  .emr-pipe-noise {
    font-size: 16px;
  }

  .emr-hero,
  .emr-section,
  .emr-cta {
    padding: 20px;
    border-radius: 18px;
  }

  .emr-hero__content h2 {
    font-size: 30px;
  }

  .emr-lead {
    font-size: 18px;
  }

  .emr-step,
  .emr-route__item {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 15px;
  }

  .emr-step > span,
  .emr-route__item > span {
    width: 34px;
    height: 34px;
  }

  .emr-btn {
    width: 100%;
  }
}/* End custom CSS */