#frameset-331-4427 {margin-top:55px;margin-bottom:10px;}
#frameset-331-4427 div.yodo-frameset-inner-wrap {max-width:1200px;}


#frameset-331-4427 .yodo-padd { padding-left:15px; }
#frameset-331-4427 .yodo-padd { padding-right:15px; }


#frameset-331-7939 {margin-bottom:75px;}
#frameset-331-7939 div.yodo-frameset-inner-wrap {padding-top:45px;padding-bottom:15px;}
#frameset-331-8629 div.yodo-frameset-inner-wrap {padding-top:50px;padding-bottom:100px;}


#frameset-331-8629 .yodo-padd { padding-left:25px; }
#frameset-331-8629 .yodo-padd { padding-right:25px; }


#object-331-8082 div.object-inner {padding-right:25px;} /* text */
#object-331-19220 div.object-inner {padding-right:25px;} /* text */
#object-331-8086 {margin-bottom:20px;} /* picture */
#object-331-8083 {margin-bottom:20px;} /* picture */
#object-331-19293 {background-color:#ffffff;margin-bottom:0px; -webkit-box-shadow:0px 0px 6px 3px rgba(214,214,214,0.5); -moz-box-shadow: 0px 0px 6px 3px rgba(214,214,214,0.5); box-shadow: 0px 0px 6px 3px rgba(214,214,214,0.5) ; } /* text */
#object-331-19293 div.object-inner {padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;} /* text */
#object-331-20747 {background-color:#ffffff;margin-bottom:0px; -webkit-box-shadow:0px 0px 6px 3px rgba(214,214,214,0.5); -moz-box-shadow: 0px 0px 6px 3px rgba(214,214,214,0.5); box-shadow: 0px 0px 6px 3px rgba(214,214,214,0.5) ; } /* text */
#object-331-20747 div.object-inner {padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;} /* text */
#object-331-20748 {background-color:#ffffff;margin-bottom:0px; -webkit-box-shadow:0px 0px 6px 3px rgba(214,214,214,0.5); -moz-box-shadow: 0px 0px 6px 3px rgba(214,214,214,0.5); box-shadow: 0px 0px 6px 3px rgba(214,214,214,0.5) ; } /* text */
#object-331-20748 div.object-inner {padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;} /* text */
#object-331-20749 {background-color:#ffffff;margin-bottom:0px; -webkit-box-shadow:0px 0px 6px 3px rgba(214,214,214,0.5); -moz-box-shadow: 0px 0px 6px 3px rgba(214,214,214,0.5); box-shadow: 0px 0px 6px 3px rgba(214,214,214,0.5) ; } /* text */
#object-331-20749 div.object-inner {padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;} /* text */
#object-331-19294 {background-color:#ffffff;margin-bottom:0px; -webkit-box-shadow:0px 0px 6px 3px rgba(214,214,214,0.5); -moz-box-shadow: 0px 0px 6px 3px rgba(214,214,214,0.5); box-shadow: 0px 0px 6px 3px rgba(214,214,214,0.5) ; } /* text */
#object-331-19294 div.object-inner {padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;} /* text */
#object-331-19295 {background-color:#ffffff;margin-bottom:0px; -webkit-box-shadow:0px 0px 6px 3px rgba(214,214,214,0.5); -moz-box-shadow: 0px 0px 6px 3px rgba(214,214,214,0.5); box-shadow: 0px 0px 6px 3px rgba(214,214,214,0.5) ; } /* text */
#object-331-19295 div.object-inner {padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;} /* text */
#object-331-19297 {background-color:#ffffff;margin-bottom:0px; -webkit-box-shadow:0px 0px 6px 3px rgba(214,214,214,0.5); -moz-box-shadow: 0px 0px 6px 3px rgba(214,214,214,0.5); box-shadow: 0px 0px 6px 3px rgba(214,214,214,0.5) ; } /* text */
#object-331-19297 div.object-inner {padding-top:20px;padding-bottom:20px;padding-left:20px;padding-right:20px;} /* text */


/* USERSPECIFICS */
/* Grundinställningar */
.pricing-container {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

/* Header - Uppdaterad med din marginal */
.pricing-header {
  text-align: center;
  margin-bottom: 6.5rem; /* Din ändring */
}

.pricing-header h2 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.pricing-header .image-count {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1b6c70;
  transition: all 0.3s ease;
}

/* Slider Container */
.slider-container {
  position: relative;
  padding: 0 0.5rem;
  margin-bottom: 4rem;
}

.slider-track {
  position: relative;
  height: 8px;
  background: #e2e8f0;
  border-radius: 9999px;
}

.slider-fill {
  position: absolute;
  height: 100%;
  background: #1b6c70;
  border-radius: 9999px;
  transition: width 0.2s ease-out;
}

.slider-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 8px;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
  margin: 0;
}

/* Slider Thumb - Uppdaterad med din storlek och position */
.slider-thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-40%); /* Din ändring */
  width: 25px; /* Din ändring */
  height: 25px; /* Din ändring */
  background: white;
  border-radius: 50%;
  border: 4px solid #1b6c70;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  pointer-events: none;
  transition: left 0.2s ease-out;
  z-index: 5;
}

/* Labels - Uppdaterad med negativ marginal */
.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: -6.5rem; /* Din ändring */
  position: relative; /* Lagt till för säkerhets skull så de syns */
  z-index: 2; /* Ser till att texten hamnar ovanför ev bakgrund */
}

.slider-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #94a3b8;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease;
  padding: 0.25rem;
}

.slider-label:hover {
  color: #1b6c70;
}

.slider-label.active {
  color: #1e293b;
}

/* Kortet */
.pricing-card {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  padding: 2rem;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}

.plan-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.price-display {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.price-amount {
  font-size: 3rem;
  font-weight: 700;
  color: #1e293b;
  transition: all 0.3s ease;
  line-height: 1;
}

.price-period {
  font-size: 1.125rem;
  color: #94a3b8;
}

.price-per-image {
  color: #64748b;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

/* Knapp (som ser ut som en länk) */
.cta-button {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background: #1b6c70;
  color: white !important;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border-radius: 0.75rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 6px -1px rgba(27, 108, 112, 0.25);
  margin-bottom: 2rem;
  font-size: 1rem;
}

.cta-button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  color: white !important;
}

.features-title {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.feature-check {
  width: 20px;
  height: 20px;
  color: #22c55e;
  flex-shrink: 0;
}

.feature-text {
  color: #64748b;
  font-size: 0.95rem;
}

@media (max-width: 640px) {
  .pricing-header h2 { font-size: 1.5rem; }
  .price-amount { font-size: 2.5rem; }
  .slider-labels { font-size: 0.75rem; }
}