/* NIO NEWSROOM */
body.page-template-page-news {
  background: #FFFFFF;
}
body.page-template-page-news .site-header {
  color: #000000;
}
body.page-template-page-news .site-header__bar {
  background: #FFFFFF;
  border-bottom-color: #ECEDEC;
}
body.page-template-page-news .site-header__logo-image--white {
  opacity: 0;
}
body.page-template-page-news .site-header__logo-image--black {
  opacity: 1;
}
.nio-news-page {
  min-height: 75vh;
  padding-top: var(--header-height, 64px);
  color: #000000;
  background: #FFFFFF;
}
.nio-news-container {
  width: min(calc(100% - 48px), 1170px);
  margin-inline: auto;
}
.nio-news-secondary {
  position: relative;
  z-index: 80;
  background: #FFFFFF;
}
.nio-news-secondary__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 64px;
  padding-bottom: 24px;
}
.nio-news-secondary__title {
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
}
.nio-news-secondary__selector {
  display: none;
}
.nio-news-secondary__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nio-news-secondary__nav a {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  transition: color 220ms var(--ease-standard, ease);
}
.nio-news-secondary__nav a:hover,
.nio-news-secondary__nav a:focus-visible {
  color: var(--teal, #00BEBE);
}
.nio-news-secondary__nav a.is-active {
  font-weight: 700;
}
.nio-news-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 25px;
  padding: 8px 0 3px;
}
.nio-news-toolbar__status {
  display: flex;
  align-items: center;
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
}
.nio-news-toolbar__status strong {
  padding-inline: 5px;
  font-weight: 300;
}
.nio-news-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 248px;
  min-height: 34px;
  background: #FFFFFF;
}
.nio-news-search__submit,
.nio-news-search__clear {
  display: grid;
  flex: 0 0 auto;
  width: 28px;
  height: 34px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  place-items: center;
}
.nio-news-search__submit svg {
  width: 19px;
  height: 19px;
}
.nio-news-search__clear {
  position: absolute;
  right: 0;
  bottom: 1px;
}
.nio-news-search__clear svg {
  width: 15px;
  height: 15px;
}
.nio-news-search__input {
  width: 220px;
  min-width: 0;
  height: 34px;
  padding: 6px 32px 6px 7px;
  color: #000000;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #E3E3E3;
  border-radius: 0;
  font-size: 14px;
  font-weight: 300;
  outline: 0;
  appearance: none;
}
.nio-news-search__input::-webkit-search-cancel-button {
  display: none;
}
.nio-news-search__input:focus {
  border-bottom-color: var(--teal, #00BEBE);
}
.nio-news-results {
  transition: opacity 180ms ease;
}
.nio-news-results[aria-busy="true"] {
  opacity: 0.52;
}
.nio-news-featured {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3%;
}
.nio-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 2%;
}
.nio-news-card {
  min-width: 0;
  margin: 0 0 35px;
}
.nio-news-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #000000;
  text-decoration: none;
}
.nio-news-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1.4;
  overflow: hidden;
  background: #F2F3ED;
}
.nio-news-card--featured .nio-news-card__media {
  aspect-ratio: 1.54;
}
.nio-news-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 600ms var(--ease-out, ease);
}
.nio-news-card__placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  color: #B9BDBA;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.12em;
  place-items: center;
}
.nio-news-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.nio-news-card__title {
  margin: 20px 0 12px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.48;
  transition: color 220ms var(--ease-standard, ease);
}
.nio-news-card__date {
  display: block;
  margin-top: auto;
  color: #BFC2C0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.nio-news-card__link:hover .nio-news-card__image,
.nio-news-card__link:focus-visible .nio-news-card__image {
  transform: scale(1.025);
}
.nio-news-card__link:hover .nio-news-card__title,
.nio-news-card__link:focus-visible .nio-news-card__title {
  color: #4D5555;
}
.nio-news-empty,
.nio-news-error {
  margin: 70px auto;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}
.nio-news-error {
  color: #A32323;
}
.nio-news-actions {
  padding: 8px 0 72px;
  text-align: center;
}
.nio-news-actions__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  min-height: 48px;
  padding: 12px 20px;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: color 250ms ease, background-color 250ms ease;
}
.nio-news-actions__button:hover,
.nio-news-actions__button:focus-visible {
  color: #FFFFFF;
  background: #000000;
}
.nio-news-actions__button:disabled {
  cursor: wait;
  opacity: 0.55;
}
@media (max-width: 1023px) {
  .nio-news-page {
    padding-top: var(--header-mobile-height, 48px);
  }
  .nio-news-container {
    width: min(calc(100% - 32px), 720px);
  }
  .nio-news-secondary {
    position: sticky;
    top: var(--header-mobile-height, 48px);
    border-bottom: 1px solid #F0F1EF;
  }
  .nio-news-secondary__inner {
    position: relative;
    display: block;
    padding-top: 22px;
    padding-bottom: 20px;
  }
  .nio-news-secondary__title {
    font-size: 12px;
    line-height: 14px;
  }
  .nio-news-secondary__selector {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    cursor: pointer;
  }
  .nio-news-secondary__selector svg {
    width: 11px;
    height: 8px;
    transition: transform 240ms ease;
  }
  .nio-news-secondary__selector[aria-expanded="true"] svg {
    transform: rotate(180deg);
  }
  .nio-news-secondary__nav {
    position: absolute;
    top: calc(100% - 6px);
    left: 16px;
    display: none;
    min-width: 230px;
    padding: 10px 18px;
    background: #FFFFFF;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }
  .nio-news-secondary__nav.is-open {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .nio-news-secondary__nav a {
    width: 100%;
    padding: 10px 0;
  }
  .nio-news-toolbar {
    position: relative;
    display: block;
    min-height: 82px;
    margin-bottom: 24px;
    padding-top: 18px;
  }
  .nio-news-toolbar__status {
    padding-top: 38px;
    font-size: 14px;
    line-height: 24px;
  }
  .nio-news-search {
    position: absolute;
    top: 14px;
    right: 0;
    justify-content: flex-end;
    width: 30px;
    transition: width 280ms var(--ease-out, ease);
  }
  .nio-news-search.is-open {
    width: 100%;
  }
  .nio-news-search__input {
    width: 0;
    padding-right: 0;
    padding-left: 0;
    opacity: 0;
    pointer-events: none;
    transition: width 280ms var(--ease-out, ease), padding 280ms var(--ease-out, ease), opacity 160ms ease;
  }
  .nio-news-search.is-open .nio-news-search__input {
    width: calc(100% - 30px);
    padding-right: 32px;
    padding-left: 7px;
    opacity: 1;
    pointer-events: auto;
  }
  .nio-news-search__clear {
    right: 0;
  }
  .nio-news-featured,
  .nio-news-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .nio-news-card {
    margin-bottom: 32px;
  }
  .nio-news-card__media,
  .nio-news-card--featured .nio-news-card__media {
    aspect-ratio: 1.38;
  }
  .nio-news-card__title {
    margin: 16px 0 8px;
    font-size: 20px;
    line-height: 1.4;
  }
  .nio-news-card__date {
    font-size: 13px;
  }
  .nio-news-actions {
    padding: 4px 0 56px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .nio-news-card__image,
  .nio-news-search,
  .nio-news-search__input,
  .nio-news-secondary__selector svg {
    transition: none;
  }
}

