.category-list__actions {
  margin-bottom: 30px;
}
.category-list__extras {
  padding: 40px;
  border: 3px solid #F18F01;
  margin-top: 50px;
}
.category-list__extras > p {
  font-weight: 600;
  color: #F18F01;
}

.category:not(:last-of-type) {
  margin-bottom: 20px;
}
.category__heading {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  border: 3px solid #F5F3F5;
  text-decoration: none;
  background: #f9f9f9;
  transition: all 0.3s;
}
.category__heading:hover {
  background-color: #F5F3F5;
}
.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.5rem;
  font-family: "Roboto", sans-serif;
  color: #172243;
  font-weight: 700;
  transition: all 0.3s;
}
.category__toggle-icon {
  height: 18px;
  font-size: 20px;
  color: #172243;
  transition: all 0.3s;
}
.category__body {
  position: relative;
  padding: 50px;
  border: 3px solid #F5F3F5;
  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: 60px;
  max-width: 150px;
  width: auto;
}
.category__actions {
  text-align: right;
}

.category-info__title {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.category-info__tabs {
  display: flex;
  position: relative;
  z-index: 1;
}
.category-info__tabs:not(:last-of-type) {
  margin-right: 10px;
}
.category-info__toggle {
  padding: 0;
  color: #b1afb6;
  font-weight: 500;
  background-color: #fff;
  text-decoration: none;
}
.category-info__toggle:not(:last-of-type) {
  margin-right: 20px;
}
.category-info__toggle.active {
  color: #172243;
  text-decoration: none;
}
.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;
}
.category-info__panel p:last-of-type {
  margin: 0;
}

.shortlist {
  margin-top: 50px;
}
.shortlist__list-icon {
  margin-right: 15px;
  margin-top: 7px;
  align-self: flex-start;
  color: #c22283;
  font-size: 12px;
}

.shortlist-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.shortlist-item__header {
  display: flex;
  align-items: center;
}
.shortlist-item__header.active .shortlist-item__toggle-icon {
  transform: rotateX(180deg);
}
.shortlist-item__title {
  margin: 0;
  flex: 1;
  font-size: 1.2rem;
}
.shortlist-item__subtitle {
  display: block;
  margin-top: 2px;
  font-weight: 400;
  font-size: 1rem;
  font-style: italic;
}
.shortlist-item__image-wrapper {
  display: inline-block;
  transition: box-shadow 0.3s;
  cursor: pointer;
  border: 8px solid #fff;
  border-radius: 3px;
}
.shortlist-item__image-wrapper:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}
.shortlist-item__image {
  max-height: 250px;
  max-width: 250px;
}
.shortlist-item--with-info .shortlist-item__toggle-icon {
  margin-right: 15px;
  transition: all 0.3s;
}
.shortlist-item--with-info .shortlist-item__header {
  padding: 10px 30px 10px 15px;
  border: 3px solid #F5F3F5;
  text-decoration: none;
  background: #f9f9f9;
  transition: all 0.3s;
}
.shortlist-item--with-info .shortlist-item__header:hover {
  background-color: #F5F3F5;
}
.shortlist-item__additional-info {
  display: none;
  position: relative;
  padding: 50px;
  border: 3px solid #F5F3F5;
  border-top: none;
}
.shortlist-item__additional-info p:last-of-type {
  margin-bottom: 1rem;
}

.shortlist-response:not(:last-of-type) {
  margin-bottom: 50px;
}
.shortlist-response__title {
  font-size: 1rem;
}
.shortlist-response__value {
  font-size: 1rem;
  font-weight: 300;
}

/*# sourceMappingURL=shortlist-page.css.map */
