.cast-button {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: opacity 0.3s;
}

.cast-button:hover {
  opacity: 1;
}

.cast-button svg {
  width: 22px;
  height: 22px;
  fill: #ffffff !important;
}