/*
 * Outmap Help Scout Docs theme
 * For Help Scout Docs legacy / Bootstrap 2 (not Docs 2.0)
 * Paste this complete file into Settings > Customize > Custom CSS.
 */

/* ==========================================================================
   Design tokens and reset
   ========================================================================== */

:root {
  --green: #2f8f68;
  --green-dark: #183d32;
  --green-light: #eaf6f1;
  --text: #374151;
  --muted: #6b7280;
  --border: #e5e7eb;
  --page: #f4f7f5;
  --card: #eef1ef;
  --white: #ffffff;
  --card-radius: 32px;
}

html {
  background: var(--page);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

html body {
  margin: 0;
  padding: 0;
  color: var(--text);
  background: var(--page);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
input,
button,
select,
textarea {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  color: var(--green-dark);
  background: rgba(47, 143, 104, 0.2);
}

a {
  color: var(--green);
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease,
    opacity 160ms ease;
}

a:hover,
a:focus {
  color: var(--green-dark);
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(47, 143, 104, 0.22);
  outline-offset: 3px;
}

/* ==========================================================================
   Shared layout
   ========================================================================== */

.container-fluid {
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.row-fluid [class*="span"] {
  min-height: 1px;
}

#contentArea {
  min-height: 55vh;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--page);
}

.contentWrapper {
  position: relative;
}

#main-content {
  background-image: none;
}

#main-content > .contentWrapper {
  background: var(--white);
  border: 0;
  border-radius: var(--card-radius);
  box-shadow: 0 8px 24px rgba(24, 61, 50, 0.045);
}

#main-content > .contentWrapper > h1 {
  margin: 0 0 20px;
  color: var(--green-dark);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-align: left;
}

#main-content > .contentWrapper > .articleList {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

#main-content > .contentWrapper > .articleList > li {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(107, 114, 128, 0.15);
}

#main-content > .contentWrapper > .articleList > li:first-child {
  border-top: 0;
}

#main-content > .contentWrapper > .articleList > li > a {
  display: flex;
  min-height: 54px;
  margin-left: 0;
  padding: 13px 0;
  align-items: center;
  color: var(--text);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

#main-content > .contentWrapper > .articleList > li > a:hover,
#main-content > .contentWrapper > .articleList > li > a:focus {
  color: var(--green);
  background: transparent;
}

#main-content > .contentWrapper > .articleList > li > a:hover span,
#main-content > .contentWrapper > .articleList > li > a:focus span {
  text-decoration: none;
}

#main-content > .contentWrapper > .articleList .icon-article-doc {
  display: none;
}

#serp > h1 {
  margin: 0 0 20px;
  color: var(--green-dark);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-align: left;
}

#serp > h1 strong {
  color: inherit;
  font-weight: inherit;
}

#serp .articleList {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

#serp .articleList > li {
  padding-left: 0;
}

#serp .articleList > li > a {
  margin-left: 0;
  color: var(--text);
  font-weight: 500;
}

#serp .articleList > li > a:hover,
#serp .articleList > li > a:focus {
  color: var(--green);
}

#serp .articleList .icon-article-doc {
  display: none;
}

/* ==========================================================================
   Header and navigation
   ========================================================================== */

#mainNav.navbar {
  position: sticky;
  z-index: 1000;
  top: 0;
  margin: 0;
  background: rgba(244, 247, 245, 0.78);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.navbar .navbar-inner {
  min-height: 136px;
  padding: 0;
  background: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: none;
}

.navbar .navbar-inner .container-fluid {
  display: flex;
  min-height: 136px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.navbar .brand {
  display: inline-flex;
  float: none;
  margin: 0;
  padding: 0;
  align-items: center;
  color: var(--green-dark);
  text-shadow: none;
}

.navbar .brand img {
  display: block;
  width: auto;
  max-width: none;
  height: 72px;
  max-height: none;
}

.navbar .nav-collapse {
  margin-left: auto;
}

.navbar .nav {
  position: static;
  display: flex;
  float: none;
  margin: 0;
  align-items: center;
  gap: 23px;
}

.navbar .nav > li {
  float: none;
}

.navbar .nav > li > a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  position: relative;
  margin: 0;
  padding: 43px 0;
  color: #4e5d56;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: none;
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: var(--green-dark);
  background: transparent;
}

.navbar .nav > li > a::after,
.navbar .nav > .active > a::after {
  display: none;
  content: none;
}

.navbar .caret {
  display: none;
}

.navbar .btn-navbar {
  margin: 0 0 0 auto;
  padding: 10px;
  background: transparent;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.navbar .btn-navbar .icon-bar {
  width: 24px;
  height: 2px;
  background: var(--green-dark);
  box-shadow: none;
}

/* ==========================================================================
   Search hero
   ========================================================================== */

#docsSearch {
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 82px 24px 96px;
  color: var(--green-dark);
  text-align: center;
  background: var(--page);
  border-bottom: 0;
}

#docsSearch h1 {
  max-width: 820px;
  margin: 0 auto;
  color: var(--green-dark);
  font-size: 0;
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 1;
}

#docsSearch h1::after {
  display: block;
  color: inherit;
  content: "Need help navigating your next adventure?";
  font-size: clamp(44px, 5.2vw, 66px);
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

#searchBar {
  position: relative;
  display: grid;
  width: 100%;
  max-width: 680px;
  margin: 36px auto 0;
  padding: 7px 7px 7px 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  background: var(--white);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(24, 61, 50, 0.08);
}

#searchBar::before,
#searchBar .icon-search {
  display: none;
  content: none;
}

#searchBar .search-query {
  display: block;
  width: 100%;
  min-width: 0;
  height: 50px;
  margin: 0;
  padding: 0 12px;
  color: var(--text);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 50px;
}

#searchBar .search-query::placeholder {
  color: #8a9490;
  opacity: 1;
}

#searchBar .search-query:focus {
  border: 0;
  box-shadow: none;
  outline: 0;
}

#searchBar:focus-within {
  box-shadow: 0 0 0 4px rgba(47, 143, 104, 0.12),
    0 10px 30px rgba(24, 61, 50, 0.08);
}

#searchBar button {
  position: static;
  top: auto;
  right: auto;
  display: inline-flex;
  min-width: 96px;
  height: 48px;
  min-height: 48px;
  margin: 0;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--green);
  background-image: none;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-shadow: none;
  transition: background-color 160ms ease;
}

#searchBar button:hover,
#searchBar button:focus {
  color: var(--white);
  background: #287b5a;
}

#searchBar button span {
  display: inline;
}

/* ==========================================================================
   Homepage collection grid
   ========================================================================== */

.threeCol.row-fluid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.threeCol.row-fluid::before,
.threeCol.row-fluid::after {
  display: none;
  content: none;
}

.threeCol.row-fluid > .collection {
  float: none;
  width: auto;
  margin: 0;
}

.threeCol.row-fluid > .collection {
  display: flex;
  min-height: 440px;
  overflow: hidden;
  padding: 0;
  flex-direction: column;
  background: var(--white);
  border: 0;
  border-radius: var(--card-radius);
  box-shadow: 0 8px 24px rgba(24, 61, 50, 0.045);
  transition: none;
}

.threeCol.row-fluid > .collection:hover {
  background: var(--white);
  border: 0;
  box-shadow: 0 8px 24px rgba(24, 61, 50, 0.045);
  transform: none;
}

.threeCol.row-fluid > .collection .collection-head {
  position: relative;
  margin: 0;
  padding: 36px 36px 22px;
  color: var(--green-dark);
  text-align: left;
  background: transparent;
  border: 0;
}

.threeCol.row-fluid > .collection .collection-head::before {
  display: none;
  content: none;
}

.threeCol.row-fluid > .collection .collection-head h2 {
  margin: 0 0 9px;
  color: var(--green-dark);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-align: left;
}

.collection .collection-head h2 a {
  color: var(--green-dark);
}

.collection .collection-head h2 a:hover,
.collection .collection-head h2 a:focus {
  color: var(--green);
}

.threeCol.row-fluid > .collection .collection-head p {
  min-height: 66px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}

.threeCol.row-fluid > .collection .collection-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 36px 36px;
  text-align: left;
}

.collection-body .popArticles {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.collection-body .popArticles li {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(107, 114, 128, 0.15);
}

.collection-body .popArticles li:first-child {
  border-top: 0;
}

.collection-body .popArticles li a {
  display: flex;
  min-height: 46px;
  margin-left: 0;
  padding: 10px 0;
  align-items: center;
  color: var(--text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

.collection-body .popArticles li a:hover,
.collection-body .popArticles li a:focus {
  color: var(--green);
  background: transparent;
}

.collection-body .popArticles li a:hover span,
.collection-body .popArticles li a:focus span {
  text-decoration: none;
}

.collection-body .popArticles .icon-article-doc {
  display: none;
}

.collection-body .browse {
  display: block;
  margin-top: auto;
  padding-top: 22px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 750;
  text-align: left;
}

.collection-body .browse:hover,
.collection-body .browse:focus {
  color: var(--green);
}

/* ==========================================================================
   Search results and empty state
   ========================================================================== */

#noResults {
  margin: 32px 0;
  padding: 24px;
  color: var(--muted);
  text-align: center;
  background: var(--card);
  border: 0;
  border-radius: 24px;
}

#serp-dd {
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  overflow: hidden;
  background: var(--white);
  border: 0;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(24, 61, 50, 0.12);
}

#serp-dd .result {
  margin: 0;
  padding: 10px;
}

#serp-dd .result li {
  border: 0;
  border-radius: 12px;
}

#serp-dd .result a {
  padding: 12px 14px;
  color: var(--text);
  border-radius: 12px;
}

#serp-dd .result a:hover,
#serp-dd .result > li.active {
  color: var(--green-dark);
  background: var(--green-light);
}

/* ==========================================================================
   Article layout
   ========================================================================== */

.withRelated {
  display: block;
}

.withRelated::before,
.withRelated::after {
  display: none;
  content: none;
}

#fullArticle {
  width: 100%;
  max-width: 760px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.78;
}

#fullArticle .title,
#fullArticle h1.title,
.contentWrapper > .title {
  margin: 0 0 24px;
  color: var(--green-dark);
  font-size: clamp(36px, 5vw, 50px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
  color: var(--text);
}

#fullArticle p {
  margin: 0 0 1.3em;
}

#fullArticle h2 {
  margin: 2.1em 0 0.72em;
  color: var(--green-dark);
  font-size: 30px;
  font-weight: 650;
  line-height: 1.2;
}

#fullArticle h3 {
  margin: 1.8em 0 0.65em;
  color: var(--green-dark);
  font-size: 23px;
  font-weight: 650;
  line-height: 1.3;
}

#fullArticle h4 {
  margin: 1.6em 0 0.55em;
  color: var(--green-dark);
  font-size: 19px;
  font-weight: 650;
}

#fullArticle a {
  color: var(--green);
  text-decoration: underline;
  text-decoration-color: rgba(47, 143, 104, 0.32);
  text-underline-offset: 3px;
}

#fullArticle a:hover,
#fullArticle a:focus {
  color: var(--green-dark);
  text-decoration-color: currentColor;
}

#fullArticle ul,
#fullArticle ol {
  margin: 0 0 1.4em;
  padding-left: 1.6em;
}

#fullArticle li {
  margin-bottom: 0.55em;
  padding-left: 0.22em;
}

#fullArticle li::marker {
  color: var(--green);
}

#fullArticle blockquote {
  margin: 30px 0;
  padding: 22px 26px;
  background: var(--green-light);
  border: 0;
  border-left: 4px solid var(--green);
  border-radius: 0 18px 18px 0;
  font-size: 16px;
  line-height: 1.7;
}

#fullArticle blockquote p:last-child {
  margin-bottom: 0;
}

#fullArticle img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 32px auto;
  border: 0;
  border-radius: 24px;
  box-shadow: none;
}

/* ==========================================================================
   Code and tables
   ========================================================================== */

code,
#fullArticle code {
  padding: 0.16em 0.42em;
  color: #1f684e;
  background: var(--green-light);
  border: 0;
  border-radius: 6px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.88em;
}

pre,
#fullArticle pre {
  overflow-x: auto;
  margin: 30px 0;
  padding: 24px 26px;
  color: #e8f4ef;
  background: var(--green-dark);
  border: 0;
  border-radius: 18px;
  box-shadow: none;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 14px;
  line-height: 1.7;
  tab-size: 2;
  white-space: pre;
}

pre code,
#fullArticle pre code {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font-size: inherit;
  white-space: pre;
}

#fullArticle table {
  width: 100%;
  margin: 32px 0;
  overflow: hidden;
  background: var(--white);
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 18px;
}

#fullArticle th,
#fullArticle td {
  padding: 14px 16px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}

#fullArticle th:last-child,
#fullArticle td:last-child {
  border-right: 0;
}

#fullArticle tr:last-child td {
  border-bottom: 0;
}

#fullArticle th {
  color: var(--green-dark);
  background: var(--green-light);
  font-size: 14px;
  font-weight: 700;
}

/* ==========================================================================
   Breadcrumbs, print and sidebar
   ========================================================================== */

.breadcrumb,
.breadcrumbs {
  margin: 0 0 30px;
  padding: 0;
  color: var(--muted);
  background: transparent;
  border: 0;
  font-size: 13px;
  text-shadow: none;
}

.breadcrumb a,
.breadcrumbs a {
  color: var(--muted);
}

.breadcrumb a:hover,
.breadcrumbs a:hover {
  color: var(--green);
}

.printArticle {
  display: none;
}

#sidebar {
  align-self: start;
  overflow: hidden;
  padding: 20px;
  background: var(--card);
  border: 0;
  border-radius: 24px;
  box-shadow: none;
}

#sidebar #searchBar {
  display: grid;
  width: 100%;
  max-width: none;
  margin: 0 0 16px;
  padding: 4px 4px 4px 14px;
  grid-template-columns: minmax(0, 1fr) 40px;
  align-items: center;
  background: var(--white);
  border: 0;
  border-radius: 999px;
  box-shadow: none;
}

#sidebar #searchBar .search-query {
  width: 100%;
  min-width: 0;
  height: 40px;
  margin: 0;
  padding: 0 8px;
  color: var(--text);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: 40px;
}

#sidebar #searchBar button {
  position: static;
  display: inline-flex;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#sidebar #searchBar button:hover,
#sidebar #searchBar button:focus {
  color: var(--green-dark);
  background: transparent;
}

#sidebar #searchBar button .icon-search {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  color: currentColor;
  font-size: 16px;
  line-height: 1;
  text-shadow: none;
}

#sidebar #searchBar button span {
  display: none;
}

#sidebar .search-query {
  width: 100%;
  height: 44px;
  margin: 0 0 16px;
  padding: 0 16px;
  color: var(--text);
  background: var(--white);
  border: 0;
  border-radius: 22px;
  box-shadow: none;
  font-size: 14px;
}

#sidebar .nav-list {
  margin: 0;
  padding: 0;
}

#sidebar .nav-list > li {
  margin: 3px 0;
}

#sidebar .nav-list > li > a {
  margin: 0;
  padding: 10px 12px;
  color: var(--text);
  background: transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 550;
  text-shadow: none;
}

#sidebar .nav-list > li > a:hover,
#sidebar .nav-list > li > a:focus {
  color: var(--green-dark);
  background: rgba(255, 255, 255, 0.55);
}

#sidebar .nav-list > .active > a,
#sidebar .nav-list > .active > a:hover,
#sidebar .nav-list > .active > a:focus {
  color: var(--green-dark);
  background: var(--white);
  box-shadow: none;
  font-weight: 700;
  text-shadow: none;
}

#sidebar .nav-list > .active > a .icon-arrow,
#sidebar .nav-list > .active > a:hover .icon-arrow,
#sidebar .nav-list > .active > a:focus .icon-arrow {
  display: none;
}

/* ==========================================================================
   Related content and ratings
   ========================================================================== */

.related {
  align-self: start;
  margin-top: 32px;
  padding: 36px;
  background: var(--white);
  border: 0;
  border-radius: var(--card-radius);
  box-shadow: 0 8px 24px rgba(24, 61, 50, 0.045);
}

.related h3,
.related h4 {
  margin: 0 0 20px;
  color: var(--green-dark);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-transform: none;
}

.related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.related ul > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(107, 114, 128, 0.15);
}

.related ul > li:last-child {
  border-bottom: 0;
}

.related ul > li > a {
  display: flex;
  min-height: 54px;
  margin-left: 0;
  padding: 13px 0;
  align-items: center;
  color: var(--text);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

.related ul > li > a:hover,
.related ul > li > a:focus {
  color: var(--green);
}

.related ul > li > a:hover span,
.related ul > li > a:focus span {
  text-decoration: none;
}

.related .icon-article-doc {
  display: none;
}

.articleFoot {
  max-width: 760px;
  margin-top: 52px;
  padding-top: 30px;
  border-top: 1px solid var(--border);
  text-align: left;
}

.articleFoot p,
.articleFoot time {
  font-family: inherit;
  font-size: 13px;
  font-style: normal;
  text-align: left;
}

.articleFoot p.lu,
.articleFoot time.lu {
  margin-top: 2px;
}

.articleFoot time.lu {
  display: inline-block;
  float: right;
  text-align: right;
}

.articleRatings {
  width: 100%;
  clear: both;
  margin-top: 48px;
  border-radius: 24px;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#contentArea footer,
footer {
  display: flex;
  margin-top: 80px;
  padding: 32px 0 40px;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  background: transparent;
  border-top: 1px solid var(--border);
  font-size: 12px;
  line-height: 1.6;
}

footer p {
  margin: 0;
}

footer a {
  color: var(--green-dark);
  font-weight: 650;
}

footer a:hover,
footer a:focus {
  color: var(--green);
}

/* ==========================================================================
   Tablet
   ========================================================================== */

@media (max-width: 979px) {
  #mainNav.navbar {
    position: relative;
  }

  .navbar .navbar-inner .container-fluid {
    display: block;
    position: relative;
  }

  .navbar .brand {
    min-height: 136px;
  }

  .navbar .btn-navbar {
    position: absolute;
    top: 68px;
    right: 24px;
    margin: 0;
    transform: translateY(-50%);
  }

  .navbar .nav {
    display: block;
    padding: 0 0 20px;
  }

  .navbar .nav > li > a,
  .navbar .nav > .active > a {
    padding: 12px 0;
  }

  .threeCol.row-fluid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #fullArticle {
    max-width: none;
  }

  .related {
    max-width: 760px;
  }
}

/* ==========================================================================
   Mobile
   ========================================================================== */

@media (max-width: 767px) {
  html body {
    padding-right: 0;
    padding-left: 0;
    font-size: 15px;
  }

  .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }

  .navbar .navbar-inner,
  .navbar .navbar-inner .container-fluid {
    min-height: 112px;
  }

  .navbar .navbar-inner .container-fluid {
    padding-right: 24px;
    padding-left: 24px;
  }

  .navbar .brand {
    min-height: 112px;
  }

  .navbar .brand img {
    height: 64px;
  }

  .navbar .btn-navbar {
    top: 56px;
    right: 24px;
  }

  #docsSearch {
    padding: 62px 16px 38px;
  }

  #docsSearch h1::after {
    font-size: 45px;
  }

  #searchBar {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 6px 6px 6px 16px;
    border-radius: 32px;
  }

  #searchBar .search-query {
    height: 48px;
    padding: 0 8px;
    font-size: 15px;
    line-height: 48px;
  }

  #searchBar button {
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    padding: 0;
  }

  #searchBar button .icon-search {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    color: var(--white);
    font-size: 18px;
    line-height: 1;
    text-shadow: none;
  }

  #searchBar button span {
    display: none;
  }

  #contentArea {
    padding-top: 48px;
  }

  #contentArea:has(> .row-fluid > #main-content) {
    padding-top: 0;
  }

  #main-content {
    margin-top: 0;
  }

  #main-content > .contentWrapper {
    border-radius: 0;
  }

  .articleFoot time.lu {
    display: block;
    float: none;
    margin-top: 8px;
    text-align: left;
  }

  .threeCol.row-fluid {
    grid-template-columns: minmax(0, 1fr);
  }

  .threeCol.row-fluid > .collection {
    min-height: 0;
  }

  .threeCol.row-fluid > .collection .collection-head {
    padding: 30px 30px 18px;
  }

  .threeCol.row-fluid > .collection .collection-head p {
    min-height: 0;
  }

  .threeCol.row-fluid > .collection .collection-body {
    padding: 0 30px 30px;
  }

  #fullArticle {
    font-size: 16px;
    line-height: 1.72;
  }

  #fullArticle .title,
  #fullArticle h1.title,
  .contentWrapper > .title {
    font-size: 34px;
  }

  #fullArticle h2 {
    font-size: 26px;
  }

  #fullArticle h3 {
    font-size: 21px;
  }

  #fullArticle table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  pre,
  #fullArticle pre {
    margin-right: -4px;
    margin-left: -4px;
    padding: 20px;
    font-size: 13px;
  }

}

/* ==========================================================================
   Small mobile
   ========================================================================== */

@media (max-width: 420px) {
  #docsSearch h1::after {
    font-size: 38px;
  }

  #searchBar {
    padding-left: 12px;
  }

  #searchBar .search-query {
    font-size: 14px;
  }

  #searchBar button {
    width: 46px;
    min-width: 46px;
    padding: 0;
  }

  .threeCol.row-fluid > .collection {
    border-radius: 26px;
  }
}

/* ==========================================================================
   Reduced motion and print
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  html body {
    color: #111111;
    background: #ffffff;
    font-size: 11pt;
  }

  #mainNav,
  #docsSearch,
  #sidebar,
  .related,
  .printArticle,
  .articleRatings,
  footer {
    display: none !important;
  }

  #contentArea {
    padding: 0;
  }

  .container-fluid,
  #fullArticle,
  .articleFoot {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .withRelated {
    display: block;
  }

  #fullArticle img,
  #fullArticle table,
  #fullArticle blockquote,
  #fullArticle pre {
    box-shadow: none;
    break-inside: avoid;
  }
}
