/* Page Title Section Styles */
.page-title {
    background: rgba(33, 37, 41, 0.95);
    padding: 60px 0;
    margin-bottom: 40px;
    position: relative;
}

.page-title h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.page-title .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

.page-title .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.5);
}

.page-title .breadcrumb-item a:hover {
    color: #ffc107 !important;
    text-decoration: none;
}

/* Theme-specific styles */
[data-theme="light"] .page-title {
    background: rgba(33, 37, 41, 0.95);
}

[data-theme="light"] .page-title h2,
[data-theme="light"] .page-title .breadcrumb-item,
[data-theme="light"] .page-title .breadcrumb-item a {
    color: #ffffff !important;
}

[data-theme="light"] .page-title .breadcrumb-item.active {
    color: #ffc107 !important;
}

/* Dark mode overrides */
[data-theme="dark"] .page-title {
    background: rgba(0, 0, 0, 0.95);
}
