.dv_popup {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: clamp(10px, 1.2vw, 16px);
    border: 1px solid #D7D7D7;
}

.dv_popup .inner {
    padding: 0;
    background-color: #fff !important;
}

.dv_popup .inner .items {
    max-height: 300px;
    overflow: auto !important;
    padding: 16px 0;
}

.dv_popup .inner .items .out {
    color: #202124;
    font-size: 16px;
    height: auto !important;
}

.dv_popup .inner .items .in {
    color: #202124;
    background-color: #F5F5F5;
}

.dv_popup .inner .items .link div {
    line-height: 1;
    padding: 12px !important;
    grid-row-gap: 3px;
    grid-column-gap: 15px;
}

.dv_popup .inner .items .link div span {
    line-height: 1;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.44);
    flex-basis: auto;
    white-space: normal;
}

.dv_popup .inner .items i {
    font-style: normal;
    white-space: normal;
}
