/* [project]/webproject/app/[locale]/materiali/testi/page.module.css [app-client] (css) */
.page-module__dUBIlG__Main {
  color: #fff;
  cursor: pointer;
  gap: .5rem;
  width: 100%;
  height: calc(100vh - 60px);
  margin-bottom: 2rem;
  padding: 10px;
  text-decoration: none;
  transition: background-color .2s, transform .1s;
  overflow-y: auto;
}

.page-module__dUBIlG__Main ul {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 2rem;
  list-style: none;
  display: grid;
}

.page-module__dUBIlG__Main a:hover [data-active="true"] {
  color: #fff;
  background: #4f2c91;
}

.page-module__dUBIlG__Card {
  background-color: #9669eb;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 28px;
  display: flex;
}

.page-module__dUBIlG__Card img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.page-module__dUBIlG__Card h3 {
  font-size: 16px;
}

.page-module__dUBIlG__PageBackground {
  background-image: url("../media/foto_Nina1.30d5b29f.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  position: relative;
}

.page-module__dUBIlG__PageBackground:before {
  content: "";
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 0;
  background: #ffffff4d;
  position: absolute;
  inset: 0;
}

.page-module__dUBIlG__PageBackground > * {
  z-index: 1;
  position: relative;
}

/* [project]/webproject/components/menu.module.css [app-client] (css) */
.menu-module__KVQfFa__Menu ul {
  gap: 8px;
  list-style: none;
  display: flex;
}

/*# sourceMappingURL=webproject_fce72eb6._.css.map*/