.elementor-42819 .elementor-element.elementor-element-08606fd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-890342c */.downloads {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
  color: #333;
}

.downloads-hero {
  text-align: center;
  margin-bottom: 60px;
}

.downloads-hero h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.downloads-hero p {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.downloads-section {
  margin-bottom: 50px;
}

.downloads-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 8px;
}

.downloads-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.downloads-list li {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
}

.downloads-list h3 {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 8px;
}

.downloads-list p {
  flex: 1;
  font-size: 14px;
  color: #666;
}




.downloads-list a img {
  display: block;
  margin-top: 12px;
  transition: transform 0.2s ease;
}

.downloads-list a:hover img {
  transform: scale(1.1);
}/* End custom CSS */