.hidden {
  display: none;
}
.btn-link:hover,.btn-link:focus,a:hover,a:focus{
  text-decoration: none;
}
.error-text {
  color: #CC0000;
}
.server-notes {
  border:solid 1px black;
}

.server-notes p {
  margin:1rem 0;
}

.search-tooltip span {
  font-size: 15px;
  font-weight: bold;
}
.search-tooltip p {
  margin-bottom: 0;
}
.search-tooltip li {
  font-size: 15px;
}

.changelog-search {
  padding: 10px 0 20px 0;
}

.url-list {
  padding-bottom: 25px;
}

.url-list p {
  margin-bottom: 5px;
}

/* hide the animated spinner */
.rotating-spinner {
    display: none;
}

/* show the animated spinner during htmx requests */
.htmx-request .rotating-spinner {
    display: inline-block;
}
.htmx-request.rotating-spinner {
    display: inline-block;
}

/* hide the static spinner during htmx requests */
.htmx-request.rotating-spinner ~ .spinner {
    display: none;
}

/* no bottom margin on pre */
pre {
    margin-bottom: 0.3rem;
    transition: background-color 0.3s ease;
}

.row .show-on-hover {
    visibility: hidden;
}
.row:hover .show-on-hover {
    visibility: visible;
}

.env-info{
    padding-bottom: 0.3rem;
}

.highlight-copy {
    background-color: #d1ecf1;
}

.copy-text .material-icons {
    font-size: 1rem;
}

.info-grid {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  row-gap: 0.5rem;
  column-gap: 1rem;
}

.link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}