/*
Theme Name: Woodmart Child
Theme URI: https://woodmart.xtemos.com/
Description: Child theme for the Woodmart theme
Author: XTemos
Author URI: https://xtemos.com/
Template: woodmart
Version: 1.0.0
*/

/* --- Collapsible Cards --- */
.eg-collapsible-ready .collapse-body {
  border-top: 1px solid #eee;
  margin-top: 8px;
  padding-top: 10px;
}

.eg-collapsible-ready.open {
  background-color: #fffaf5 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.collapse-header:hover {
  color: #2a7a2a;
}
