#edd-advance-search .edd-advanced-search-url {
  color: #204499;
  font-size: 14px;
  text-decoration: none;
  font-family: "uni-sans", BlinkMacSystemFont, -apple-system, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
}
#edd-advance-search .bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  border-radius: 3px;
}

#edd-advance-search .description {
  margin-bottom: 15px;
}

#edd-advance-search .error-message {
  background-color: #fbe0e0;
  color: #fe0202;
  padding: 13px 26px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 25px;
  display: none;
  font-weight: 500;
}

#edd-advance-search .categories {
  gap: 15px;
}

#edd-advance-search .info {
  letter-spacing: 0.19pt;
  font-size: 16px;
}

#edd-advance-search .form {
  border-bottom: 0.5px dashed #204499;
  padding: 30px 25px;
  margin-bottom: 0 !important;
}

.edd-flex {
  flex: 1;
}

#edd-advance-search .search-header .top .col {
  flex: 1;
}

#edd-advance-search .search-header .top {
  display: flex;
  gap: 15px;
}

#edd-advance-search .search-header {
  border-top: 0.5px dashed #204499;
  border-bottom: 0.5px dashed #204499;
  padding: 30px 25px;
}

#edd-advance-search .search-button {
  background-color: #204499;
  border: 1px solid #e7e6e6;
  color: white;
  cursor: pointer;
  letter-spacing: 0.19pt;
  font-size: 16px;
  height: 40px;
  width: 86px;
}
#edd-advance-search .col {
  display: flex;
  flex-direction: column;
}

#edd-advance-search .row {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

#edd-advance-search .input {
  height: 40px;
  margin-bottom: 25px;
  font-size: 16px;
  letter-spacing: 0.19pt;
}

#edd-advance-search label {
  color: #204499;
  font-family: "uni-sans", BlinkMacSystemFont, -apple-system, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 600;
}

#edd-result-info label {
  font-size: 14px;
  margin-bottom: 6px;
}

#edd-advance-search .edd-date-range-selector label {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.edd-normal-select select option {
  display: none;
}

.edd-date-range-selector select {
  width: 128px;
  height: 40px;
}

.edd-date-range-selector hr {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.edd-custom-select {
  position: relative;
  width: 100%;
}

.edd-custom-select > select {
  display: none;
}

.edd-select-selected {
  background-color: #e8f1ff;
  border: 1px solid #dcdfe3;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.edd-arrow-icon {
  margin-right: 10px;
  margin-top: 10px;
  position: absolute;
  top: 2px;
  right: 0;
  width: 10px;
  height: 7px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.edd-arrow-icon img {
  width: 10px;
  height: 7px;
}

.edd-select-selected.select-arrow-active:after {
  border-color: transparent transparent #4b4e53 transparent;
  top: 7px;
}

.edd-select-items div,
.edd-select-selected {
  color: #4b4e53;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
  border-radius: 3px;
  display: flex;
  align-items: center;
}

.edd-select-items div {
  border: 1px solid transparent;
}

.edd-normal-select-items > div {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
  cursor: pointer;
}

.edd-normal-select-items > div:hover {
  background-color: #f5f5f5;
  color: #0a0a0a;
}

.edd-normal-select-items {
  position: absolute;
  top: 100%;
  left: 0;
  width: 97px;
  z-index: 99;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.edd-select-items {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #dcdfe3;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 300px;
  overflow-y: scroll;
}

.edd-select-hide {
  display: none;
}

.edd-hide {
  display: none !important;
}

.edd-select-items div:hover,
.edd-same-as-selected {
  background-color: #f5f5f5;
  color: #204499;
}

.edd-select-items div::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 13px;
  border: 1px solid #4b4e53;
  vertical-align: middle;
  border-radius: 3px;
  min-width: 15px;
}

.edd-same-as-selected::before {
  background-color: #204499;
  border-color: #ffffff;
}

.edd-select-selected {
  color: #204499;
}

.edd-select-items div::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 13px;
  border: 1px solid #204499;
  vertical-align: middle;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.edd-select-items div.edd-selected::before {
  background-color: #204499;
}

.edd-same-as-selected::before {
  background-color: #204499;
  border-color: #ffffff;
}

.edd-select-selected.edd-has-selection,
.edd-date-range-selector .select-selected.edd-date-selected {
  background-color: #204499;
  color: #ffffff;
  border: 1px solid transparent;
}

.edd-trash-icon {
  cursor: pointer;
  display: none;
  width: 18.4px;
  height: 20px;
  margin-right: -10px;
  margin-bottom: 0 !important;
}

.edd-has-selection .edd-trash-icon {
  display: inline-block;
}

.edd-radio-group {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.edd-radio-group .radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #204499;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.edd-radio-group .radio-label input[type="radio"] {
  display: none;
}

.edd-radio-group .custom-radio {
  width: 13px;
  height: 13px;
  border: 1px solid #979797;
  border-radius: 2px;
  margin-right: 10px;
  position: relative;
  transition: border-color 0.2s ease-in-out;
}

.edd-radio-group .custom-radio::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 13px;
  height: 13px;
  background-color: #204499;
  border: 1px solid #204499;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.edd-radio-group .radio-label input[type="radio"]:checked + .custom-radio {
  border-color: transparent;
}

.edd-radio-group
  .radio-label
  input[type="radio"]:checked
  + .custom-radio::after {
  opacity: 1;
}

.edd-date-range-selector .custom-select {
  position: relative;
  font-size: 16px;
}

.edd-date-range-selector .select-selected {
  background-color: #e8f1ff;
  padding: 8px 16px;
  border: 1px solid #ddd;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}

.edd-date-range-selector .select-items {
  position: absolute;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding-bottom: 6px;
}

.edd-date-range-selector .select-hide {
  display: none;
}

.edd-date-range-selector .date-range {
  padding: 16px;
}

.edd-date-range-selector .range-group {
  margin-bottom: 16px;
  display: flex;
  gap: 23px;
  justify-content: space-between;
}

.edd-date-range-selector .range-group:last-child {
  margin-bottom: 0;
}

.edd-date-range-selector label {
  display: block;
  margin-bottom: 8px;
  color: #4b4e53;
}

.edd-date-range-selector .select-wrapper {
  width: 100%;
  position: relative;
  margin-right: 8px;
}

.edd-date-range-selector select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  padding: 8px 24px 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  color: #4b4e53;
  font-size: 14px;
  cursor: pointer;
}

.edd-date-range-selector .applyBtn {
  display: block;
  padding: 7px;
  background-color: transparent;
  color: #204499;
  border: none;
  border-radius: 0 0 4px 4px;
  cursor: pointer;
  font-size: 14.4px;
  align-self: flex-end;
  font-weight: 600;
  margin-right: 1.5rem;
}

#edd-result-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 746px;
  margin: 0 auto;
}

#edd-result-container button {
  font-weight: 400;
  cursor: pointer;
}

#edd-result-container #edd-search-result-title {
  font-size: 30px;
  color: #1a1a1a;
  font-weight: 500;
  width: 100%;
  text-align: left;
  margin: 0 !important;
}

#edd-result-container #edd-search-result-title span {
  font-style: italic;
}

#edd-result-container #edd-result-info {
  margin-bottom: 48px;
}

#edd-result-container #edd-advanced-search-link {
  font-family: "uni-sans", BlinkMacSystemFont, -apple-system, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #204499;
  width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 15px;
  gap: 10px;
}

#edd-result-container #edd-result-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  padding: 30px 0;
}

#edd-result-container #edd-result-info #edd-result-info-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

#edd-result-container
  #edd-result-info
  #edd-result-info-left
  #edd-newest-oldest-buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
}

#edd-result-container
  #edd-result-info
  #edd-result-info-left
  #edd-filter-button {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  border-radius: 5px;
  justify-content: center;
  height: 40px;
  padding: 0px 11px;
  width: 90px;
}

#edd-result-container
  #edd-result-info
  #edd-result-info-left
  #edd-filter-button:hover {
  border-color: #b5b5b5;
  color: #363636;
}

#edd-result-container
  #edd-result-info
  #edd-result-info-left
  #edd-filter-button.open,
#edd-result-container
  #edd-result-info
  #edd-result-info-left
  #edd-filter-button.open:hover {
  border: none;
  color: white;
  background-color: #204499;
}

#edd-result-container
  #edd-result-info
  #edd-result-info-left
  #edd-filter-button
  img {
  width: 17.6px;
  height: 16px;
  margin-bottom: 0;
}

#edd-result-container
  #edd-result-info
  #edd-result-info-left
  #edd-newest-oldest-buttons
  button {
  padding: 5px 14px;
  font-size: 16px;
  border: 1px solid #e7e6e6;
  font-weight: 300;
  color: #4b4e53;
  border-radius: 5px;
  background-color: transparent;
  transition: all 0.3s ease;
}

#edd-result-container
  #edd-result-info
  #edd-result-info-left
  #edd-newest-oldest-buttons
  button[active] {
  background-color: #204499;
  color: #fff;
}

#edd-result-container
  #edd-result-info
  #edd-result-info-left
  #edd-newest-oldest-buttons
  button:hover {
  background-color: #204499;
  color: #fff;
}

#edd-result-count {
  font-weight: 500;
  font-size: 14px;
  color: #4b4e53;
}

#edd-result-container #edd-result-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

#edd-result-container #edd-result-list .edd-result-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-bottom: 1px dotted #dbdbdb;
}

#edd-result-container
  #edd-result-list
  .edd-result-item
  .edd-result-item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "uni-sans", BlinkMacSystemFont, -apple-system, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #204499;
  margin-bottom: 8px;
  letter-spacing: 0.2em;
}

.edd-result-type {
  text-decoration: none !important;
  letter-spacing: 0.15em;
  color: #204499;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: "uni-sans", BlinkMacSystemFont, -apple-system, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.edd-result-type-divider {
  margin-bottom: 0 !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

#edd-result-container
  #edd-result-list
  .edd-result-item
  .edd-result-item-header
  .edd-result-type {
  color: #204499;
}

#edd-result-container
  #edd-result-list
  .edd-result-item
  .edd-result-item-header
  .edd-result-type-divider,
#edd-result-container
  #edd-result-list
  .edd-result-item
  .edd-result-item-header
  .edd-result-date {
  color: #4b4e53;
  font-family: "uni-sans", BlinkMacSystemFont, -apple-system, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
  line-height: 0.5rem;
}

#edd-result-container
  #edd-result-list
  .edd-result-item
  .edd-result-title-container {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12.5px;
}

#edd-result-container
  #edd-result-list
  .edd-result-item
  .edd-result-title-container
  .edd-result-title {
  font-family: "caecilia-head", BlinkMacSystemFont, -apple-system, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  color: #363636;
  width: 90%;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none !important;
}

#edd-result-container
  #edd-result-list
  .edd-result-item
  .edd-result-title-container
  .edd-result-title:hover {
  color: #204499;
}

#edd-result-container
  #edd-result-list
  .edd-result-item
  .edd-result-title-container
  .edd-result-pdf-button {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  display: flex;
  align-items: center;
}

#edd-result-container
  #edd-result-list
  .edd-result-item
  .edd-result-title-container
  .edd-result-pdf-button:hover {
  border-color: #b5b5b5;
  color: #204499;
}

#edd-result-container
  #edd-result-list
  .edd-result-item
  .edd-result-title-container
  .edd-result-pdf-button:hover
  svg {
  fill: #204499;
}

#edd-result-container
  #edd-result-list
  .edd-result-item
  .edd-result-title-container
  .edd-result-pdf-button
  svg {
  width: 12px;
  height: 16px;
}

#edd-result-container #edd-result-list .edd-result-item .edd-result-authors {
  font-size: 14px;
  margin-bottom: 8px;
}
#edd-result-container #edd-result-list .edd-result-item .edd-result-abstract {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 24px;
}

#edd-result-container #edd-result-list .edd-result-item .edd-result-read-more {
  white-space: nowrap;
  font-weight: bold;
  font-style: italic;
  font-size: 85%;
  color: #204499;
  text-decoration: none;
  margin-bottom: 20.5px;
  display: flex;
  gap: 5px;
  transition: all 0.1s ease;
}

#edd-result-container
  #edd-result-list
  .edd-result-item
  .edd-result-read-more
  .edd-result-read-more-text {
  font-style: italic;
}

#edd-result-container
  #edd-result-list
  .edd-result-item
  .edd-result-read-more
  .edd-result-read-more-arrow {
  font-style: normal;
}

#edd-result-container
  #edd-result-list
  .edd-result-item
  .edd-result-read-more:hover {
  color: #363636;
  gap: 7px;
}

.edd-pagination {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.edd-pagination #edd-pagination-pages {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.edd-pagination .edd-pagination-button {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  color: #363636;
  user-select: none;
}

.edd-pagination .edd-pagination-button:hover {
  border-color: #b5b5b5;
}

.edd-pagination .edd-pagination-button[current] {
  background-color: #204499;
  border-color: #204499;
  color: #fff;
}

.edd-pagination #edd-pagination-pages {
  display: flex;
  flex-direction: row;
}

.edd-date-range-selector .select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-color: #555 transparent transparent transparent;
  pointer-events: none;
}

#edd-filter-pane {
  flex-direction: column;
  width: 100%;
  display: none;
  position: absolute;
  max-width: 746px;
  height: auto;
  left: 0;
  top: 40px;
  background: rgb(245, 245, 245);
  gap: 16px;
  padding: 15px;
}

#edd-filter-pane {
  width: 746px;
  flex-direction: row;
}

#edd-filter-pane .edd-date-range-selector .select-selected,
#edd-filter-pane .edd-select-selected {
  color: rgb(54, 54, 54);
  font-weight: 400;
  font-size: 14.4px;
  background-color: rgb(238, 242, 251);
  padding: 6.2px 14.4px;
}

#edd-filter-pane .edd-select-selected.edd-has-selection,
#edd-filter-pane .edd-date-range-selector .select-selected.edd-date-selected {
  background-color: #204499;
  color: white;
}

@media screen and (max-width: 768px) {
  .edd-radio-group {
    gap: 11px;
  }

  .edd-radio-group .custom-radio {
    top: -2px;
  }

  #edd-advance-search label {
    font-size: 13px;
  }

  #edd-result-container #edd-result-info {
    flex-direction: column;
  }
  #edd-advanced-search-link {
    margin-top: 8px;
  }
  #edd-filter-pane {
    flex-direction: column;
    width: 100%;
  }
}
