/* ===== TX16N (t585) — #rec1765288921 ===== */

/* 1) Скругление картинки */
#rec1765288921 .t585__textwrapper .t585__img{
  border-radius: 30px !important;
  display: block !important;
}

/* 2) Раскрытый контент: делаем 2 колонки (картинка + текст) */
#rec1765288921 .t585__content .t585__textwrapper{
  display: flex !important;
  align-items: flex-start !important;
  gap: 24px !important;
}

/* картинка: перебиваем inline max-width:300px */
#rec1765288921 .t585__content .t585__textwrapper .t585__img{
  flex: 0 0 300px !important;
  width: 300px !important;
  max-width: 300px !important; /* важное: перебивает style="max-width: 300px" */
  height: auto !important;
}

/* текст справа */
#rec1765288921 .t585__content .t585__textwrapper .t585__text{
  flex: 1 1 auto !important;
  margin-top: 0 !important;
}

/* 3) Мобилка: в столбик */
@media (max-width: 768px){
  #rec1765288921 .t585__content .t585__textwrapper{
    display: block !important;
  }
  #rec1765288921 .t585__content .t585__textwrapper .t585__img{
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 16px;
  }
}
 