





.sug-stars {





  display: inline-block;





  cursor: pointer;





  user-select: none;





}





.sug-star {





  font-size: 22px;





  color: #f0ad4e;





  padding: 0 1px;





}





.sug-star:hover,





.sug-star:hover ~ .sug-star {





  color: #f0ad4e;





}





.sug-star.voted {





  color: gold;





}





.sug-gallery {





  display: grid;





  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));





  gap: 20px;





  margin-top: 20px;





}











.sug-gallery-item {





  border: 1px solid #ccc;





  padding: 10px;





  border-radius: 10px;





  background: #fafafa;





  box-shadow: 0 2px 4px rgba(0,0,0,0.1);





  text-align: center;





}











.sug-gallery-item img {





  max-width: 100%;





  border-radius: 6px;





}





.sug-gallery {





  display: grid;





  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));





  gap: 20px;





  margin-top: 20px;





  width: 100%;





}











.sug-gallery-item {





  display: flex;





  flex-direction: column;





  justify-content: flex-start;





  background: #fff;





  border-radius: 12px;





  padding: 10px;





  box-shadow: 0 2px 6px rgba(0,0,0,0.1);





}











.sug-gallery-item img {





  width: 100%;





  height: auto;





  object-fit: cover;





  border-radius: 8px;





}

.sug-gallery-item {
  position: relative;
}






.sug-gallery-item {
  position: relative;
}










.sug-gallery-item {
  position: relative;
}

.sug-rank-badge {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  z-index: 10;
}


.sug-gallery-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}

.sug-gallery-item img:not(.sug-rank-badge) {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

/* Rangsor ikon */
.sug-rank-badge {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 48px;
  height: 48px;
  z-index: 20;
  pointer-events: none;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}


.sug-gallery-item {
  position: relative;
  display: inline-block;
  overflow: visible !important;
  z-index: 0;
}

.sug-gallery-item img.sug-rank-badge {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 48px;
  height: 48px;
  z-index: 9999 !important;
  pointer-events: none;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}


.sug-gallery-item {
  position: relative;
  display: inline-block;
  overflow: visible !important;
  z-index: 0;
}

.sug-gallery-item img.sug-rank-badge {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 48px;
  height: 48px;
  z-index: 9999 !important;
  pointer-events: none;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
