/* Start custom CSS for html, class: .elementor-element-4ad059b */.em-mqtt {
  max-width: 940px;
  margin: 0 auto;
  font-family: "Onest", sans-serif;
  font-size: 17px;
  line-height: 1.72;
  color: #20242a;
}

.em-mqtt *,
.em-mqtt *::before,
.em-mqtt *::after {
  box-sizing: border-box;
}

.em-mqtt p {
  margin: 0 0 18px;
}

.em-mqtt h2 {
  margin: 46px 0 18px;
  font-size: clamp(25px, 4vw, 34px);
  line-height: 1.2;
  font-weight: 760;
}

.em-mqtt h3 {
  margin: 28px 0 11px;
  font-size: clamp(20px, 3vw, 24px);
  line-height: 1.3;
  font-weight: 720;
}

.em-mqtt ul,
.em-mqtt ol {
  margin: 18px 0 25px;
  padding-left: 26px;
}

.em-mqtt li {
  margin-bottom: 9px;
}

.em-mqtt a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-mqtt__lead {
  margin-bottom: 30px;
  font-size: 18px;
}

.em-mqtt__quick,
.em-mqtt__note,
.em-mqtt__warning,
.em-mqtt__key {
  margin: 28px 0;
  padding: 22px 24px;
  border: 1px solid #dde2e7;
  border-radius: 14px;
  background: #f7f8fa;
}

.em-mqtt__quick ul {
  margin-bottom: 0;
}

.em-mqtt__note p,
.em-mqtt__warning p,
.em-mqtt__key p {
  margin-top: 8px;
  margin-bottom: 0;
}

.em-mqtt__toc {
  margin: 30px 0 42px;
  padding: 22px 24px;
  border: 1px solid #e1e5e9;
  border-radius: 14px;
}

.em-mqtt__toc ul {
  margin-bottom: 0;
}

.em-mqtt__route,
.em-mqtt__small-route {
  margin: 20px 0;
  padding: 16px 18px;
  border-radius: 10px;
  background: #eef1f4;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 16px;
  font-weight: 650;
  text-align: center;
  overflow-wrap: anywhere;
}

.em-mqtt__small-route {
  margin-bottom: 0;
}

.em-mqtt__scheme,
.em-mqtt__architecture {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 24px 0 30px;
  padding: 22px;
  border: 1px solid #dfe3e7;
  border-radius: 14px;
  text-align: center;
}

.em-mqtt__cards,
.em-mqtt__decision {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 25px 0 30px;
}

.em-mqtt__card,
.em-mqtt__decision > div {
  padding: 22px;
  border: 1px solid #dfe3e7;
  border-radius: 14px;
}

.em-mqtt__card h3 {
  margin-top: 0;
}

.em-mqtt__card p:last-of-type,
.em-mqtt__decision p {
  margin-bottom: 0;
}

.em-mqtt__example {
  margin: 25px 0;
  padding: 22px;
  border: 1px solid #dfe3e7;
  border-radius: 14px;
}

.em-mqtt__network {
  display: grid;
  grid-template-columns:
    minmax(100px, 1fr) auto
    minmax(100px, 1fr) auto
    minmax(100px, 1fr) auto
    minmax(100px, 1fr) auto
    minmax(100px, 1fr);
  gap: 10px;
  align-items: center;
  margin: 25px 0;
}

.em-mqtt__network > div {
  padding: 15px 10px;
  border: 1px solid #dfe3e7;
  border-radius: 10px;
  text-align: center;
  font-weight: 650;
}

.em-mqtt__network--small {
  grid-template-columns: minmax(100px, 1fr) auto minmax(100px, 1fr) auto minmax(100px, 1fr);
}

.em-mqtt__steps {
  margin: 25px 0 34px;
}

.em-mqtt__step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 14px;
  padding: 18px;
  border: 1px solid #e0e4e8;
  border-radius: 13px;
}

.em-mqtt__step > span {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #20242a;
  color: #fff;
  font-weight: 700;
}

.em-mqtt__step h3 {
  margin: 1px 0 7px;
  font-size: 19px;
}

.em-mqtt__step p {
  margin-bottom: 0;
}

.em-mqtt__table-wrap {
  width: 100%;
  margin: 25px 0 34px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.em-mqtt__table {
  width: 100%;
  min-width: 650px;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
}

.em-mqtt__table th,
.em-mqtt__table td {
  padding: 14px 15px;
  border: 1px solid #dfe3e7;
  text-align: left;
  vertical-align: top;
}

.em-mqtt__table th {
  background: #f4f5f6;
  font-weight: 700;
}

.em-mqtt__faq {
  margin-top: 50px;
  padding-top: 8px;
  border-top: 1px solid #dfe3e7;
}

.em-mqtt__faq h3 {
  margin-top: 27px;
}

.em-mqtt__cta {
  margin-top: 48px;
  padding: 28px;
  border: 1px solid #dce1e6;
  border-radius: 16px;
  background: #f6f7f8;
}

.em-mqtt__cta h2 {
  margin-top: 0;
  font-size: clamp(24px, 4vw, 30px);
}

.em-mqtt__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 4px;
  padding: 12px 20px;
  border-radius: 10px;
  background: #20242a;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.em-mqtt__button:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.em-mqtt__button:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .em-mqtt {
    font-size: 16px;
    line-height: 1.66;
  }

  .em-mqtt__lead {
    font-size: 17px;
  }

  .em-mqtt h2 {
    margin-top: 38px;
  }

  .em-mqtt__cards,
  .em-mqtt__decision {
    grid-template-columns: 1fr;
  }

  .em-mqtt__network,
  .em-mqtt__network--small {
    display: flex;
    flex-direction: column;
  }

  .em-mqtt__network > div {
    width: 100%;
  }

  .em-mqtt__quick,
  .em-mqtt__note,
  .em-mqtt__warning,
  .em-mqtt__key,
  .em-mqtt__toc,
  .em-mqtt__cta,
  .em-mqtt__scheme,
  .em-mqtt__architecture {
    padding: 18px;
    border-radius: 12px;
  }

  .em-mqtt__scheme,
  .em-mqtt__architecture {
    flex-direction: column;
  }

  .em-mqtt__step {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 13px;
    padding: 15px;
  }

  .em-mqtt__step > span {
    width: 36px;
    height: 36px;
  }

  .em-mqtt__button {
    width: 100%;
  }
}/* End custom CSS */