/* ============================================================
   Market Muscles Help Center — Custom Stylesheet
   Replaces the default HelpScout Docs theme with Market Muscles branding
   
   Brand colors extracted from marketmuscles.com:
   - Primary Green:  #47B965
   - Navy Text:      #0E1E2F
   - Dark Footer:    #06132C
   - Font:           Figtree
   ============================================================ */

/* ----- Font Imports ----- */
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&display=swap');


/* ==========================
   1. GLOBAL RESETS & TYPOGRAPHY
   ========================== */

body,
html {
  font-family: 'Figtree', sans-serif !important;
  color: #0E1E2F !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Figtree', sans-serif !important;
  color: #0E1E2F !important;
  font-weight: 700;
}

p, li, td, th, label, span, div, a {
  font-family: 'Figtree', sans-serif !important;
}

a {
  color: #47B965;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover,
a:focus {
  color: #3da557;
  text-decoration: none;
}

::selection {
  background-color: rgba(71, 185, 101, 0.2);
  color: #0E1E2F;
}

::-moz-selection {
  background-color: rgba(71, 185, 101, 0.2);
  color: #0E1E2F;
}


/* ==========================
   2. HEADER / NAVBAR
   ========================== */

.navbar .navbar-inner {
  background: #ffffff !important;
  border-bottom: 3px solid #47B965 !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  filter: none !important;
  padding: 6px 0;
}

.navbar .brand img {
  max-height: 55px;
  width: auto;
}

.navbar .nav li a,
.navbar .icon-private-w {
  color: #0E1E2F !important;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.navbar .nav li a:hover,
.navbar .nav .active a,
.navbar .nav .active a:hover,
.navbar .nav .active a:focus {
  color: #47B965 !important;
}


/* ==========================
   3. HERO / SEARCH SECTION (#docsSearch)
   ========================== */

#docsSearch {
  background: linear-gradient(180deg, #f8faf9 0%, #ffffff 100%);
  padding: 60px 20px 50px;
  text-align: center;
  border-bottom: 1px solid #e5e7eb;
}

#docsSearch h1 {
  font-family: 'Figtree', sans-serif !important;
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 8px;
  color: #0E1E2F !important;
  letter-spacing: -0.02em;
}

.main-subheading {
  font-family: 'Figtree', sans-serif !important;
  font-size: 17px;
  color: #6b7280 !important;
  margin: 0 0 28px;
  text-align: center !important;
  font-weight: 400;
}

/* Search bar container */
#searchBar {
  max-width: 640px;
  margin: 0 auto;
  display: flex !important;
  align-items: center;
  gap: 0;
}

#searchBar .search-query {
  flex: 1;
  font-family: 'Figtree', sans-serif !important;
  font-size: 15px;
  padding: 14px 18px !important;
  border: 2px solid #e0e4e8 !important;
  border-right: none !important;
  border-radius: 8px 0 0 8px !important;
  background: #ffffff !important;
  color: #0E1E2F !important;
  box-shadow: none !important;
  outline: none;
  height: auto;
  transition: border-color 0.2s ease;
}

#searchBar .search-query:focus {
  border-color: #47B965 !important;
  box-shadow: 0 0 0 3px rgba(71, 185, 101, 0.12) !important;
}

#searchBar .search-query::placeholder {
  color: #9ca3af;
}

#searchBar button,
#searchBar .btn {
  background-color: #47B965 !important;
  color: #ffffff !important;
  border: 2px solid #47B965 !important;
  border-radius: 0 8px 8px 0 !important;
  font-family: 'Figtree', sans-serif !important;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px !important;
  cursor: pointer;
  transition: background-color 0.2s ease;
  text-shadow: none !important;
  box-shadow: none !important;
  height: auto;
  line-height: normal;
  display: flex !important;
  align-items: center;
}

#searchBar button:hover,
#searchBar .btn:hover {
  background-color: #3da557 !important;
  border-color: #3da557 !important;
}

/* Hide the magnifying glass icon in search button if present */
.icon-search {
  display: none;
}


/* ==========================
   4. COLLECTION SECTIONS (CRM, Website wrappers)
   ========================== */

.collection-category {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 24px 20px;
  border: none !important;
  box-sizing: border-box !important;
}

.collection-category > h2 {
  font-family: 'Figtree', sans-serif !important;
  font-size: 22px;
  font-weight: 800;
  color: #0E1E2F !important;
  margin: 0 0 24px 8px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e5e7eb;
  letter-spacing: -0.01em;
}

.collection-category > h2 a {
  color: #0E1E2F !important;
  text-decoration: none;
}

.collection-category > h2 a:hover {
  color: #47B965 !important;
}


/* ==========================
   5. CATEGORY CARDS GRID
   ========================== */

.collection-category .category-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  margin: 0;
  padding: 0;
  text-align: center;
}

.collection-category .category-list .category {
  flex: 0 0 calc(33.333% - 11px) !important;
  width: calc(33.333% - 11px) !important;
  background: #ffffff;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px;
  padding: 32px 20px 24px;
  text-decoration: none !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  transition: all 0.25s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  box-sizing: border-box !important;
  position: relative;
  margin: 0 !important;
}

.collection-category .category-list .category:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
  border-color: #47B965;
}

/* Icon placeholder via ::before */
.collection-category .category-list .category h3:before {
  content: '';
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  background-color: #eef9f1;
  border-radius: 16px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-color 0.2s ease;
}

.collection-category .category-list .category:hover h3:before {
  background-color: #d4f0dc;
}

/* Category name */
.collection-category .category-list .category h3 {
  font-family: 'Figtree', sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  color: #0E1E2F !important;
  margin: 0 0 6px;
  padding: 0;
  line-height: 1.3;
}

/* Article count */
.collection-category .category-list .category p {
  font-family: 'Figtree', sans-serif !important;
  font-size: 13px;
  color: #47B965 !important;
  margin: 0;
  padding: 0;
  font-weight: 500;
}


/* ==========================
   6. SVG LINE ICONS PER CATEGORY
   Each uses an inline SVG data URI in the brand green (#47B965)
   ========================== */

/* Dashboard - grid/layout icon */
#category-548 h3:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%2347B965' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='9' rx='1'/%3E%3Crect x='14' y='3' width='7' height='5' rx='1'/%3E%3Crect x='14' y='12' width='7' height='9' rx='1'/%3E%3Crect x='3' y='16' width='7' height='5' rx='1'/%3E%3C/svg%3E");
}

/* Contacts - users icon */
#category-502 h3:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%2347B965' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

/* Communication - message-circle icon */
#category-506 h3:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%2347B965' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.9 20A9 9 0 1 0 4 16.1L2 22z'/%3E%3Cpath d='M8 12h.01'/%3E%3Cpath d='M12 12h.01'/%3E%3Cpath d='M16 12h.01'/%3E%3C/svg%3E");
}

/* Appointments - calendar icon */
#category-515 h3:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%2347B965' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3Cpath d='M8 14h.01'/%3E%3Cpath d='M12 14h.01'/%3E%3Cpath d='M16 14h.01'/%3E%3Cpath d='M8 18h.01'/%3E%3Cpath d='M12 18h.01'/%3E%3C/svg%3E");
}

/* Marketing - megaphone/bullhorn icon */
#category-517 h3:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%2347B965' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m3 11 18-5v12L3 13v-2z'/%3E%3Cpath d='M11.6 16.8a3 3 0 1 1-5.8-1.6'/%3E%3C/svg%3E");
}

/* Studio Setup - wrench/settings icon */
#category-552 h3:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%2347B965' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z'/%3E%3C/svg%3E");
}

/* Studio Operations - clipboard/tasks icon */
#category-523 h3:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%2347B965' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='8' y='2' width='8' height='4' rx='1' ry='1'/%3E%3Cpath d='M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2'/%3E%3Cpath d='m9 14 2 2 4-4'/%3E%3C/svg%3E");
}

/* HR - user-check icon */
#category-541 h3:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%2347B965' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpolyline points='16 11 18 13 22 9'/%3E%3C/svg%3E");
}

/* Reports - bar-chart icon */
#category-544 h3:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%2347B965' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='20' x2='12' y2='10'/%3E%3Cline x1='18' y1='20' x2='18' y2='4'/%3E%3Cline x1='6' y1='20' x2='6' y2='16'/%3E%3Cline x1='3' y1='20' x2='21' y2='20'/%3E%3C/svg%3E");
}

/* Settings - gear icon */
#category-546 h3:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%2347B965' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 2.83-2.83l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z'/%3E%3C/svg%3E");
}

/* Analytics (Admin Settings) - trending-up icon */
#category-371 h3:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%2347B965' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='22 7 13.5 15.5 8.5 10.5 2 17'/%3E%3Cpolyline points='16 7 22 7 22 13'/%3E%3C/svg%3E");
}

/* Content Management - file-text icon */
#category-372 h3:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%2347B965' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3Cline x1='10' y1='9' x2='8' y2='9'/%3E%3C/svg%3E");
}

/* Marketing Tools - target icon */
#category-373 h3:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 24 24' fill='none' stroke='%2347B965' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Cline x1='12' y1='2' x2='12' y2='6'/%3E%3Cline x1='12' y1='18' x2='12' y2='22'/%3E%3C/svg%3E");
}


/* ==========================
   7. ARTICLE PAGE STYLING (#fullArticle)
   ========================== */

/* Article headings */
#fullArticle h1,
#fullArticle h2,
#fullArticle h3,
#fullArticle h4,
#fullArticle h5 {
  margin: 36px 0 16px 0;
  color: #0E1E2F;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
}

#fullArticle h1 {
  font-size: 28px;
  font-weight: 800;
  margin-top: 0;
}

#fullArticle h2 {
  font-size: 22px;
  font-weight: 700;
}

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

#fullArticle h4 {
  margin-top: 20px;
}

/* Article body text */
#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
  font-family: 'Figtree', sans-serif;
}

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

/* Article links */
#fullArticle a {
  color: #47B965;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(71, 185, 101, 0.3);
  transition: all 0.15s ease;
}

#fullArticle a:hover {
  color: #3da557;
  border-bottom-color: #3da557;
}

/* Article images */
#fullArticle img {
  margin: 20px 0;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #e5e7eb !important;
  max-width: 100%;
  height: auto;
}

/* Print article link */
#fullArticle .printArticle {
  right: 30px;
  top: 50px;
  color: #9ca3af;
  transition: color 0.2s;
}

#fullArticle .printArticle:hover {
  color: #47B965;
}

/* Article footer */
.articleFoot p,
.articleFoot time {
  color: #9ca3af;
  display: inline-block;
  font-family: 'Figtree', sans-serif;
  font-style: normal;
  font-size: 13px;
}


/* ==========================
   8. SIDEBAR (Category & Article pages)
   ========================== */

.sb h4,
.span3 h4 {
  font-family: 'Figtree', sans-serif !important;
  color: #0E1E2F !important;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

/* Sidebar search */
.span3 .search-query {
  font-family: 'Figtree', sans-serif !important;
  border: 2px solid #e5e7eb !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  box-shadow: none !important;
  transition: border-color 0.2s;
}

.span3 .search-query:focus {
  border-color: #47B965 !important;
  box-shadow: 0 0 0 3px rgba(71, 185, 101, 0.12) !important;
}

/* Sidebar nav links */
.nav-list > li > a {
  font-family: 'Figtree', sans-serif !important;
  color: #555 !important;
  font-size: 14px;
  padding: 7px 12px;
  border-radius: 6px;
  transition: all 0.15s ease;
  border-left: 3px solid transparent;
}

.nav-list > li > a:hover {
  color: #47B965 !important;
  background-color: #eef9f1 !important;
  text-decoration: none;
  border-left-color: #47B965;
}

.nav-list > li.active > a,
.nav-list > li.active > a:hover {
  color: #47B965 !important;
  font-weight: 600;
  background-color: #eef9f1 !important;
  border-left-color: #47B965;
}


/* ==========================
   9. ARTICLE LIST (Category pages)
   ========================== */

.contentWrapper h1,
.span9 > h1 {
  font-family: 'Figtree', sans-serif !important;
  font-size: 26px;
  font-weight: 800;
  color: #0E1E2F !important;
  margin-bottom: 16px;
}

.contentWrapper .article-list a,
.span9 .article-list a {
  color: #47B965 !important;
  font-weight: 500;
  font-size: 15px;
  padding: 8px 0;
  display: inline-block;
  transition: color 0.15s;
}

.contentWrapper .article-list a:hover,
.span9 .article-list a:hover {
  color: #3da557 !important;
}


/* ==========================
   10. SEARCH RESULTS
   ========================== */

.result h3 a {
  color: #47B965 !important;
  font-family: 'Figtree', sans-serif !important;
  font-weight: 600;
  font-size: 17px;
}

.result h3 a:hover {
  color: #3da557 !important;
}

.result p {
  font-family: 'Figtree', sans-serif !important;
  color: #555 !important;
  line-height: 1.6;
}


/* ==========================
   11. BUTTONS (General)
   ========================== */

.btn {
  font-family: 'Figtree', sans-serif !important;
  border-radius: 8px !important;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn-primary,
.btn-success {
  background-color: #47B965 !important;
  border-color: #47B965 !important;
  color: #ffffff !important;
  text-shadow: none !important;
}

.btn-primary:hover,
.btn-success:hover {
  background-color: #3da557 !important;
  border-color: #3da557 !important;
}


/* ==========================
   12. FOOTER
   ========================== */

footer,
footer.center {
  background-color: #06132C !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-family: 'Figtree', sans-serif !important;
  padding: 28px 0 !important;
  font-size: 13px;
  margin-top: 40px;
}

footer a {
  color: rgba(255, 255, 255, 0.65) !important;
  transition: color 0.2s ease;
}

footer a:hover {
  color: #47B965 !important;
  text-decoration: none;
}


/* ==========================
   13. DROPDOWN / SELECT
   ========================== */

select {
  font-family: 'Figtree', sans-serif !important;
  border-radius: 6px !important;
  border: 1px solid #e5e7eb !important;
  padding: 6px 12px;
  color: #374151;
  background: #fff;
}


/* ==========================
   14. TABLES IN ARTICLES
   ========================== */

#fullArticle table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
}

#fullArticle table th {
  background-color: #0E1E2F;
  color: #ffffff;
  font-weight: 600;
  padding: 12px 16px;
  text-align: left;
  font-size: 14px;
}

#fullArticle table td {
  border-bottom: 1px solid #e5e7eb;
  padding: 11px 16px;
  font-size: 15px;
}

#fullArticle table tr:hover td {
  background-color: #f9fafb;
}


/* ==========================
   15. CODE BLOCKS
   ========================== */

code, pre {
  font-size: 13px;
  border-radius: 6px;
}

pre {
  background-color: #f9fafb !important;
  border: 1px solid #e5e7eb !important;
  padding: 16px !important;
  overflow-x: auto;
}

code {
  background-color: #f3f4f6;
  padding: 2px 6px;
  color: #0E1E2F;
  border-radius: 4px;
}


/* ==========================
   16. MOBILE HAMBURGER
   ========================== */

.btn-navbar {
  background-color: #47B965 !important;
  border-color: #3da557 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 6px !important;
}

.btn-navbar .icon-bar {
  background-color: #ffffff !important;
}


/* ==========================
   17. RESPONSIVE
   ========================== */

@media (max-width: 991px) {
  .collection-category .category-list .category {
    flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
  }
}

@media (max-width: 767px) {
  .navbar .brand img {
    max-height: 42px;
  }

  #docsSearch {
    padding: 40px 16px 36px;
  }

  #docsSearch h1 {
    font-size: 24px;
  }

  .main-subheading {
    font-size: 15px;
  }

  .collection-category {
    padding: 28px 16px 16px;
  }

  .collection-category .category-list .category {
    flex: 0 0 100%;
    width: 100%;
  }

  .collection-category .category-list .category h3:before {
    width: 52px;
    height: 52px;
    background-size: 30px 30px;
    border-radius: 12px;
    margin-bottom: 14px;
  }

  .nav-collapse .nav > li > a {
    color: #0E1E2F !important;
    font-family: 'Figtree', sans-serif !important;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 15px;
  }

  .nav-collapse .nav > li > a:hover {
    background-color: #eef9f1 !important;
    color: #47B965 !important;
  }

  .contentWrapper h1,
  .span9 > h1 {
    font-size: 22px;
  }

  #fullArticle h1 {
    font-size: 24px;
  }
}


/* ==========================
   18. HORIZONTAL RULES & MISC
   ========================== */

hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 1.5em 0;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Breadcrumbs */
.breadcrumb {
  background: transparent !important;
  font-family: 'Figtree', sans-serif !important;
  font-size: 13px;
}

.breadcrumb a {
  color: #47B965 !important;
}

.breadcrumb > .active {
  color: #9ca3af !important;
}
