/*
  Theme Name:   Child Theme - Foundation Relations
  Theme URI:    https://foundations.missouri.edu/
  Author:       Mizzou Digital Service, University of Missouri
  Author URI:   https://digitalservice.missouri.edu/
  Description:  This Child Theme extends the Mizzou Hybrid Base Theme
  Version:      0.4.4
  Template:     miz-hybrid-base
  Text Domain:  foundations-child
*/
.post-type-archive-funding-opportunity .foundations-directory-filter {
  background-color: #eee;
  padding: 1.2rem;
}
.post-type-archive-funding-opportunity .foundations-directory-filter .miz-button--primary {
  margin-right: 0.7rem;
}
.post-type-archive-funding-opportunity .foundations-directory-filter a.miz-button {
  border: 0;
}
.post-type-archive-funding-opportunity .foundations-directory-layer {
  padding: 2rem 0;
}
.post-type-archive-funding-opportunity .foundations-filter-wrapper {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
  width: 25%;
  float: left;
  margin-right: 1rem;
}
.post-type-archive-funding-opportunity .foundations-filter-wrapper.miz-input-group {
  gap: initial;
  width: 35%;
}
.post-type-archive-funding-opportunity .foundations-field-wrapper {
  border: 1px solid #111;
  border-radius: 4px;
  flex: auto;
}
.post-type-archive-funding-opportunity .foundations-field-wrapper input, .post-type-archive-funding-opportunity .foundations-field-wrapper select {
  background-color: #fff;
  width: 100%;
  line-height: inherit;
  border: none;
  font-size: inherit;
  outline: 0;
  padding: 0.741rem;
  height: 2.9rem; /* Just for you, Safari. */
}
@media (max-width: 767.98px) {
  .post-type-archive-funding-opportunity .foundations-filter-wrapper {
    display: initial;
  }
  .post-type-archive-funding-opportunity .foundations-filter-wrapper.miz-input-group {
    width: 100%;
    display: flex;
  }
  .post-type-archive-funding-opportunity .foundations-field-wrapper {
    margin-bottom: 0.5rem;
  }
}
.post-type-archive-funding-opportunity .miz-table {
  margin-bottom: 4rem;
}
.post-type-archive-funding-opportunity .miz-table th {
  background-color: #111111;
  text-transform: none;
  color: #fff;
  font-weight: normal;
  white-space: pre;
}
.post-type-archive-funding-opportunity .miz-table td span {
  white-space: pre;
}

.miz-link, .miz-link-container a:not([aria-hidden=true]) {
  --effect-background-image: linear-gradient(0deg, rgb(253, 184, 25) 0%, rgb(253, 184, 25) 100%);
  display: inline-block;
  margin: 0 -1px -0.25rem;
  padding: 0.125rem;
  text-decoration: none;
  z-index: 1;
  background-image: var(--effect-background-image);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 100%;
  color: currentcolor;
  font-weight: 600;
  transition: background-size 0.1s ease-in-out, color 0.1s;
}

.miz-link:hover, .miz-link-container a:hover:not([aria-hidden=true]) {
  background-size: 100% 100%;
  color: #000;
}

.miz-link:active, .miz-link-container a:active:not([aria-hidden=true]) {
  background-size: 100% 100%;
  background-image: linear-gradient(0deg, #ffd17d, #ffd17d);
}

.miz-link, .miz-link-container a:not([aria-hidden=true]) {
  color: currentcolor;
  font-weight: 600;
}

.miz-link:focus-visible, .miz-link-container a:focus-visible:not([aria-hidden=true]) {
  outline: 2px dashed rgb(253, 184, 25);
  outline-offset: 1px;
  background-image: linear-gradient(0deg, #ffdfa5, #ffdfa5);
  background-size: 100% 100%;
  color: #000;
}

.miz-main-grid .miz-page-header--brand .miz-page-header__title {
  text-transform: none;
  border: 0;
}

.single-funding-opportunity .miz-main-grid__article {
  margin-bottom: 3rem;
}
.single-funding-opportunity .miz-main-grid__article .foundations-funder {
  font-size: 1.6rem;
}