.han-popup-container {
  position: fixed;
  right: 16px;
  bottom: 160px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.han-popup-container .han-icon {
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

.han-scroll-top {
  display: none;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}

/* Mobilde ikonları daha yukarı taşı */
@media only screen and (max-width: 768px) {
  .han-popup-container {
    bottom: 160px !important;
  }
}
