.category-list__actions {
  margin-bottom: 30px;
}
.category-list__extras {
  padding: 40px;
  border: 3px solid #c4b278;
  margin-top: 50px;
}
.category-list__extras > p {
  font-weight: 600;
  color: #c4b278;
}

.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: #260038;
}
.category__heading.active .category__toggle-icon {
  transform: rotateX(180deg);
  color: #260038;
}
.category__name {
  flex: 1;
  margin: 0;
  font-size: 1.5rem;
  font-family: "acumin-variable", sans-serif;
  color: #260038;
  font-weight: 700;
  transition: all 0.3s;
}
.category__toggle-icon {
  height: 18px;
  font-size: 20px;
  color: #260038;
  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: #260038;
  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 {
  align-self: flex-start;
  margin-top: 7px;
  margin-right: 15px;
  font-size: 12px;
  color: #9e00ff;
}

.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 {
  flex: 1;
  margin: 0;
  font-size: 1.2rem;
}
.shortlist-item__subtitle {
  display: block;
  margin-top: 2px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
}
.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;
  text-decoration: none;
  background: #f9f9f9;
  border: 3px solid #F5F3F5;
  transition: all 0.3s;
}
.shortlist-item--with-info .shortlist-item__header:hover {
  background-color: #F5F3F5;
}
.shortlist-item__additional-info {
  position: relative;
  display: none;
  padding: 50px;
  border: 3px solid #F5F3F5;
  border-top: none;
}
.shortlist-item__additional-info p:last-of-type {
  margin-bottom: 1rem;
}
.shortlist-item__image-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.shortlist-item__image-wrapper::after {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 0;
  display: block;
  width: 87%;
  height: calc(100% + 20px);
  background-color: #9e00ff;
  content: "";
  transition: all 0.3s;
}
.shortlist-item__image-wrapper:hover::after {
  width: calc(100% + 20px);
  border-radius: 4px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.shortlist-item__image {
  position: relative;
  z-index: 1;
  max-width: 400px;
  max-height: 400px;
}

.shortlist-response:not(:last-of-type) {
  margin-bottom: 50px;
}
.shortlist-response__title {
  font-size: 1rem;
}
.shortlist-response__value {
  font-size: 1rem;
  font-weight: 300;
}

.shortlist-comments__title {
  font-size: 1rem;
}
.shortlist-comments--standalone {
  padding: 15px 20px 10px 20px;
}

.shortlist-comment {
  font-size: 1rem;
  font-style: italic;
}
.shortlist-comment::before, .shortlist-comment::after {
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  font-weight: 900;
  line-height: 0;
  color: #9e00ff;
  opacity: 0.6;
}
.shortlist-comment::before {
  content: "\f10d";
}
.shortlist-comment::after {
  content: "\f10e";
}

.nomination-type__title {
  border-left: 5px solid #9e00ff;
  padding-left: 15px;
  margin-bottom: 25px;
}
.nomination-type__description {
  padding: 20px;
  margin-bottom: 25px;
  font-size: 16px;
  border: 1px solid #d0c6d4;
}

/*# sourceMappingURL=shortlist-page.css.map */
