.elementor-6377 .elementor-element.elementor-element-579136a{--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-6377 .elementor-element.elementor-element-5d0d2e7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9446651 */.payment-methods {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  direction: rtl;
  text-align: right;
}

.payment-methods h2 {
  margin-bottom: 20px;
  font-size: 1.3rem;
  color: #333;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.payment-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #eee;
}

.payment-item i {
  font-size: 1.2rem;
  color: #e52859; /* رنگ دلخواه */
  flex-shrink: 0;
  margin-top: 3px;
}

.payment-item p {
  margin: 3px 0;
  line-height: 1.6;
  color: #555;
  font-size: 0.95rem;
}

.en-number {
  font-family: 'Courier New', monospace;
  direction: ltr;
  unicode-bidi: embed;
}

.copy-text {
  cursor: pointer;
  user-select: all;
}

.copy-text:hover {
  color: #e52859; /* تغییر رنگ در هاور */
}

@media (max-width: 480px) {
  .payment-methods {
    padding: 15px;
  }
  .payment-item {
    gap: 8px;
    flex-direction: column;
  }
  .payment-item i {
    font-size: 1rem;
  }
  .payment-methods h2 {
    font-size: 1.1rem;
  }
}/* End custom CSS */