.expand-search .form-item-combine {
  width: 100%;
}

.expand-search.open input {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .expand-search {
    margin: 1.5rem 0;
  }
}

.expand-search .form-item-combine input {
  outline: none;
  cursor: initial;
}

.author-filter .author-select .form-radios input {
  display: none;
}

.author-select .form-radios .js-form-type-radio:hover {
  background-color: #fafafa;
}

.author-select .form-radios .js-form-type-radio label {
  padding: 1rem 0;
  border-top: 1px solid #d4d6d8;
  font-size: 1rem;
}

.author-select legend {
  border: 2px solid #000;
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.125rem;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.author-select legend .fieldset-legend {
  padding: 1rem 3.125rem 1rem 1rem;
  display: block;
}

.author-select {
  position: relative;
}

.author-select legend.active {
  border-bottom: 0;
  padding-bottom: 2px;
}

.author-select legend.active::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transition: translateY(-50%) rotate(-180deg);
}

.author-cards .cta__link {
  text-transform: uppercase;
}

.author-select .form-radios {
  display: none;
  position: absolute;
  width: 100%;
}

.author-select .form-radios.expanded {
  display: block;
  border: 2px solid;
  border-top: 0;
  background-color: #fff;
  z-index: 99;
}

.author-select .form-radios .form-item-sort-by:first-child {
  display: none;
}

.author-select legend::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: url('/libraries/undp--design-system-assets/images/chevron-down.svg') no-repeat center center;
  content: "";
  float: right;
  height: 13px;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 20px;
}

.author-select .form-radios .js-form-type-radio {
  cursor: pointer;
  display: block;
  font-size: 1rem;
  padding: 0 1rem;
}

.authour-no-result {
  margin: 3rem 0;
}

@media screen and (min-width: 767px) {
  /* .author-cards {
    padding: 0;
  }

  .author-card a {
    margin-bottom: 6.5rem;
  }

  .author-cards .author-card {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .author-card .card-item {
    max-width: calc(33.33333% - 1.5rem);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    position: relative;
  }

  .author-cards .cta__link {
    position: absolute;
    bottom: 3.75rem;
    left: 0;
  } */

  .authors-page .select-box {
    margin-left: 0.425rem;
  }

  .authour-no-result {
    margin: 0 0 4rem 1rem;
  }
}

.expand-button .search-expand {
  width: 26px;
  height: 26px;
  background-image: url('/libraries/undp--design-system-assets/images/search-black.svg');
  background-position: center;
  background-size: 26px;
  display: block;
}

.close-button .search-close {
  width: 26px;
  height: 26px;
  background-image: url('/libraries/undp--design-system-assets/images/times.svg');
  background-position: center;
  background-size: 26px;
  display: block;
}

.authors-page .author-card>div {
  display: block;
}

.authors-page nav:not(.breadcrumb) {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}

.authors-page nav:not(.breadcrumb) ul li a {
  background-image: none
}

.authors-page nav:not(.breadcrumb) ul {
  align-items: center;
  display: flex;
  font-family: ProximaNova, sans-serif;
  padding-left: 0
}

.authors-page nav:not(.breadcrumb) ul li {
  display: flex;
  font-size: 1rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding-left: 0;
  position: relative
}

.authors-page nav:not(.breadcrumb) ul li a {
  border-bottom: 0;
  color: #000;
  font-size: 1rem;
  text-decoration: none
}

.authors-page nav:not(.breadcrumb) ul li span {
  margin: 0 .375rem
}

.authors-page nav:not(.breadcrumb) ul li span:last-of-type {
  margin-right: 0
}

.authors-page nav:not(.breadcrumb) ul li:first-of-type,
.authors-page nav:not(.breadcrumb) ul li:last-of-type {
  cursor: pointer
}

.authors-page nav:not(.breadcrumb) ul li:first-of-type a,
.authors-page nav:not(.breadcrumb) ul li:last-of-type a {
  font-size: 0;
  height: 45px;
  width: 45px
}

.authors-page nav:not(.breadcrumb) ul li:first-of-type a:before,
.authors-page nav:not(.breadcrumb) ul li:last-of-type a:before {
  background: url(/libraries/undp--design-system-assets/images/chevron-left-circle.svg) no-repeat 50%;
  content: " ";
  display: block;
  height: 45px;
  width: 45px
}

.authors-page nav:not(.breadcrumb) ul li.disabled a:before {
  opacity: .3
}

.authors-page nav:not(.breadcrumb) ul li:last-of-type {
  margin-right: 0
}

.authors-page nav:not(.breadcrumb) ul li:last-of-type a:before {
  background: url(/libraries/undp--design-system-assets/images/chevron-right-circle.svg) no-repeat 50%
}

[dir=rtl] .authors-page nav:not(.breadcrumb) ul {
  padding-right: 0
}

[dir=rtl] .authors-page nav:not(.breadcrumb) li {
  margin-left: 1.5rem;
  margin-right: 0;
  padding-right: 0
}

[dir=rtl] .authors-page nav:not(.breadcrumb) li:first-of-type a:before {
  transition: rotateZ(180deg)
}

[dir=rtl] .authors-page nav:not(.breadcrumb) li:last-of-type {
  margin-left: 0
}

[dir=rtl] .authors-page nav:not(.breadcrumb) li:last-of-type a:before {
  transition: rotateZ(180deg)
}

[dir=rtl] .authors-page nav:not(.breadcrumb) li span:last-of-type {
  margin-left: 0;
  margin-right: .375rem
}
