.cwp-vertex-search {
    border: 1px solid #dcdcde;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
}

.cwp-vertex-search-form {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.cwp-vertex-search-input {
    flex: 1;
    min-height: 40px;
    border: 1px solid #c3c4c7;
    border-radius: 6px;
    padding: 0 12px;
}

.cwp-vertex-search-btn {
    min-height: 40px;
    border: 1px solid #2271b1;
    background: #2271b1;
    color: #fff;
    border-radius: 6px;
    padding: 0 14px;
    cursor: pointer;
}

.cwp-vertex-search-loading {
    margin-bottom: 10px;
    color: #2271b1;
    font-weight: 600;
}

.cwp-vertex-item {
    border-bottom: 1px solid #f0f0f1;
    padding: 10px 0;
}

.cwp-vertex-item h4 {
    margin: 0 0 6px;
}

.cwp-vertex-item p {
    margin: 0;
    color: #50575e;
}

.cwp-vertex-suggest-title {
    margin: 14px 0 8px;
    font-weight: 600;
}

.cwp-vertex-chip {
    margin: 0 8px 8px 0;
    border: 1px solid #c3c4c7;
    background: #f6f7f7;
    border-radius: 999px;
    padding: 6px 12px;
    cursor: pointer;
}

.cwp-vertex-empty {
    color: #646970;
}

.cwp-vertex-ai-inline-slot {
    margin-bottom: 12px;
}

.cwp-vertex-ai-filter-wrap {
    margin-bottom: 12px;
}

.cwp-vertex-ai-filter-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}

.cwp-vertex-ai-filter-input {
    width: 100%;
    min-height: 40px;
    border: 1px solid #c3c4c7;
    border-radius: 6px;
    padding: 0 12px;
}

