
.news-page__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: -1px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}

.news-page {
  position: relative;
  width: 100%;
  background-color: #ffffff;

  & a {
    text-decoration: none;
    color: #000;
  }
}

.news-page__hero {
  position: relative;
  width: 100%;
  height: 300px;
}

.news-page__hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}

.news-page__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px !important;
  object-fit: cover;
}

.news-page__hero-image--mobile {
  display: none;
}

.news-page__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.51);
}

.news-page__hero-row {
  position: absolute;
  top: 176px;
  left: clamp(24px, 7.5vw, 108px);
  right: clamp(24px, 7.5vw, 108px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(32px, 8vw, 370px);
}

.news-page__hero-title {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #ffffff;
  font-size: 128px;
  font-weight: 400;
  line-height: 156.032px;
  letter-spacing: 0;
}

.news-page__filters {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 250px;
  flex-shrink: 0;
  margin-bottom: 10px;
}

.news-page__filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  background-color: transparent;
  box-sizing: border-box;
}

.news-page__filter--select {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.news-page__filter--select .news-page__filter-icon {
  cursor: pointer;
}

.news-page__filter--search {
  padding-top: 5px;
  padding-right: 7px;
  padding-bottom: 5px;
  padding-left: 8px;
}

.news-page__select,
.news-page__input {
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  background-color: transparent;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.504px;
  letter-spacing: 0;
  outline: none;
}

.news-page__select {
  appearance: none;
  text-transform: uppercase;
}

.news-page__select option {
  color: #000000;
}

.news-page__input::placeholder {
  color: #ffffff;
  opacity: 1;
}

.news-page__filter-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.news-page__search-button {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  background-color: transparent;
  cursor: pointer;
}

.news-page__search-icon {
  width: 21px;
  height: 21px;
  object-fit: fill;
}

.news-page__breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: clamp(24px, 7.5vw, 108px);
  padding-right: 24px;
  box-sizing: border-box;
}

.news-page__breadcrumb-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.628px;
  white-space: nowrap;
}

.news-page__breadcrumb-nav a {
  color: inherit;
  text-decoration: none;
}

.news-page__headline.content-wrapper {
  max-width: none;
}

.news-page__headline {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 18px;
  padding-top: 13px;
  padding-right: clamp(24px, 15.208vw, 219px);
  padding-bottom: 43px;
  padding-left: clamp(24px, 7.431vw, 107px);
  box-sizing: border-box;
  background-color: #000000;
}

.news-page__headline-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 9px;
  width: min(1120px, 100%);
}

@media (min-width: 1440px) {
  .news-page__headline {
    padding-right: 15.208vw;
    padding-left: 7.431vw;
  }

  .news-page__headline-inner {
    width: 100%;
  }

  .news-page__share {
    padding-right: 2.361vw;
  }
}

.news-page__date {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.38px;
  text-align: right;
}

.news-page__title {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.884px;
}

.news-page__share.content-wrapper {
  max-width: none;
}

.news-page__share {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 9px;
  margin-top: -28px;
  padding-right: clamp(24px, 2.361vw, 34px);
}

.news-page__share-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 33.5px;
  background-color: #e90815;
}

.news-page__share-pill--email img,
.news-page__share-pill--linkedin img {
  width: 38px;
  height: 38px;
  object-fit: fill;
}

.news-page__share-pill--twitter img,
.news-page__share-pill--facebook img {
  width: 33px;
  height: 33px;
  object-fit: fill;
}

.news-page__content.content-wrapper {
  max-width: none;
}

.news-page__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  grid-template-areas:
    "news-page__article news-sidebar"
    "news-related news-related";
  align-items: start;
  margin-top: 16px;
}

.news-page__article {
  grid-area: news-page__article;
  min-width: 0;
  background-color: #ffffff;
}

.news-article__summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-right: 28px;
  padding-bottom: 50px;
  padding-left: clamp(24px, 7.5vw, 108px);
  box-sizing: border-box;
  background-color: #d9d9d9;
}

.news-article__summary p {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere;
}

.news-article__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: calc(100% - 136px);
  margin-top: 29px;
  margin-right: clamp(24px, 2.153vw, 31px);
  margin-bottom: 80px;
  margin-left: clamp(24px, 7.5vw, 108px);

  & p {
    font-size:16px;
    line-height: 24px;
  }
}

.news-article__copy {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: pre-line;
  text-align: left;
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere;
}

.news-article__copy--intro {
  width: 100%;
  line-height: 30px;
}

.news-article__copy--middle,
.news-article__copy--end {
  width: 100%;
  line-height: 24.38px;
}

.news-article__image {
  width: min(705px, 100%);
  height: 394px;
  object-fit: fill;
}

.news-sidebar {
  grid-area: news-sidebar;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  max-width: 440px;
  padding-top: 22px;
  padding-right: 14px;
  padding-bottom: 22px;
  padding-left: 14px;
  box-sizing: border-box;
  background-color: #f6f6f6;
}

.news-sidebar__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 75px;
  width: 100%;
  max-width: 390px;
  margin-left: 11px;
}

.news-sidebar__up-next {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  width: 100%;
}

.news-sidebar__heading {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 31.694px;
  text-transform: uppercase;
}

.news-sidebar__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  width: 100%;

  & a {
    text-decoration: none;
    color: #000;
    size:20px;
  }
}

.news-sidebar__thumb--desktop {
  width: 96px;
  height: 67px;
  object-fit: cover;
  object-position: left center;
}

.news-sidebar__thumb--mobile {
  display: none;
}

.news-sidebar__item p {
  width: calc(100% - 111px);
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.38px;
}

.news-sidebar__divider {
  width: 100%;
  height: 1px;
  background-color: #939393;
}

.news-sidebar__cta-group {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 264px;
}

.news-sidebar__cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 264px;
  padding-top: 9px;
  padding-right: 7px;
  padding-bottom: 9px;
  padding-left: 7px;
  box-sizing: border-box;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e90815;
  border-right-color: #e90815;
  border-bottom-color: #e90815;
  border-left-color: #e90815;
  border-radius: 10px;
  background-color: #ffffff;
  text-decoration: none;
}

.news-sidebar__cta--guide {
  gap: 5px;
}

.news-sidebar__cta--contact {
  gap: 9px;
}

.news-sidebar__cta--guide img {
  width: 51px;
  height: 51px;
  object-fit: fill;
}

.news-sidebar__cta--contact img {
  width: 50px;
  height: 50px;
  object-fit: fill;
}

.news-sidebar__cta p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #e90815;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.256px;
}

.news-related {
  grid-area: news-related;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 56px;
  background-color: #f6f6f6;
  box-sizing: border-box;
  margin-bottom: 80px;
}

.news-related__underline {
  width: min(218px, calc(100% - 48px));
  height: 6px;
  margin-left: clamp(24px, 11.389vw, 164px);
  background-color: #000000;
}

.news-related__title {
  margin-top: 11px;
  margin-right: 0;
  margin-bottom: 0;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 31.694px;
  width: calc(100% - 208px);
  margin:0 auto;
  
  text-transform: uppercase;

  & span {
    display: inline-block;
    padding-top: 38px;
    border-top: 6px solid #000;
  }
}

.news-related__cards {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: clamp(24px, 2.847vw, 41px);
  width: calc(100% - 208px);
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
  padding: 37px 58px;
  box-sizing: border-box;
  /* background-color: #d9d9d9; */
  background: linear-gradient(to top, #D9D9D9 60%, transparent 50%);
}

.news-related__cards.is-active {
  display: flex;
}

.news-related__card {
  display: flex;
  flex-direction: column;
  gap: 31px;
  flex: 0 1 calc((100% - 2 * clamp(24px, 2.847vw, 41px)) / 3);
  min-width: 0;
}

.news-related__thumb--desktop {
  width: 100%;
  height: 191px;
  object-fit: fill;
}

.news-related__thumb--mobile {
  display: none;
}

.news-related__copy {
  display: flex;
  flex-direction: column;
}

.news-related__card-title {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #000000;
  font-size: 23px;
  font-weight: 400;
  line-height: 28.037px;
}

.news-related__date-shell {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 164px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 31px;
  box-sizing: border-box;
  background-color: #ffffff;
  justify-content: center;
}

.news-related__date {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24.38px;
}

.news-related__divider {
  width: 1px;
  height: 300px;
  background-color: #939393;
}

.news-related__dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 25px;
  margin-top: 32px;
}

.news-related__dot {
  width: 17px;
  height: 17px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #d9d9d9;
  cursor: pointer;
  appearance: none;
}

.news-related__dot--active {
  background-color: #939393;
}

@media (max-width: 768px) {
  .news-page {
    max-width: 440px;
  }

  .news-page__hero {
    height: 286px;
  }

  .news-page__hero-media {
    height: 286px;
  }

  .news-page__hero-image--desktop {
    display: none;
  }

  .news-page__hero-image--mobile {
    display: block;
    height: 286px !important;
  }

  .news-page__hero-overlay {
    height: 286px;
  }

  .news-page__hero-row {
    top: 0;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 250px;
    transform: translateX(-50%);
    z-index: 10;
  }

  .news-page__hero-title {
    width: 100%;
    text-align: center;
    font-size: 60px !important;
    line-height: 73.14px;
  }

  .news-page__hero-row .news-page__hero-title {
    margin-top:40px;
    line-height: 100px;
  }

  .news-page__breadcrumb {
    margin-top: 16px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 21px;
    padding-right: 21px;
  }

  .news-page__headline {
    margin-top: 24px;
    padding-top: 15px;
    padding-right: 23px;
    padding-bottom: 43px;
    padding-left: 22px;
  }

  .news-page__headline-inner {
    width: 100%;
  }

  .news-page__date {
    width: 100%;
    font-size: 14px;
    line-height: 17.066px;
    text-align: right;
  }

  .news-page__title {
    width: 100%;
    min-height: 77px;
    font-size: 22px;
    line-height: 26.818px;
  }

  .news-page__share {
    position: absolute;
    top: 482px;
    right: 17px;
    gap: 8px;
    margin-top: 0;
    padding-right: 0;
  }

  .news-page__share-pill {
    width: 35px;
    height: 35px;
  }

  .news-page__share-pill--email img,
  .news-page__share-pill--linkedin img {
    width: 25px;
    height: 25px;
  }

  .news-page__share-pill--twitter img,
  .news-page__share-pill--facebook img {
    width: 20px;
    height: 20px;
  }

  .news-page__content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "news-page__article"
      "news-related"
      "news-sidebar";
    margin-top: 27px;
  }

  .news-page__article {
    width: 100%;
    max-width: none;
  }

  .news-article__summary {
    width: 100%;
    padding-top: 16px;
    padding-right: 23px;
    padding-bottom: 13px;
    padding-left: 21px;
  }

  .news-article__summary p {
    width: 100%;
    font-size: 18px;
    line-height: 28.8px;
    text-align: left;
  }

  .news-article__body {
    gap: 35px;
    width: calc(100% - 42px);
    margin-top: 41px;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 21px;

    & p {
      font-size: 16px;
      line-height: 26px;
    }
  }

  .news-article__copy {
    width: 100%;
    text-align: left;
  }

  .news-article__image {
    width: 100%;
    height: auto;
    aspect-ratio: 396 / 222;
  }

  .news-related {
    padding-bottom: 47px;
    background-color: #d9d9d9;
    margin-bottom: 0;
  }

  .news-related__underline {
    width: 168px;
    height: 3px;
    margin-left: 21px;
  }

  .news-related__title {
    margin-left: 21px;
    font-size: 20px;
    line-height: 24.38px;

    & span {
      padding-top: 28px;
    }
  }

  .news-related__cards {
    flex-direction: column;
    gap: 33px;
    width: calc(100% - 42px);
    margin-top: 41px;
    padding: 0;
    background-color: transparent;
  }

  .news-related__card {
    flex: initial;
    flex-direction: row;
    gap: 20px;
    width: 100%;
  }

  .news-related__thumb--desktop {
    display: none;
  }

  .news-related__thumb--mobile {
    display: block;
    width: 142px;
    height: 84px;
    object-fit: fill;
  }

  .news-related__copy {
    gap: 4px;
    width: calc(100% - 162px);
  }

  .news-related__card-title {
    width: 100%;
    font-size: 16px;
    line-height: 19.504px;
  }

  .news-related__date-shell {
    width: 130px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    height: 20px;
  }

  .news-related__date {
    font-size: 14px;
    line-height: 17.066px;
  }

  .news-related__divider {
    display: none;
  }

  .news-related__dots {
    gap: 10px;
    margin-top: 28px;
  }

  .news-related__dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
  }

  .news-related__dot--active {
   
    background-color: #939393;
  }

  .news-sidebar {
    width: 100%;
    padding-top: 0;
    padding-right: 22px;
    padding-bottom: 0;
    padding-left: 22px;
    margin-bottom: 40px;
    padding-top:40px;
  }

  .news-sidebar__inner {
    gap: 54px;
    width: 100%;
    margin-left: 0;
  }

  .news-sidebar__cta-group {
    order: -1;
    width: 264px;
  }

  .news-sidebar__cta {
    width: 250px;
    padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
  }

  .news-sidebar__cta--guide,
  .news-sidebar__cta--contact {
    gap: 13px;
  }

  .news-sidebar__cta--guide img,
  .news-sidebar__cta--contact img {
    width: 35px;
    height: 35px;
  }

  .news-sidebar__cta p {
    font-size: 22px;
    line-height: 26.818px;
  }

  .news-sidebar__up-next {
    width: 100%;
  }

  .news-sidebar__heading {
    width: 100%;
  }

  .news-sidebar__item {
    align-items: flex-start;
    width: 100%;
  }

  .news-sidebar__thumb--desktop {
    display: none;
  }

  .news-sidebar__thumb--mobile {
    display: block;
    width: 119px;
    height: 71px;
    object-fit: fill;
  }

  .news-sidebar__item p {
    width: 257px;
    font-size: 16px;
    line-height: 19.504px;
  }

  .news-sidebar__divider {
    width: 100%;
  }
}

/* Default typography for native HTML tags inside post content (single-news). */
.news-article__body h2 {
  margin: 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #e90815;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.news-article__body h3 {
  margin: 0;
  padding: 4px 0 4px 12px;
  border-left: 4px solid #e90815;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.news-article__body h4 {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.news-article__body h5,
.news-article__body h6 {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.news-article__body strong,
.news-article__body b {
  color: inherit;
  font-weight: 700;
}

.news-article__body em,
.news-article__body i {
  color: inherit;
  font-style: italic;
}

.news-article__body a {
  color: #e90815;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.news-article__body a:hover {
  opacity: 0.8;
}

.news-article__body ul,
.news-article__body ol {
  margin: 0;
  padding-left: 24px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.news-article__body ul {
  list-style: disc;
}

.news-article__body ol {
  list-style: decimal;
}

.news-article__body li + li {
  margin-top: 4px;
}

.news-article__body blockquote {
  margin: 0;
  padding: 4px 0 4px 16px;
  border-left: 3px solid #e90815;
  color: #555;
  font-style: italic;
}

@media (max-width: 768px) {
  .news-article__body h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .news-article__body h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .news-article__body h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Custom topic dropdown (replaces native <select> popup). */
.shinsei-select {
  position: relative;
}

.shinsei-select__native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  opacity: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.shinsei-select__trigger {
  flex: 1;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.504px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.shinsei-select__value {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.shinsei-select__chevron {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.shinsei-select[data-open="true"] .shinsei-select__chevron {
  transform: rotate(180deg);
}

.shinsei-select__popup {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  z-index: 50;
}

.shinsei-select__popup[hidden] {
  display: none;
}

.shinsei-select__option {
  position: relative;
  padding: 8px 16px 8px 36px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
  user-select: none;
  outline: none;
}

.shinsei-select__option:hover,
.shinsei-select__option:focus {
  background: rgba(255, 255, 255, 0.1);
}

.shinsei-select__option[aria-selected="true"]::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 10px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-80%) rotate(-45deg);
}
