/* [project]/src/components/dashboard/SidebarInfo.module.css [app-client] (css) */
.SidebarInfo-module__j-TBrW__postLink {
  color: inherit;
  cursor: pointer;
  border-radius: 8px;
  gap: 1rem;
  margin: -.75rem;
  padding: .75rem;
  text-decoration: none;
  transition: background-color .2s, transform .1s;
  display: flex;
}

.SidebarInfo-module__j-TBrW__postLink:hover {
  background-color: #ffffff0d;
}

.SidebarInfo-module__j-TBrW__postLink:active {
  transform: scale(.98);
}

.SidebarInfo-module__j-TBrW__header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.SidebarInfo-module__j-TBrW__indicator {
  background: hsl(var(--primary));
  border-radius: 2px;
  width: 2px;
  transition: width .2s;
}

.SidebarInfo-module__j-TBrW__postLink:hover .SidebarInfo-module__j-TBrW__indicator {
  width: 4px;
}

.SidebarInfo-module__j-TBrW__externalIcon {
  opacity: 0;
  color: hsl(var(--muted-foreground));
  margin-left: auto;
  transition: opacity .2s;
}

.SidebarInfo-module__j-TBrW__postLink:hover .SidebarInfo-module__j-TBrW__externalIcon {
  opacity: 1;
}

/*# sourceMappingURL=src_components_dashboard_SidebarInfo_module_08a_qid.css.map*/