.elementor-1453 .elementor-element.elementor-element-5942bb9{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-4ec48184 *//* ====== BASE ====== */
.unikma-widget { width: 100%; }
.unikma-widget__content { max-width: 100%; }

.unikma-widget h1 {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 37px;
}

.unikma-widget .unikma-h2 {
  margin: 22px 0 12px;
  font-size: 18px;
  line-height: 1.35;
}

.unikma-widget p { margin: 0 0 12px; }

/* ====== LISTS ====== */
.unikma-list { margin: 0 0 14px; padding-left: 18px; }
.unikma-list--bullets li { margin-bottom: 6px; }

.unikma-coatings {
  columns: 2;
  column-gap: 28px;
}
.unikma-coatings li { break-inside: avoid; }

/* ====== CARDS (fix “пляшут”) ====== */
.unikma-profiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 0 24px;

  /* важно: чтобы все карточки в ряду были одинаковой высоты */
  align-items: stretch;
}

.unikma-card {
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 18px;
  background: #fff;
  padding: 16px;

  /* ключ: фиксируем структуру карточки */
  display: grid;
  grid-template-rows: 44px 160px minmax(44px, auto);
  height: 100%;
}

.unikma-card__title {
  margin: 0;
  padding: 0 10px;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;

  /* чтобы длинные заголовки не ломали высоту */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.unikma-card__media {
  border-radius: 16px;
  border: 1px dashed rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.04);

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 12px;
  overflow: hidden;
}

.unikma-card__media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.unikma-emoji {
  font-size: 56px;
  line-height: 1;
  user-select: none;
}

.unikma-card__desc {
  margin: 0;
  padding: 6px 10px 0;
  text-align: center;
  line-height: 1.25;

  /* одинаковая “подпись” по высоте */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* ====== TABLES (fix adaptive) ====== */
.unikma-table-wrap {
  margin: 12px 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 14px;
  background: #fff;

  /* по умолчанию без принудительного скролла */
  overflow: visible;
  max-width: 100%;
}

.unikma-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;

  /* ключ: на десктопе таблица пытается ВЛЕЗТЬ */
  table-layout: fixed;
  min-width: 0;
}

.unikma-table th,
.unikma-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  line-height: 1.35;

  /* переносы, чтобы не раздувало ширину */
  word-break: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.unikma-table thead th {
  background: #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.unikma-table tbody tr:last-child th,
.unikma-table tbody tr:last-child td { border-bottom: none; }

.unikma-table--small { table-layout: auto; }

.unikma-note {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.85;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
  .unikma-profiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .unikma-coatings { columns: 1; }
}

@media (max-width: 768px) {
  /* На мобиле для широкой таблицы делаем нормальный горизонтальный скролл */
  .unikma-table-wrap--wide {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .unikma-table-wrap--wide .unikma-table {
    min-width: 980px;      /* читаемость */
    table-layout: auto;    /* чтобы колонки не становились микроскопическими */
  }
}

@media (max-width: 520px) {
  .unikma-profiles { grid-template-columns: 1fr; }

  .unikma-card {
    grid-template-rows: 44px 140px minmax(44px, auto);
  }

  .unikma-emoji { font-size: 48px; }

  .unikma-widget h1 {
    font-size: 20px;
    line-height: 1.4;
  }
}/* End custom CSS */