
.m-list-search__results {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    line-height: 1.5;
}

.m-list-search__result-category {
    display: block;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 1.1em;
    color: #0056b3;
    padding-bottom: 4px;
}

.m-list-search__result-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1em;
}

.m-list-search__result-item-icon {
    min-width: 24px;
    margin-right: 10px;
    color: #007bff;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-list-search__result-item-text {
    flex: 1;
}

.m-list-search__result-item a {
    color: #007bff;
    text-decoration: none;
}

.m-list-search__result-item a:hover {
    text-decoration: underline;
}

.download {
    margin-left: 8px;
    color: #444;
}

.download:hover {
    color: #000;
}

.m-list-search__result-item-text p {
    margin: 4px 0 0 34px;
    font-style: italic;
    color: #666;
}

.kt-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.9em;
    font-weight: 600;
}

.kt-badge--success { background: #28a745; color: white; }
.kt-badge--warning { background: #ffc107; color: black; }
.kt-badge--dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    margin-right: 6px;
}
