/* Custom styles for Quicknest Review Notes */

/* Hero section adjustments */
.hero-lead {
  font-size: 18px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.hero-sub {
  font-size: 15px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

/* "What people document" list */
.documented-list {
  list-style: disc;
  padding-left: 22px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.8;
}
.documented-list li {
  padding: 4px 0;
}

/* What it is / is not panels */
.what-it-is-block .inset-30 {
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}

/* Footer extra disclaimer */
.footer-extra-text {
  font-size: 13px;
  line-height: 1.6;
  color: #6c7783;
}
.footer-extra-text .trademark-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  color: #2c3e50;
}
.footer-extra-text p {
  margin-bottom: 10px;
}

/* Mobile fix #1: smaller logo text in header */
@media (max-width: 767px) {
  .rd-navbar-brand .brand-name span,
  .rd-navbar-brand .brand-name {
    font-size: 16px !important;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }
  .rd-navbar-brand .brand-name img.logo-light,
  .rd-navbar-brand .brand-name > span:first-child img {
    max-width: 32px;
    height: auto;
  }
  .rd-navbar-brand .brand-name {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
}
@media (max-width: 420px) {
  .rd-navbar-brand .brand-name span,
  .rd-navbar-brand .brand-name {
    font-size: 14px !important;
  }
}

/* Mobile fix #2: blog card tags wrapping */
.block-tags {
  display: inline-block;
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
  vertical-align: top;
}
.block-tags span {
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal !important;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .thumbnail-custom .meta .block-tags,
  .thumbnail-custom .meta .block-time,
  .thumbnail-custom .meta .block-author {
    display: block !important;
    margin-right: 0;
    margin-bottom: 8px;
    max-width: 100%;
  }
  .thumbnail-custom .meta .block-tags span {
    display: inline;
    margin-right: 6px;
  }
  .block-tags {
    word-spacing: 4px;
  }
}

/* Brand page styling */
.brand-page .use-case-list,
.brand-page .does-not-list {
  list-style: disc;
  padding-left: 22px;
  margin-top: 12px;
}
.brand-page .use-case-list li,
.brand-page .does-not-list li {
  padding: 4px 0;
}
.brand-page .trademark-box {
  background: #f6f7f9;
  border-left: 4px solid #f59f00;
  padding: 18px 22px;
  margin-top: 30px;
  font-size: 14px;
  color: #4a5560;
}
