.lp-sitemap-page {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.lp-sitemap-main {
    padding: 2.8rem 0 4rem;
}

.lp-sitemap-page .lp-section {
    padding-top: 0;
    padding-bottom: 3rem;
}

.lp-sitemap-container {
    max-width: 860px;
}

.lp-sitemap-lead {
    margin: 0.25rem 0 0;
    color: #475569;
    font-size: 0.95rem;
}

.lp-sitemap-lead + .lp-sitemap-card {
    margin-top: 2.1rem;
}

.lp-sitemap-card {
    background: #fff;
    border: 1px solid #dbe3f0;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    padding: 1.1rem 1.2rem;
    margin-bottom: 0.95rem;
    overflow-x: auto;
}

.lp-sitemap-table {
    width: 100%;
    border-collapse: collapse;
}

.lp-sitemap-table th,
.lp-sitemap-table td {
    padding: 0.82rem 0.4rem;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: top;
}

.lp-sitemap-table th:first-child,
.lp-sitemap-table td:first-child {
    padding-left: 0;
}

.lp-sitemap-table th:last-child,
.lp-sitemap-table td:last-child {
    padding-right: 0;
}

.lp-sitemap-table th {
    color: #1e3a8a;
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.lp-sitemap-table td {
    color: #0f172a;
}

.lp-sitemap-table tbody tr:last-child td {
    border-bottom: 0;
}

.lp-sitemap-table a {
    color: #1d4ed8;
    text-decoration: underline;
    text-underline-offset: 2px;
    word-break: break-word;
}

@media (max-width: 760px) {
    .lp-sitemap-main {
        padding: 2rem 0 3rem;
    }

    .lp-sitemap-card {
        padding: 0.85rem 0.9rem;
    }

    .lp-sitemap-table th,
    .lp-sitemap-table td {
        padding: 0.65rem 0.25rem;
        font-size: 0.92rem;
    }
}
