.b-interactive .b-interaction-example {
    border: 1px dashed #eee;
    padding: 20px;
    background: #fafafa;
}
.b-interactive .table-list .str {
    margin-bottom: 15px;
}
.b-interactive .table-list label {
    padding-top: 7px;
    margin-bottom: 0;
    font-weight: 600;
}
.b-interactive .desc .str {
    margin-bottom: 10px;
}
.b-interactive .char-value-list,
.b-interactive .option-value-list {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.b-interactive .spec-group {
    margin-bottom: 15px;
}
.b-interactive .spec-group-title {
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    background: #f5f5f5;
    border-left: 3px solid #337ab7;
}
.b-interactive .spec-item,
.b-interactive .option-item {
    padding: 3px 5px;
    border-bottom: 1px solid #eee;
}
.b-interactive .spec-name,
.b-interactive .option-name {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}
.b-interactive .spec-value,
.b-interactive .option-value {
    display: inline-block;
    width: 38%;
    text-align: right;
    font-weight: 600;
}
.b-interactive .search-demo {
    margin-bottom: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 4px;
    border: 2px solid #e3e6ea;
}
.b-interactive .search-demo input[type='text'] {
    font-size: 16px;
    padding: 12px;
}
.b-interactive .search-results {
    margin-top: 15px;
    max-height: 300px;
    overflow-y: auto;
}
.b-interactive .search-result-item {
    padding: 10px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}
.b-interactive .search-result-item:hover {
    background: #e9ecef;
    border-color: #777;
}
.b-interactive .search-result-title {
    font-weight: bold;
    color: #333;
}
.b-interactive .search-result-specs {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}
.b-interactive .search-result-relevance {
    float: right;
    font-size: 11px;
    color: #999;
}
.b-interactive .breadcrumbs-display {
    padding: 15px;
    background: #fff8dc;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #f0e68c;
}
.b-interactive .breadcrumbs-display .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
}
.b-interactive .key-specs-card {
    padding: 15px;
    background: #e7f3ff;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #b3d9ff;
}
.b-interactive .key-specs-card h5 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #0056b3;
}
.b-interactive .key-spec-item {
    padding: 5px 0;
    border-bottom: 1px solid #d0e7ff;
}
.b-interactive .key-spec-item:last-child {
    border-bottom: none;
}
.b-interactive .key-spec-label {
    display: inline-block;
    width: 50%;
    font-weight: 600;
}
.b-interactive .key-spec-value {
    display: inline-block;
    width: 48%;
    text-align: right;
}
.b-interactive .example-queries {
    margin-top: 10px;
}
.b-interactive .example-queries .badge {
    margin-right: 5px;
    cursor: pointer;
    margin-bottom: 5px;
}
.b-interactive select.loading {
    color: #999;
    font-style: italic;
}
@keyframes b-interactive-dots {
    0%   { content: '.'; }
    33%  { content: '..'; }
    66%  { content: '...'; }
    100% { content: '.'; }
}
