/* pSEO Generator – Frontend styles */

.pseo-breadcrumb {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 20px;
    padding: 8px 0;
}
.pseo-breadcrumb a {
    color: #4f46e5;
    text-decoration: none;
}
.pseo-breadcrumb a:hover {
    text-decoration: underline;
}
.pseo-breadcrumb-sep {
    color: #9ca3af;
    margin: 0 2px;
}
.pseo-breadcrumb-current {
    color: #374151;
}
.pseo-pagination {
    margin-top: 24px;
}
.pseo-pagination a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 2px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    color: #4f46e5;
    text-decoration: none;
    font-size: 14px;
}
.pseo-pagination a:hover {
    background: #ede9fe;
}
