.level-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;

    border-radius: 999px;
    color: #ffffff;

    font-size: 14px;
    font-weight: 600;
    line-height: 1;

    white-space: nowrap;
}

.level-badge img {
    position: static !important;
}

.search-results-count-wrapper {
    margin: 20px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #007cba;
}

.search-results-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.count-display {
    font-size: 16px;
    font-weight: 500;
}

.results-number {
    color: #007cba;
    font-weight: bold;
    font-size: 18px;
}

.results-text {
    color: #666;
    margin-left: 5px;
}

.search-term {
    color: #333;
    font-style: italic;
    margin-left: 5px;
}

.active-filters {
    color: #666;
    margin-top: 5px;
}

.search-results-info .alert {
    margin-bottom: 0;
    padding: 12px 20px;
}

.qualification-filter-wrapper.qualification-filter-wrapper {
    border: 1px solid #e7e7e7;
}
.button-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.button-disabled span {
    color: #888;
}
.debug-info {
    margin: 20px;
    padding: 15px;
    background: #f8f9fa;
    border: 1px dashed #676767;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1;
}
.debug-info h3 {
    font-size: 16px;
}
.debug-info p {
    margin-bottom: 5px;
}
.debug-info p:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .search-results-count {
        flex-direction: column;
        align-items: flex-start;
    }

    .count-display {
        margin-bottom: 10px;
    }
}
