.scf-komentar-wrapper {
  max-width: 600px;
  margin: 0 auto 30px;
  padding: 15px;
  background: #fefefe;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.06);
}

#scf-form input, #scf-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

#scf-form button {
  background: #673ab7;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
#scf-form button:hover {
  background: #512da8;
}

#scf-msg {
  margin-top: 8px;
  font-size: 0.9em;
}

.scf-slider-container {
  max-width: 720px;
  margin: 20px auto;
  padding: 10px;
  position: relative;
}

.scf-slide-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.scf-slide {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  position: relative;
  transition: transform 0.3s ease;
  overflow-y: auto;
  max-height: 150px;
}
.scf-slide:hover {
  transform: translateY(-2px);
}

.scf-blurb {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.scf-blurb p {
  font-style: italic;
  text-align: center;
}

.scf-time {
  font-size: 10px;
  color: #888;
  position: absolute;
  right: 10px;
  bottom: 6px;
}

.scf-like-btn {
  background: none;
  border: none;
  color: #444;
  font-size: 13px;
  cursor: pointer;
  margin-top: 4px;
}
.scf-like-btn:hover {
  color: #673ab7;
}

.swiper-pagination-bullet {
  background: #bbb;
  opacity: 0.6;
}
.swiper-pagination-bullet-active {
  background: #673ab7;
  opacity: 1;
}

.scf-total-count {
  text-align: right;
  font-size: 12px;
  margin-top: 8px;
  color: #555;
}

@media screen and (max-width: 600px) {
  .scf-slide {
    max-height: 180px;
  }
}
