@import url(https://fonts.bunny.net/css?family=inter:400,500,600,700);

html, body {
    font-family: 'Inter', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;;
}

p, #fullArticle blockquote, #fullArticle dd, #fullArticle div, #fullArticle li, #fullArticle ol, #fullArticle p, #fullArticle table, #fullArticle ul {
    font-size: 16px;
    line-height: 24px;
}

.brand, .contactUs {
    padding: 24px 48px !important;
}

.brand img {
    width: 145px;
}

#docsSearch {
	height: 242px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	background: url('https://brand-assets.mysafekeep.com/help-centre/hero.png') no-repeat center 100% / cover transparent;
	border-bottom: none;
    margin-bottom: 0;
}

#docsSearch h1 {
    font-size: 26px;
    line-height: 34px;
}

#searchBar {
    display: flex;
    gap: 16px;
    align-items: center;
}

#searchBar .search-query {
    border-radius: 12px;
    border-color: #E8F1F0;
    box-shadow: none;
}

#searchBar .search-query:focus {
    box-shadow: 0 0 0 4px rgba(242, 240, 255, 1);
    border-color: #7a16ea;
}

#searchBar button {
    position: unset;
    text-shadow: none;
    padding: 8px 20px;
    background-color: #065B57;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    height: unset;
    border-radius: 20px;
}

#contentArea {
    margin-top: 32px;
    margin-bottom: 32px;
}

.popArticles {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 16px;
}

.most-pop-articles h2 {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
}

.most-pop-articles .popArticles li {
    border-radius: 8px;
    background-color: #EDFFFC;
    display: flex;
    margin-bottom: 0;
}

.popArticles li:hover {
    background-color: #C3FFF8;
}

.popArticles a {
    width: 100%;
}

.most-pop-articles.two-col .popArticles a {
    padding: 16px 36px 16px 31px;
}

.category-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.category-list .category {
    border-color: #E8F1F0;
    border-radius: 12px;
    width: auto;
    margin: 0;
    padding: 16px 40px;
    height: 176px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category-list .category:hover {
    background-color: #F7FDFD;
}

.category-list h3 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 10px;
}

.category-list .category .article-count {
    background-color: #EDFFFC;
    width: fit-content;
    margin: 0 auto;
    padding: 6px 12px;
    border-radius: 8px;
}

#sidebar form .search-query {
    padding: 12px 16px 12px 20px;
    border-radius: 12px;
    border-color: #E8F1F0;
}

#sidebar form .search-query:focus {
    box-shadow: 0 0 0 4px rgba(242, 240, 255, 1);
    border-color: #7a16ea;
}

#sidebar h3 {
    font-size: 14px;
    line-height: 20px;
    color: #008D84;
    text-transform: unset;
    font-weight: 400;
    margin-bottom: 16px;
}

#sidebar .nav-list a {
    color: #000;
}

#main-content {
    background: none;
}

.contentWrapper {
    border-color: #E8F1F0;
    padding: 40px;
    border-radius: 16px;
}

#categoryHead h1 {
    margin-bottom: 12px;
}

.articleList {
    display: grid;
    gap: 16px;
}

.articleList li {
    margin: 0;
}

.contentWrapper p.descrip {
    font-size: 16px;
    line-height: 24px;
}

#fullArticle h1 {
    font-size: 40px;
    line-height: 52px;
}

#fullArticle h2 {
    font-size: 32px;
    line-height: 38px;
}

#fullArticle strong {
    font-weight: 400;
}

.articleRatings {
    flex-direction: column;
    border-radius: 12px;
    border-color: #E8F1F0;
    box-shadow: none;
    gap: 8px;
}

.icon-contact {
    display: none !important;
}

.articleFoot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.articleFoot p {
    font-family: unset;
    font-style: unset;
    color: unset;
    font-size: 14px;
    line-height: 20px;
    color: #013938;
    margin: 0 !important;
}

.contactUs {
    padding: 0 0 2px 0 !important;
    margin-left: 4px;
}

#sbContact {
    font-size: 14px;
    line-height: 20px;
    color: #013938;
    font-weight: 600;
    border-bottom: 1px solid #013938;
}

.articleFoot time {
    font-family: unset;
    font-style: unset;
    font-size: 14px;
    line-height: 20px;
    color: #013938;
    border: 1px solid #A5EAE0;
    padding: 8px 12px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .brand {
        padding: 20px !important;
    }

    .brand img {
        width: 128px;
    }

    .btn-navbar {
        margin: 0 !important;
        padding: 31px 0 !important;
        right: 0 !important;
    }

    .popArticles {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .most-pop-articles .popArticles li {
        margin-left: 0;
    }

    .category-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    #searchBar button {
        display: none;
    }
}