.autocomplete-dropdown {
            max-height: 200px;
            overflow-y: auto;
            position: absolute;
            width: 100%;
            z-index: 1000;
            background: #fff;
            border: 1px solid #ced4da;
            border-top: none;
        }
        .autocomplete-dropdown .list-group-item { cursor: pointer; }
        .subsection-title { font-size: 0.95rem; margin-bottom: 0.25rem; color: #000; }
        .bg-subtle { background: transparent; padding-left: 0 !important; padding-right: 0 !important; }
