.view-cle-scholarship-publications,
.view-cle-scholarship-conference-presentations {
  width: calc(100% - 80px);
  max-width: 1280px;
  margin-inline: auto;
  box-sizing: border-box;
}

.cle-scholarship-list {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cle-scholarship-item {
  min-width: 0;
  margin: 0;
  padding: 0;
  font-family: "Muli", "Microsoft JhengHei", sans-serif;
}

.cle-scholarship-item__title {
  margin: 0;
  color: #002f5d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.cle-scholarship-item__title a {
  color: #002f5d;
  text-decoration: none;
}

.cle-scholarship-item__title a:hover {
  text-decoration: underline;
}

.cle-scholarship-item__title a:focus-visible {
  outline: 2px solid #cc9900;
  outline-offset: 2px;
}

.cle-scholarship-item__citation {
  margin-top: 4px;
  color: #68737d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.cle-scholarship-item__meta {
  margin-top: 3px;
  color: #4a5568;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}

.cle-scholarship-profile__group + .cle-scholarship-profile__group {
  margin-top: 2rem;
}

.cle-scholarship-profile__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-top: 1.5rem;
}

.view-cle-scholarship-publications .view-header,
.view-cle-scholarship-conference-presentations .view-header {
  margin-bottom: 1.5rem;
}

.cle-scholarship-filter {
  width: 100%;
  font-family: "Muli", "Microsoft JhengHei", sans-serif;
}

.view-cle-scholarship-publications .views-exposed-form,
.view-cle-scholarship-conference-presentations .views-exposed-form {
  width: 100%;
  max-width: none;
  margin-bottom: 24px;
}

.view-cle-scholarship-publications .cle-scholarship-result-summary,
.view-cle-scholarship-conference-presentations .cle-scholarship-result-summary {
  margin: 0 0 16px;
  color: #4a5568;
  font-family: "Muli", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  line-height: 1.35;
}

.view-cle-scholarship-publications .cle-scholarship-filter,
.view-cle-scholarship-conference-presentations .cle-scholarship-filter {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(96px, 0.42fr) minmax(0, 0.9fr) minmax(140px, 0.7fr) auto;
  gap: 12px;
  align-items: end;
}

.view-cle-scholarship-publications .views-exposed-form .form-item,
.view-cle-scholarship-conference-presentations .views-exposed-form .form-item,
.view-cle-scholarship-publications .views-exposed-form .form-actions,
.view-cle-scholarship-conference-presentations .views-exposed-form .form-actions {
  display: block;
  min-width: 0;
  margin: 0;
}

.view-cle-scholarship-publications .views-exposed-form label,
.view-cle-scholarship-conference-presentations .views-exposed-form label {
  display: block;
  min-width: 0;
  margin: 0 0 4px;
  padding: 0;
  color: #4a5568;
  font-size: 12px;
  line-height: 1.35;
}

.layout-content .cle-scholarship-filter input[name="title"],
.layout-content .cle-scholarship-filter input[name="year"],
.layout-content .cle-scholarship-filter select[name="person"],
.layout-content .cle-scholarship-filter select[name="item_type"],
.layout-content .cle-scholarship-person-combobox__input,
.cle-scholarship-filter input[name="title"],
.cle-scholarship-filter input[name="year"],
.cle-scholarship-filter select[name="person"],
.cle-scholarship-filter select[name="item_type"],
.cle-scholarship-person-combobox__input {
  width: 100%;
  min-width: 0;
  height: 46px;
  min-height: 46px;
  margin: 0;
  padding: 0 16px;
  border: 1px solid #afbdca;
  border-radius: 999px;
  background: #fff;
  color: #68737d;
  font-family: "Muli", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  box-sizing: border-box;
}

.layout-content .cle-scholarship-filter select[name="person"],
.layout-content .cle-scholarship-filter select[name="item_type"],
.cle-scholarship-filter select[name="person"],
.cle-scholarship-filter select[name="item_type"] {
  padding-right: 36px;
}

.layout-content .cle-scholarship-filter input:focus-visible,
.layout-content .cle-scholarship-filter select:focus-visible,
.layout-content .cle-scholarship-person-combobox__input:focus-visible,
.cle-scholarship-filter input:focus-visible,
.cle-scholarship-filter select:focus-visible,
.cle-scholarship-person-combobox__input:focus-visible {
  outline: 2px solid #cc9900;
  outline-offset: 2px;
}

.cle-scholarship-person-combobox {
  position: relative;
  min-width: 0;
}

.cle-scholarship-person-combobox__input {
  height: 46px;
  border: 1px solid #afbdca;
}

.cle-scholarship-person-combobox__listbox {
  position: absolute;
  z-index: 20;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  max-height: 280px;
  margin: 0;
  padding: 6px 0;
  overflow-y: auto;
  border: 1px solid #afbdca;
  border-radius: 8px;
  background: #fff;
  color: #003366;
  list-style: none;
  box-sizing: border-box;
  box-shadow: 0 6px 18px rgba(0, 47, 93, 0.14);
}

.cle-scholarship-person-combobox__listbox[hidden] {
  display: none;
}

.cle-scholarship-person-combobox__option {
  margin: 0;
  padding: 9px 14px;
  color: #003366;
  font-size: 16px;
  line-height: 1.35;
  cursor: pointer;
}

.cle-scholarship-person-combobox__option:hover,
.cle-scholarship-person-combobox__option--active {
  background: #e8eef5;
  color: #002f5d;
}

.cle-scholarship-person-combobox__option[aria-selected="true"] {
  color: #002f5d;
  font-weight: 700;
}

.view-cle-scholarship-publications .views-exposed-form .form-actions,
.view-cle-scholarship-conference-presentations .views-exposed-form .form-actions {
  display: flex;
  gap: 8px;
  align-items: end;
}

.view-cle-scholarship-publications .views-exposed-form .form-actions input,
.view-cle-scholarship-publications .views-exposed-form .form-actions button,
.view-cle-scholarship-conference-presentations .views-exposed-form .form-actions input,
.view-cle-scholarship-conference-presentations .views-exposed-form .form-actions button {
  min-height: 46px;
  margin: 0;
  padding: 0 20px;
  border: 1px solid #003366;
  border-radius: 999px;
  background: #fff;
  color: #003366;
  font-family: "Muli", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  box-sizing: border-box;
}

.view-cle-scholarship-publications .views-exposed-form .form-actions input:hover,
.view-cle-scholarship-publications .views-exposed-form .form-actions button:hover,
.view-cle-scholarship-conference-presentations .views-exposed-form .form-actions input:hover,
.view-cle-scholarship-conference-presentations .views-exposed-form .form-actions button:hover {
  border-color: #003366;
  background: #e8eef5;
  color: #003366;
  transform: none;
}

.view-cle-scholarship-publications .views-exposed-form .form-actions input:focus-visible,
.view-cle-scholarship-publications .views-exposed-form .form-actions button:focus-visible,
.view-cle-scholarship-conference-presentations .views-exposed-form .form-actions input:focus-visible,
.view-cle-scholarship-conference-presentations .views-exposed-form .form-actions button:focus-visible {
  outline: 2px solid #cc9900;
  outline-offset: 2px;
}

.view-cle-scholarship-publications .views-exposed-form .form-actions input::after,
.view-cle-scholarship-publications .views-exposed-form .form-actions button::after,
.view-cle-scholarship-conference-presentations .views-exposed-form .form-actions input::after,
.view-cle-scholarship-conference-presentations .views-exposed-form .form-actions button::after {
  content: none;
  display: none;
}

.view-cle-scholarship-publications .view-content,
.view-cle-scholarship-conference-presentations .view-content {
  display: grid;
  gap: 24px;
}

.view-cle-scholarship-publications .view-footer,
.view-cle-scholarship-conference-presentations .view-footer {
  margin-top: 24px;
  color: #4a5568;
  font-family: "Muli", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  line-height: 1.35;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .view-cle-scholarship-publications,
  .view-cle-scholarship-conference-presentations {
    width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 767px) {
  .view-cle-scholarship-publications,
  .view-cle-scholarship-conference-presentations {
    width: calc(100% - 30px);
  }

  .view-cle-scholarship-publications .view-filters,
  .view-cle-scholarship-conference-presentations .view-filters {
    margin-top: 1.25rem;
  }

  .view-cle-scholarship-publications .cle-scholarship-filter,
  .view-cle-scholarship-conference-presentations .cle-scholarship-filter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(96px, 0.45fr);
  }

  .view-cle-scholarship-publications .views-exposed-form .form-item-person,
  .view-cle-scholarship-conference-presentations .views-exposed-form .form-item-person,
  .view-cle-scholarship-publications .views-exposed-form .form-item-item-type,
  .view-cle-scholarship-conference-presentations .views-exposed-form .form-item-item-type {
    grid-column: 1 / -1;
  }

  .view-cle-scholarship-publications .views-exposed-form .form-actions,
  .view-cle-scholarship-conference-presentations .views-exposed-form .form-actions {
    grid-column: 1 / -1;
  }

  .cle-scholarship-profile__links a {
    display: block;
  }
}
