.wl-chip {
  background: #fff;
  border-radius: 10px;
  padding: .45rem .9rem;
  font-size: .85rem;
  color: #0b2545;
  box-shadow: 0 2px 8px rgba(11,37,69,.1);
  border-left: 4px solid #ffd166;
  white-space: nowrap;
}
.wl-chip.selected { border-left-color: #0b2545; background: #e6f0ff; }
.wl-chip.wind-chip { border-left-color: #1a6eb5; }
#btn-add-boat:hover { background: #13315c; }
