.rpp-floating-btn {
  position: fixed;
  top: 1rem;
  margin-right: auto;
  background: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.headings-list.rpp-plugin-content.rpp-floating {
  position: fixed;
  top: 3rem;
  margin-right: auto;
  width: 400px;
  max-height: 650px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 10px;
  overflow-y: auto;
  z-index: 9998;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 979px) {
  .headings-list.rpp-plugin-content.rpp-floating {
    width: 300px;
    max-height: 450px;
  }
}
