/* 🔥 Точечное скрытие карточек с 7-й по счету в блоке "Наша спецтехника" */
.spectech-grid-wrapper:not(.is-expanded) .custom-filter-grid > *:nth-child(n+7),
.spectech-grid-wrapper:not(.is-expanded) .custom-filter-accordion > *:nth-child(n+7) {
  display: none !important;
}

/* Управление текстом на кнопке */
.spectech-toggle-btn .btn-text-collapse {
  display: none;
}
.spectech-toggle-btn[data-expanded="true"] .btn-text-expand {
  display: none;
}
.spectech-toggle-btn[data-expanded="true"] .btn-text-collapse {
  display: inline !important;
}