/* Blog */
.ic-breadcrumb {
    background: #f8f9fa;
    border-bottom: 1px solid #e5e5e5;
}

.ic-breadcrumb .page-title {
    font-size: 32px;
    font-weight: 600;
    color: #222;
}

.ic-breadcrumb-nav {
    font-size: 14px;
    color: #666;
}

.ic-breadcrumb-nav a {
    color: #333;
    text-decoration: none;
}

.ic-breadcrumb-nav a:hover {
    text-decoration: underline;
}

.ic-breadcrumb-nav .separator {
    margin: 0 8px;
    color: #999;
}