/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.ssp-category-card {
  border: 1px solid #dbdfe4;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

a.ssp-category-card__image {
  display: block;
}

h2.ssp-category-card__title {
  padding: .5em 0;
  margin: 0;
  font-size: 1.4rem;
}

h2.ssp-category-card__title a {
  display: block;
}
