.elementor-29887 .elementor-element.elementor-element-405e60c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-12dbd11 */.category-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}

.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.category-header h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.category-link {
  font-size: 20px;
  color: #333;
  text-decoration: none;
}

.category-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.category-item {
  text-align: center;
  text-decoration: none;
  color: #333;
  width: 22%;
}

.category-item img {
  width: 70px;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

.category-item p {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}/* End custom CSS */