
.frtc-container { max-width: 700px; margin: auto; font-family: Arial, sans-serif; }
#frtc-search { width: 100%; padding: 8px; margin-bottom: 10px; }
.frtc-suggest-box { list-style: none; padding: 0; margin: 0; border: 1px solid #ccc; max-height: 200px; overflow-y: auto; display: none; background: #fff; }
.frtc-suggest-box li { display: flex; justify-content: space-between; padding: 5px 10px; cursor: pointer; }
.frtc-suggest-box li:hover { background-color: #f0f0f0; }
.frtc-suggestion-name { font-weight: bold; }
.frtc-suggestion-count { color: #777; }
