.voltec-modules {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.voltec-modules__sidebar {
  position: sticky;
  top: 24px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
}
.voltec-modules__filter-group + .voltec-modules__filter-group { margin-top: 16px; }
.voltec-modules__filter-group--highlight {
  padding: 14px;
  border-radius: 14px;
  background: #9dabd4;
}
.voltec-modules__label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
}
.voltec-modules__select {
  width: 100%;
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  padding: 0 12px;
  background: #fff;
}
.voltec-modules__filter-group--highlight .voltec-modules__label {
  color: #111827;
}
.voltec-modules__filter-group--highlight .voltec-modules__select {
  border-color: rgba(17, 24, 39, 0.12);
}
.voltec-modules__reset {
  margin-top: 20px;
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  background: #f4c649;
  color: #111827;
  font-weight: 700;
  cursor: pointer;
}
.voltec-modules__count {
  margin-bottom: 20px;
  font-weight: 600;
}
.voltec-modules__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.voltec-modules__card {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
}
.voltec-modules__image-link {
  display: block;
}
.voltec-modules__card-image {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.voltec-modules__card-body {
  padding: 20px;
}
.voltec-modules__card-title {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.2;
}
.voltec-modules__title-link {
  color: inherit;
  text-decoration: none;
}
.voltec-modules__card-excerpt {
  color: #4b5563;
  margin-bottom: 16px;
}
.voltec-modules__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.voltec-modules__tag {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3f4f6;
  font-size: 13px;
}
.voltec-modules__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.voltec-modules__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  background: #f4c649;
  color: #111827;
  text-decoration: none;
  font-weight: 700;
}
.voltec-modules__empty {
  padding: 30px;
  border: 1px dashed #d1d5db;
  border-radius: 16px;
  text-align: center;
  color: #6b7280;
}
@media (max-width: 1024px) {
  .voltec-modules {
    grid-template-columns: 1fr;
  }
  .voltec-modules__sidebar {
    position: static;
  }
}
@media (max-width: 767px) {
  .voltec-modules__grid {
    grid-template-columns: 1fr;
  }
}

.voltec-module-product-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}
.voltec-module-product-filters__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 180px;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}
.voltec-module-product-filters__item.is-highlighted {
  background: #9dabd4;
  border-color: #9dabd4;
}
.voltec-module-product-filters__label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.voltec-module-product-filters__value {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}


.voltec-modules__search-wrap {
  margin-bottom: 18px;
}
.voltec-modules__search-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.voltec-modules__search-input {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #d1d5db;
  border-radius: 14px;
  background: #fff;
}
.voltec-modules__search-input:focus,
.voltec-modules__select:focus {
  outline: none;
  border-color: #9dabd4;
  box-shadow: 0 0 0 3px rgba(157,171,212,.18);
}
.voltec-modules__reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  background: #f4c649;
  color: #111827;
  text-decoration: none;
  font-weight: 700;
}
.voltec-modules__card-title a,
.voltec-modules__link,
.voltec-modules__title-link,
.voltec-modules a {
  text-decoration: none !important;
}

.voltec-module-product-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}
.voltec-module-product-filters__item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid #d7dde7;
  border-radius: 18px;
  background: #f7f8fb;
}
.voltec-module-product-filters__item.is-highlighted {
  background: #f4efe3;
  border-color: #f0c54b;
}
.voltec-module-product-filters__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.voltec-module-product-filters__icon-wrap {
  flex: 0 0 auto;
}
.voltec-module-product-filters__icon {
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
}
.voltec-module-product-filters__label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6b7280;
}
.voltec-module-product-filters__value {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #111827;
}
.voltec-module-product-filters__item.is-highlighted .voltec-module-product-filters__label,
.voltec-module-product-filters__item.is-highlighted .voltec-module-product-filters__value,
.voltec-module-product-filters__item.is-highlighted .voltec-module-product-filters__icon {
  color: #a8561e;
}
.voltec-module-product-filters__item:nth-child(2) {
  background: #ecf8f2;
  border-color: #7fe4bc;
}
.voltec-module-product-filters__item:nth-child(2) .voltec-module-product-filters__label,
.voltec-module-product-filters__item:nth-child(2) .voltec-module-product-filters__value,
.voltec-module-product-filters__item:nth-child(2) .voltec-module-product-filters__icon {
  color: #067647;
}
.voltec-module-product-filters__item:nth-child(3) {
  background: #f3f4f7;
  border-color: #d4d8de;
}
.voltec-module-product-filters__item:nth-child(3) .voltec-module-product-filters__label,
.voltec-module-product-filters__item:nth-child(3) .voltec-module-product-filters__value,
.voltec-module-product-filters__item:nth-child(3) .voltec-module-product-filters__icon {
  color: #374151;
}
.voltec-module-product-filters__item:nth-child(4) {
  background: #eef4ff;
  border-color: #9fc4ff;
}
.voltec-module-product-filters__item:nth-child(4) .voltec-module-product-filters__label,
.voltec-module-product-filters__item:nth-child(4) .voltec-module-product-filters__value,
.voltec-module-product-filters__item:nth-child(4) .voltec-module-product-filters__icon {
  color: #1d4ed8;
}
@media (max-width: 1024px) {
  .voltec-module-product-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .voltec-module-product-filters {
    grid-template-columns: 1fr;
  }
}
