.ox8ru-ss-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    max-height: 70vh;
    overflow-y: auto;
    margin-top: 2px;
}
.ox8ru-ss-correction {
    padding: 10px 16px;
    background: #fff8e1;
    border-bottom: 1px solid #f0e0a0;
    font-size: 13px;
    color: #555;
}
.ox8ru-ss-correction a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 600;
}
.ox8ru-ss-correction a:hover {
    text-decoration: underline;
}
.ox8ru-ss-section {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}
.ox8ru-ss-section:last-of-type {
    border-bottom: none;
}
.ox8ru-ss-section-title {
    padding: 4px 16px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    font-weight: 600;
}
.ox8ru-ss-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ox8ru-ss-item {
    margin: 0;
    padding: 0;
}
.ox8ru-ss-link {
    display: block;
    padding: 8px 16px;
    color: #222;
    text-decoration: none;
    transition: background 0.15s;
}
.ox8ru-ss-link:hover,
.ox8ru-ss-link:focus {
    background: #f5f7fa;
    text-decoration: none;
    color: #1a73e8;
}
.ox8ru-ss-name {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}
.ox8ru-ss-name mark {
    background: #fff3a0;
    color: inherit;
    padding: 0 1px;
    border-radius: 2px;
}
.ox8ru-ss-meta {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ox8ru-ss-empty {
    padding: 20px 16px;
    text-align: center;
}
.ox8ru-ss-empty-text {
    color: #888;
    margin-bottom: 8px;
    font-size: 14px;
}
.ox8ru-ss-empty-link {
    color: #1a73e8;
    font-size: 13px;
    text-decoration: none;
}
.ox8ru-ss-empty-link:hover {
    text-decoration: underline;
}
.ox8ru-ss-footer {
    padding: 10px 16px;
    border-top: 1px solid #f0f0f0;
    background: #fafafa;
    text-align: center;
}
.ox8ru-ss-all {
    color: #1a73e8;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.ox8ru-ss-all:hover {
    text-decoration: underline;
}
@media (max-width: 600px) {
    .ox8ru-ss-dropdown {
        max-height: 60vh;
    }
    .ox8ru-ss-link {
        padding: 10px 14px;
    }
    .ox8ru-ss-name {
        font-size: 15px;
    }
}
