h2 {
  font-size: 1.45em !important;
}
h3 {
  font-size: 1.25em !important;
}

.our-people-view .views-view-grid .views-row {
  display: flex;
  gap: 30px;
}

.our-people-view .views-col {
  width: calc(50% - 15px) !important;
}
h2::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #E57200; /* UVA Orange */
  margin-bottom: 0.5rem;
}

.views-view-grid .views-col {
  background-color: #f5fcfe;
  padding: 1.5rem;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.views-view-grid .views-col:hover {
  transform: translateY(-2px);
}

.views-view-grid .views-col {
  background-color: #f5fcfe;
  border-top: 4px solid #5eb6d9;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

blockquote {
  border-left: 5px solid #5eb6d9;
  background-color: #f5fcfe;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  margin: 2rem 0;
  font-style: italic;
  border-radius: 0 8px 8px 0;
}

blockquote p:last-child {
  margin-top: 1rem;
  font-style: normal;
  font-weight: 600;
  color: #232d4b;
}

#block-global-theme-sheatrivia .field-body {
  background-color: #eaf8fd;
  border-left: 5px solid #5eb6d9;
  padding: 1.5rem;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

#block-global-theme-sheatrivia {
  margin-bottom: 2rem;
}

.shea-tag-list {
  margin: 2rem 0;
}

.shea-tag-list__label {
  display: block;
  font-weight: 700;
  color: #232d4b;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}


.shea-tag {
  display: inline-block;
  background-color: #eaf8fd;
  color: #232d4b;
  padding: 0.4rem 0.9rem;
  margin: 0.25rem;
  border: 1px solid #bfe7f7;
  border-radius: 5px;
  font-size: 0.95rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.shea-tag:hover {
  background-color: #bfe7f7;
  color: #232d4b;
}

ul.links.inline,
ul.links.inline li {
  list-style: none;
}

.main-content .page-content ul.block-menu > li > ul li { margin:1em 1em }