/* Service pages in MODX: hero comes from main.css, this file styles breadcrumbs and article body */
body.page--inner,
body.page--error {
    background: #fff;
}

.wrapper--inner {
    min-height: 100vh;
}

.urb-bc {
    padding: 24px 0 8px;
    font-size: 14px;
    line-height: 1.4;
    color: #5c6370;
}

@media (max-width: 991px) {
    .urb-bc {
        padding-top: 20px;
    }
}

.urb-bc__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 6px;
}

.urb-bc__sep {
    color: #b0b5c0;
    user-select: none;
}

.urb-bc__link {
    color: #2052c4;
    text-decoration: none;
}

.urb-bc__link:hover {
    text-decoration: underline;
}

.urb-bc__current {
    color: #111;
    font-weight: 600;
}

.urb-inner-rte {
    padding: 12px 0 80px;
}

@media (max-width: 991px) {
    .urb-inner-rte {
        padding: 16px 0 48px;
    }
}

.urb-inner-rte__article {
    max-width: 920px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    background: #fff;
    padding: 40px 48px 48px;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.08);
}

@media (max-width: 767px) {
    .urb-inner-rte__article {
        padding: 24px 20px 32px;
        border-radius: 12px;
    }
}

.urb-inner-rte__article h1,
.urb-inner-rte__article h2,
.urb-inner-rte__article h3 {
    font-weight: 600;
    line-height: 1.2;
    margin: 1.25em 0 0.5em;
}

.urb-inner-rte__article h1 {
    font-size: 2rem;
}

.urb-inner-rte__article h2 {
    font-size: 1.65rem;
}

.urb-inner-rte__article h3 {
    font-size: 1.35rem;
}

.urb-inner-rte__article p {
    margin: 0 0 1em;
}

.urb-inner-rte__article ul,
.urb-inner-rte__article ol {
    margin: 0 0 1em;
    padding-left: 1.35em;
}

.urb-inner-rte__article ul {
    list-style: disc;
}

.urb-inner-rte__article ol {
    list-style: decimal;
}

.urb-inner-rte__article li {
    margin-bottom: 0.35em;
}

.urb-inner-rte__article a {
    color: #2052c4;
    text-decoration: underline;
}

.urb-inner-rte__article img {
    max-width: 100%;
    height: auto;
}

.urb-services-list {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.urb-services-list li {
    margin: 0;
}

.urb-services-list a {
    display: block;
    padding: 16px 18px;
    border-radius: 14px;
    text-decoration: none;
    color: #111;
    background: #f5f7fb;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.urb-services-list a:hover {
    color: #2052c4;
    background: #eef3ff;
}

nav .links li.is-active > a {
    color: #2052c4;
    font-weight: 600;
}
