.flap-current {
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.flap-selected-fish {
  margin: 6px 0 0 !important;
  color: #b9d8dd !important;
  font-size: 10px;
}

.flap-selected-fish strong {
  color: #d5ff5f;
}

.flap-over-actions {
  display: flex;
  gap: 9px;
  margin-top: 16px;
}

.flap-over-actions button {
  min-width: 150px;
  margin-top: 0;
}

.flap-over-actions button:last-child {
  border: 1px solid #83b8c2;
  background: #0b4050;
  color: #fff;
}

@media (max-width: 720px) {
  .flap-current {
    top: 58px;
    max-width: 82%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .flap-over-actions {
    width: min(320px, 100%);
    flex-direction: column;
  }

  .flap-over-actions button {
    width: 100%;
  }
}
