#right-sidebar-container {
  position: relative;
}

#right-sidebar {
  position: fixed;
  top: 30%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.vertical-button {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 2px;
  transform: rotate(-90deg);
  transform-origin: center center;
  padding: 5px;
  margin: 0;
  margin-left: 10px;
}

.vertical-button:hover {
  background-color: #555;
}

.btn-free-listing {
  background-color: #007bff;
}