.elementor-31350 .elementor-element.elementor-element-436233f7{--display:flex;}/* Start custom CSS for container, class: .elementor-element-436233f7 */@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&display=swap');

.mlg-gray {
  direction: rtl;
  text-align: right;
  font-family: 'Cairo', sans-serif;
  line-height: 1.9;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  color: #2c2c2a;
}

.mlg-hero {
  text-align: center;
  padding: 2.5rem 1rem 2rem;
  border-bottom: 1px solid #e8e6e0;
  margin-bottom: 2rem;
}

.mlg-hero-badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  color: #888780;
  border: 1px solid #d3d1c7;
  padding: 4px 16px;
  border-radius: 20px;
  margin-bottom: 1rem;
  font-family: 'Cairo', sans-serif;
}


.mlg-intro {
  font-size: 15px;
  color: #5f5e5a;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 1.25rem;
}

.mlg-shade-pills {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.25rem 0;
}

.mlg-pill {
  font-size: 13px;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 20px;
  font-family: 'Cairo', sans-serif;
}

.mlg-pill-lg    { background: #f1efe8; color: #5f5e5a; border: 1px solid #d3d1c7; }
.mlg-pill-capri { background: #e8e8e8; color: #444441; border: 1px solid #b4b2a9; }
.mlg-pill-oro   { background: #faeeda; color: #854f0b; border: 1px solid #fac775; }
.mlg-pill-ice   { background: #e6f1fb; color: #185fa5; border: 1px solid #b5d4f4; }


.mlg-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

@media (max-width: 640px) {
  .mlg-cards-grid {
    grid-template-columns: 1fr;
  }
}

.mlg-card {
  background: #ffffff;
  border: 1px solid #e8e6e0;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.mlg-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.07);
}

.mlg-card-featured {
  border: 2px solid #fac775;
  background: #fffdf7;
}

.mlg-card-num {
  font-size: 11px;
  color: #b4b2a9;
  margin-bottom: 4px;
  font-family: 'Cairo', sans-serif;
}



.mlg-card-sub {
  font-size: 12px;
  color: #888780;
  margin-bottom: 12px;
}

.mlg-card-desc {
  font-size: 13px;
  color: #5f5e5a;
  line-height: 1.7;
  margin-bottom: 12px;
}


.mlg-features li {
  font-size: 13px;
  color: #5f5e5a;
  padding: 4px 0;
  padding-right: 18px;
  position: relative;
  line-height: 1.6;
}

.mlg-features li::before {
  content: '•';
  position: absolute;
  right: 4px;
  color: #b4b2a9;
  font-size: 14px;
}

.mlg-suitable {
  background: #f6f5f0;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 12px;
  color: #5f5e5a;
  line-height: 1.7;
  margin-bottom: 12px;
}

.mlg-suitable strong {
  color: #444441;
  font-weight: 700;
}

.mlg-mood {
  font-size: 12px;
  font-style: italic;
  color: #888780;
  border-top: 1px solid #e8e6e0;
  padding-top: 10px;
  margin-top: 10px;
  font-weight: 600;
}

.mlg-compare-table {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 8px;
  margin: 1rem 0 0;
}

@media (max-width: 700px) {
  .mlg-compare-table {
    grid-template-columns: 1fr repeat(2, 1fr);
  }
  .mlg-compare-table > div:nth-child(5n),
  .mlg-compare-table > div:nth-child(5n-1) {
    display: none;
  }
}

.mlg-compare-table > div {
  background: #f6f5f0;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 13px;
  text-align: center;
  color: #444441;
  line-height: 1.5;
  font-family: 'Cairo', sans-serif;
}


.mlg-badge-ex {
  display: inline-block;
  background: #e1f5ee;
  color: #0f6e56;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Cairo', sans-serif;
}

.mlg-badge-gd {
  display: inline-block;
  background: #eeedfe;
  color: #3c3489;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Cairo', sans-serif;
}

.mlg-badge-sim {
  display: inline-block;
  background: #f1efe8;
  color: #888780;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Cairo', sans-serif;
}


.mlg-choice-box {
  background: #f6f5f0;
  border-radius: 12px;
  padding: 1.5rem;
}

.mlg-choice-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e8e6e0;
}

.mlg-choice-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mlg-choice-name {
  font-weight: 700;
  font-size: 13px;
  color: #2c2c2a;
  min-width: 90px;
  font-family: 'Cairo', sans-serif;
}

.mlg-choice-arrow {
  color: #b4b2a9;
  font-size: 16px;
}

.mlg-choice-desc {
  font-size: 13px;
  color: #5f5e5a;
  line-height: 1.6;
  font-family: 'Cairo', sans-serif;
}/* End custom CSS */