/* [project]/webproject/app/[locale]/corsi/layout.module.css [app-client] (css) */
.layout-module__nbX-Ua__layout {
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.layout-module__nbX-Ua__sidebar {
  background-color: #cfe1bc;
  flex-shrink: 0;
  width: 260px;
  padding: 2rem 1.5rem;
}

.layout-module__nbX-Ua__menu {
  flex-direction: column;
  gap: 1.2rem;
  display: flex;
}

.layout-module__nbX-Ua__menu a {
  color: #1f2937;
  font-weight: 500;
  text-decoration: none;
}

.layout-module__nbX-Ua__menu a:hover {
  text-decoration: underline;
}

.layout-module__nbX-Ua__main {
  flex: 1;
  min-height: 100vh;
}

/*# sourceMappingURL=webproject_app_%5Blocale%5D_corsi_layout_module_a9d8b54b.css.map*/