.category-list__group-name {
  font-size: 1.8rem;
  border-left: 6px solid #f46246;
  padding-left: 15px;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #172243;
}
.category-list__actions {
  margin-bottom: 30px;
}
.category-list__extras {
  padding: 40px;
  border: 3px solid #ba5a87;
  margin-top: 50px;
}
.category-list__extras > p {
  font-weight: 600;
  color: #ba5a87;
}

.category:not(:last-of-type) {
  margin-bottom: 20px;
}
.category__heading {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  border: 3px solid #e6e8eb;
  text-decoration: none;
  background: #f9f9fa;
  transition: all 0.3s;
}
.category__heading:hover {
  background-color: #e6e8eb;
}
.category__heading.active .category__name {
  color: #172243;
}
.category__heading.active .category__toggle-icon {
  transform: rotateX(180deg);
  color: #172243;
}
.category__name {
  flex: 1;
  margin: 0;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  color: #172243;
  font-weight: 400;
  transition: all 0.3s;
}
.category__toggle-icon {
  height: 18px;
  font-size: 20px;
  color: #172243;
  transition: all 0.3s;
}
.category__body {
  position: relative;
  padding: 50px;
  display: none;
  border: 3px solid #e6e8eb;
  border-top: none;
}
.category__body p:last-of-type {
  margin-bottom: 1rem;
}
.category__sponsors-heading {
  font-size: 1rem;
  font-weight: 600;
}
.category__sponsors {
  margin-top: 20px;
}
.category__sponsor {
  max-height: 80px;
  max-width: 150px;
  width: auto;
  margin-bottom: 25px;
}
.category__sponsor:not(:last-of-type) {
  margin-right: 25px;
}
.category__actions {
  text-align: right;
}

.category-info__title {
  margin-bottom: 30px;
  font-size: 1.6rem;
}
.category-info__tabs {
  position: relative;
  z-index: 1;
  display: flex;
}
.category-info__tabs:not(:last-of-type) {
  margin-right: 10px;
}
.category-info__toggle {
  position: relative;
  padding: 0;
  font-weight: 500;
  color: #75737d;
  text-decoration: none;
  background-color: #fff;
  z-index: 0;
}
.category-info__toggle:hover {
  color: #172243;
}
.category-info__toggle::after {
  position: absolute;
  bottom: 3px;
  left: calc(0px - 5%);
  width: 110%;
  height: 2px;
  background: #b1afb6;
  content: "";
  z-index: -1;
}
.category-info__toggle:not(:last-of-type) {
  margin-right: 20px;
}
.category-info__toggle.active {
  color: #172243;
  text-decoration: none;
}
.category-info__toggle.active::after {
  background: #f46246;
}
.category-info__panels {
  position: relative;
  top: -1px;
}
.category-info__panel {
  display: none;
  padding: 20px 0 30px 0;
}
.category-info__panel.active {
  display: block;
}
.category-info__panel--guests {
  padding-bottom: 0;
}

/*# sourceMappingURL=category-list-page.css.map */
