.mreze figure {
  width: 70%;
  margin: 0 auto;
}
.mreze a {
  position: relative;
  color: transparent !important;
  user-select: none;
}
.mreze a::before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: auto;
  aspect-ratio: 1;
  margin-left: auto;
  margin-right: auto;
  top: -10px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: var(--podloga);
}
.mreze a[href*="facebook"]::before {
  mask-image: url("/wp-content/uploads/2025/02/facebook.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.mreze a[href*="instagram"]::before {
  mask-image: url("/wp-content/uploads/2025/02/instagram.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.mreze a[href*="linkedin"]::before {
  mask-image: url("/wp-content/uploads/2025/02/linkedin.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.mreze a[href*="tiktok"]::before {
  mask-image: url("/wp-content/uploads/2025/02/tiktok.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.mreze a[href*="youtube"]::before {
  mask-image: url("/wp-content/uploads/2025/02/youtube.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.mreze a[href*="spotify"]::before {
  mask-image: url("/wp-content/uploads/2025/02/spotify.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.mreze a[href*="booking"]::before {
  mask-image: url("/wp-content/uploads/2025/02/booking.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.mreze a[href*="booking"]::before {
  height: 25px;
  aspect-ratio: unset;
  width: 100%;
}
.mreze-logo {
  border-right: 3px solid var(--podloga);
}
.ikone-mreza {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10ch;
}
.ikone-mreza p {
  width: 1ch;
  height: 1ch;
  margin-top: 0;
}
.ikone-mreza p:has(a[href*="booking"]) {
  width: 10ch;
}
#content {
  padding-bottom: 0;
}
/*# sourceMappingURL=24-partials.map */
