.gov-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid #b7b7b7;
  border-radius: 0.25rem;
}

.gov-card + .gov-card {
  margin-top: 1.625rem;
}

.gov-card > hr {
  margin-right: 0;
  margin-left: 0;
}

.gov-card__body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}

.gov-card__body--pb-0 {
  padding-bottom: 0;
}

.gov-card__title {
  margin-bottom: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
}

.gov-card__text:last-child {
  margin-bottom: 0;
}

.gov-card__header {
  display: flex;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid #b7b7b7;
  font-size: 1.125em;
  font-family: "Open Sans";
  font-weight: bold;
}

.gov-card__header:first-child {
  border-radius: calc(1px - 1px) calc(1px - 1px) 0 0;
}

.gov-card__widget-remove {
  margin-left: auto;
  vertical-align: middle;
  border: none;
  background: none;
  color: #0052a5;
  font-size: 0.875rem;
}

.gov-card__widget-remove img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 0.625rem;
}

.gov-card__footer {
  padding: 0.75rem 1rem;
  border-top: 1px solid #b7b7b7;
}

.gov-card__footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}
