/* ---------------------------------------------------------
 * Публичная HTML-карта сайта.
 * --------------------------------------------------------- */

.smm-html-sitemap {
    margin: 24px 0;
}

.smm-html-sitemap-section {
    margin-bottom: 28px;
}

.smm-html-sitemap-section h2 {
    margin: 0 0 16px;

    font-size: 22px;
    line-height: 1.3;
}


/* ---------------------------------------------------------
 * Дерево категорий WooCommerce.
 * --------------------------------------------------------- */

.smm-html-category-tree {
    margin: 0;
    padding-left: 0;

    list-style: none;
}

.smm-html-category-tree .smm-html-category-tree {
    margin-left: 22px;
    padding-left: 14px;

    border-left: 1px solid #dcdcde;
}

.smm-html-category-tree li {
    margin: 0;
    padding: 0;
}

.smm-html-category-tree a {
    display: inline-block;

    padding: 5px 8px;

    font-size: 15px;
    line-height: 1.5;

    color: #2271b1;
    text-decoration: none;

    border-radius: 4px;
}

.smm-html-category-tree a:hover,
.smm-html-category-tree a:focus {
    color: #135e96;
    background: #f6f7f7;
}


/* Корневые категории. */

.smm-html-category-tree > li {
    margin-bottom: 8px;
}

.smm-html-category-tree > li > a {
    font-weight: 600;
}