.ec-find-another-wine {
  margin-top: var(--ecGutterBetweenSections);
}

.ec-find-another-wine__button {
  display: block;
  padding: 0.5rem 5rem;
  margin: auto;
  font-size: var(--ecFontSizeMedium);
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #1a1a1a;
  border-radius: 3px;
}

.ec-find-another-wine__button:hover {
  color: #ffffff;
  background-color: #000000;
}
