/* HelperSEO Frontend Styles v2.0.0 */

/* Breadcrumbs */
.helperseo-breadcrumbs {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    padding: 0;
    margin: 0 0 16px;
}

.helperseo-breadcrumbs a {
    color: #2563eb;
    text-decoration: none;
}

.helperseo-breadcrumbs a:hover {
    text-decoration: underline;
}

.helperseo-bc-sep {
    color: #94a3b8;
    margin: 0 4px;
}

.helperseo-bc-prefix {
    font-weight: 600;
    margin-right: 6px;
    color: #475569;
}

/* HTML Sitemap */
.helperseo-sitemap h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 10px;
    color: #1e293b;
    border-bottom: 2px solid #2563eb;
    padding-bottom: 6px;
    display: inline-block;
}

.helperseo-sitemap ul {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 6px;
}

.helperseo-sitemap ul li a {
    display: block;
    padding: 6px 10px;
    font-size: 13px;
    color: #334155;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #e2e8f0;
    transition: all .15s ease;
}

.helperseo-sitemap ul li a:hover {
    background: #eff6ff;
    border-color: #2563eb;
    color: #2563eb;
}
