.elementor-7122 .elementor-element.elementor-element-12d568d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-5b206dc */.almond-article {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  font-family: 'Vazir', Tahoma, sans-serif;
}

.article-intro {
  text-align: center;
  margin-bottom: 40px;
}

.featured-img {
  max-width: 100%;
  border-radius: 10px;
  margin: 20px 0;
}

.excerpt {
  font-size: 1.2em;
  color: #2c3e50;
  background: #f8f9fa;
  padding: 15px;
  border-right: 4px solid #AFCB3C;
}

.article-section {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

h1 {
  color: #2c3e50;
  font-size: 2.2em;
}

h2 {
  color: #27ae60;
  font-size: 1.8em;
  margin: 30px 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ecf0f1;
}

h3 {
  color: #2c3e50;
  font-size: 1.4em;
  margin: 25px 0 15px;
}

.content-img {
  max-width: 100%;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.specs-box {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  margin: 25px 0;
  border-right: 4px solid #AFCB3C;
}

.specs-box ul {
  padding-right: 20px;
}

.specs-box li {
  margin-bottom: 10px;
}

.specs-table {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 15px;
  margin: 25px 0;
}

.spec-row {
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #ecf0f1;
}

.spec-row:last-child {
  border-bottom: none;
}

.spec-title {
  font-weight: bold;
  width: 40%;
  color: #2c3e50;
}

.spec-value {
  width: 60%;
  color: #34495e;
}

.cta-box {
  background: #dcf770;
  text-align: center;
  padding: 30px;
  border-radius: 15px;
  margin: 40px 0;
}

.cta-box a {
  color: #e74c3c;
  font-weight: bold;
  font-size: 1.3em;
  text-decoration: none;
}

@media (max-width: 768px) {
  .spec-row {
    flex-direction: column;
  }
  .spec-title, .spec-value {
    width: 100%;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.5em;
  }
}/* End custom CSS */