.elementor-8311 .elementor-element.elementor-element-f0a967a{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-a278ffd */.scenark-product {
  max-width: 960px;
  margin: auto;
  padding: 20px;
}

.scenark-title {
  margin-bottom: 10px;
}

.scenark-subtitle {
  color: #555;
  margin-bottom: 20px;
}

.scenark-product header {
  margin-bottom: 5px; /* spazio sotto l'intero header (titolo, descrizione e badge) */
}

.scenark-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0; /* niente margine qui */
  padding: 0;
  list-style: none;
}

.scenark-badges li {
  background: #DDD5BA;
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
}


.scenark-grid {
  display: grid;
  gap: 20px;
}

@media (min-width: 768px) {
  .scenark-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.scenark-card {
  border: 1px solid #DDD5BA;
  border-radius: 10px;
  padding: 15px;
}

.scenark-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  border-radius: 8px;
}

.scenark-specs {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.scenark-specs th,
.scenark-specs td {
  border: 1px solid #DDD5BA;
  padding: 8px 10px;
  text-align: left;
}

.scenark-specs th {
  background: #fdfcf9;
  font-weight: 600;
}

.scenark-note {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}/* End custom CSS */