.vey-icon-button .large-white {
  color: #364344;
  transition: ease-in-out 0.3s;
  background-color: white;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
}

.vey-icon-button .large-white:hover {
  transition: ease-in-out 0.3s;
  z-index: 1;
  background-color: white;
  display: flex;
  align-items: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 0px 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 8px;
}

.vey-icon-button .large-white img {
  width: 64px;
  height: auto;
  margin-right: 16px;
}

.vey-icon-button .large-white,
.vey-icon-button .large-white a {
  color: #364344;
  font-weight: 700;
}

.vey-icon-button .large-white a {
  display: flex;
  align-items: center;
}

.vey-icon-button .large-white .vey-pill-button .pill {
  padding: 8px;
}

.vey-icon-button .large-white .vey-pill-button .pill p {
  margin-right: 8px;
}

.vey-icon-button .large-white .vey-pill-button {
  margin-left: auto;
  margin-right: 8px;
}

.vey-icon-button .large-white .vey-pill-button a {
  color: #0b7bfb;
}

.vey-icon-button .large-white:hover .vey-pill-button .solid-grey,
.vey-pill-button .solid-grey:hover {
  background-color: #0b7bfb;
  color: #fff;
}
