/* Pharmia brands.css — secondary style buttons (sage bg, dark text, action hover) */

.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(12%) sepia(8%) saturate(600%) hue-rotate(60deg);
}

.button-custom_website,
.button-custom,
.button-website,
.button-instagram,
.button-linkedin,
.button-facebook,
.button-twitter,
.button-github,
.button-youtube,
.button-tiktok,
.button-email,
.button-phone,
.button-whatsapp,
.button-telegram,
.button-discord,
.button-twitch,
.button-spotify,
.button-snapchat,
.button-reddit,
.button-pinterest,
.button-soundcloud,
.button-bandcamp,
.button-vimeo,
.button-default {
  background-color: var(--button-background-color);
  color: var(--button-text-color);
}

@media (hover: hover) {
  .button-custom_website:hover,
  .button-custom:hover,
  .button-website:hover,
  .button-instagram:hover,
  .button-linkedin:hover,
  .button-facebook:hover,
  .button-twitter:hover,
  .button-github:hover,
  .button-youtube:hover,
  .button-tiktok:hover,
  .button-email:hover,
  .button-phone:hover,
  .button-whatsapp:hover,
  .button-telegram:hover,
  .button-discord:hover,
  .button-twitch:hover,
  .button-spotify:hover,
  .button-snapchat:hover,
  .button-reddit:hover,
  .button-pinterest:hover,
  .button-soundcloud:hover,
  .button-bandcamp:hover,
  .button-vimeo:hover,
  .button-default:hover {
    background-color: #DFF4D9;
    border-color: #53A329;
  }
}
