.elementor-397 .elementor-element.elementor-element-9c4b638{--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-358588d *//* ===== FIXED VERTICAL PRODUCT BROCHURE BUTTON ===== */
.product-brochure-btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);

  background: #2F8F5B; /* brand green */
  color: #ffffff;
  padding: 12px 10px;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none !important;

  writing-mode: vertical-rl;
  text-orientation: mixed;

  border-radius: 8px 0 0 8px;
  z-index: 9999;

  transition: all 0.3s ease;
}

/* Hover effect */
.product-brochure-btn:hover {
  background: #256F47;
  color: #ffffff;
  padding-right: 26px;
}/* End custom CSS */