.cmp-adaptiveform-dropdown[custom="true"]{position:relative}
.cmp-adaptiveform-dropdown[custom="true"] .af-flyout{position:absolute;z-index:9999;margin-top:4px;padding:4px 0;min-width:160px;max-height:240px;overflow:auto;list-style:none;background:#fff;border:1px solid #d0d7de;border-radius:6px;box-shadow:0 8px 24px rgba(140,149,159,0.2);display:none}
.cmp-adaptiveform-dropdown[custom="true"] .af-flyout__item{padding:6px 12px;cursor:pointer;white-space:nowrap}
.cmp-adaptiveform-dropdown[custom="true"] .af-flyout__item:hover{background:#f4f4f4}
.af-flyout__placeholder{color:#888;font-style:normal;cursor:default}
.af-flyout__item.selected{background-color:#ddd;font-weight:bold}