/* Category card fix — loaded after style.css to guarantee correct cascade */
.wd-cats-element .cat-design-alt .wd-cat-inner.wrapp-category {
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  text-align: center !important;
  padding: 0 !important;
  box-shadow: none !important;
  transition: box-shadow 0.2s ease !important;
}
.wd-cats-element .cat-design-alt .wd-cat-thumb {
  background-image: none !important;
  background-color: #fff !important;
  width: 100% !important;
  height: 180px !important;
  padding: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  border-bottom: 1px solid #e8e8e8 !important;
}
.wd-cats-element .cat-design-alt .wd-cat-thumb img {
  border-radius: 0 !important;
  width: auto !important;
  max-width: 100% !important;
  height: 148px !important;
  object-fit: contain !important;
  position: relative !important;
  z-index: 1 !important;
}
.wd-cats-element .cat-design-alt .wd-cat-content {
  padding: 10px 12px 16px !important;
  text-align: center !important;
  opacity: 1 !important;
  transform: none !important;
  position: static !important;
  background: transparent !important;
}
