.logged-in-as {
  margin: 0;
  border-radius: 0;
}

.navbar-default .navbar-nav > li > a.active:focus,
.navbar-default .navbar-nav > li > a.active:hover,
.navbar-default .navbar-nav > li > a.active,
.navbar-default .dropdown-menu > li > a.active {
  color: #262626;
  background-color: #f5f5f5;
}

.fa-facebook, .fa-facebook-square {
  color: #3b5998;
}

.fa-twitter, .fa-twitter-square {
  color: #00aced;
}

.fa-google-plus, .fa-google-plus-square {
  color: #dd4b39;
}

.fa-youtube, .fa-youtube-play, .fa-youtube-square {
  color: #bb0000;
}

.fa-tumblr, .fa-tumblr-square {
  color: #32506d;
}

.fa-vine {
  color: #00bf8f;
}

.fa-flickr {
  color: #ff0084;
}

.fa-vimeo-square {
  color: #aad450;
}

.fa-pinterest, .fa-pinterest-square {
  color: #cb2027;
}

.fa-linkedin, .fa-linkedin-square {
  color: #007bb6;
}

.fa-instagram {
  color: #517fa4;
}

.fa-spotify {
  color: #1ED760;
}

.profile-picture {
  max-height: 90px;
}

.homepage {
  background-color: #f7f7f7;
}

#homepage-carousel {
  margin-bottom: 15px;
}
#homepage-carousel .card-body {
  padding-left: 15%;
  padding-right: 15%;
}
#homepage-carousel .card {
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-duration: 1s;
  border: none;
  background-color: #FAFAFA;
}
#homepage-carousel .card-text {
  color: #FAFAFA;
  padding: 0 10px 10px 10px;
}
#homepage-carousel .card-title {
  font-weight: 700;
  color: #FAFAFA;
}
#homepage-carousel .card-more {
  color: #0a58ca;
}
#homepage-carousel a.btn {
  color: #222222;
}
#homepage-carousel a:hover {
  text-decoration: none;
}
#homepage-carousel p {
  font-size: 14px;
}
#homepage-carousel img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 1000;
}

.carousel-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 69, 81, 0.7);
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item {
  min-height: 100%;
}

.homepage-best-link {
  color: #FFFFFF;
}

#category-accordion a:hover {
  text-decoration: none;
}

.homepage-categories .card-header {
  background-color: white;
}

.card-img-top-homepage {
  background-size: cover;
  height: 15rem;
}

.carousel-inner {
  height: 200px;
}

@media (min-width: 576px) {
  .carousel-inner {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .carousel-inner {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .carousel-inner {
    height: 440px;
  }
}
h2.category-header {
  color: #666666;
  border-bottom: 1px solid #666666;
  text-shadow: 0px 2px 3px #CED4DA;
}

.homepage-shelf .category-shelf-window {
  overflow-x: scroll;
  overflow-y: hidden;
}
.homepage-shelf .category-shelf {
  max-height: calc(400px + 30px);
  display: flex;
  flex-direction: row;
}
.homepage-shelf .category-shelf .homepage-latest-thread-card-vertical {
  padding-bottom: 15px;
  padding-top: 15px;
  flex: 0 0 20vw;
  margin-left: 15px;
  margin-right: 15px;
  min-width: 80vw;
  width: 80vw;
}
.homepage-shelf .category-shelf .card {
  border-radius: 0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  font-weight: 400;
}
.homepage-shelf .category-shelf .card .image-container {
  max-height: 200px;
  overflow: hidden;
}
.homepage-shelf .category-shelf .card img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage-shelf .card-text,
.selected-cards .card-text {
  max-height: 5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #747373;
  font-size: 0.9rem;
  font-weight: 400;
}
.homepage-shelf .card-title,
.selected-cards .card-title {
  max-height: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage-shelf a:hover,
.selected-cards a:hover {
  text-decoration: none;
}

.homepage-featured.card {
  background: transparent;
}

@media (min-width: 576px) {
  .homepage-shelf .category-shelf .homepage-latest-thread-card-vertical {
    min-width: 55vw;
    width: 55vw;
  }
}
@media (min-width: 768px) {
  .homepage-shelf .category-shelf .homepage-latest-thread-card-vertical {
    min-width: 26vw;
    width: 26vw;
  }
  .homepage-shelf .category-shelf .card {
    height: 400px;
    min-height: 400px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .homepage-shelf .category-shelf .homepage-latest-thread-card-vertical {
    min-width: 20vw;
    width: 20vw;
  }
}
@media (min-width: 1200px) {
  .homepage-shelf .category-shelf .homepage-latest-thread-card-vertical {
    min-width: 285px;
    width: 285px;
  }
}
.mobile-category-tabs .nav-pills {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.mobile-category-tabs .nav-pills::-webkit-scrollbar {
  display: none;
}
.mobile-category-tabs .nav-pills .nav-item {
  margin-right: 10px;
}
.mobile-category-tabs .nav-pills .nav-item:last-child {
  margin-right: 0;
}
.mobile-category-tabs .nav-pills .nav-link {
  border-radius: 20px;
  background-color: #fff;
  color: #666666;
  border: 1px solid #dee2e6;
  padding: 8px 16px;
  font-size: 0.9rem;
}
.mobile-category-tabs .nav-pills .nav-link.active {
  background-color: #0a58ca;
  color: #fff;
  border-color: #0a58ca;
}

.thread.row {
  margin-right: -25px;
  margin-left: -25px;
}
.thread .list-inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.thread.panel {
  border-color: #BCE8F1;
}
.thread .card-heading {
  background-color: #FFFFFF;
  color: rgb(73, 80, 87);
}

@media (min-width: 992px) {
  .thread.row {
    flex-wrap: nowrap;
  }
  .thread .center-content {
    flex: 1 0 0;
    max-width: none;
  }
  .thread .right-sidebar {
    flex: 1 0 317px;
    padding-right: 0;
    padding-left: 0;
    max-width: 317px;
  }
}
@media (max-width: 991.98px) {
  .right-sidebar {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    padding: 0;
    flex: auto;
  }
  .thread.container {
    width: auto;
  }
}
.related-threads.card {
  border-style: none;
}

.related-threads-item {
  display: block;
  min-height: 80px;
  margin: 5px 0;
  position: relative;
  background-color: white;
}
.related-threads-item .picture {
  position: absolute;
  max-width: 44px;
  overflow: hidden;
  height: 100%;
  border-radius: 5px 0 0 5px;
}
.related-threads-item .picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related-threads-item p {
  margin-left: 44px;
  margin-top: -3px;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 2px;
  color: #222222;
  max-width: 250px;
  max-height: 60px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}
.related-threads-item h3 {
  max-width: 250px;
  margin-left: 44px;
  color: #0056b3;
  font-size: 16px;
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.related-threads-item h3:hover {
  text-decoration: underline;
}
.related-threads-item span {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.related-threads-site-timeline {
  bottom: auto !important;
  text-align: right !important;
  font-size: small;
  color: #0056b3;
}

.breadcrumb-item:last-of-type {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.treeview {
  color: #666666;
}

.thread-loading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.thread-redesign {
  background-color: #f0f2f5;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}
.thread-redesign .thread-header {
  background-color: #fff;
  border-bottom: 1px solid #e4e6eb;
  padding: 30px 0;
  margin-bottom: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.thread-redesign .thread-header h1 {
  font-size: 2rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.thread-redesign .thread-header .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 15px;
  font-size: 0.9rem;
  font-weight: 500;
}
.thread-redesign .thread-header .breadcrumb .breadcrumb-item a {
  color: #65676b;
  text-decoration: none;
}
.thread-redesign .thread-header .breadcrumb .breadcrumb-item a:hover {
  color: #1877f2;
}
.thread-redesign .thread-header .breadcrumb .breadcrumb-item.active {
  color: #5c636a;
}
.thread-redesign .thread-header .thread-stats {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #65676b;
}
.thread-redesign .thread-header .thread-stats span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.thread-redesign .thread-header .thread-stats span i {
  margin-right: 6px;
  color: #1877f2;
}
.thread-redesign .thread-content-col {
  padding-right: 20px;
}
.thread-redesign .thread-sidebar-col {
  padding-left: 20px;
}

.article-card {
  background-color: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  overflow: visible;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.article-card:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.08);
}
.article-card .card-body {
  padding: 24px;
}
.article-card .article-meta {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f2f5;
  padding-bottom: 15px;
}
.article-card .article-meta .avatar-container {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 16px;
}
.article-card .article-meta .avatar-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-card .article-meta .avatar-container .avatar-letter {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.article-card .article-meta .user-info .username {
  font-weight: 700;
  color: #050505;
  font-size: 1.05rem;
  display: block;
  margin-bottom: 2px;
  line-height: 1.2;
}
.article-card .article-meta .user-info .timestamp {
  font-size: 0.85rem;
  color: #65676b;
  display: block;
  line-height: 1.2;
}
.article-card .article-meta .post-menu {
  color: #65676b;
  font-size: 1.1rem;
  transition: color 0.2s;
}
.article-card .article-meta .post-menu:hover {
  color: #1a1a1a;
}
.article-card .article-content {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #1c1e21;
}
.article-card .article-content p,
.article-card .article-content ul,
.article-card .article-content ol,
.article-card .article-content dl,
.article-card .article-content h2,
.article-card .article-content h3,
.article-card .article-content h4,
.article-card .article-content h5,
.article-card .article-content h6 {
  max-width: 70ch;
}
.article-card .article-content p {
  margin-bottom: 1.2em;
}
.article-card .article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 10px 0;
}
.article-card .article-content blockquote {
  border-left: 4px solid #1877f2;
  background-color: #f7f9fa;
  padding: 16px 20px;
  margin: 20px 0;
  font-style: italic;
  color: #444;
  border-radius: 0 8px 8px 0;
}
.article-card .article-footer {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #f0f2f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-card .article-footer .actions .btn-primary {
  background-color: #1877f2;
  border-color: #1877f2;
}
.article-card .article-footer .actions .btn-primary:hover {
  background-color: #166fe5;
  border-color: #166fe5;
}
.article-card .article-footer .actions .vote-block {
  display: flex;
  align-items: center;
  background-color: #f0f2f5;
  border-radius: 20px;
  padding: 4px 8px;
}
.article-card .article-footer .actions .vote-block .vote-btn {
  cursor: pointer;
  padding: 4px 8px;
  color: #65676b;
  transition: color 0.2s, background-color 0.2s;
  border-radius: 4px;
}
.article-card .article-footer .actions .vote-block .vote-btn:hover {
  color: #1877f2;
  background-color: rgba(24, 119, 242, 0.1);
}
.article-card .article-footer .actions .vote-block .vote-btn.vote-down:hover {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
}
.article-card .article-footer .actions .vote-block .vote-btn.active.vote-up {
  color: #28a745;
}
.article-card .article-footer .actions .vote-block .vote-btn.active.vote-down {
  color: #dc3545;
}
.article-card .article-footer .actions .vote-block .vote-count {
  color: #050505;
  font-size: 0.9rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.article-card .article-footer .actions .action-item {
  font-size: 0.9rem;
  font-weight: 600;
  color: #65676b;
  transition: color 0.2s;
  cursor: pointer;
}
.article-card .article-footer .actions .action-item:hover {
  color: #1877f2;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .thread-redesign .thread-header {
    padding: 10px 0;
    margin-bottom: 15px;
  }
  .thread-redesign .thread-header h1 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .thread-redesign .thread-header .breadcrumb {
    margin-bottom: 10px;
  }
  .thread-redesign .thread-content-col {
    padding-right: 15px;
  }
  .thread-redesign .thread-sidebar-col {
    padding-left: 15px;
  }
  .article-card {
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
  }
  .article-card .card-body {
    padding: 15px;
  }
  .pagination {
    margin-bottom: 10px;
  }
}
.pagination {
  margin-bottom: 20px;
  justify-content: flex-start;
}
.pagination .page-item {
  margin: 0 2px;
}
.pagination .page-item .page-link {
  border: none;
  border-radius: 6px;
  color: #65676b;
  font-weight: 600;
  padding: 8px 12px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s;
}
.pagination .page-item .page-link:hover {
  background-color: #f0f2f5;
  color: #1877f2;
  text-decoration: none;
}
.pagination .page-item .page-link:focus {
  box-shadow: 0 0 0 3px rgba(24, 119, 242, 0.2);
}
.pagination .page-item.active .page-link {
  background-color: #1877f2;
  color: #fff;
  box-shadow: 0 2px 4px rgba(24, 119, 242, 0.3);
}
.pagination .page-item.disabled .page-link {
  color: #bcc0c4;
  background-color: #f0f2f5;
  cursor: not-allowed;
}

.thread-cta {
  border-radius: 12px;
  border: 2px dashed #d0d7de;
  background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%);
}
.thread-cta h2 {
  color: #1a1a1a;
  font-weight: 700;
}
.thread-cta .btn-primary {
  background-color: #1877f2;
  border-color: #1877f2;
  border-radius: 8px;
  font-weight: 600;
}
.thread-cta .btn-primary:hover {
  background-color: #166fe5;
  border-color: #166fe5;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.3);
}

.ask-box {
  border-radius: 12px;
  border: 2px solid #e4e8ee;
  background: linear-gradient(135deg, #fff 0%, #f4f8ff 100%);
  cursor: pointer;
}
.ask-box h2 {
  color: #1a1a1a;
  font-weight: 700;
}
.ask-box .btn-primary {
  background-color: #1877f2;
  border-color: #1877f2;
  border-radius: 8px;
  font-weight: 600;
}
.ask-box .btn-primary:hover {
  background-color: #166fe5;
  border-color: #166fe5;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(24, 119, 242, 0.3);
}

.email-privacy-note {
  margin-top: 4px;
}

.new-post-no-reg {
  font-size: 0.75rem;
  opacity: 0.85;
  margin-left: 4px;
  font-weight: 400;
}

.site-footer .footer-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
}
.site-footer .text-muted {
  color: #595c5f !important;
}
.site-footer a {
  color: #65676b;
  text-decoration: none;
}
.site-footer a:hover {
  color: #1877f2;
}
.site-footer ul li {
  margin-bottom: 4px;
}

.bstreeview {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 0;
  overflow: hidden;
}
.bstreeview .list-group {
  margin-bottom: 0;
}
.bstreeview .list-group-item {
  border-radius: 0;
  border-width: 1px 0 0 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
}
.bstreeview .list-group-item:hover {
  background-color: #dee2e6;
}
.bstreeview > .list-group-item:first-child {
  border-top-width: 0;
}
.bstreeview .state-icon {
  margin-right: 8px;
}
.bstreeview .item-icon {
  margin-right: 5px;
}
.bstreeview .badge-pill.badge-info {
  position: absolute;
  right: 5px;
}

.code-insert {
  contain: layout style;
}
.code-insert:empty {
  min-height: 0;
}

.code-insert.ad-unfilled {
  min-height: 0 !important;
  max-height: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
  overflow: hidden;
  transition: max-height 150ms ease, margin 150ms ease;
}

.ad-house-promo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  margin: 1rem 0;
  border-radius: 12px;
  border: 2px dashed #d0d7de;
  background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%);
}
.ad-house-promo .ad-house-promo-text {
  font-weight: 600;
  color: #1a1a1a;
  max-width: 28rem;
}
.ad-house-promo .btn-primary {
  background-color: #1877f2;
  border-color: #1877f2;
  border-radius: 8px;
  font-weight: 600;
}
.ad-house-promo .btn-primary:hover {
  background-color: #166fe5;
  border-color: #166fe5;
}

@media (max-width: 991.98px) {
  .code-insert[data-code-id=in_article],
  .code-insert[data-code-id=in_article_2] {
    min-height: 280px;
  }
  .code-insert[data-code-id=matched_content],
  .code-insert[data-code-id=related_column] {
    min-height: 250px;
  }
  .code-insert[data-code-id=group_header] {
    min-height: 100px;
  }
  .code-insert[data-code-id=homepage_mid] {
    min-height: 280px;
  }
}
@media (min-width: 992px) {
  .code-insert[data-code-id=header_horizontal] {
    min-height: 90px;
  }
  .code-insert[data-code-id=in_article],
  .code-insert[data-code-id=in_article_2] {
    min-height: 280px;
  }
  .code-insert[data-code-id=related_column] {
    min-height: 250px;
  }
  .code-insert[data-code-id=matched_content] {
    min-height: 250px;
  }
  .code-insert[data-code-id=group_header] {
    min-height: 90px;
  }
  .code-insert[data-code-id=homepage_mid] {
    min-height: 280px;
  }
}
.thread-sidebar-col .sidebar-widget {
  border: none !important;
}
.thread-sidebar-col .sidebar-widget .card-heading {
  border-bottom: none !important;
  padding-bottom: 0;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  background: transparent;
  padding: 0;
}
.thread-sidebar-col .sidebar-widget hr {
  display: none;
}

.best-answer-certificate {
  position: absolute;
  right: -15px;
  top: -10px;
  display: flex;
  height: 20px;
  align-items: center;
}

.best-answer-certificate .fa-certificate {
  color: goldenrod;
}

.best-answer-certificate .fa-check {
  color: green;
}

article.article-outer.article-best-answer {
  padding: 20px 10px 10px 10px;
  position: relative;
  border-radius: 15px;
  border: 1px solid #fafafa;
}

.reply-txt {
  margin-top: 15px;
}

.reply-txt.expanded {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #bce8f1;
}

.manage {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 40px;
}

.article-outer {
  padding: 10px 0;
  word-break: break-word;
}
.article-outer pre {
  word-break: break-all;
  background-color: #ffffff;
  border: none;
}

.article-header-date {
  white-space: nowrap;
  padding: 6px;
  font-size: 0.95em;
  line-height: 0.6em;
  background-color: #f5f5f5;
  margin: 0 6px;
  border-radius: 3px;
}

.article-heading2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: left;
}

.article-heading3 {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: left;
}

.article-heading4 {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
}

.signature {
  font-family: monospace;
}
.signature pre {
  margin: 0;
}

.text-edit-toolbar {
  margin-bottom: 5px;
}

.reply-txt.expanded {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #bce8f1;
}

.reply-form .fa-reply {
  margin-right: 5px;
}
.reply-form .reply-txtarea span {
  line-height: 1.4em;
  text-align: right;
}

.article-body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
}
.article-body .quote {
  padding-left: 15px;
  background-color: #fffaf0;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.load-quotes {
  margin: 10px 0;
}

.article-quote {
  background-color: antiquewhite;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: 15px;
}

.article-text-link {
  font-weight: 600;
  color: #636b6f;
}

.comment-vote:hover {
  cursor: pointer;
}

#newPostModal {
  overflow: scroll;
}
#newPostModal .modal-dialog {
  max-width: 700px;
  margin: 0.75rem auto;
  width: 90%;
}
@media (max-width: 575.98px) {
  #newPostModal .input-group-append {
    display: none;
  }
}

.b-upload_multi {
  padding-bottom: 15px;
  padding-top: 5px;
}

.post-toolbar-group.active .fa-caret-up {
  transform: rotate(-180deg);
  transition: linear 0.3s;
}
.post-toolbar-group:not(.active) .fa-caret-up {
  transform: rotate(0deg);
  transition: linear 0.3s;
}

.post-form .has-error {
  border: 3px solid #dc3545;
  border-radius: 0.5rem;
}

.new-post-button,
.reply-post-button {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.post-form-modal {
  display: flex;
  justify-content: center;
}

.post-form-please-wait {
  display: flex;
  align-items: center;
}

.fa-spinner {
  color: #5CAC5C;
  margin-right: 10px;
}

/* Admin */
.solved.active,
.answered.active,
.indexed.active {
  font-weight: bold;
  color: #1c2d3f;
}

.group-manage {
  margin: 10px 0;
}

.search-result-checkbox {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
}

.manage-item-selector {
  height: 20px;
  width: 20px;
}
.manage-item-selector.form-check-input {
  margin-left: -1.6rem;
}

.select-all-toggle {
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin: 3px;
}

.krajee-icon-clear,
.krajee-icon {
  height: 16px;
  width: 16px;
}

.group-thread--table.table-responsive-md {
  display: initial;
}
.group-thread--table .group-thread--media-thumb {
  width: 125px;
  max-width: 125px;
  padding: 0;
}
.group-thread--table .picture {
  width: 125px;
  min-height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.author-button-mobile {
  max-width: 125px;
  padding: 6px;
}
.author-button-mobile div {
  display: inline-block;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.group-children {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.group-child {
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.group-child .group-sub {
  font-weight: 600;
}

.group-header {
  display: flex;
  align-items: center;
}

.group-sort {
  font-weight: 300;
  font-size: 1rem;
  margin-left: 30px;
}

.group-manage-no-comments {
  background-color: #fdffda !important;
}

.group-manage-repair {
  background-color: #e3f5e3 !important;
}

.group-manage-op-has-link {
  background-color: #feeaee !important;
}

.group-manage-duplicate {
  background-color: #dce9f5 !important;
}

.full-page-width {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

h1,
.h1 {
  font-size: 1.75rem;
  position: relative;
}

.breadcrumb-header {
  font-size: initial;
  display: inline-block;
}

.navbar {
  height: 62px;
  max-height: 62px;
}

.navbar-post {
  margin: 0;
}

.navbar-collapse {
  padding: 16px;
  background-color: inherit;
  margin-left: -16px;
  margin-right: -16px;
}

.navbar-brand {
  border-radius: 0 20px 20px 0;
  background-color: bisque;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -1rem;
  margin-right: 0;
}

@media (min-width: 576px) {
  .navbar-brand {
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}
.navbar-btn .fa-stack {
  height: 0.5em;
}
.navbar-btn .fa-stack-2x {
  top: 3px;
}

.btn.round {
  border-radius: 50%;
}

#app {
  margin-top: 62px;
}

.pagination {
  margin: 5px 0;
}
.pagination a {
  transition: background-color 0.3s;
}
.pagination .active {
  border: 1px solid #dee2e6;
}
.pagination .active .page-link {
  background-color: #FF7909;
  color: #f8f9fa;
  font-weight: 600;
  border: none;
}

.top-buffer {
  margin-top: 15px;
}

.select2-selection__rendered {
  text-align: left;
}

.rating-outer-container {
  display: inline-block;
  margin-left: 10px;
}

.rating-xs {
  font-size: 1em;
}

.rating-sm {
  font-size: 2em;
}

.author-block li {
  padding-left: 0;
}

.author-block .dropdown, .posted-at .dropdown {
  display: inline-block;
}
.author-block .dropdown-toggle, .posted-at .dropdown-toggle {
  color: #007BFF;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .author-block .dropdown {
    max-width: 120px;
    overflow: hidden;
  }
}
.author-circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 0 1px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}

/*SCROLL TOP*/
.scroll-top-wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #777777;
  color: #eeeeee;
  width: 60px;
  height: 60px;
  right: 10px;
  bottom: 90px;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
  background-color: #888888;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}

.scroll-top-wrapper i.fa {
  line-height: inherit;
}

.scroll-top-inner i {
  margin-top: -2px;
}

/*
End of Scroll Top
*/
.form-group.post-form-reply {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.loading {
  width: 220px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -17px 0 0 -120px;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  border: 3px dotted #7da8c3;
  padding: 37px 29px;
}

#category-accordion {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 4px;
  margin-top: 21px;
}
#category-accordion .card-header {
  padding: 0.5rem 1rem;
}
#category-accordion .btn-link {
  padding: 0.25rem;
}

.article-link {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.article-link a {
  text-decoration: none;
  color: inherit;
}

.article-link-placeholder {
  font-size: 13px;
  font-weight: 600;
  color: #CCCCCC;
  vertical-align: middle;
}

.link-card {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: rgba(249, 250, 251, 0.3019607843);
  border-left: 5px solid #F9FAFB;
}
.link-card:hover {
  cursor: pointer;
}

.link-card-picture {
  color: #6495ED;
  height: -moz-min-content;
  height: min-content;
}
.link-card-picture svg {
  margin-left: 10px;
}

.link-card-description {
  padding-left: 5px;
  padding-right: 10px;
  flex: 1;
}
.link-card-description .link-card-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.2rem;
  text-align: left;
  margin-top: 2px;
  padding-left: 10px;
}
.link-card-description p {
  font-size: 12px;
  padding-left: 10px;
  margin-bottom: 0;
}
.link-card-description div {
  font-size: 11px;
  padding-left: 10px;
  margin-bottom: 0.1rem;
  text-align: right;
}

.link-card-price {
  min-width: 100px;
  text-align: center;
}
.link-card-price i, .link-card-price svg {
  color: white;
  margin-right: 5px;
  vertical-align: middle;
}

.link-amazon-description {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.link-amazon-description p {
  text-align: left;
  padding-left: 0;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link-youtube.card {
  border-radius: 2.25rem;
}
.link-youtube .card-header:first-child {
  border-radius: calc(2.25rem - 1px) calc(2.25rem - 1px) 0 0;
  text-align: center;
}
.link-youtube .card-footer:last-child {
  background: transparent;
  border-radius: 0 0 calc(2.25rem - 1px) calc(2.25rem - 1px);
  align-items: center;
}
.link-youtube .btn-danger {
  font-size: 13px;
  font-weight: 600;
  color: rgba(217, 83, 78, 0.75);
  letter-spacing: 1px;
  line-height: 15px;
  border: 2px solid rgba(217, 83, 78, 0.75);
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.link-youtube .btn-danger:hover {
  color: #FFF;
  background: rgba(217, 83, 78, 0.75);
  border: 2px solid rgba(217, 83, 78, 0.75);
}

.link-card .lightbox {
  display: none;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.link-card .lightbox img {
  max-width: 90%;
  max-height: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.link-card .lightbox:target {
  outline: none;
  display: block;
}

.article-broken-link {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 3px;
}
.article-broken-link svg.fa-unlink {
  color: #f27474;
}

.article-broken-link-caption {
  margin-left: 5px;
}

/* Custom Auth Page Styles */
/* Google Fonts loaded via <link> in layout head - not @import which blocks rendering */
body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.card-title,
.auth-title {
  font-family: "Poppins", sans-serif;
}

.auth-wrapper {
  min-height: 80vh;
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.auth-sidebar {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.auth-sidebar::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
  transform: rotate(45deg);
}

.auth-sidebar h2 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.auth-sidebar p {
  font-size: 1.1rem;
  opacity: 0.9;
  position: relative;
  z-index: 1;
}

.auth-form-container {
  padding: 3rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auth-header {
  margin-bottom: 2rem;
  text-align: center;
}

.auth-header h3 {
  font-weight: 600;
  color: #333;
}

.form-control {
  border-radius: 8px;
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  background-color: #f8fafc;
  transition: all 0.3s ease;
}

.form-control:focus {
  background-color: #fff;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.btn-primary {
  background: linear-gradient(to right, #667eea, #764ba2);
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: transform 0.2s;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(118, 75, 162, 0.3);
}

/* Social Buttons */
.btn-social {
  position: relative;
  padding-left: 44px;
  padding-right: 44px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 8px;
  font-weight: 500;
  margin-bottom: 0.75rem;
  border: none;
  color: white;
  transition: all 0.2s;
}

.btn-social:hover {
  color: white;
  opacity: 0.9;
  transform: translateY(-1px);
}

.btn-social i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  line-height: 38px;
  /* Adjust based on button height */
  font-size: 1.2em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-google {
  background-color: #DB4437;
}

.btn-facebook {
  background-color: #1877F2;
}

.btn-twitter {
  background-color: #1DA1F2;
}

.btn-linkedin {
  background-color: #0077B5;
}

.btn-github {
  background-color: #333333;
}

.btn-bitbucket {
  background-color: #205081;
}

.btn-reddit {
  background-color: #FF4500;
}

.social-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 1.5rem 0;
  color: #a0aec0;
}

.social-divider::before,
.social-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #e2e8f0;
}

.social-divider span {
  padding: 0 1rem;
  font-size: 0.9rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .auth-wrapper {
    flex-direction: column;
  }
  .auth-sidebar {
    padding: 2rem;
    text-align: center;
  }
  .auth-form-container {
    padding: 2rem;
  }
}
.sidebar-nav {
  background-color: transparent;
  padding: 0;
  position: sticky;
  top: 20px;
}
.sidebar-nav .nav-link {
  color: #495057;
  padding: 12px 20px;
  margin-bottom: 8px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
}
.sidebar-nav .nav-link:hover {
  background-color: #e9ecef;
  color: #212529;
  text-decoration: none;
}
.sidebar-nav .nav-link.active {
  background-color: #fff;
  color: #0a58ca;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #0a58ca;
  transform: translateX(2px);
}
.sidebar-nav .nav-link i {
  width: 24px;
  text-align: center;
  color: #adb5bd;
  margin-right: 12px !important;
  font-size: 1.1em;
  transition: color 0.2s;
}
.sidebar-nav .nav-link:hover i, .sidebar-nav .nav-link.active i {
  color: #0a58ca;
}

.group-card {
  border: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.group-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
}
.group-card:hover .btn-outline-primary {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a58ca;
}
.group-card .card-title a {
  text-decoration: none;
}
.group-card .card-title a:hover {
  color: #007bff !important;
}
.group-card .group-stats {
  font-size: 0.85rem;
}
.group-card .group-stats i {
  color: #adb5bd;
}

.group-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #eee;
}

.show-more-btn {
  border-radius: 20px;
  padding: 8px 24px;
  font-size: 0.9rem;
  transition: all 0.2s;
}
.show-more-btn:hover {
  background-color: #f8f9fa;
  transform: translateY(-1px);
}

.fade-in {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.shelf-wrapper {
  position: relative;
}
.shelf-wrapper:hover .shelf-prev,
.shelf-wrapper:hover .shelf-next {
  opacity: 1;
}

.shelf-container {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.shelf-container::-webkit-scrollbar {
  display: none;
}

.shelf-track {
  display: flex !important;
  padding: 10px 5px;
  align-items: stretch;
}

.shelf-item {
  flex: 0 0 260px;
  width: 260px;
  margin-right: 20px;
  display: flex;
}
.shelf-item .homepage-latest-thread-card-vertical {
  width: 100%;
  min-width: 0;
  flex: 1;
}

.shelf-prev,
.shelf-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #dee2e6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}
.shelf-prev:hover,
.shelf-next:hover {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.shelf-prev {
  left: -20px;
}

.shelf-next {
  right: -20px;
}

.group-card {
  width: 100%;
}
.group-card .card-img-top {
  height: 100px !important;
}
.group-card .card-title {
  font-size: 1rem;
}
.group-card .card-text {
  font-size: 0.85rem;
  max-height: 60px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}
.group-card .card-text.expanded {
  max-height: 500px;
}
.group-card .card-text.expandable {
  cursor: pointer;
}
.group-card .card-text.expandable:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding-left: 5px;
}
.group-card .card-text.expandable.expanded:after {
  display: none;
}

.sidebar-shelf .homepage-latest-thread-card-vertical {
  margin-bottom: 10px;
}
.sidebar-shelf .homepage-latest-thread-card-vertical .card {
  flex-direction: row;
  align-items: center;
  padding: 5px;
  min-height: auto;
}
.sidebar-shelf .homepage-latest-thread-card-vertical .image-container {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 10px;
}
.sidebar-shelf .homepage-latest-thread-card-vertical .image-container .group-image {
  height: 100% !important;
  width: 100%;
  border-radius: 4px;
}
.sidebar-shelf .homepage-latest-thread-card-vertical .card-body {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidebar-shelf .homepage-latest-thread-card-vertical .card-body .card-title {
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.2;
}
.sidebar-shelf .homepage-latest-thread-card-vertical .card-body small {
  font-size: 0.75rem;
}
.sidebar-shelf .homepage-latest-thread-card-vertical .card-body .card-text,
.sidebar-shelf .homepage-latest-thread-card-vertical .card-body .btn {
  display: none;
}

.re-engagement-prompt {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  background: #ffffff;
  border-top: 1px solid #d8dbdf;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
}
.re-engagement-prompt[hidden] {
  display: none;
}
.re-engagement-prompt__inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
}
.re-engagement-prompt__title {
  margin: 0 0 0.5rem;
  font-weight: 600;
}
.re-engagement-prompt__form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.re-engagement-prompt__form .form-control {
  flex: 1 1 14rem;
  min-width: 0;
}
.re-engagement-prompt__status {
  margin: 0.5rem 0 0;
}
.re-engagement-prompt__status:empty {
  display: none;
}
.re-engagement-prompt__note {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  color: #5c636a;
}
.re-engagement-prompt__close {
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #5c636a;
  background: none;
  border: 0;
  cursor: pointer;
}
.re-engagement-prompt__close:hover, .re-engagement-prompt__close:focus {
  color: #16181a;
}

.tool-index-intro,
.tool-purpose {
  max-width: 70ch;
}

.tool-card {
  border-radius: 12px;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.tool-card:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12) !important;
  transform: translateY(-1px);
}

.tool-card-badge {
  align-self: flex-start;
  margin-bottom: 0.5rem;
}

.tool-card-action,
.tool-primary-action {
  min-height: 44px;
  border-radius: 8px;
}

.tool-surface-row {
  border: 1px solid #e4e6eb;
  border-radius: 8px;
  padding: 1rem;
}

.tool-surface-row legend {
  float: none;
  width: auto;
  padding: 0;
}

.tool-workspace .form-control,
.tool-workspace .input-group-text {
  min-height: 44px;
}

.tool-result-hero {
  background: #f0f7ff;
  border: 1px solid #b8d4f5;
  border-radius: 10px;
  padding: 1rem 1.125rem;
}

.tool-result-label {
  letter-spacing: 0.4px;
}

.tool-result-number {
  color: #1c1e21;
  font-size: 2rem;
  font-weight: 700;
}

.tool-result-metric {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.25rem 0;
}

.tool-result-metric span {
  color: #5f6368;
}

.tool-cost-total {
  border-top: 1px solid #e4e6eb;
  margin-top: 0.5rem;
  padding-top: 0.75rem;
}

.tool-result details summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  min-height: 44px;
}

.tool-error-summary a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}

/* Print identity must never duplicate the on-screen page heading. */
.tool-print-header {
  display: none;
}

@media (min-width: 992px) and (min-height: 760px) {
  .tool-result {
    position: sticky;
    top: 1rem;
  }
}
@media (max-width: 575.98px) {
  .tool-card-action,
  .tool-primary-action {
    display: block;
    width: 100%;
  }
  .tool-result-number {
    font-size: 1.9rem;
  }
}
@media print {
  header, footer, nav, form, .tool-content, .tool-print {
    display: none !important;
  }
  .tool-workspace > div:first-child {
    display: none;
  }
  .tool-workspace > div:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tool-result {
    border: 1px solid #111;
    box-shadow: none !important;
    position: static;
  }
  .tool-result-hero {
    background: #fff;
    border: 2px solid #111;
  }
  .tool-print-header {
    align-items: flex-end;
    border-bottom: 2px solid #111;
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
  .tool-print-brand {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .tool-print-title {
    font-size: 0.875rem;
  }
  .tool-print-url {
    font-size: 0.75rem;
    max-width: 55%;
    overflow-wrap: anywhere;
    text-align: right;
  }
}
a {
  color: #0a58ca;
}

.badge-info {
  background-color: #0e7490;
}

a.badge-info:hover,
a.badge-info:focus {
  background-color: #0b5a71;
}

.text-muted {
  color: #5c636a !important;
}

.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: #5c636a;
}

.nav-link {
  color: #0a58ca;
}

.navbar-light .navbar-nav .nav-link {
  color: #33373b;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #16181a;
}

.btn-outline-primary {
  color: #0a58ca;
  border-color: #0a58ca;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a58ca;
}

.skip-link {
  position: absolute;
  top: -60px;
  left: 8px;
  z-index: 1080;
  padding: 8px 16px;
  background-color: #0a58ca;
  color: #fff;
  border-radius: 0 0 4px 4px;
  transition: top 0.15s ease-in-out;
}
.skip-link:focus, .skip-link:active {
  top: 0;
  color: #fff;
  text-decoration: underline;
  outline: 2px solid #fff;
  outline-offset: -4px;
}

.vote-btn,
.comment-vote,
.scroll-top-inner,
.author-block .dropdown-toggle {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.vote-btn:focus-visible,
.comment-vote:focus-visible,
.scroll-top-inner:focus-visible,
.author-block .dropdown-toggle:focus-visible {
  outline: 2px solid #0a58ca;
  outline-offset: 2px;
}

.author-block .dropdown-toggle {
  display: inline-flex;
  align-items: center;
}
