/* GearLocker Custom Help Scout Stylesheet */
/* Based on GearLocker brand colors: Primary #1a1a1a, Accent #29C48F, Gray #E8E7E7, Text #1E1715 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

body {
    background: #fbfbfc;
}

/* Home Page Title */
#docsSearch h1 {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-top: .4em;
    font-family: "Inter", sans-serif;
    color: #1a1a1a;
    padding: 10px;
}

.navbar .nav li {
    display: inline-block;
    float: none;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    letter-spacing: .05em;
}

.navbar .nav li a, .navbar .icon-private-w {
    font-size: 14px;
    font-weight: 400;
}

/* Header Size */
a.brand > img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    height: 60px;
    margin-left: 15px;
    width: auto;
}

.navbar .navbar-inner {
    height: 60px;
}

.navbar .navbar-inner .container-fluid {
    padding: 0;
    height: 60px;
}

.navbar .brand {
    float: left;
    display: block;
    padding: 0px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    text-shadow: none;
}

/* Home Page Search Bar Background */
#docsSearch {
    background: #ffffff;
    border-top: 1px solid #E8E7E7;
    margin-bottom: 3em;
    padding: 1.5em 0;
}

/* Search Input Box */
input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    border: 2px solid #E8E7E7;
}

input.search-query:focus {
    border-color: #29C48F;
    box-shadow: 0 0 0 3px rgba(41, 196, 143, 0.1);
}

/* Home Page Category Title */
.category-list h3 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    font-family: "Inter", sans-serif;
}

/* Category Styles */
.category-list .category p {
    color: #1E1715;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.25px;
}

.category-list .category {
    background-color: #fff;
    background-position: top 20px center !important;
    background-repeat: no-repeat !important;
    background-size: 100px auto !important;
    box-shadow: 0 2px 8px rgba(26, 26, 26, 0.08);
    box-sizing: border-box;
    min-height: 183px;
    padding: 120px 20px 15px;
    position: relative;
    width: 31.5%;
    transition: all 0.2s;
    border: 1px solid #E8E7E7;
    border-radius: 8px;
}

.category-list .category:hover {
    text-decoration: none;
    background: #fbfbfc;
    box-shadow: 0 4px 12px rgba(26, 26, 26, 0.12);
    border-color: #29C48F;
    transform: translateY(-2px);
}

.collection-category h2 {
    font-weight: 600;
    margin: 0 0 20px;
    text-align: center;
    padding-left: 0%;
    font-family: "Inter", sans-serif;
    color: #1a1a1a;
    font-size: 22px;
    letter-spacing: 0.5px;
}

.collection-category h2 a {
    color: #29C48F;
}

.collection-category .category-list {
    margin: 0 0 4em;
    text-align: center;
}

/* Home Page Link Style */
#serp-dd .result a, 
#serp-dd .result>li.active, 
#full-Article strong a, 
.collection a, 
.contentWrapper a, 
.most-pop-articles .popArticles a, 
.most-pop-articles .popArticles a span, 
.category-list .category .article-count, 
.contentWrapper a {
    font-weight: 500;
    letter-spacing: .25px;
    color: #29C48F;
    margin-top: 15px;
    text-decoration: none;
    font-family: "Inter", sans-serif;
}

#serp-dd .result a:hover, 
#serp-dd .result>li.active, 
#full-Article strong a:hover, 
.collection a:hover, 
.contentWrapper a:hover, 
.most-pop-articles .popArticles a:hover, 
.most-pop-articles .popArticles a:hover span, 
.category-list .category .article-count:hover, 
.category-list .category:hover .article-count, 
.contentWrapper a:hover {
    color: #1a1a1a;
    text-decoration: none;
}

/* Home Page Search Button */
#searchBar button {
    color: #fff;
    text-shadow: none;
    background: #29C48F;
    border-radius: 0 8px 8px 0;
    border: 1px solid #29C48F;
    font-size: 18px;
    padding: 0 1.5em;
    height: 50px;
    position: absolute;
    transition: all 0.2s;
}

#searchBar button:hover {
    background: #1a1a1a;
    border: 1px solid #1a1a1a;
}

input, button, select, textarea {
    font-family: "Inter", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Category Images - Update these with your actual category IDs and image URLs */
/* Example categories - replace with your actual category numbers */

/* Getting Started */
#category-123 {
    background-image: url(https://storage.yourdomain.com/images/getting-started.png);
}

/* Features */
#category-456 {
    background-image: url(https://storage.yourdomain.com/images/features.png);
}

/* Troubleshooting */
#category-789 {
    background-image: url(https://storage.yourdomain.com/images/troubleshooting.png);
}

/* Side Bar Styles */
#sidebar .nav-list a {
    display: inline-block;
    color: #1E1715;
    font-size: 14px;
    padding: 6px 15px 6px 0;
    line-height: 20px;
    margin-left: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

#sidebar .nav-list .active a, 
#sidebar .nav-list .active a:hover, 
#sidebar .nav-list .active a:focus {
    font-weight: 600;
    color: #29C48F;
    background: 0 0;
    text-shadow: none;
    text-decoration: none;
}

#sidebar h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: "Inter", sans-serif;
    letter-spacing: 1px;
}

/* Article Styles */
#main-content {
    background: none;
    float: right;
    margin-bottom: 2em;
    padding: 32px 0 0 28px;
}

#fullArticle img {
    display: block;
    margin: 1em 0 2em;
    padding: 4px;
    border-radius: 8px;
    box-sizing: border-box;
}

#fullArticle .title, .contentWrapper h1 {
    margin: 0 30px .5em 0;
    font-family: "Inter", sans-serif;
    color: #1a1a1a;
    font-weight: 700;
}

#fullArticle .printArticle {
    position: absolute;
    right: 46px;
    top: 40px;
}

#fullArticle, 
#fullArticle p, 
#fullArticle ul, 
#fullArticle ol, 
#fullArticle li, 
#fullArticle div, 
#fullArticle blockquote, 
#fullArticle dd, 
#fullArticle table {
    color: #1E1715;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.6;
}

#categoryHead .sort select {
    width: 150px;
    height: 24px;
    margin: 0;
    line-height: 24px;
    font-size: 13px;
    color: #1E1715;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

#fullArticle strong {
    color: #1a1a1a;
    font-weight: 600;
}

#fullArticle h2 {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 2em;
}

#fullArticle h3 {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 1.5em;
}

#fullArticle h4 {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #1E1715;
}

.contentWrapper p {
    margin-top: -4px;
    word-wrap: break-word;
    font-family: "Inter", sans-serif;
    color: #1E1715;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 1.6;
}

/* Article Footers */
.articleFoot p, .articleFoot time {
    color: #1E1715;
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: italic;
}

/* Page Footers */
footer p a {
    color: #1E1715;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

/* Contact Modal */
#contactModal h2, .abuse h2 {
    background: #fff;
    margin: 0;
    padding: 11px 0 10px 18px;
    font-size: 22px;
    border-bottom: 1px solid #E8E7E7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: "Inter", sans-serif;
    color: #1a1a1a;
    font-weight: 600;
}

#contactModal .control-label {
    width: 110px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1E1715;
}

.btn {
    color: #fff;
    text-shadow: none;
    background: #29C48F;
    border-radius: 8px;
    border: 1px solid #29C48F;
    font-size: 14px;
    padding: .75em 1.5em;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    transition: all 0.2s;
}

.btn:hover, 
.btn:focus, 
.btn:active, 
.btn.active, 
.btn.disabled, 
.btn[disabled] {
    color: #fff;
    background: #1a1a1a;
    border: 1px solid #1a1a1a;
}

#search-query .btn:hover {
    color: #fff;
    background: #1a1a1a;
    border-radius: 8px;
    border: 1px solid #1a1a1a;
    font-size: 18px;
    padding: 0 1.5em;
    height: 50px;
}

.category-list {
    text-align: center;
}

/* Fix for making homepage category gallery go smoothly from 3 to 2 to 1 column */
@media screen and (max-width: 1105px) {
    section.category-list .category {
        width: 48.2%;
    }
}

@media screen and (max-width: 760px) {
    section.category-list .category {
        box-sizing: border-box;
        margin: 0 0 20px;
        padding: 120px 20px 15px;
        width: 100%;
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .navbar .btn-navbar {
        margin-top: 16px;
        right: -10px;
    }
    .related {
        padding: 30px 25px 25px;
    }
    .related ul {
        margin-left: 0;
    }
    .related h3 {
        padding-left: 0;
    }
    .related ul>li a {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    #searchBar button {
        color: transparent;
        text-shadow: 0;
        background: #29C48F;
        border-radius: 0 8px 8px 0;
        border: 1px solid #29C48F;
        font-size: 18px;
        padding: 0 1.5em;
        height: 50px;
        position: absolute;
    }
    #searchBar button .icon-search {
        display: block;
        text-shadow: none;
        margin-top: 15px;
    }
    #searchBar button:hover {
        background: #1a1a1a;
    }
    #searchBar button:hover .icon-search:hover {
        display: block;
        text-shadow: none;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    #fullArticle .title, .contentWrapper h1 {
        font-size: 24px;
    }
    #fullArticle h2 {
        font-size: 20px;
    }
}

/* Collection Titles */
.collection-category h2 a {
    color: #1a1a1a;
}

.collection-category h2 {
    font-weight: 600;
    margin: 0 0 20px;
    padding-left: .65%;
    font-family: "Inter", sans-serif;
    text-align: center;
}
