/* Syoska Amelia Addon - Service Description */
.syoska-service-description {
  margin-top: 12px !important;
  font-family: 'Amelia Roboto', sans-serif !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #354052 !important;
  background: #F8F9FA !important;
  border: 1px solid #E2E6EC !important;
  padding: 16px !important;
  border-radius: 6px !important;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

/* Titel "Beschreibung:" */
.syoska-service-description-title {
  font-weight: 700 !important;
  color: #1A2C37 !important;
  margin-bottom: 8px !important;
  font-size: 14px !important;
  text-transform: none !important; /* Kein Uppercase */
  letter-spacing: 0.5px;
  display: block !important;
}

/* Listen formatieren */
.syoska-service-description ul,
.syoska-service-description ol {
  margin: 0 0 12px 20px !important;
  padding: 0 !important;
  list-style-position: outside !important;
}

.syoska-service-description li {
  margin-bottom: 6px !important;
  color: #354052 !important;
}

/* Paragraphen */
.syoska-service-description p {
  margin-bottom: 12px !important;
  color: #354052 !important;
}

.syoska-service-description p:last-child {
  margin-bottom: 0 !important;
}

/* Scrollbar Styling (Amelia-like) */
.syoska-service-description::-webkit-scrollbar {
  width: 6px;
}

.syoska-service-description::-webkit-scrollbar-track {
  background: transparent;
}

.syoska-service-description::-webkit-scrollbar-thumb {
  background: #D3DDEA;
  border-radius: 3px;
}

.syoska-service-description::-webkit-scrollbar-thumb:hover {
  background: #A9B2BC;
}
