.archive-banner {
    background-color: #f5f5f5;
    background-image: url('../../img/banner-4.webp');
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    position: relative;
    color: #fff;
    text-align: left;
}

.archive-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.6;
}

.banner-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.archive-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

.archive-description {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}

.breadcrumb-container {
    background-color: #f0f0f0;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.breadcrumb-search-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breadcrumb {
    font-size: 14px;
    color: #666;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: var(--primary-color);
}

.breadcrumb i {
    margin-right: 5px;
}

.breadcrumb span {
    margin: 0 5px;
}

.header-search {
    max-width: 250px;
    flex-shrink: 0;
}

.header-search .search-form {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
}
