.vedang-birth-place-field {
    position: relative;
}

.vedang-birth-place-results {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 4px;
    padding: 0.25rem 0;
    background: #fff;
    border: 1px solid #c5d0c9;
    border-radius: 10px;
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 10px 28px rgba(8, 16, 12, 0.14);
    text-align: left;
}

.vedang-birth-place-option {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.7rem 0.9rem;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #eef2ef;
    background: #fff;
    color: #14201b;
    cursor: pointer;
    font: inherit;
    font-size: 0.95rem;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    text-transform: none;
    box-shadow: none;
    appearance: none;
}

.vedang-birth-place-option:hover,
.vedang-birth-place-option:focus,
.vedang-birth-place-option.is-active {
    background: #eef6f1;
    color: #14201b;
    outline: none;
}

.vedang-birth-place-option:last-child {
    border-bottom: 0;
}
