.ubk-editorial-author-line {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ubk-editorial-author-actions,
.ubk-editorial-index-links {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.ubk-editorial-profile-link,
.ubk-editorial-index-link {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 4px;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  min-height: 1.65rem;
  padding: 0.28rem 0.46rem;
  text-decoration: none;
}

.ubk-editorial-profile-link:hover,
.ubk-editorial-profile-link:focus,
.ubk-editorial-index-link:hover,
.ubk-editorial-index-link:focus {
  text-decoration: none;
}

.ubk-editorial-profile-link--orcid {
  border: 0;
  padding: 0;
}

.ubk-editorial-profile-link--orcid svg,
.ubk-editorial-profile-link--orcid .orcid_icon {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

.ubk-editorial-profile-link img,
.ubk-editorial-index-link img {
  display: block;
  height: 1.1rem;
  max-width: 4.5rem;
  object-fit: contain;
  width: auto;
}

/* Structural safety shared by every enabled journal theme. */
.ubk-editorial-article-doi {
  align-items: center;
  display: inline-flex;
  gap: 0.38rem;
  max-width: 100%;
}

.ubk-editorial-article-doi__logo {
  display: block;
  flex: 0 0 auto;
  height: 1.22rem;
  max-height: 1.22rem;
  max-width: 1.22rem;
  object-fit: contain;
  width: 1.22rem;
}

.ubk-editorial-article-doi__value {
  min-width: 0;
  overflow-wrap: anywhere;
}
