/* Ultimate Pro SEO — breadcrumb trail. Deliberately minimal so it inherits
   the theme's fonts/colors; override .ups-breadcrumbs in your theme as needed. */
.ups-breadcrumbs {
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 16px;
}
.ups-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ups-breadcrumbs li {
    display: inline-flex;
    align-items: center;
}
.ups-breadcrumbs a {
    text-decoration: none;
}
.ups-breadcrumbs a:hover {
    text-decoration: underline;
}
.ups-breadcrumbs .ups-breadcrumb-sep {
    margin: 0 8px;
    opacity: 0.6;
}
.ups-breadcrumbs [aria-current="page"] {
    opacity: 0.75;
}

/* Ultimate Pro SEO — HTML sitemap. Deliberately minimal, override
   .ups-html-sitemap in your theme as needed. */
.ups-html-sitemap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px 32px;
}
.ups-html-sitemap-group h2 {
    font-size: 16px;
    margin: 0 0 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e2e2e2;
}
.ups-html-sitemap-group h3.ups-html-sitemap-letter {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.6;
    margin: 12px 0 4px;
}
.ups-html-sitemap-group ul {
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
}
.ups-html-sitemap-group li {
    margin: 0 0 4px;
    font-size: 14px;
}
