.elementor-792 .elementor-element.elementor-element-b0d4a71{--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;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}#elementor-popup-modal-792 .dialog-widget-content{animation-duration:0.2s;border-radius:0px 0px 0px 0px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-792{background-color:#0000005C;justify-content:flex-start;align-items:center;pointer-events:all;}#elementor-popup-modal-792 .dialog-message{width:300px;height:100vh;align-items:flex-start;}/* Start custom CSS for html, class: .elementor-element-326e282 */.ta-category-widget {
  max-width: 360px;
  background: #fff;
  font-family: inherit;
}

/* All Categories Button */
.ta-all-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #1e63e9;
  color: #fff;
  padding: 14px 22px;
  border-radius: 28px;
  margin: 16px;
  cursor: pointer;
}

.ta-hamburger svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  display: block;
}

.ta-all-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* Category List */
.ta-category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ta-category-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ta-category-list li:hover {
  background: #f8f9fc;
}

/* Icons */
.ta-icon svg {
  width: 22px;
  height: 22px;
  stroke: #111;
  fill: none;
  stroke-width: 1.6;
}

/* Text */
.ta-text {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: #111;
}

/* Arrow */
.ta-arrow {
  font-size: 18px;
  color: #bbb;
}/* End custom CSS */