.lt-dropdown-btn { border-radius: 20px; min-width: 120px; }
.lt-btn-icon img { border-radius: 2px; }
.lt-dropdown-list {
    margin-bottom: 8px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    border: 1px solid #eaeaea;
}
.lt-custom-dropdown.lt-pos-edge .lt-dropdown-btn {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none !important;
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px)) !important;
    transform: translateY(1px);
}
.lt-custom-dropdown.lt-pos-top .lt-dropdown-list { margin-top: 8px; margin-bottom: 0; }
.lt-dropdown-list::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
.lt-dropdown-list::-webkit-scrollbar-thumb { border-radius: 10px; }
.lt-lang-option img { border-radius: 2px; }