/* list */

.fs-sitemap-list .fs-sitemap-item:not(:last-child) {
    border-bottom: 1px dashed #E4E4E4;
}

.fs-sitemap-list .fs-sitemap-group {
    margin-top: -13px;
    margin-bottom: 12px;
}

.fs-sitemap-list .fs-sitemap-title {
    margin-bottom: 20px;
}

.fs-sitemap-list .fs-sitemap-link {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 8px 0;
}

@media screen and (max-width: 768px) {
    .fs-sitemap-list .fs-sitemap-link {
        width: 33.33%;
    }
}

@media screen and (max-width: 576px) {
    .fs-sitemap-list .fs-sitemap-link {
        width: 100%;
    }
}

/* grid */

.fs-sitemap-grid .fs-sitemap-title {
    margin-bottom: 7px;
}

.fs-sitemap-grid .fs-sitemap-link {
    padding: 8px 0;
}


/* common */

.fs-sitemap-list .fs-sitemap-title *, .fs-sitemap-grid .fs-sitemap-title * {
    color: #333;
    font-weight: bold;
    margin: 0;
}

@media screen and (min-width: 992px) {
    .fs-sitemap-grid .grid-clear-desktop {
        display: block;
        clear: both;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .fs-sitemap-grid .grid-clear-tablet {
        display: block;
        clear: both;
    }
}