<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.select-a11y{background:#fff;position:relative;min-width:180px;max-width:400px;}.select-a11y .btn-select-a11y{position:relative;width:100%;height:2rem;padding:0 8px;text-align:left;font-size:1.1875em;font-weight:500;display:flex;justify-content:space-between;align-items:center;}.select-a11y .btn-select-a11y .icon-select{background-color:transparent;line-height:0;transition:all 0.25s;}.select-a11y .btn-select-a11y .icon-select::before{display:block;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' role='img'%3E%3Cpath fill='%23333333' d='M250 455.7L-2.1 203.6 73.5 128 250 317.1 426.5 128l75.6 75.6L250 455.7z'%3E%3C/path%3E%3C/svg%3E");width:0.75rem;height:0.75rem;color:#ccc;}.select-a11y .btn-select-a11y[aria-expanded="true"]{border-bottom-right-radius:0;border-bottom-left-radius:0}.select-a11y .btn-select-a11y[aria-expanded="true"] .icon-select{transform:rotate(180deg);}.select-a11y input[type="text"]{border:1px solid #ccc;width:100%;}.select-a11y .tag-item{background:#f5f5f5;border:1px solid #ccccc9;padding:5px;margin:10px;font-size:0.9rem;display:flex;justify-content:space-between;}.select-a11y .tag-item-supp{background-color:transparent;border:1px solid transparent}.select-a11y .tag-item-supp .icon-delete:before{content:"âœ•";color:#666;font-weight:700;line-height:1}.select-a11y .tag-item-supp:focus{outline:1px solid red;color:red}.select-a11y .tag-item-supp:hover{color:red;border-color:red}.select-a11y .tag-hidden{display:none}.select-a11y.is-open .a11y-container{display:block}.select-a11y .a11y-container{position:absolute;left:0;right:0;padding:0.5em;background:#fff;z-index:10;border:1px solid #e5e5e5;margin:0 -1px;}.select-a11y input::-webkit-contacts-auto-fill-button{visibility:hidden;display:none !important;pointer-events:none;position:absolute;right:0}.select-a11y .a11y-suggestions{max-height:10em;overflow-y:auto;border:0;background-color:#fff;margin:8px -8px -8px -8px;}.select-a11y .a11y-suggestion{padding:0 .25em 0 1em;color:#676762;cursor:pointer;text-align:left}.select-a11y .a11y-suggestion:focus,.select-a11y .a11y-suggestion:hover{color:#40403d;background-color:#e5e5e3}.select-a11y .a11y-suggestion:focus{outline:1px dotted #40403d !important;outline-offset:-1px}.select-a11y .a11y-suggestion[aria-selected="true"]{background-color:#ccccc9;color:#40403d;position:relative}.select-a11y .a11y-suggestion[aria-selected="true"]:before{content:'âœ“';position:absolute;top:50%;transform:translateY(-50%);left:.25em}.select-a11y .a11y-no-suggestion{padding:0 0.5em;color:#676762;text-align:left;margin:0}.select-a11y .list-selected{padding:0.5em 0;margin:0}.select-a11y .list-selected li span{display:inline-block}
</pre></body></html>