
.featherway-variants {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.featherway-variant {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 4px;
  background-size: cover;
  background-position: center;
  border: 1px solid #ddd;
  transition: transform 0.2s ease;
}

.featherway-variant:hover {
  transform: scale(1.2);
  border-color: #999;
}
