.elementor-1201 .elementor-element.elementor-element-2283f36f{--display:flex;}.elementor-1201 .elementor-element.elementor-element-7cb5ff9d{column-gap:0px;}/* Start custom CSS for text-editor, class: .elementor-element-7cb5ff9d */.promotion-page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
  font-family: 'Segoe UI', Roboto, sans-serif;
}

.promotion-header {
  text-align: center;
  margin-bottom: 3rem;
}

.promotion-header h1 {
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.promotion-subtitle {
  font-size: 1.2rem;
  color: #7f8c8d;
  margin-bottom: 1.5rem;
}

.header-divider {
  height: 3px;
  background: linear-gradient(90deg, #3498db, #9b59b6);
  width: 120px;
  margin: 0 auto;
}

.conditions-card,
.restrictions-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 2rem;
  margin-bottom: 2rem;
}

.card-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.card-header.warning {
  color: #e74c3c;
}

.card-icon {
  font-size: 2rem;
  margin-right: 1rem;
}

.conditions-list,
.restrictions-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.condition-item,
.restriction-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.condition-check {
  color: #2ecc71;
  font-size: 1.2rem;
  font-weight: bold;
}

.restriction-cross {
  color: #e74c3c;
  font-size: 1.2rem;
  font-weight: bold;
}

.discount-cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
}

.discount-card {
  flex: 1;
  max-width: 300px;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

.discount-card.cash {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.discount-card.card {
  background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
}

.discount-value {
  font-size: 3.5rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.discount-type {
  font-size: 1.1rem;
  color: #5d6d7e;
  margin-bottom: 1rem;
}

.discount-icon {
  font-size: 3rem;
  opacity: 0.2;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.action-banner {
  background: linear-gradient(135deg, #3498db 0%, #9b59b6 100%);
  border-radius: 12px;
  padding: 2rem;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}

.banner-content {
  flex: 1;
}

.banner-content h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.banner-content p {
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.action-button {
  display: inline-block;
  background: white;
  color: #3498db;
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.3s, box-shadow 0.3s;
}

.action-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.banner-icon {
  font-size: 4rem;
  opacity: 0.2;
  margin-left: 2rem;
}

@media (max-width: 768px) {
  .promotion-page {
    padding: 1.5rem;
  }
  
  .discount-cards {
    flex-direction: column;
    align-items: center;
  }
  
  .action-banner {
    flex-direction: column;
    text-align: center;
  }
  
  .banner-icon {
    margin: 1rem 0 0;
  }
}/* End custom CSS */