/* Wrapper */
.de-place-picker {
    position: relative;
    width: 100%;
}

/* Keep Elementor input unchanged */
.de-place-picker input {
    width: 100%;
}

/* Results dropdown */
.de-place-results {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 9999;

    display: none;

    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);

    max-height: 300px;
    overflow-y: auto;
}

/* One result */
.de-place-item {
    padding: 10px 14px;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
}

.de-place-item:last-child {
    border-bottom: none;
}

.de-place-item:hover {
    background: #f5f5f5;
}

/* Title */
.de-place-item strong {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    color: #222;
}

/* Subtitle */
.de-place-item small {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    color: #666;
}
