.cs-wiki-results {
}

.cs-wiki-results__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.cs-wiki-results__title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.45;
}

.cs-wiki-results__count {
    font-size: 12px;
    opacity: 0.4;
}

.cs-wiki-results__empty {
    padding: 20px;
    font-size: 13px;
    margin: 0;
    text-align: center;
}

.cs-empty__label {
    font-size: 13px;
    font-weight: 700;
    opacity: 0.55;
    display: block;
    margin-bottom: 5px;
}

.cs-empty__msg {
    color: var(--text-color);
    opacity: 0.55;
}

.cs-wiki-results__list {
    display: flex;
    flex-direction: column;
}

.cs-wiki-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 20px;
    text-decoration: none;
    color: var(--text-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background 150ms ease;
}

.cs-wiki-card:last-child { border-bottom: none; }

.cs-wiki-card:hover {
    background: var(--background-color);
    text-decoration: none;
    color: var(--text-color);
}

.cs-wiki-card__thumb {
    width: 80px;
    height: 54px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--background-color);
}

.cs-wiki-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cs-wiki-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.cs-wiki-card__btn {
    align-self: flex-start !important;
    margin-top: 5px;
}

.cs-wiki-card__title {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cs-wiki-card__desc {
    font-size: 12px;
    opacity: 0.60;
    margin: 0;
    line-height: 1.4;
}


.company-search-results {
    padding: 0;
}

.company-search-results__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.company-search-results__title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-color);
    opacity: 0.45;
    margin: 0;
}

.company-search-results__count {
    font-size: 12px;
    color: var(--text-color);
    opacity: 0.4;
}

.company-search-results__list {
    display: flex;
    flex-direction: column;
}

.company-search-results__footer {
    padding: 12px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    text-align: right;
}


.cs-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 20px;
    text-decoration: none;
    color: var(--text-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    transition: background 150ms ease;
}

.cs-card__row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cs-card:last-child { border-bottom: none; }

.cs-card:hover {
    background: var(--background-color);
    text-decoration: none;
    color: var(--text-color);
}

.cs-card__logo {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--white);
}

.cs-card__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cs-card__logo-placeholder {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
}

.cs-card__body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
    flex: 1 1 140px;
}

.cs-card__name {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.cs-card__meta {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: var(--text-color);
    opacity: 0.50;
    margin: 0;
}

.cs-card__flag {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
}

.cs-card__flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cs-card__sep { opacity: 0.4; }

.cs-card__desc {
    font-size: 12px;
    color: var(--text-color);
    opacity: 0.60;
    margin: 0;
    line-height: 1.5;
}

.cs-card__row .button {
    flex-shrink: 0;
    margin-left: auto;
    white-space: nowrap;
}

@media (max-width: 540px) {
    .cs-card {
        padding: 10px 15px;
    }

    .cs-card__row .button {
        font-size: 11px;
        padding: 4px 10px;
    }
}

.cs-card--ghost {
    pointer-events: none;
}

.cs-ghost-line {
    height: 12px;
    background: var(--background-color);
    border-radius: 4px;
    flex: 0 0 auto;
}

.cs-ghost-line--sm { height: 10px; }

.cs-ghost-btn {
    width: 64px;
    height: 26px;
    background: var(--background-color);
    border-radius: 4px;
    flex-shrink: 0;
    margin-left: auto;
}

.cs-teaser {
    position: relative;
    overflow: hidden;
}

.cs-teaser__rows {
    filter: blur(3px);
    pointer-events: none;
    user-select: none;
    opacity: 0.95;
}

.cs-teaser__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.75);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    text-align: center;
}

.cs-teaser__label {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    color: var(--text-color);
}

.cs-teaser__sublabel {
    font-size: 11px;
    color: var(--text-color);
    opacity: 0.65;
    margin: 0 0 4px;
    max-width: 340px;
}

