/* Start custom CSS for html, class: .elementor-element-e2b4eb3 */.em-aqara-review {
  --ear-text: #182235;
  --ear-muted: #5f6b79;
  --ear-line: #dfe5ec;
  --ear-soft: #f5f7fa;
  --ear-white: #ffffff;
  --ear-dark: #111827;
  --ear-accent: #f59e0b;
  --ear-green: #16794a;
  --ear-green-soft: #eaf8f0;
  --ear-blue: #2563eb;
  --ear-blue-soft: #eff6ff;
  --ear-red: #b42318;
  --ear-red-soft: #fff1ef;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--ear-text);
  font-family: inherit;
  font-size: 17px;
  line-height: 1.72;
}

.em-aqara-review *,
.em-aqara-review *::before,
.em-aqara-review *::after {
  box-sizing: border-box;
}

.em-aqara-review p {
  margin: 0 0 18px;
}

.em-aqara-review h1,
.em-aqara-review h2,
.em-aqara-review h3 {
  color: var(--ear-dark);
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.em-aqara-review h1 {
  max-width: 1040px;
  margin: 17px 0 21px;
  color: var(--ear-white);
  font-size: clamp(34px, 5vw, 58px);
}

.em-aqara-review h2 {
  margin: 0 0 22px;
  font-size: clamp(28px, 3.5vw, 40px);
}

.em-aqara-review h3 {
  margin: 0 0 12px;
  font-size: 21px;
}

.em-aqara-review a {
  color: inherit;
}

.em-aqara-review__hero {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 72px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 10%, rgba(245, 158, 11, 0.42), transparent 35%),
    linear-gradient(135deg, #111827 0%, #273247 58%, #111827 100%);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.2);
}

.em-aqara-review__hero::before {
  content: "";
  position: absolute;
  top: -155px;
  right: -100px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.em-aqara-review__hero::after {
  content: "";
  position: absolute;
  right: 78px;
  bottom: -230px;
  width: 275px;
  height: 455px;
  border: 20px solid rgba(255, 255, 255, 0.045);
  border-radius: 150px;
  transform: rotate(34deg);
}

.em-aqara-review__hero-content {
  position: relative;
  z-index: 1;
}

.em-aqara-review__eyebrow,
.em-aqara-review__cta-label {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(245, 158, 11, 0.17);
  color: #ffdc94;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.em-aqara-review__lead {
  max-width: 980px;
  margin-bottom: 27px;
  color: #e5ebf2;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.em-aqara-review__hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.em-aqara-review__hero-tags span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ear-white);
  font-size: 14px;
  font-weight: 700;
}

.em-aqara-review__answer {
  margin: 27px 0;
  padding: 23px 25px;
  border-left: 5px solid var(--ear-green);
  border-radius: 0 17px 17px 0;
  background: var(--ear-green-soft);
}

.em-aqara-review__answer strong,
.em-aqara-review__notice strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ear-dark);
  font-size: 19px;
}

.em-aqara-review__answer p:last-child,
.em-aqara-review__notice p:last-child {
  margin-bottom: 0;
}

.em-aqara-review__important {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 17px;
  margin: 27px 0;
  padding: 23px 25px;
  border: 1px solid #f0d49d;
  border-radius: 19px;
  background: #fff8e8;
}

.em-aqara-review__important-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: var(--ear-accent);
  color: var(--ear-dark);
  font-size: 22px;
  font-weight: 900;
}

.em-aqara-review__important strong {
  display: block;
  margin-bottom: 7px;
  color: var(--ear-dark);
  font-size: 18px;
}

.em-aqara-review__important p:last-child {
  margin-bottom: 0;
}

.em-aqara-review__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
  margin: 27px 0;
}

.em-aqara-review__summary article {
  padding: 23px;
  border: 1px solid var(--ear-line);
  border-radius: 19px;
  background: var(--ear-white);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
}

.em-aqara-review__summary span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--ear-blue-soft);
  color: var(--ear-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.em-aqara-review__summary strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ear-dark);
  font-size: 19px;
}

.em-aqara-review__summary p:last-child {
  margin-bottom: 0;
}

.em-aqara-review__toc {
  margin: 27px 0;
  padding: 22px;
  border: 1px solid var(--ear-line);
  border-radius: 20px;
  background: var(--ear-white);
  box-shadow: 0 10px 35px rgba(17, 24, 39, 0.06);
}

.em-aqara-review__toc > strong {
  display: block;
  margin-bottom: 14px;
  font-size: 18px;
}

.em-aqara-review__toc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.em-aqara-review__toc-links a {
  padding: 8px 12px;
  border-radius: 10px;
  background: var(--ear-soft);
  color: var(--ear-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.em-aqara-review__toc-links a:hover,
.em-aqara-review__toc-links a:focus {
  background: var(--ear-accent);
  color: var(--ear-dark);
}

.em-aqara-review__section {
  padding: clamp(35px, 5vw, 61px) 0;
  border-bottom: 1px solid var(--ear-line);
  scroll-margin-top: 100px;
}

.em-aqara-review__section > p,
.em-aqara-review__section > ul,
.em-aqara-review__section > ol {
  max-width: 1020px;
}

.em-aqara-review__brand-grid,
.em-aqara-review__device-grid,
.em-aqara-review__electrical-grid,
.em-aqara-review__security-grid,
.em-aqara-review__suitable-grid,
.em-aqara-review__not-suitable,
.em-aqara-review__cost-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-aqara-review__brand-grid article,
.em-aqara-review__device-grid article,
.em-aqara-review__electrical-grid article,
.em-aqara-review__security-grid article,
.em-aqara-review__suitable-grid article,
.em-aqara-review__not-suitable article,
.em-aqara-review__cost-grid article {
  padding: 24px;
  border: 1px solid var(--ear-line);
  border-radius: 19px;
  background: linear-gradient(145deg, #ffffff 0%, #f7f9fb 100%);
  box-shadow: 0 8px 26px rgba(17, 24, 39, 0.04);
}

.em-aqara-review__brand-grid article > span,
.em-aqara-review__device-grid article > span,
.em-aqara-review__electrical-grid article > span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--ear-blue-soft);
  color: var(--ear-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.em-aqara-review__security-grid strong,
.em-aqara-review__suitable-grid strong,
.em-aqara-review__not-suitable strong,
.em-aqara-review__cost-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ear-dark);
  font-size: 19px;
}

.em-aqara-review__brand-grid h3,
.em-aqara-review__device-grid h3,
.em-aqara-review__electrical-grid h3 {
  font-size: 20px;
}

.em-aqara-review__brand-grid p:last-child,
.em-aqara-review__device-grid p:last-child,
.em-aqara-review__electrical-grid p:last-child,
.em-aqara-review__security-grid p:last-child,
.em-aqara-review__suitable-grid p:last-child,
.em-aqara-review__not-suitable p:last-child,
.em-aqara-review__cost-grid p:last-child {
  margin-bottom: 0;
}

.em-aqara-review__table-wrap {
  width: 100%;
  margin: 25px 0;
  overflow-x: auto;
  border: 1px solid var(--ear-line);
  border-radius: 18px;
  background: var(--ear-white);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
  -webkit-overflow-scrolling: touch;
}

.em-aqara-review__table {
  width: 100%;
  min-width: 850px;
  margin: 0;
  border-collapse: collapse;
}

.em-aqara-review__table--wide {
  min-width: 1000px;
}

.em-aqara-review__table th,
.em-aqara-review__table td {
  padding: 17px 18px;
  border: 0;
  border-bottom: 1px solid var(--ear-line);
  text-align: left;
  vertical-align: top;
}

.em-aqara-review__table th {
  background: var(--ear-dark);
  color: var(--ear-white);
  font-size: 14px;
  font-weight: 800;
}

.em-aqara-review__table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.em-aqara-review__table tbody tr:last-child td {
  border-bottom: 0;
}

.em-aqara-review__notice {
  margin: 27px 0;
  padding: 22px 24px;
  border-left: 5px solid var(--ear-accent);
  border-radius: 0 16px 16px 0;
  background: #fff8e8;
}

.em-aqara-review__notice--important {
  border-left-color: var(--ear-blue);
  background: var(--ear-blue-soft);
}

.em-aqara-review__notice--danger {
  border-left-color: var(--ear-red);
  background: var(--ear-red-soft);
}

.em-aqara-review__flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
  margin: 27px 0;
}

.em-aqara-review__flow article {
  padding: 22px;
  border: 1px solid var(--ear-line);
  border-radius: 18px;
  background: var(--ear-soft);
}

.em-aqara-review__flow span {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 13px;
  place-items: center;
  border-radius: 12px;
  background: var(--ear-accent);
  color: var(--ear-dark);
  font-weight: 900;
}

.em-aqara-review__flow strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ear-dark);
  font-size: 18px;
}

.em-aqara-review__flow p:last-child {
  margin-bottom: 0;
}

.em-aqara-review__inline-link {
  display: inline-flex;
  align-items: center;
  margin: 3px 0 20px;
  padding: 10px 14px;
  border-radius: 11px;
  background: var(--ear-blue-soft);
  color: var(--ear-blue);
  font-weight: 800;
  text-decoration: none;
}

.em-aqara-review__inline-link:hover,
.em-aqara-review__inline-link:focus {
  text-decoration: underline;
}

.em-aqara-review__offline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-aqara-review__offline-grid article {
  padding: 24px;
  border: 1px solid var(--ear-line);
  border-radius: 19px;
  background: var(--ear-white);
}

.em-aqara-review__offline-grid article > span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--ear-blue-soft);
  color: var(--ear-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.em-aqara-review__offline-grid h3 {
  font-size: 20px;
}

.em-aqara-review__offline-grid p:last-child {
  margin-bottom: 0;
}

.em-aqara-review__matter-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
  margin: 27px 0;
}

.em-aqara-review__matter-grid article {
  padding: 23px;
  border: 1px solid var(--ear-line);
  border-radius: 18px;
  background: var(--ear-soft);
}

.em-aqara-review__matter-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ear-dark);
  font-size: 18px;
}

.em-aqara-review__matter-grid p:last-child {
  margin-bottom: 0;
}

.em-aqara-review__warning-list {
  display: grid;
  gap: 11px;
  margin: 22px 0 27px;
  padding: 0;
  list-style: none;
}

.em-aqara-review__warning-list li {
  position: relative;
  padding-left: 33px;
}

.em-aqara-review__warning-list li::before {
  content: "!";
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--ear-red-soft);
  color: var(--ear-red);
  font-size: 13px;
  font-weight: 900;
}

.em-aqara-review__steps {
  display: grid;
  gap: 14px;
  margin: 27px 0;
  padding: 0;
  counter-reset: ear-step;
  list-style: none;
}

.em-aqara-review__steps li {
  position: relative;
  min-height: 72px;
  padding: 18px 20px 18px 77px;
  border: 1px solid var(--ear-line);
  border-radius: 17px;
  background: var(--ear-white);
  counter-increment: ear-step;
}

.em-aqara-review__steps li::before {
  content: counter(ear-step);
  position: absolute;
  top: 15px;
  left: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: var(--ear-accent);
  color: var(--ear-dark);
  font-weight: 900;
}

.em-aqara-review__steps strong,
.em-aqara-review__steps span {
  display: block;
}

.em-aqara-review__steps span {
  margin-top: 4px;
  color: var(--ear-muted);
}

.em-aqara-review__scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  margin: 27px 0;
}

.em-aqara-review__scenario-grid article {
  padding: 23px;
  border: 1px solid var(--ear-line);
  border-radius: 18px;
  background: var(--ear-white);
  box-shadow: 0 8px 26px rgba(17, 24, 39, 0.04);
}

.em-aqara-review__scenario-grid article > span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--ear-blue-soft);
  color: var(--ear-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.em-aqara-review__scenario-grid h3 {
  font-size: 20px;
}

.em-aqara-review__scenario-grid p:last-child {
  margin-bottom: 0;
}

.em-aqara-review__advantages-grid,
.em-aqara-review__limitations-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 27px 0;
}

.em-aqara-review__advantages-grid article,
.em-aqara-review__limitations-grid article {
  position: relative;
  padding: 22px 22px 22px 75px;
  border: 1px solid var(--ear-line);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff 0%, #f8f9fb 100%);
}

.em-aqara-review__advantages-grid article > span,
.em-aqara-review__limitations-grid article > span {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900;
}

.em-aqara-review__advantages-grid article > span {
  background: var(--ear-green-soft);
  color: var(--ear-green);
}

.em-aqara-review__limitations-grid article > span {
  background: var(--ear-red-soft);
  color: var(--ear-red);
}

.em-aqara-review__advantages-grid h3,
.em-aqara-review__limitations-grid h3 {
  margin-bottom: 7px;
  font-size: 19px;
}

.em-aqara-review__advantages-grid p:last-child,
.em-aqara-review__limitations-grid p:last-child {
  margin-bottom: 0;
}

.em-aqara-review__installation-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 27px 0;
}

.em-aqara-review__installation-columns article {
  padding: 25px;
  border: 1px solid var(--ear-line);
  border-radius: 19px;
  background: var(--ear-white);
}

.em-aqara-review__installation-columns article:first-child {
  border-top: 5px solid var(--ear-blue);
}

.em-aqara-review__installation-columns article:last-child {
  border-top: 5px solid var(--ear-green);
}

.em-aqara-review__installation-columns article > span {
  display: inline-block;
  margin-bottom: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--ear-blue-soft);
  color: var(--ear-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.em-aqara-review__installation-columns ul {
  margin: 0;
  padding-left: 21px;
}

.em-aqara-review__installation-columns li {
  margin-bottom: 8px;
}

.em-aqara-review__installation-columns li:last-child {
  margin-bottom: 0;
}

.em-aqara-review__links-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.em-aqara-review__faq {
  display: grid;
  gap: 12px;
}

.em-aqara-review__faq details {
  overflow: hidden;
  border: 1px solid var(--ear-line);
  border-radius: 16px;
  background: var(--ear-white);
}

.em-aqara-review__faq summary {
  position: relative;
  padding: 19px 56px 19px 21px;
  color: var(--ear-dark);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.em-aqara-review__faq summary::-webkit-details-marker {
  display: none;
}

.em-aqara-review__faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 19px;
  display: grid;
  width: 29px;
  height: 29px;
  transform: translateY(-50%);
  place-items: center;
  border-radius: 50%;
  background: var(--ear-soft);
  color: var(--ear-dark);
  font-size: 21px;
}

.em-aqara-review__faq details[open] summary {
  background: #fffaf0;
}

.em-aqara-review__faq details[open] summary::after {
  content: "−";
  background: var(--ear-accent);
}

.em-aqara-review__faq details > div {
  padding: 0 21px 5px;
  color: var(--ear-muted);
}

.em-aqara-review__related {
  padding: clamp(35px, 5vw, 59px) 0;
}

.em-aqara-review__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.em-aqara-review__related-grid a {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--ear-line);
  border-radius: 18px;
  background: var(--ear-white);
  color: var(--ear-text);
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.em-aqara-review__related-grid a:hover,
.em-aqara-review__related-grid a:focus {
  transform: translateY(-3px);
  border-color: var(--ear-accent);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.1);
}

.em-aqara-review__related-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--ear-dark);
  font-size: 20px;
  line-height: 1.35;
}

.em-aqara-review__related-grid span {
  color: var(--ear-muted);
}

.em-aqara-review__cta {
  margin-top: 18px;
  padding: clamp(32px, 6vw, 66px);
  border-radius: 27px;
  background:
    radial-gradient(circle at 90% 12%, rgba(245, 158, 11, 0.32), transparent 36%),
    var(--ear-dark);
  color: var(--ear-white);
}

.em-aqara-review__cta h2 {
  max-width: 900px;
  margin: 14px 0 18px;
  color: var(--ear-white);
}

.em-aqara-review__cta p {
  max-width: 940px;
  color: #dbe2eb;
}

.em-aqara-review__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 18px;
}

.em-aqara-review__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 23px;
  border: 2px solid transparent;
  border-radius: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.em-aqara-review__button:hover,
.em-aqara-review__button:focus {
  transform: translateY(-2px);
}

.em-aqara-review__button--primary {
  background: var(--ear-accent);
  color: var(--ear-dark);
}

.em-aqara-review__button--secondary {
  border-color: rgba(255, 255, 255, 0.33);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ear-white);
}

.em-aqara-review__cta-note {
  margin-bottom: 0;
  font-size: 14px;
}

.em-aqara-review a:focus-visible,
.em-aqara-review summary:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.38);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .em-aqara-review__flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .em-aqara-review__summary,
  .em-aqara-review__matter-grid,
  .em-aqara-review__advantages-grid,
  .em-aqara-review__limitations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1050px) {
  .em-aqara-review__brand-grid,
  .em-aqara-review__device-grid,
  .em-aqara-review__electrical-grid,
  .em-aqara-review__security-grid,
  .em-aqara-review__suitable-grid,
  .em-aqara-review__not-suitable,
  .em-aqara-review__cost-grid,
  .em-aqara-review__offline-grid,
  .em-aqara-review__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .em-aqara-review__installation-columns,
  .em-aqara-review__scenario-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .em-aqara-review {
    font-size: 16px;
    line-height: 1.68;
  }

  .em-aqara-review__hero,
  .em-aqara-review__cta {
    margin-right: -10px;
    margin-left: -10px;
    border-radius: 20px;
  }

  .em-aqara-review__important {
    grid-template-columns: 1fr;
  }

  .em-aqara-review__toc {
    padding: 18px;
  }

  .em-aqara-review__toc-links {
    flex-direction: column;
  }

  .em-aqara-review__toc-links a {
    width: 100%;
  }

  .em-aqara-review__summary,
  .em-aqara-review__matter-grid,
  .em-aqara-review__advantages-grid,
  .em-aqara-review__limitations-grid,
  .em-aqara-review__brand-grid,
  .em-aqara-review__device-grid,
  .em-aqara-review__electrical-grid,
  .em-aqara-review__security-grid,
  .em-aqara-review__suitable-grid,
  .em-aqara-review__not-suitable,
  .em-aqara-review__cost-grid,
  .em-aqara-review__offline-grid,
  .em-aqara-review__related-grid,
  .em-aqara-review__flow {
    grid-template-columns: 1fr;
  }

  .em-aqara-review__table {
    min-width: 810px;
  }

  .em-aqara-review__table--wide {
    min-width: 960px;
  }

  .em-aqara-review__table th,
  .em-aqara-review__table td {
    padding: 15px;
  }

  .em-aqara-review__related-grid a {
    min-height: auto;
  }

  .em-aqara-review__cta-actions {
    flex-direction: column;
  }

  .em-aqara-review__button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .em-aqara-review h1 {
    font-size: 32px;
  }

  .em-aqara-review h2 {
    font-size: 27px;
  }

  .em-aqara-review h3 {
    font-size: 20px;
  }

  .em-aqara-review__hero,
  .em-aqara-review__cta {
    padding: 28px 20px;
  }

  .em-aqara-review__hero-tags span {
    font-size: 13px;
  }

  .em-aqara-review__brand-grid article,
  .em-aqara-review__device-grid article,
  .em-aqara-review__electrical-grid article,
  .em-aqara-review__security-grid article,
  .em-aqara-review__suitable-grid article,
  .em-aqara-review__not-suitable article,
  .em-aqara-review__cost-grid article {
    padding: 20px;
  }

  .em-aqara-review__steps li {
    padding: 72px 19px 19px;
  }

  .em-aqara-review__steps li::before {
    top: 17px;
    left: 19px;
  }

  .em-aqara-review__advantages-grid article,
  .em-aqara-review__limitations-grid article {
    padding: 74px 19px 19px;
  }

  .em-aqara-review__advantages-grid article > span,
  .em-aqara-review__limitations-grid article > span {
    top: 18px;
    left: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-aqara-review__toc-links a,
  .em-aqara-review__related-grid a,
  .em-aqara-review__button {
    transition: none;
  }

  .em-aqara-review__related-grid a:hover,
  .em-aqara-review__related-grid a:focus,
  .em-aqara-review__button:hover,
  .em-aqara-review__button:focus {
    transform: none;
  }
}/* End custom CSS */