/* Cache-busted hashtag presentation. Loaded after the original tags stylesheet. */
.photo-hashtags {
  display: block !important;
  max-width: 760px !important;
  margin: 18px auto 24px !important;
  overflow: hidden !important;
  color: rgba(255, 255, 255, 0.42) !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  line-height: 16.5px !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.photo-hashtags .photo-hashtag {
  display: inline !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  line-height: 16.5px !important;
  text-decoration: none !important;
  transition: color 160ms ease !important;
}

.photo-hashtags .photo-hashtag-separator {
  display: inline !important;
  padding: 0 4px !important;
  color: inherit !important;
  font-size: 11px !important;
}

.photo-hashtags .photo-hashtag:hover,
.photo-hashtags .photo-hashtag:focus {
  border: 0 !important;
  background: transparent !important;
  color: var(--nav-accent) !important;
  outline: none !important;
}

@media (max-width: 700px) {
  .photo-hashtags {
    max-width: calc(100vw - 32px) !important;
    margin: 18px auto 20px !important;
  }
}
