.elementor-850 .elementor-element.elementor-element-763f33a1{--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-b2f1b40 *//* Убираем серые фоны виджета Text Editor (часто задаёт тема) */
.elementor-widget-text-editor,
.elementor-widget-text-editor .elementor-widget-container,
.elementor-widget-text-editor .elementor-text-editor {
  background: transparent !important;
}

/* Белая подложка именно у блока */
.tile-list,
.tile-item,
.tile-left,
.tile-right {
  background: #fff !important;
}

/* Карточка */
.tile-item {
  display: flex;
  gap: 24px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
}

/* Левая колонка */
.tile-left {
  width: 35%;
  min-width: 200px;
}

.tile-left img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 12px 0;
}

/* Коллекции */
.tile-meta-title {
  font-weight: 700;
  margin: 0 0 8px 0;
}

.tile-meta-list {
  margin: 0;
  padding-left: 18px;
}

.tile-meta-list li {
  margin: 0 0 6px 0;
}

/* Правая колонка */
.tile-right {
  width: 65%;
}

.tile-right h3 {
  margin: 0 0 10px 0;
}

/* Адаптив */
@media (max-width: 768px) {
  .tile-item {
    flex-direction: column;
  }
  .tile-left,
  .tile-right {
    width: 100%;
    min-width: 0;
  }
}/* End custom CSS */