.pca-wrap { position: relative; }

.pca-list {
    position: absolute;
    z-index: 1050;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 2px;
    background: #fff;
    border: 1px solid #d7dce3;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(20, 30, 50, 0.12);
    max-height: 260px;
    overflow-y: auto;
}

.pca-item {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 8px 12px;
    cursor: pointer;
    line-height: 1.25;
}

.pca-item:hover,
.pca-item.pca-active {
    background: #eef3ff;
}

.pca-code {
    font-weight: 600;
    color: #1f2a44;
}

.pca-label {
    font-size: 12px;
    color: #6b7488;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
