/* Local navigation on the HTML sitemap only. */
.ptb-sitemap-local {
    margin-bottom: 40px;
    padding: clamp(22px, 4vw, 42px);
    background: linear-gradient(120deg, #f1f5fc, #fff 80%);
    border: 1px solid #d4e0f1;
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(36, 56, 119, .06);
}
.ptb-sitemap-local h2 { font-size: clamp(26px, 3vw, 36px); line-height: 1.2; margin-bottom: 14px; }
.ptb-sitemap-local__intro { color: #4a4a4a; max-width: 780px; margin-bottom: 26px; }
.ptb-sitemap-local__group { border: 1px solid #cedbf0; border-radius: 8px; background: #fff; overflow: hidden; }
.ptb-sitemap-local__group + .ptb-sitemap-local__group { margin-top: 14px; }
.ptb-sitemap-local__group summary { display: flex; align-items: center; gap: 14px; padding: 20px 24px; cursor: pointer; list-style: none; color: #243877; font-size: 18px; font-weight: 700; background: linear-gradient(110deg, #fff, #eef3fa); }
.ptb-sitemap-local__group summary::-webkit-details-marker { display: none; }
.ptb-sitemap-local__icon { display: grid; place-items: center; flex: 0 0 38px; height: 38px; color: #5d89c7; border: 1px solid #d4e0f1; border-radius: 8px; background: #fff; font-size: 22px; }
.ptb-sitemap-local__chevron { flex: 0 0 9px; height: 9px; margin-left: auto; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); }
.ptb-sitemap-local__group[open] .ptb-sitemap-local__chevron { transform: rotate(225deg); }
.ptb-sitemap-local__links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; list-style: none; margin: 0; padding: 22px; }
.ptb-sitemap-local__links li { min-width: 0; }
.ptb-sitemap-local__links a { display: flex; gap: 12px; align-items: center; justify-content: space-between; height: 100%; min-height: 52px; padding: 14px 16px; border: 1px solid #dce5f2; border-radius: 7px; color: #243877; font-weight: 600; line-height: 1.5; text-decoration: underline; text-underline-offset: 3px; }
.ptb-sitemap-local__links a:hover { background: #eef3fa; border-color: #5d89c7; }
.ptb-sitemap-local a:focus-visible, .ptb-sitemap-local summary:focus-visible { outline: 3px solid #2e51a3; outline-offset: -3px; }
@media (max-width: 991px) { .ptb-sitemap-local__links { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575px) {
    .ptb-sitemap-local { padding: 22px 16px; }
    .ptb-sitemap-local__group summary { padding: 16px; gap: 10px; font-size: 16px; }
    .ptb-sitemap-local__links { grid-template-columns: minmax(0, 1fr); padding: 14px; }
}
