.mal-container {
  width: 100%;
  display: flex;
}
.mal-container .mal-hover-opacity-70:hover {
  opacity: 0.7;
}
.mal-container .mal-hover-opacity-80:hover {
  opacity: 0.8;
}
.mal-container .mal-hover-opacity-90:hover {
  opacity: 0.9;
}
.mal-container .mal-hover-opacity-100:hover {
  opacity: 1;
}

.mal-text {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  transition: opacity 0.15s;
  cursor: pointer;
}

.mal-button {
  display: inline-flex;
  cursor: pointer;
  border: none;
  justify-content: center;
  align-items: center;
  transition: 0.15s;
}
.mal-button__text {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: 0.15s;
}

mal {
  cursor: pointer;
}