/* AIO GEO Optimizer - Frontend Styles */

/* Breadcrumbs */
.aio-geo-breadcrumbs {
    font-size: 14px;
    color: #666;
    padding: 10px 0;
    margin-bottom: 20px;
}
.aio-geo-breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.aio-geo-breadcrumbs li {
    display: inline-flex;
    align-items: center;
}
.aio-geo-breadcrumbs a {
    color: #0073aa;
    text-decoration: none;
}
.aio-geo-breadcrumbs a:hover {
    text-decoration: underline;
}
.aio-geo-breadcrumbs .separator {
    margin: 0 6px;
    color: #999;
}
.aio-geo-breadcrumbs .current {
    color: #333;
    font-weight: 500;
}
