/* Общий стиль для всех ссылок внутри описания ST205 */
.t744 .t744__descr a {
  display: inline-block !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  padding: 12px 24px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  margin: 8px 8px 8px 0 !important;
  transition: background-color 0.3s ease, box-shadow 0.2s ease !important;
}

/* Эффект при наведении: лёгкая тень */
.t744 .t744__descr a:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Первая ссылка — OZON */
.t744 .t744__descr a:nth-of-type(1) {
  background-color: #0A59E8 !important;
}

/* Вторая ссылка — Wildberries */
.t744 .t744__descr a:nth-of-type(2) {
  background-color: #BE0F9B !important;
}

/* Третья ссылка — Яндекс Маркет */
.t744 .t744__descr a:nth-of-type(3) {
  background: linear-gradient(to right, #EDD300, #FD4D3A) !important;
}




