 
.t702 .t-input-group {
    margin-bottom: 16px;
}
 
 
/* ===== FD302 Blog — Modern Style ===== */

/* Gap между карточками 20px */
.t915__container {
  gap: 20px !important;
}

/* Карточка: hover-анимация */
.t-feed__grid-col {
  transition: transform 0.3s cubic-bezier(.25,.8,.25,1),
              box-shadow 0.3s cubic-bezier(.25,.8,.25,1) !important;
  border-radius: 16px !important;
}
.t-feed__grid-col:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.10) !important;
}

/* Обёртка картинки — скругление со всех сторон */
.t-feed__post-imgwrapper {
  border-radius: 16px !important;
}

/* Фоновая картинка — скругление со всех сторон */
.t-feed__post-bgimg {
  border-radius: 16px !important;
}

/* Внутренняя обёртка карточки */
.t-feed__col-grid__post-wrapper {
  border-radius: 16px !important;
  overflow: hidden !important;
}