a.sw-term {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.sw-tooltip {
  max-width: 320px;
  padding: 10px 12px;
  border: 1px solid;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  font-size: 14px;
  line-height: 1.35;
  z-index: 999999;
  background: #ffffff;
  color: #111111;
}


/* Search shortcode */
.sw-search {
  margin: 12px 0;
}

.sw-search-input {
  width: 100%;
  max-width: 520px;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 10px;
}

.sw-search-results {
  margin-top: 10px;
}

.sw-search-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sw-search-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.sw-search-link {
  font-weight: 700;
  text-decoration: none;
}

.sw-search-short {
  margin-top: 4px;
  font-size: 14px;
  opacity: 0.85;
}
