  .t-store__card a, #allrecords .t-store__card a:focus-visible {
    outline: none;
    width: 100%;
}



.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media screen and (min-width: 1600px) {
    .t-container {
        max-width: 1600px;
    }
}



  .button *{
      transition: all 0.2s ease;
  }
  
  .button-shape *{
    transition: all 0.2s ease !important;
  }
  
  .button:hover .button-shape .tn-atom{
    background: #00243b !important;
    border-color: #00243b !important;
    color: #fff !important;
  }

  .button:hover .button-circle .tn-atom{
    background: #00243b !important;
    border-color: #00243b !important;
  }

  .button:hover .button-arrow .tn-atom svg path{
    stroke: #fff !important;
  }
 











/* Контейнер карточек новостей */
.t897__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* Каждая карточка */
.t897__container .t-col {
  float: none !important;
  display: block !important;
  box-sizing: border-box;
  width: calc(25% - 20px); /* 4 в ряд */
  margin: 0 10px 0px 10px;
}

/* Убираем ограничение от Tilda */
.t897__container .t-col_3 {
  max-width: none !important;
}

/* 📱 Планшет — 2 карточки */
@media screen and (max-width: 980px) {
  .t897__container .t-col {
    width: calc(50% - 20px);
  }
}

/* 📱 Мобильный — 1 карточка */
@media screen and (max-width: 640px) {
  .t897__container .t-col {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/* Переключатели — во всю ширину контейнера */
.t-feed__parts-select-container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 0 10px;
  box-sizing: border-box;
}

