.elementor-26581 .elementor-element.elementor-element-307b755{--display:flex;}/* Start custom CSS for wp-widget-custom_html, class: .elementor-element-07032d8 */.exchange-plain {
  padding: 80px 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.exchange-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  border-right: 3px solid #ff3b30;
}

.exchange-list li {
  position: relative;
  padding: 20px 20px 20px 0;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(255, 59, 48, 0.05);
  text-align: right;
  transition: transform 0.2s ease;
}

.exchange-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(255, 59, 48, 0.1);
}

.step-number {
  position: absolute;
  right: -26px;
  top: 20px;
  background: #ff3b30;
  color: #fff;
  width: 32px;
  height: 32px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 0 0 4px #fffafa;
}/* End custom CSS */