.elementor-30990 .elementor-element.elementor-element-34b4b36e{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-e3a4f */.wonderlook-colored {
  direction: rtl;
  text-align: right;
  font-family: "Cairo", sans-serif;
  line-height: 1.9;
  max-width: 1200px;
  margin: auto;
  padding: 0px 0px;
}

.main-title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 1px;
}

.shade-gallery {
  display: flex;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
  margin: 15px 0;
}

.shade-card {
  text-align: center;
}

.shade-card img {
  width: 225px;
  transition: 0.3s;
}

.shade-card img:hover {
  transform: scale(1.05);
}

.shade-box {
  margin-bottom: 40px;
}

.shade-box h3 {
  margin-bottom: 10px;
  font-weight: 700;
}

.mood {
  font-weight: 600;
  color: #8a6b55;
  margin-top: 10px;
}

.comparison-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  text-align: center;
  margin: 30px 0;
}

.comparison-table div {
  background: #f6f6f6;
  padding: 12px;
  border-radius: 6px;
}

hr {
  margin: 40px 0;
  border: none;
  height: 1px;
  background: #ddd;
}

@media (max-width: 768px) {
  .comparison-table {
    grid-template-columns: repeat(2, 1fr);
  }

  .shade-card img {
    width: 160px;
  }
}/* End custom CSS */