body, html {
    background-color: #1e2a3a !important;
    color: #e0e0e0;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}

a {
    color: #4ecdc4;
}

a:hover {
    color: #6eddd6;
}

.navbar {
    background-color: #1e2a3a !important;
}

.navbar-nav .nav-link {
    color: #ffffff !important;
}

.navbar-nav .nav-link:hover {
    color: #4ecdc4 !important;
}

.footer {
    background-color: #151f2b;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid #2a3a4e;
}

.footer .text-muted {
    color: #a0a0a0 !important;
}

.footer a {
    color: #4ecdc4;
}

.footer a:hover {
    color: #6eddd6;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb-item a {
    color: #4ecdc4 !important;
}

.breadcrumb-item.active {
    color: #a0a0a0;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #a0a0a0;
}

/* TNTSearch results */
.tntsearch-results {
    color: #e0e0e0;
    padding: 1rem;
}

.tntsearch-results .tntsearch-result {
    border-bottom: 1px solid #2a3a4e;
    padding: 1rem 0;
}

.tntsearch-results .tntsearch-result h4 a {
    color: #4ecdc4 !important;
}

.tntsearch-results .tntsearch-result p {
    color: #a0a0a0;
}

.tntsearch-results .tntsearch-result .tntsearch-path {
    color: #6eddd6;
    font-size: 0.85em;
}

.tntsearch-results-count {
    color: #e0e0e0 !important;
}

.tntsearch-wrapper {
    padding: 1rem;
}
