.content-attribute {
    --border-gray: #AAAAAA;
    border-bottom: solid 1px var(--border-gray);
    padding: 0.5rem;
}

.content-attribute:first-child {
    border-top: solid 1px var(--border-gray);
}

.content-attribute__dt {
    color: #0A2647;
}

.ssw-gmap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ssw-gmap__details {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
    width: 100%;
}

.ssw-gmap__address {
    white-space: pre;
    text-wrap: auto;
}

.layout-builder .ssw-gmap__address {
    white-space: normal;
}

.ssw-icon-field {
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
}

.ssw-gallery-container__thumbs {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  /* justify-content: space-around; */
  justify-content: flex-start;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
}

.ssw-gallery-container__thumb-wrapper {
  /* aspect-ratio: 1/1; */
  border: none;
  background: none;
  padding: 0;
  transition: filter 0.25s ease;
}

.ssw-gallery-container__thumb-wrapper:hover, .ssw-gallery-container__thumb-wrapper:focus {
  filter: brightness(60%);
}

.ssw-gallery-container__image {
  display: none;
}

.ssw-gallery-container__image.ssw-gallery-container__image--featured {
  display: block;
}

.ssw-gmap .ssw-gmap__link:last-child {
  margin-bottom: 0 !important;
}

.node--financial-aid .ssw-field--field_financial_aid_deadlines,
.node--financial-aid .ssw-field--field_financial_aid_categories,
.node--financial-aid .ssw-field--field_category_or_office {
  border-top: 1px solid #EEE;
  margin-bottom: 1rem;
  max-width: 300px;
  padding-top: 1rem;
}