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

html, body {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #19394f !important;
}

body {
    background-color: #f5f5f5;
}

/* Search button */
#searchBar button {
    background-color: #003D50;
    border: 1px solid #003D50;
    border-radius: 5px;
    width: 120px;
}

#searchBar button:hover {
    background-color: #55D8C2;
    border: 1px solid #55D8C2;
    color: #19394f;
    text-shadow: none !important;
}

@media screen and (min-width: 769px) {
    #searchBar .search-query {
        display: block;
        width: 480px;
    }
}

@media screen and (max-width: 480px) {
    #searchBar button {
        width: 80px;
    }
}

#docsSearch {
    background: none;
    border-bottom: none;
}

#mainNav .navbar-inner {
    background: none;
}

.navbar-inner {
    box-shadow: none;
}

/* Logo — swap to your Korero logo URL */
#mainNav .brand {
    width: 100%;
    background-image: url(https://purplecubed.com/wp-content/uploads/2022/11/Talent-Toolbox-Full-Logo-RGBXX@2x.png);
    background-size: 12rem;
    background-repeat: no-repeat;
    background-position-y: 10px;
    background-position-x: center;
    height: 3.4rem;
}

#inner-page #mainNav .brand {
    background-image: url(https://purplecubed.com/wp-content/uploads/2022/11/Talent-Toolbox-Full-Logo-RGBXX@2x.png) !important;
}

.brand span {
    display: none;
}

/* Category cards */
.category-list .category {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 3px 10px 0px;
    padding: 135px 20px 40px;
    margin: 0 30px 30px 30px;
    background-color: #e8faf7;
    min-height: 345px;
    box-sizing: border-box;
    transition: box-shadow 0.15s ease;
}

.category-list .category:hover {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0px 1px, rgba(85, 216, 194, 0.2) 0px 4px 16px 0px;
}

.category-list .category,
.category-list .category:hover {
    background-repeat: no-repeat;
    background-position: center 36px;
    background-size: 80px 80px;
}

@media screen and (min-width: 1105px) {
    .category-list .category {
        width: calc(100%/3 - 63px);
    }
}

@media screen and (min-width: 601px) and (max-width: 1104px) {
    .category-list .category {
        width: calc(100%/2 - 62px);
    }
}

@media screen and (max-width: 600px) {
    .category-list .category {
        margin-right: 0;
        margin-left: 0;
    }
}

/* Sidebar */
#sidebar .nav-list {
    font-size: 14px;
}

#sidebar h3 {
    font-size: 16px;
}

#sidebar .nav-list a,
#sidebar .nav-list .active a,
#sidebar .nav-list a:hover,
#sidebar .nav-list .active a:hover {
    color: #003D50;
}

/* Article text */
.articleFoot p {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
}

/* Inner page nav */
#inner-page .navbar .nav li a {
    color: #ffffff;
    font-weight: 500;
}

#contact {
    display: none;
}
