/* Start custom CSS for html, class: .elementor-element-1a3d418 */.em-ce102-guide {
  --em-bg: #f4f7fb;
  --em-surface: #ffffff;
  --em-surface-soft: #eef5fb;
  --em-text: #172334;
  --em-muted: #5c6978;
  --em-line: #dce5ee;
  --em-primary: #1677bd;
  --em-primary-dark: #0c4f81;
  --em-accent: #f2b544;
  --em-success: #1f8a5b;
  --em-danger: #c54b42;
  --em-warning: #a96b08;
  --em-radius: 20px;
  --em-shadow: 0 16px 40px rgba(20, 48, 76, 0.08);
  color: var(--em-text);
  font-family: Onest, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
}

.em-ce102-guide *,
.em-ce102-guide *::before,
.em-ce102-guide *::after {
  box-sizing: border-box;
}

.em-ce102-guide h1,
.em-ce102-guide h2,
.em-ce102-guide h3,
.em-ce102-guide p,
.em-ce102-guide ul,
.em-ce102-guide ol {
  margin-top: 0;
}

.em-ce102-guide h1,
.em-ce102-guide h2,
.em-ce102-guide h3 {
  color: var(--em-text);
  line-height: 1.18;
  text-wrap: balance;
}

.em-ce102-guide h1 {
  margin-bottom: 22px;
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -0.035em;
}

.em-ce102-guide h2 {
  margin-bottom: 22px;
  font-size: clamp(28px, 3.6vw, 42px);
  letter-spacing: -0.025em;
}

.em-ce102-guide h3 {
  margin-bottom: 10px;
  font-size: clamp(20px, 2vw, 25px);
}

.em-ce102-guide p:last-child,
.em-ce102-guide ul:last-child,
.em-ce102-guide ol:last-child {
  margin-bottom: 0;
}

.em-ce102-guide a {
  color: var(--em-primary-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.em-ce102-guide a:hover {
  color: var(--em-primary);
}

.em-ce102-guide__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 38px;
  align-items: center;
  margin-bottom: 34px;
  padding: clamp(28px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid #d8e5f0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 8%, rgba(242, 181, 68, 0.22), transparent 31%),
    linear-gradient(135deg, #f9fcff 0%, #eaf4fc 100%);
  box-shadow: var(--em-shadow);
}

.em-ce102-guide__eyebrow,
.em-ce102-guide__section-label {
  margin-bottom: 10px;
  color: var(--em-primary-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.em-ce102-guide__lead {
  max-width: 850px;
  margin-bottom: 22px;
  color: #34475b;
  font-size: clamp(18px, 2vw, 22px);
}

.em-ce102-guide__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.em-ce102-guide__chips span {
  padding: 7px 11px;
  border: 1px solid rgba(22, 119, 189, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  color: var(--em-primary-dark);
  font-size: 13px;
  font-weight: 700;
}

.em-ce102-guide__updated {
  color: var(--em-muted);
  font-size: 14px;
}

.em-ce102-guide__meter {
  width: 100%;
  max-width: 390px;
  justify-self: center;
  padding: 24px;
  border: 1px solid #c7d1d9;
  border-radius: 24px;
  background: linear-gradient(145deg, #f6f7f8, #dfe5e9);
  box-shadow: 0 26px 50px rgba(29, 55, 79, 0.18), inset 0 1px 0 #fff;
}

.em-ce102-guide__meter-top,
.em-ce102-guide__meter-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #52606c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.em-ce102-guide__signal {
  color: var(--em-primary);
  letter-spacing: 1px;
}

.em-ce102-guide__screen {
  display: grid;
  grid-template-columns: 1fr auto;
  margin: 18px 0;
  padding: 18px;
  border: 3px solid #77838b;
  border-radius: 8px;
  background: #cfd9b6;
  box-shadow: inset 0 3px 8px rgba(41, 52, 31, 0.24);
  color: #202a1d;
  font-family: "Courier New", monospace;
}

.em-ce102-guide__screen-code {
  grid-column: 1 / -1;
  font-size: 14px;
  font-weight: 700;
}

.em-ce102-guide__screen strong {
  margin-top: 8px;
  font-size: clamp(27px, 4vw, 40px);
  letter-spacing: 0.04em;
  line-height: 1;
}

.em-ce102-guide__screen-unit {
  align-self: end;
  padding-bottom: 3px;
  font-size: 13px;
  font-weight: 700;
}

.em-ce102-guide__pulse {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #d33933;
  box-shadow: 0 0 9px rgba(211, 57, 51, 0.65);
}

.em-ce102-guide__meter-bottom span:nth-child(2) {
  margin-right: auto;
  font-size: 8px;
}

.em-ce102-guide__button {
  padding: 6px 10px;
  border: 1px solid #8e999f;
  border-radius: 999px;
  background: #f6f8f9;
  box-shadow: 0 2px 4px rgba(38, 54, 64, 0.15);
}

.em-ce102-guide__quick,
.em-ce102-guide__toc,
.em-ce102-guide__section,
.em-ce102-guide__related {
  margin-bottom: 30px;
  padding: clamp(25px, 4vw, 44px);
  border: 1px solid var(--em-line);
  border-radius: var(--em-radius);
  background: var(--em-surface);
  box-shadow: 0 10px 30px rgba(20, 48, 76, 0.045);
}

.em-ce102-guide__quick {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 35px;
  align-items: start;
}

.em-ce102-guide__quick-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.em-ce102-guide__quick-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  align-items: start;
  padding: 13px 0;
  border-bottom: 1px solid var(--em-line);
}

.em-ce102-guide__quick-steps li:last-child {
  border-bottom: 0;
}

.em-ce102-guide__quick-steps span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--em-primary);
  color: #fff;
  font-weight: 800;
}

.em-ce102-guide__quick-steps p {
  margin: 4px 0 0;
}

.em-ce102-guide__notice {
  margin: 0 0 30px;
  padding: 22px 24px;
  border: 1px solid #cfe1ee;
  border-left: 5px solid var(--em-primary);
  border-radius: 14px;
  background: #f1f8fd;
}

.em-ce102-guide__notice strong {
  display: block;
  margin-bottom: 5px;
  color: var(--em-primary-dark);
  font-size: 19px;
}

.em-ce102-guide__notice--important {
  border-color: #ecd8aa;
  border-left-color: var(--em-accent);
  background: #fff9eb;
}

.em-ce102-guide__notice--important strong {
  color: #7a5100;
}

.em-ce102-guide__notice--warning {
  border-color: #efc9c3;
  border-left-color: var(--em-danger);
  background: #fff5f3;
}

.em-ce102-guide__notice--warning strong {
  color: #8f3029;
}

.em-ce102-guide__toc {
  background: #172f46;
  color: #fff;
}

.em-ce102-guide__toc > p {
  margin-bottom: 14px;
  color: #a9d7f5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.em-ce102-guide__toc ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 30px;
  margin: 0;
  padding-left: 22px;
}

.em-ce102-guide__toc a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.32);
}

.em-ce102-guide__toc a:hover {
  color: #bfe8ff;
}

.em-ce102-guide__section > h3 {
  margin-top: 30px;
}

.em-ce102-guide__table-wrap {
  width: 100%;
  margin: 24px 0 28px;
  overflow-x: auto;
  border: 1px solid var(--em-line);
  border-radius: 15px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.em-ce102-guide table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.em-ce102-guide th,
.em-ce102-guide td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--em-line);
  text-align: left;
  vertical-align: top;
}

.em-ce102-guide th {
  background: #eaf4fb;
  color: #173b58;
  font-size: 14px;
  font-weight: 800;
}

.em-ce102-guide tbody tr:nth-child(even) td {
  background: #fafcfe;
}

.em-ce102-guide tbody tr:last-child td {
  border-bottom: 0;
}

.em-ce102-guide__grid {
  display: grid;
  gap: 16px;
}

.em-ce102-guide__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-ce102-guide__card {
  position: relative;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  background: #fbfdff;
}

.em-ce102-guide__card-index {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--em-primary);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.em-ce102-guide__tariffs {
  display: grid;
  gap: 14px;
  margin: 25px 0 30px;
}

.em-ce102-guide__tariffs article {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 20px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  background: #fbfdff;
}

.em-ce102-guide__tariffs article > span {
  display: grid;
  width: 70px;
  height: 70px;
  place-items: center;
  border-radius: 18px;
  background: #183e5d;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
}

.em-ce102-guide__tariffs p,
.em-ce102-guide__obis-list p,
.em-ce102-guide__steps p {
  color: var(--em-muted);
}

.em-ce102-guide__obis-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 25px 0;
}

.em-ce102-guide__obis-list article {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 17px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  background: #fbfdff;
}

.em-ce102-guide__obis-list article:last-child {
  grid-column: 1 / -1;
}

.em-ce102-guide__obis-list code {
  display: grid;
  min-height: 58px;
  place-items: center;
  border-radius: 12px;
  background: #172f46;
  color: #bfe8ff;
  font-size: 18px;
  font-weight: 800;
}

.em-ce102-guide__steps {
  display: grid;
  gap: 16px;
  margin: 26px 0 32px;
}

.em-ce102-guide__steps article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--em-line);
}

.em-ce102-guide__steps article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.em-ce102-guide__steps article > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 16px;
  background: var(--em-primary);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.em-ce102-guide__mechanical {
  display: grid;
  grid-template-columns: minmax(310px, 0.8fr) 1.2fr;
  gap: 28px;
  align-items: center;
  margin: 25px 0;
  padding: 24px;
  border: 1px solid var(--em-line);
  border-radius: 18px;
  background: #f7fafc;
}

.em-ce102-guide__digits {
  display: flex;
  justify-content: center;
  gap: 3px;
  padding: 18px;
  border: 8px solid #343a3f;
  border-radius: 8px;
  background: #ddd7ca;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.2);
}

.em-ce102-guide__digits span {
  display: grid;
  width: 38px;
  height: 56px;
  place-items: center;
  border: 1px solid #aaa69e;
  background: #f6f3e9;
  color: #202020;
  font-family: "Courier New", monospace;
  font-size: 31px;
  font-weight: 900;
}

.em-ce102-guide__digits .em-ce102-guide__digits-red {
  background: #b83a34;
  color: #fff;
}

.em-ce102-guide__example-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin: 24px 0 30px;
}

.em-ce102-guide__example {
  padding: 20px;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  background: #f8fbfd;
}

.em-ce102-guide__example-title {
  color: var(--em-primary-dark);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.em-ce102-guide__lcd-row {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 8px;
  align-items: baseline;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 8px;
  background: #d8e1c2;
  color: #26301e;
  font-family: "Courier New", monospace;
}

.em-ce102-guide__lcd-row strong {
  font-size: 20px;
  letter-spacing: 0.03em;
}

.em-ce102-guide__lcd-row small {
  font-size: 10px;
  font-weight: 800;
}

.em-ce102-guide__formula {
  margin: 20px 0;
  padding: 22px;
  border: 1px solid #cfe1ee;
  border-radius: 16px;
  background: #eef7fd;
  text-align: center;
}

.em-ce102-guide__formula p {
  margin-bottom: 5px;
  color: var(--em-primary-dark);
  font-size: clamp(19px, 2.5vw, 25px);
}

.em-ce102-guide__formula span {
  color: var(--em-muted);
}

.em-ce102-guide__links-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.em-ce102-guide__links-inline a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #c9deed;
  border-radius: 999px;
  background: #f1f8fd;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.em-ce102-guide__check-grid,
.em-ce102-guide__safe-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.em-ce102-guide__check-grid article,
.em-ce102-guide__safe-card {
  padding: 22px;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  background: #fbfdff;
}

.em-ce102-guide__check-grid ul,
.em-ce102-guide__safe-card ul,
.em-ce102-guide__cta ul {
  margin: 0;
  padding-left: 21px;
}

.em-ce102-guide__check-grid li,
.em-ce102-guide__safe-card li,
.em-ce102-guide__cta li {
  margin-bottom: 7px;
}

.em-ce102-guide__safe-card--yes {
  border-top: 5px solid var(--em-success);
  background: #f3fbf7;
}

.em-ce102-guide__safe-card--no {
  border-top: 5px solid var(--em-danger);
  background: #fff6f5;
}

.em-ce102-guide__problems,
.em-ce102-guide__faq {
  display: grid;
  gap: 12px;
}

.em-ce102-guide__problems details,
.em-ce102-guide__faq details {
  overflow: hidden;
  border: 1px solid var(--em-line);
  border-radius: 14px;
  background: #fbfdff;
}

.em-ce102-guide__problems summary,
.em-ce102-guide__faq summary {
  position: relative;
  padding: 17px 52px 17px 18px;
  cursor: pointer;
  color: var(--em-text);
  font-weight: 800;
  list-style: none;
}

.em-ce102-guide__problems summary::-webkit-details-marker,
.em-ce102-guide__faq summary::-webkit-details-marker {
  display: none;
}

.em-ce102-guide__problems summary::after,
.em-ce102-guide__faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8f3fb;
  color: var(--em-primary-dark);
  font-size: 20px;
  line-height: 1;
}

.em-ce102-guide__problems details[open] summary::after,
.em-ce102-guide__faq details[open] summary::after {
  content: "−";
}

.em-ce102-guide__problems details > div,
.em-ce102-guide__faq details > div {
  padding: 0 18px 18px;
  color: var(--em-muted);
}

.em-ce102-guide__mistakes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.em-ce102-guide__mistakes article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px;
  border: 1px solid #efd5d1;
  border-radius: 13px;
  background: #fff8f7;
}

.em-ce102-guide__mistakes span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--em-danger);
  color: #fff;
  font-weight: 900;
}

.em-ce102-guide__mistakes p {
  margin: 2px 0 0;
}

.em-ce102-guide__norms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.em-ce102-guide__norms article {
  padding: 20px;
  border: 1px solid var(--em-line);
  border-radius: 15px;
  background: #fbfdff;
}

.em-ce102-guide__norms h3 {
  font-size: 19px;
}

.em-ce102-guide__norms p {
  color: var(--em-muted);
}

.em-ce102-guide__cta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 32px;
  margin-bottom: 30px;
  padding: clamp(28px, 5vw, 48px);
  border-radius: 24px;
  background: linear-gradient(135deg, #15334d, #0b5a8f);
  box-shadow: var(--em-shadow);
  color: #fff;
}

.em-ce102-guide__cta h2,
.em-ce102-guide__cta h3 {
  color: #fff;
}

.em-ce102-guide__cta .em-ce102-guide__section-label {
  color: #9bd5fa;
}

.em-ce102-guide__cta-actions {
  align-self: center;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.em-ce102-guide__button-main,
.em-ce102-guide__button-second {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-bottom: 10px;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.em-ce102-guide__button-main {
  background: #fff;
  color: #0c4f81 !important;
}

.em-ce102-guide__button-main:hover {
  background: #edf7fd;
}

.em-ce102-guide__button-second {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important;
}

.em-ce102-guide__button-second:hover {
  background: rgba(255, 255, 255, 0.1);
}

.em-ce102-guide__cta-actions p {
  color: #dbeaf4;
  font-size: 13px;
  line-height: 1.55;
}

.em-ce102-guide__related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.em-ce102-guide__related-grid a {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  border: 1px solid var(--em-line);
  border-radius: 16px;
  background: linear-gradient(145deg, #f8fbfd, #edf5fa);
  color: var(--em-text);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.em-ce102-guide__related-grid a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(20, 48, 76, 0.09);
}

.em-ce102-guide__related-grid span {
  margin-bottom: 7px;
  color: var(--em-primary);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.em-ce102-guide__related-grid strong {
  font-size: 19px;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .em-ce102-guide__hero,
  .em-ce102-guide__cta {
    grid-template-columns: 1fr;
  }

  .em-ce102-guide__meter {
    max-width: 460px;
  }

  .em-ce102-guide__quick {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .em-ce102-guide__grid--3,
  .em-ce102-guide__example-grid {
    grid-template-columns: 1fr;
  }

  .em-ce102-guide__mechanical {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .em-ce102-guide {
    font-size: 16px;
    line-height: 1.65;
  }

  .em-ce102-guide__hero,
  .em-ce102-guide__quick,
  .em-ce102-guide__toc,
  .em-ce102-guide__section,
  .em-ce102-guide__related,
  .em-ce102-guide__cta {
    border-radius: 17px;
  }

  .em-ce102-guide__toc ol,
  .em-ce102-guide__obis-list,
  .em-ce102-guide__check-grid,
  .em-ce102-guide__safe-grid,
  .em-ce102-guide__mistakes,
  .em-ce102-guide__norms,
  .em-ce102-guide__related-grid {
    grid-template-columns: 1fr;
  }

  .em-ce102-guide__obis-list article:last-child {
    grid-column: auto;
  }

  .em-ce102-guide__tariffs article {
    grid-template-columns: 62px 1fr;
    gap: 14px;
    padding: 15px;
  }

  .em-ce102-guide__tariffs article > span {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    font-size: 21px;
  }

  .em-ce102-guide__obis-list article {
    grid-template-columns: 90px 1fr;
  }

  .em-ce102-guide__steps article {
    grid-template-columns: 44px 1fr;
    gap: 13px;
  }

  .em-ce102-guide__steps article > span {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    font-size: 17px;
  }

  .em-ce102-guide__digits {
    gap: 2px;
    padding: 12px;
    border-width: 6px;
  }

  .em-ce102-guide__digits span {
    width: 12.8%;
    min-width: 29px;
    height: 48px;
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .em-ce102-guide__hero,
  .em-ce102-guide__quick,
  .em-ce102-guide__toc,
  .em-ce102-guide__section,
  .em-ce102-guide__related,
  .em-ce102-guide__cta {
    padding: 22px 17px;
  }

  .em-ce102-guide h1 {
    font-size: 33px;
  }

  .em-ce102-guide h2 {
    font-size: 27px;
  }

  .em-ce102-guide__meter {
    padding: 17px;
    border-radius: 18px;
  }

  .em-ce102-guide__screen {
    padding: 14px;
  }

  .em-ce102-guide__screen strong {
    font-size: 26px;
  }

  .em-ce102-guide__quick-steps li {
    grid-template-columns: 34px 1fr;
  }

  .em-ce102-guide__quick-steps span {
    width: 34px;
    height: 34px;
  }

  .em-ce102-guide__obis-list article {
    grid-template-columns: 1fr;
  }

  .em-ce102-guide__obis-list code {
    min-height: 48px;
  }

  .em-ce102-guide__links-inline {
    display: grid;
  }

  .em-ce102-guide__links-inline a {
    justify-content: center;
    border-radius: 12px;
    text-align: center;
  }

  .em-ce102-guide__digits span {
    min-width: 25px;
    height: 43px;
    font-size: 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .em-ce102-guide__related-grid a {
    transition: none;
  }
}


/* Дополнительные стили для страницы CE102 */
.em-ce102-guide__quick-steps--standalone {
  margin: 24px 0;
}

.em-ce102-guide__example-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-ce102-guide__problems--errors {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.em-ce102-guide__problems--errors article {
  border-top-color: var(--em-danger);
  background: #fff8f7;
}

.em-ce102-guide__cta-actions > p {
  margin-bottom: 12px;
  color: #e8f1f8;
}

.em-ce102-guide__tariffs article > span {
  min-width: 78px;
  font-size: 18px;
}

.em-ce102-guide__example-title {
  color: var(--em-primary-dark);
  font-weight: 900;
}

@media (max-width: 720px) {
  .em-ce102-guide__example-grid--two,
  .em-ce102-guide__problems--errors {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */