/* =============================================================================
   RumbleSeat — Help Scout Docs Custom Stylesheet  (v2 — refined)
   Matched to the live rumbleseat.com corporate site (inspected March 2026)
   
   Upload via:  Manage > Docs > [Your Site] > Custom Code > Choose File
   
   FONTS:   Plus Jakarta Sans (headings)  |  Open Sans (body)
   PRIMARY: #23B5FF (sky-blue)  |  HOVER: #1981B5  |  TINT: #F2FBFF
   TEXT:    #27292C (headings)  |  #5C6169 (body)   |  #92959B (muted)
   ============================================================================= */


/* ---------------------------------------------------------------------------
   0.  GOOGLE FONTS
   --------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');


/* ---------------------------------------------------------------------------
   1.  GLOBAL
   --------------------------------------------------------------------------- */
body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  color: #5C6169 !important;
  background-color: #F7F9FC !important;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* ---------------------------------------------------------------------------
   2.  HEADER / NAVBAR
   --------------------------------------------------------------------------- */
.navbar-inner {
  border-bottom: none !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08) !important;
}

/* LOGO — leave Help Scout's default sizing intact.
   The brand container and image are configured via Help Scout branding. */

/* Nav links */
.navbar .nav > li > a,
.navbar .nav-collapse .nav > li > a {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  letter-spacing: 0.01em !important;
  transition: opacity 0.2s ease !important;
}

.navbar .nav > li > a:hover {
  opacity: 0.85 !important;
}

/* Mobile hamburger */
.btn-navbar .icon-bar {
  background-color: #FFFFFF !important;
}


/* ---------------------------------------------------------------------------
   3.  SEARCH SECTION  (#docsSearch — homepage hero area)
   
   IMPORTANT: Help Scout's search button uses position:absolute inside
   #searchBar (position:relative). We must NOT change padding or height
   on input/button or the alignment breaks. Only change colors/fonts.
   --------------------------------------------------------------------------- */
#docsSearch {
  background: #FFFFFF !important;
  border-bottom: 1px solid #E5E7E8 !important;
  padding: 40px 20px 36px !important;
}

#docsSearch h1 {
  font-family: 'Plus Jakarta Sans', 'Open Sans', sans-serif !important;
  color: #27292C !important;
  font-weight: 700 !important;
  font-size: 26px !important;
  letter-spacing: -0.01em !important;
  line-height: 1.35 !important;
  margin-bottom: 20px !important;
}

/* Search input — colors & font only, no size/padding changes */
#searchBar:not(.sm) .search-query {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15px !important;
  color: #27292C !important;
  background: #FFFFFF !important;
  border-color: #E5E7E8 !important;
  border-right: none !important;
  border-radius: 8px 0 0 8px !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease !important;
}

#searchBar:not(.sm) .search-query:focus {
  border-color: #23B5FF !important;
  box-shadow: none !important;
  outline: none !important;
}

#searchBar .search-query::placeholder {
  color: #92959B !important;
}

/* Search button — colors only, preserve Help Scout's absolute positioning */
#searchBar:not(.sm) button {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  background: #23B5FF !important;
  border-color: #23B5FF !important;
  border-radius: 0 8px 8px 0 !important;
  color: #FFFFFF !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
}

#searchBar:not(.sm) button:hover {
  background: #1981B5 !important;
  border-color: #1981B5 !important;
}

/* Search results dropdown */
#serp-dd {
  border: 1px solid #E5E7E8 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

#serp-dd .result {
  border-bottom: 1px solid #F4F4F4 !important;
}

#serp-dd .result a {
  color: #27292C !important;
  font-family: 'Open Sans', sans-serif !important;
}

#serp-dd .result a:hover {
  color: #23B5FF !important;
}


/* ---------------------------------------------------------------------------
   4.  SIDEBAR SEARCH  (article pages — #searchBar.sm inside aside.span3)
   
   On article pages the search form reuses id="searchBar" but adds class="sm".
   The button is a tiny 16px icon inside the input (position:absolute, right:12px).
   We need #searchBar.sm to beat the #searchBar button rules above.
   --------------------------------------------------------------------------- */
#searchBar.sm .search-query {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 13px !important;
  color: #27292C !important;
  background: #FFFFFF !important;
  border-color: #E5E7E8 !important;
  border-right: 1px solid #E5E7E8 !important;
  border-radius: 20px !important;
}

#searchBar.sm .search-query:focus {
  border-color: #23B5FF !important;
  box-shadow: 0 0 0 2px rgba(35, 181, 255, 0.12) !important;
  outline: none !important;
}

/* Icon button — transparent bg, just tint the icon */
#searchBar.sm button {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  border-color: transparent !important;
  color: #23B5FF !important;
}

#searchBar.sm button:hover {
  background: transparent !important;
  border-color: transparent !important;
  color: #1981B5 !important;
}


/* ---------------------------------------------------------------------------
   5.  MAIN CONTENT AREA
   --------------------------------------------------------------------------- */
.contentWrapper {
  background: #F7F9FC !important;
}

/* "Most Popular Articles" heading */
.contentWrapper h2 {
  font-family: 'Plus Jakarta Sans', 'Open Sans', sans-serif !important;
  color: #27292C !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  margin-bottom: 16px !important;
}


/* ---------------------------------------------------------------------------
   6.  HOME PAGE — ARTICLE LIST & CATEGORIES
   --------------------------------------------------------------------------- */

/* Article list links */
.articleList a,
ul.articleList li a {
  font-family: 'Open Sans', sans-serif !important;
  color: #23B5FF !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.articleList a:hover,
ul.articleList li a:hover {
  color: #1981B5 !important;
  text-decoration: underline !important;
}

/* Category cards (if using category layout) */
.category-list .category,
.categoryList .category {
  background: #FFFFFF !important;
  border: 1px solid #E5E7E8 !important;
  border-radius: 10px !important;
  padding: 22px 26px !important;
  margin-bottom: 10px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.category-list .category:hover,
.categoryList .category:hover {
  border-color: #23B5FF !important;
  box-shadow: 0 2px 10px rgba(35, 181, 255, 0.1) !important;
}

.category-list .category h2 a,
.category-list .category h3 a,
.categoryList .category a {
  font-family: 'Plus Jakarta Sans', 'Open Sans', sans-serif !important;
  color: #27292C !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.category-list .category h2 a:hover,
.category-list .category h3 a:hover {
  color: #23B5FF !important;
}

.category-list .category p {
  color: #92959B !important;
  font-size: 14px !important;
}

/* Collection columns */
.twoCol .collection,
.threeCol .collection {
  background: #FFFFFF !important;
  border: 1px solid #E5E7E8 !important;
  border-radius: 10px !important;
}

.twoCol .collection:hover,
.threeCol .collection:hover {
  border-color: #23B5FF !important;
}


/* ---------------------------------------------------------------------------
   7.  ARTICLE PAGE
   --------------------------------------------------------------------------- */

/* Article title */
h1.title,
#fullArticle h1,
.articleHead h1 {
  font-family: 'Plus Jakarta Sans', 'Open Sans', sans-serif !important;
  color: #27292C !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  letter-spacing: -0.01em !important;
  line-height: 1.3 !important;
  margin-bottom: 20px !important;
}

/* Article body */
#fullArticle p,
#fullArticle li {
  font-family: 'Open Sans', sans-serif !important;
  color: #5C6169 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

#fullArticle p {
  margin-bottom: 14px !important;
}

#fullArticle li {
  margin-bottom: 6px !important;
}

/* Subheadings */
#fullArticle h2 {
  font-family: 'Plus Jakarta Sans', 'Open Sans', sans-serif !important;
  color: #27292C !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  margin-top: 28px !important;
  margin-bottom: 12px !important;
  line-height: 1.35 !important;
}

#fullArticle h3 {
  font-family: 'Plus Jakarta Sans', 'Open Sans', sans-serif !important;
  color: #27292C !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  margin-top: 24px !important;
  margin-bottom: 10px !important;
}

#fullArticle h4 {
  font-family: 'Plus Jakarta Sans', 'Open Sans', sans-serif !important;
  color: #41454B !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  margin-top: 20px !important;
  margin-bottom: 8px !important;
}

/* Links in articles */
#fullArticle a {
  color: #23B5FF !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
}

#fullArticle a:hover {
  color: #1981B5 !important;
  text-decoration: underline !important;
}

/* Blockquotes */
#fullArticle blockquote {
  border-left: 3px solid #23B5FF !important;
  background: #F2FBFF !important;
  padding: 14px 18px !important;
  margin: 18px 0 !important;
  border-radius: 0 8px 8px 0 !important;
  color: #5C6169 !important;
}

/* Code blocks */
#fullArticle pre {
  background: #F4F4F4 !important;
  border: 1px solid #E5E7E8 !important;
  border-radius: 8px !important;
  padding: 14px 18px !important;
  color: #27292C !important;
  font-size: 13.5px !important;
  overflow-x: auto !important;
}

#fullArticle code {
  background: #F2FBFF !important;
  color: #1981B5 !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
  font-size: 13.5px !important;
}

#fullArticle pre code {
  background: transparent !important;
  color: #27292C !important;
  padding: 0 !important;
}

/* Images */
#fullArticle img {
  border-radius: 8px !important;
  border: 1px solid #E5E7E8 !important;
  max-width: 100% !important;
}

/* Tables */
#fullArticle table {
  border-collapse: collapse !important;
  width: 100% !important;
  margin: 14px 0 !important;
}

#fullArticle th {
  background: #F2FBFF !important;
  color: #27292C !important;
  font-family: 'Plus Jakarta Sans', 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
  padding: 10px 14px !important;
  border: 1px solid #E5E7E8 !important;
  text-align: left !important;
}

#fullArticle td {
  padding: 10px 14px !important;
  border: 1px solid #E5E7E8 !important;
  color: #5C6169 !important;
}

#fullArticle tr:nth-child(even) td {
  background: #FAFBFC !important;
}


/* ---------------------------------------------------------------------------
   8.  SIDEBAR (article pages — aside.span3)
   --------------------------------------------------------------------------- */
aside.span3 {
  font-family: 'Open Sans', sans-serif !important;
}

aside.span3 h3 {
  font-family: 'Plus Jakarta Sans', 'Open Sans', sans-serif !important;
  color: #27292C !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  margin-bottom: 10px !important;
}

aside.span3 a {
  color: #5C6169 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

aside.span3 a:hover {
  color: #23B5FF !important;
}

aside.span3 a.active {
  color: #23B5FF !important;
  font-weight: 600 !important;
}


/* ---------------------------------------------------------------------------
   9.  ARTICLE FOOTER — RATINGS & FEEDBACK
   --------------------------------------------------------------------------- */
.articleFoot {
  margin-top: 30px !important;
}

.articleRatings {
  background: #FFFFFF !important;
  border: 1px solid #E5E7E8 !important;
  border-radius: 10px !important;
  padding: 16px 20px !important;
}

.articleRatings-question {
  font-family: 'Open Sans', sans-serif !important;
  color: #5C6169 !important;
  font-size: 14px !important;
}

.rateAction {
  transition: transform 0.15s ease !important;
}

.rateAction:hover {
  transform: scale(1.15) !important;
}

/* "Still need help? Contact Us" */
.contactUs a {
  font-family: 'Open Sans', sans-serif !important;
  color: #23B5FF !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.contactUs a:hover {
  color: #1981B5 !important;
  text-decoration: underline !important;
}

/* Last updated */
.articleFoot .lu,
.articleFoot time.lu {
  font-family: 'Open Sans', sans-serif !important;
  color: #92959B !important;
  font-size: 12px !important;
  font-style: italic !important;
}

/* Print icon */
.printArticle {
  color: #92959B !important;
}

.printArticle:hover {
  color: #23B5FF !important;
}


/* ---------------------------------------------------------------------------
   10.  SEARCH RESULTS PAGE
   --------------------------------------------------------------------------- */
.searchResults .result,
.search-results .result {
  background: #FFFFFF !important;
  border: 1px solid #E5E7E8 !important;
  border-radius: 10px !important;
  padding: 18px 22px !important;
  margin-bottom: 10px !important;
  transition: border-color 0.2s ease !important;
}

.searchResults .result:hover,
.search-results .result:hover {
  border-color: #23B5FF !important;
}

.searchResults .result h3 a,
.search-results .result h3 a {
  font-family: 'Plus Jakarta Sans', 'Open Sans', sans-serif !important;
  color: #27292C !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.searchResults .result h3 a:hover,
.search-results .result h3 a:hover {
  color: #23B5FF !important;
}

.searchResults .result p,
.search-results .result p {
  color: #92959B !important;
  font-size: 14px !important;
}

#noResults {
  color: #92959B !important;
  font-family: 'Open Sans', sans-serif !important;
}


/* ---------------------------------------------------------------------------
   11.  FOOTER
   --------------------------------------------------------------------------- */
footer,
footer.center {
  font-family: 'Open Sans', sans-serif !important;
  border-top: 1px solid #E5E7E8 !important;
  padding: 20px 0 !important;
  margin-top: 30px !important;
}

footer a {
  color: #92959B !important;
  font-size: 13px !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

footer a:hover {
  color: #23B5FF !important;
}

footer p {
  color: #92959B !important;
  font-size: 13px !important;
}


/* ---------------------------------------------------------------------------
   12.  GENERAL LINK COLOR
   --------------------------------------------------------------------------- */
a {
  color: #23B5FF !important;
  transition: color 0.2s ease !important;
}

a:hover {
  color: #1981B5 !important;
}


/* ---------------------------------------------------------------------------
   13.  SELECTION HIGHLIGHT
   --------------------------------------------------------------------------- */
::selection {
  background: rgba(35, 181, 255, 0.2) !important;
  color: #27292C !important;
}

::-moz-selection {
  background: rgba(35, 181, 255, 0.2) !important;
  color: #27292C !important;
}


/* ---------------------------------------------------------------------------
   14.  RESPONSIVE
   --------------------------------------------------------------------------- */
@media (max-width: 768px) {
  #docsSearch {
    padding: 28px 16px 24px !important;
  }

  #docsSearch h1 {
    font-size: 20px !important;
  }

  h1.title,
  #fullArticle h1 {
    font-size: 24px !important;
  }

  #fullArticle h2 {
    font-size: 19px !important;
  }
}

@media (max-width: 480px) {
  #docsSearch h1 {
    font-size: 18px !important;
  }

  h1.title,
  #fullArticle h1 {
    font-size: 22px !important;
  }
}


/* ---------------------------------------------------------------------------
   15.  PRINT
   --------------------------------------------------------------------------- */
@media print {
  #fullArticle a {
    color: #1981B5 !important;
  }

  .navbar,
  #docsSearch,
  footer,
  .articleFoot,
  aside.span3 {
    display: none !important;
  }
}
