/*
Theme Name: bigsoft
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.custom-cat-desc-wrapper {
  position: relative;
  margin-top: 30px;
}

.custom-cat-desc-content {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.custom-cat-desc-wrapper.expanded .custom-cat-desc-content {
  max-height: 1000px; /* tùy ý */
}

.toggle-cat-desc {
  margin-top: 10px;
  background-color: #3b82f6;
  color: white;
  padding: 6px 12px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
