.js-store-prod-text a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap; 
}
.js-store-prod-text a:first-of-type {
    background-color: #A0C814;
    color: #000000 !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #A0C814;
    color: #000000 !important;
}


.t-menusub__list {
  padding: 0 16px; 
  box-sizing: border-box;
}

.t-menusub__link-item {
  display: block;
  padding: 10px 16px;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  margin: 4px 0;
  box-sizing: border-box;
}

/* Ховер эффект */
.t-menusub__link-item:hover {
  background-color: #ecf6db; 
  text-decoration: none !important;
  color: inherit !important;
} 



.t1124__text a {
  display: inline-block;
  padding: 5px 0px;
  margin-bottom: 0px;
  border-radius: 6px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  position: relative;
  color: inherit;
  box-sizing: border-box;
}

/* Эффект при наведении */
.t1124__text a:hover {
  background-color: #e0e0e0;
  box-shadow:
    -10px 0 0 0 #e0e0e0,  /* левая "обводка" 8px за пределами */
     10px 0 0 0 #e0e0e0;  /* правая "обводка" 8px за пределами */
  /* box-shadow: -8px 0 0 0 #a0a0a0, 8px 0 0 0 #a0a0a0, 0 2px 4px rgba(0,0,0,0.1); */
}



#rec1099487701 .t817__content a {
    display: inline-block;
  padding: 5px 0px;
  margin-bottom: 0px;
  border-radius: 6px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  position: relative;
  color: inherit;
  box-sizing: border-box;
}

#rec1099487701 .t817__content a:hover {
  background-color: #ecf6db; 
  box-shadow:
    -10px 0 0 0 #ecf6db, 
     10px 0 0 0 #ecf6db; 
     
}








#rec1099382571 .js-store-prod-text a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 8px;
    background-color: #A0C814;
    color: #000000 !important;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

#rec1099382571 .js-store-prod-text a:hover {
    background-color: #c0e739;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}




#rec1125197561 table, 
#rec779691446 table { 
  width: 100%;
  border-collapse: collapse;
}

#rec1125197561 table th,
#rec1125197561 table td,
#rec779691446 table th,
#rec779691446 table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

#rec1125197561 table th:nth-child(1),
#rec1125197561 table td:nth-child(1),
#rec779691446 table th:nth-child(1),
#rec779691446 table td:nth-child(1) {
  width: 70%;
}

#rec1125197561 table th:nth-child(2),
#rec1125197561 table td:nth-child(2),
#rec779691446 table th:nth-child(2),
#rec779691446 table td:nth-child(2) {
  width: 30%;
}





/* === FR301 === */
/* Десктоп: стандартная ширина */
.t-rec[data-record-type="301"] .t-btn{
  display:inline-block;
  width:auto !important;
  max-width:none !important;
}
/* Мобайл/планшет: 100% */
@media (max-width:980px){
  .t-rec[data-record-type="301"] .t-btnwrapper{display:block!important;width:100%!important;}
  .t-rec[data-record-type="301"] .t-btn{
    display:block!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;
    margin-left:0!important;margin-right:0!important;
  }
}

/* === T774 (ваш блок с .t-btnflex) === */
/* Десктоп: стандартная ширина */
.t-rec[data-record-type="774"] .t-card__btn,
.t-rec[data-record-type="774"] .t-btnflex{
  display:inline-flex;
  width:auto !important;
  max-width:none !important;
}
/* Мобайл/планшет: растянуть кнопку и её обёртку */
@media (max-width:980px){
  .t-rec[data-record-type="774"] .t-card__btn-wrapper{
    display:block !important;
    width:100% !important;
  }
  .t-rec[data-record-type="774"] .t-card__btn,
  .t-rec[data-record-type="774"] .t-btnflex{
    display:flex !important;          /* чтобы текст центрировался */
    width:100% !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    justify-content:center;
    margin-left:0 !important;
    margin-right:0 !important;
  }
}




/* === FR301 на главной: тянем кнопки во всю ширину на мобайле === */
@media (max-width: 980px) {
  #rec1253220911 .t-fr__btn-container,
  #rec1253205396 .t-fr__btn-container,
  #rec1253211021 .t-fr__btn-container {
    display: block !important;
    width: 100% !important;
    align-self: stretch !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #rec1253220911 .t-fr__btn-container .t-btn,
  #rec1253205396 .t-fr__btn-container .t-btn,
  #rec1253211021 .t-fr__btn-container .t-btn {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    justify-content: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
