<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tags {
  --style-color: #f27015;
}

.tags {
  padding-top: 10px;
}

.tags .title {
  margin-top: 0;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.tags .tags-title a {
  height: 100px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 10px 15px;
  background: var(--style-color);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tags .tags-navbar button {
  font-size: 20px;
  border: none;
  background: none;
  margin-bottom: 5px;
}

.tags .list-group {
  width: 100%;
}

.tags .tags-list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
}

.tags .list-group .tit {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
  color: var(--style-color);
  background: #000;
  border-bottom: 2px solid var(--style-color);
}

.tags .tags-list {
  margin: 0 1px;
  border: 1px solid rgba(0, 0, 0, .15);
  border-top: none;
}

.tags .tags-list li {
  color: #333;
}

.tags .tags-list li a {
  display: block;
  padding: 10px;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.tags .tags-list li:not(:last-child) a {
  border-bottom: 1px solid #e5e5e5;
}

.tags .tags-list li:hover {
  color: #fff;
  background: var(--style-color);
}

@media (min-width: 768px) {
  .tags .tags-navbar {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }

  .tags .tags-navbar button {
    display: none;
  }

  .tags .list-group {
    width: 180px;
  }

  .tags .list-group .tit {
    padding: 25px 15px;
  }
}

@media (max-width: 767px) {
  .tags .tags-row {
    display: flex;
    flex-wrap: wrap;
  }

  .tags .tags-row {
    flex-direction: column-reverse;
  }

  .tags .list-group {
    display: none;
  }
}
@media (max-width: 540px) {
  .tags .tags-row .row&gt;div {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}</pre></body></html>