#site-root,
body {
  max-width: 100%;
  overflow-x: clip;
}

#comp-msrnx09i {
  overflow: hidden;
}

/* The custom project preview is the carousel surface; retain the Wix gallery only for its layout. */
#comp-msrnx09i > .w3sg0B {
  visibility: hidden !important;
  pointer-events: none !important;
}

.flr-community-project-preview {
  position: absolute;
  inset: 0;
  z-index: 8;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  padding: clamp(20px, 4vw, 44px);
  overflow: hidden;
  background-color: #53565a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  transition: none;
}

.flr-community-project-preview.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.flr-community-project-preview__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.72) 100%);
}

.flr-community-project-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 5px solid rgba(255, 255, 255, .96);
  box-sizing: border-box;
  pointer-events: none;
}

.flr-community-project-preview__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 5px;
  max-width: 90%;
}

.flr-community-project-preview__eyebrow {
  font: 700 11px/1.1 avenir-lt-w01_85-heavy1475544, Arial, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.flr-community-project-preview__title {
  font: 700 clamp(22px, 3vw, 38px)/1.05 avenir-lt-w01_85-heavy1475544, Arial, sans-serif;
  letter-spacing: .04em;
}

.flr-community-project-preview__description {
  font: 400 15px/1.35 wix-madefor-text-v2, Arial, sans-serif;
}

.flr-community-project-link {
  cursor: pointer;
  transition: color 150ms ease, text-shadow 150ms ease;
}

.flr-community-project-link:hover,
.flr-community-project-link:focus-visible {
  color: #aab038 !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .35);
}

@media (max-width: 720px) {
  .flr-community-project-preview {
    padding: 20px;
  }

  .flr-community-project-preview__description {
    font-size: 13px;
  }
}
