.elementor-3323 .elementor-element.elementor-element-54a00c8{--display:flex;}.elementor-3323 .elementor-element.elementor-element-f8682d2{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for html, class: .elementor-element-7bdd7fb */.lot-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 20px;
}

.lot-article h1 {
  font-size: 34px;
  margin-bottom: 20px;
}

.lot-article h2 {
  font-size: 24px;
  margin-top: 35px;
}

.lot-article p {
  font-size: 17px;
  line-height: 1.7;
}

.lot-buttons {
  display: flex;
  gap: 10px;
  margin: 25px 0;
  flex-wrap: wrap;
}

.lot-btn {
  background: #2F7D73;
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 600;
}

.lot-btn:hover {
  background: #27665e;
}

.lot-cta {
  background: #f5f7f9;
  padding: 20px;
  border-radius: 10px;
  margin: 25px 0;
  text-align: center;
}

.lot-cta.highlight {
  background: #e8f4f2;
  border-left: 4px solid #2F7D73;
}

.lot-cta-title {
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .lot-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */