.pp-sitemap-page {
    background: #fff;
    color: #111;
    padding: 38px 0 70px;
}

.pp-sitemap-breadcrumb {
    margin-bottom: 28px;
}

.pp-sitemap-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.pp-sitemap-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #999;
}

.pp-sitemap-breadcrumb a {
    color: #555;
    text-decoration: none;
}

.pp-sitemap-breadcrumb a:hover {
    color: #000;
    text-decoration: underline;
}

.pp-sitemap-header {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.pp-sitemap-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #777;
}

.pp-sitemap-header h1 {
    margin: 0 0 12px;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.8px;
    color: #000;
}

.pp-sitemap-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #555;
}

.pp-sitemap-grid>div {
    margin-bottom: 32px;
}

.pp-sitemap-card {
    height: 100%;
    padding: 24px 0 0;
    border-top: 2px solid #000;
    background: #fff;
}

.pp-sitemap-card h2 {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000;
}

.pp-sitemap-card-desc {
    min-height: 44px;
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.55;
    color: #666;
}

.pp-sitemap-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #eee;
}

.pp-sitemap-card li {
    border-bottom: 1px solid #eee;
}

.pp-sitemap-card a {
    color: #222;
    text-decoration: none;
}

.pp-sitemap-card li a {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.4;
    transition: color 0.15s ease, padding-left 0.15s ease;
}

.pp-sitemap-card li a:hover {
    color: #000;
    padding-left: 5px;
    text-decoration: underline;
}

.pp-sitemap-more {
    display: inline-block;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pp-sitemap-more:hover {
    color: #000;
    text-decoration-thickness: 2px;
}

@media (max-width: 991px) {
    .pp-sitemap-header h1 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .pp-sitemap-page {
        padding: 24px 0 50px;
    }

    .pp-sitemap-header {
        text-align: left;
        margin-bottom: 34px;
    }

    .pp-sitemap-header h1 {
        font-size: 29px;
    }

    .pp-sitemap-header p {
        font-size: 15px;
    }

    .pp-sitemap-card {
        padding-top: 20px;
    }

    .pp-sitemap-card-desc {
        min-height: auto;
    }
}