.elementor-5321 .elementor-element.elementor-element-05bfdef{--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;}.elementor-5321 .elementor-element.elementor-element-161cad6{--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-0629ee1 *//* Featured Fish Feed Machinery Recommendation Card */
.zh-product-card {
  margin: 35px 0;
  padding: 24px;
  background: linear-gradient(135deg, #f4f8fc 0%, #e6f0fa 100%);
  border: 1px solid var(--border-color);
  border-left: 5px solid var(--primary-blue);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 4px 12px rgba(0, 86, 179, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}

.zh-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 86, 179, 0.12);
}

.zh-product-info {
  flex: 1;
}

.zh-product-badge {
  display: inline-block;
  background-color: var(--primary-blue);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.zh-product-title {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark, #2d3748);
  line-height: 1.3;
}

.zh-product-desc {
  margin: 0;
  font-size: 13px;
  color: #555555;
  line-height: 1.5;
}

.zh-product-btn {
  display: inline-block;
  padding: 12px 22px;
  background-color: var(--cta-yellow);
  color: var(--cta-purple-text);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  white-space: nowrap;
  transition: background-color 0.2s, transform 0.1s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.zh-product-btn:hover {
  background-color: var(--cta-yellow-hover);
  transform: translateY(-1px);
}

/* Responsive adjustment for mobile screens */
@media (max-width: 650px) {
  .zh-product-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
  .zh-product-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-top: 10px;
  }
}/* End custom CSS */