.wh_publication_title {
  display: block;
}

.btn {
  font-size: 16px;
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: var(--sh-blue);
  font-family: "Sennheiser_Neue_Regular", "NotoSansThai-Regular", "Noto Sans TC", "Noto Sans KR", "Noto Sans JP", "Noto Sans SC", "NotoSans-Regular", "NotoSansArabic-Regular", sans-serif;
  font-size: 14pt;
  line-height: 1em;
  padding-bottom: 0px;
  padding-top: 7px;
}

.dropdown {
  position: relative;
  display: inline-block;

}

.navbar-nav .dropdown-menu {
  position: absolute;
  background-color: #F4F4F6;
  min-width: max-content;
  overflow: auto;
}

.dropdown-menu a {
  color: #797676;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  text-align: justify;
  font-family: "Sennheiser_Neue_Regular", "NotoSansThai-Regular", "Noto Sans TC", "Noto Sans KR", "Noto Sans JP", "Noto Sans SC", "NotoSans-Regular", "NotoSansArabic-Regular", sans-serif;
  font-size: 12pt;
  font-weight: 400;
  z-index: 999;
  max-width: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-wrap-mode: nowrap;
}

@media only screen and (min-width: 340px) {
  .dropdown-menu a {
    max-width: 177px;
  }
}

@media only screen and (min-width: 360px) {
  .dropdown-menu a {
    max-width: 193px;
  }
}

@media only screen and (min-width: 370px) {
  .dropdown-menu a {
    max-width: 207px;
  }
}

@media only screen and (min-width: 390px) {
  .dropdown-menu a {
    max-width: 223px;
  }
}

@media only screen and (min-width: 412px) {
  .dropdown-menu a {
    max-width: 245px;
  }
}

@media only screen and (min-width: 430px) {
  .dropdown-menu a {
    max-width: 263px;
  }
}

@media only screen and (max-width: 540px) {
  .dropdown-menu a {
    max-width: fit-content;
  }
}

.dropdown-menu a:hover {
  color: black;
}

.dropdown a .dropdown-menu {
  display: block;
}

.dropdown:selected .dbn {
  background-color: #2980B9;
}

.show {
  display: block;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

#dd-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-wrap-mode: nowrap;
  line-height: 1.2;
}

@media only screen and (max-width: 575px) {
  .wh_logo_and_publication_title .wh_publication_title .title:first-of-type {
    max-width: 1px;
  }

  .wh_logo+.wh_publication_title {
    margin-right: 100px;
  }
}

.wh_logo_and_publication_title .wh_publication_title .title:first-of-type {
  color: transparent;
  width: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wh_logo+.wh_publication_title {
  max-width: 0px;
  margin-left: 20px;
}