.cmp-predictive-text__autocomplete-box{width:100%}
.cmp-predictive-text__autocomplete-box>.predictive-text{position:relative;width:100%}
.cmp-predictive-text__autocomplete-box .cmp-form-text{width:100%;margin:0}
.cmp-predictive-text__autocomplete-box .cmp-form-text>label{display:inline-block;margin-bottom:14px;color:#163a63;font-size:18px;font-weight:500;line-height:1.4}
.cmp-predictive-text__autocomplete-box .cmp-form-text__text{width:100%;min-height:60px;padding:10px 30px;border:1px solid #1f5f99;border-radius:10px;background-color:#f5f5f5;color:#1b2a3a;font-size:18px;line-height:1.4;box-sizing:border-box;outline:0;box-shadow:none;appearance:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}
.cmp-predictive-text__autocomplete-box .cmp-form-text__text::placeholder{color:#8a97a8;opacity:1}
.cmp-predictive-text__autocomplete-box .cmp-form-text__text:hover{border-color:#174f83;background-color:#f7f7f7}
.cmp-predictive-text__autocomplete-box .cmp-form-text__text:focus{border-color:#0d5ea8;background-color:#fff;box-shadow:0 0 0 4px rgba(13,94,168,0.12)}
.cmp-predictive-text__autocomplete-box .predictive-suggestions{position:absolute;top:calc(106%);left:0;right:0;z-index:1000;margin:0;padding:8px 0;list-style:none;background-color:#fff;border:1px solid #d7e0ea;border-radius:14px;box-shadow:0 10px 24px rgba(15,35,60,0.12);max-height:320px;overflow-y:auto;box-sizing:border-box}
.cmp-predictive-text__autocomplete-box .predictive-suggestions:empty{display:none}
.cmp-predictive-text__autocomplete-box .predictive-item{margin:0;padding:14px 18px;border-bottom:1px solid #eef2f6;background-color:#fff;color:#203040;font-size:16px;line-height:1.45;cursor:pointer;transition:background-color .18s ease,color .18s ease}
.cmp-predictive-text__autocomplete-box .predictive-item:last-child{border-bottom:0}
.cmp-predictive-text__autocomplete-box .predictive-item:hover,.cmp-predictive-text__autocomplete-box .predictive-item.active{background-color:#eef5fb;color:#0d4f86}
.cmp-predictive-text__autocomplete-box .predictive-suggestions::-webkit-scrollbar{width:10px}
.cmp-predictive-text__autocomplete-box .predictive-suggestions::-webkit-scrollbar-track{background:#f5f7fa;border-radius:10px}
.cmp-predictive-text__autocomplete-box .predictive-suggestions::-webkit-scrollbar-thumb{background:#c3cfdb;border-radius:10px}
.cmp-predictive-text__autocomplete-box .predictive-suggestions::-webkit-scrollbar-thumb:hover{background:#aebdcb}
@media(max-width:767px){.cmp-predictive-text__autocomplete-box .cmp-form-text>label{font-size:16px;margin-bottom:10px}
.cmp-predictive-text__autocomplete-box .cmp-form-text__text{min-height:72px;padding:18px 20px;font-size:18px;border-radius:14px}
.cmp-predictive-text__autocomplete-box .predictive-suggestions{border-radius:12px;max-height:260px}
.cmp-predictive-text__autocomplete-box .predictive-item{font-size:15px;padding:12px 16px}
}
.cmp-predictive-text__autocomplete-box .predictive-selected-items{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;padding-top:8px}
.cmp-predictive-text__autocomplete-box .predictive-selected-item{border:1px solid #cfe0ef;background:#eef5fb;color:#0d4f86;border-radius:20px;padding:8px 12px;font-size:14px;line-height:1.2;cursor:pointer}