/**
 * @file
 * Product page feedback section styling.
 */

/* Product Feedback Section */

.product-feedback-section .feedback-widget-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-feedback-section h2,
.product-feedback-section h3 {
  color: #25935f;
  margin-bottom: 20px;
}

/* Ensure visibility */
.product-feedback-section {
  padding-top: 24px;
  padding-bottom: 24px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Arabic RTL adjustments for product page */
[dir="rtl"] .product-feedback-section {
  text-align: right;
}
