/* [project]/components/PortableTextWrapper/index.module.css [app-client] (css) */
.index-module__myoQvq__PortableTextContainer {
  -webkit-user-select: text;
  user-select: text;
}

.index-module__myoQvq__PortableTextContainer p {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.index-module__myoQvq__PortableTextContainer ul {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: 2rem;
  list-style-type: disc;
}

.index-module__myoQvq__PortableTextContainer ol {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: 2rem;
  list-style-type: decimal;
}

.index-module__myoQvq__PortableTextContainer a {
  --tw-text-opacity: 1;
  color: rgb(241 134 13 / var(--tw-text-opacity));
}

.index-module__myoQvq__PortableTextContainer h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
}

.index-module__myoQvq__PortableTextContainer h4 {
  margin-top: .75rem;
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

/* [project]/components/ProfileSessionCard/index.module.css [app-client] (css) */
.index-module__ZeDlGW__ProfileSessionCardContainer {
  --tw-bg-opacity: 1;
  background-color: rgb(66 69 70 / var(--tw-bg-opacity));
  border-radius: .375rem;
  align-items: center;
  padding: 1rem;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
  box-shadow: 0 8px 8px 2px #0009;
}

a.index-module__ZeDlGW__ProfileSessionCardContainer:hover {
  transform: scale(1.02);
}

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