.project-preview .project-more-button {
  gap: 19px;
  padding-inline: 23px 20px;
  font-weight: 600;
}

.project-preview .project-more-button span:last-child {
  display: inline-block;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform .24s cubic-bezier(.22,.7,.24,1);
}

.project-preview .project-more-button:hover span:last-child {
  transform: translate(4px, -1px);
}

@media (prefers-reduced-motion: reduce) {
  .project-preview .project-more-button span:last-child { transition: none; }
}

.beer-bath-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%);
}

.service-mini > .beer-bath-icon { width: 42px; height: 42px; margin-inline: auto; }
.service-card .beer-bath-icon { width: 43px; height: 43px; }
.pricing-category#baths header .beer-bath-icon { width: 34px; height: 34px; margin: auto; }
.pricing-category#baths .price-row__icon .beer-bath-icon { width: 28px; height: 28px; }
.price-row:hover .beer-bath-icon { filter: brightness(0) invert(1); }
