.fab-button {
  display: flex;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  padding: 0.25rem;
  border-radius: 50%;
  background-color: rgba(36, 165, 249);
}

.fab-menu {
  position: fixed;
  bottom: 4.5rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  min-width: 12rem;
  padding: 0.45rem;
  gap: 0.45rem;
  background-color: black;
  border-radius: 5px;
}

.fab-option {
  text-align: left;
  padding: 0.5rem 0.6rem;
  bottom: 1rem;
  border-radius: 5px;
  font-size: 1rem;
  background-color: rgb(0, 95, 158);
}

.fab-delete {
  background-color: red;
}

.episode-track {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 6rem;
  min-width: 4rem;
}

.plus-button {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  justify-content: center;
  align-items: center;
}

.list-arrow-button {
  display: flex;
  padding: 0 1.2rem;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 500px) {
  .fab-button {
    bottom: 2.5rem;
    right: 2.5rem;
  }

  .fab-menu {
    bottom: 6rem;
    right: 2.5rem;
  }
}
