.isotope-item {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  padding: 2rem;
  margin: 0 0 20px;
  width: 100%;
  border-radius: 8px; 
}
.isotope-item .isotope-title {
  color: var(--color-uvu-primary);
  font-weight: 600;
  display: grid;
  grid-template-columns: auto 50px;
  grid-template-areas: "title share";
  align-items: center;
}
.isotope-item .isotope-title a, .isotope-item .isotope-title span {
	grid-area: title;
	border-bottom: none;
}
.isotope-item .isotope-title button.share {
  grid-area: share;
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: none;
  color: var(--color-uvu-primary);
  position: relative;
  cursor: pointer;
}
.isotope-item .isotope-title button.share:hover::after {
  content: "Copy Link";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 12px;
  z-index: 10;
}
.isotope-item .isotope-title button.share.clicked::after {
  content: "Copied!";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  font-size: 12px;
  z-index: 10;
}
.isotope-item:before {
  left: 15px;
  top: 5px;
}
/* .isotope-item > *:nth-child(n+2) {
  grid-column: 1/-1;
  /* Everything after the title + share should be full width */
} */
.isotope-item dd {
  margin-inline-start: 10px;
}
.isotope-item dd:not(:first-child) {
  margin-block-start: 1rem;
}
.region #isotope-container .isotope-item:target {
  box-shadow: 0px 0px 10px #c5e86c;
}

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

