/* [project]/app/photographer/[slug]/components/PhotographerMedias/PhotographerMedias.module.css [app-client] (css) */
.PhotographerMedias-module__wDPCaG__tags {
  font-size: 20px;
  font-family: var(--font-dm-sans);
  font-weight: 700;
}

.PhotographerMedias-module__wDPCaG__tagsSelect {
  cursor: pointer;
  color: #fff;
  background-color: #901c1c;
  border: none;
  margin-left: 15px;
  padding: 10px;
  font-size: 18px;
}

.PhotographerMedias-module__wDPCaG__tagsSelect option {
  background-color: #901c1c;
  position: absolute;
}

.PhotographerMedias-module__wDPCaG__mediasGrid {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 100px;
  margin-top: 60px;
  display: grid;
}

.PhotographerMedias-module__wDPCaG__mediaPicture {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 500px;
}

.PhotographerMedias-module__wDPCaG__mediaContent {
  color: #901c1c;
  width: 100%;
  height: 50px;
  font-family: var(--font-dm-sans);
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  display: flex;
}

.PhotographerMedias-module__wDPCaG__mediaContent p {
  margin: 0;
  padding: 0;
}

.PhotographerMedias-module__wDPCaG__mediaLikes {
  background-color: #0000;
  border: none;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.PhotographerMedias-module__wDPCaG__liked {
  color: #901c1c;
}

.PhotographerMedias-module__wDPCaG__heartIcon {
  width: 22.5px;
  height: 22.5px;
}

/*# sourceMappingURL=35df8_%5Bslug%5D_components_PhotographerMedias_PhotographerMedias_module_css_bad6b30c._.single.css.map*/