.voices-toast{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:999998;opacity:0;transform:translateX(100%);transition:opacity 0.3s ease,transform 0.3s ease;display:flex;align-items:center;justify-content:space-between;gap:16px}.voices-toast.voices-toast-visible{opacity:1;transform:translateX(0)}.voices-toast.voices-toast-hiding{opacity:0;transform:translateX(100%)}.voices-toast-success{background:#28a745;color:#fff}.voices-toast-error{background:#dc3545;color:#fff}.voices-toast-info{background:#0073aa;color:#fff}.voices-toast-warning{background:#ffc107;color:#1d2327}.voices-toast-content{flex:1;display:flex;flex-direction:column;gap:12px}.voices-toast-message{font-size:16px;font-weight:500;line-height:1.5;word-wrap:break-word;white-space:pre-wrap}.voices-toast-actions{display:flex;gap:8px;align-items:center}.voices-toast-button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s ease;border:none;font-family:"Raleway",sans-serif;white-space:nowrap}.voices-toast-button-primary{background:#fff;color:#0073aa;border:1px solid rgba(255,255,255,0.3)}.voices-toast-button-primary:hover{background:rgba(255,255,255,0.9);color:#005a87;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,0.1)}.voices-toast-button-primary:active{transform:translateY(0)}.voices-toast-close{background:transparent;border:none;color:inherit;font-size:24px;line-height:1;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:0.8;transition:opacity 0.2s ease}.voices-toast-close:hover{opacity:1}.voices-toast-close:focus{outline:2px solid rgba(255,255,255,0.5);outline-offset:2px}.voices-toast+.voices-toast{margin-top:12px}@media screen and (max-width:782px){.voices-toast{top:10px;right:10px;left:10px;max-width:none;min-width:auto;padding:16px;font-size:16px}.voices-toast-message{font-size:16px}.voices-toast-close{width:28px;height:28px;font-size:28px}}.voices-toast[role="alert"]{}body.voices-toast-open{}
.autocomplete-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:1000;max-height:400px;overflow-y:auto;margin-top:4px;display:none}.autocomplete-suggestions.show{display:block}.autocomplete-suggestions-list{list-style:none;margin:0;padding:8px 0}.autocomplete-suggestion{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;transition:background-color 0.2s ease;border-bottom:1px solid #f0f0f0}.autocomplete-suggestion:last-child{border-bottom:none}.autocomplete-suggestion:hover,.autocomplete-suggestion.selected{background-color:#f8f8f8}.autocomplete-text{flex:1;font-size:14px;color:#333;font-family:"Raleway",sans-serif}.autocomplete-type{font-size:11px;color:#999;text-transform:uppercase;letter-spacing:0.5px;padding:2px 8px;background:#f0f0f0;border-radius:3px;margin-left:12px}.autocomplete-type-popular{background:#fff3cd;color:#856404}.autocomplete-type-recent{background:#d1ecf1;color:#0c5460}.autocomplete-type-voice{background:#d4edda;color:#155724}.autocomplete-type-faq{background:#e2e3e5;color:#383d41}.autocomplete-loading{padding:20px;text-align:center;color:#666;font-size:14px}@media (max-width:768px){.autocomplete-suggestions{max-height:300px}.autocomplete-suggestion{padding:10px 12px}.autocomplete-text{font-size:13px}.autocomplete-type{font-size:10px;padding:2px 6px}}.filter-group .autocomplete-suggestions,.search-input-container .autocomplete-suggestions,.voices-faq-search-container .autocomplete-suggestions{position:absolute;top:calc(100%+4px);left:0;right:0}.voices-search-dropdown .autocomplete-suggestions{z-index:1001}.voices-site-search-page .autocomplete-suggestions{z-index:1001}
.voices-toast{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:999998;opacity:0;transform:translateX(100%);transition:opacity 0.3s ease,transform 0.3s ease;display:flex;align-items:center;justify-content:space-between;gap:16px}.voices-toast.voices-toast-visible{opacity:1;transform:translateX(0)}.voices-toast.voices-toast-hiding{opacity:0;transform:translateX(100%)}.voices-toast-success{background:#28a745;color:#fff}.voices-toast-error{background:#dc3545;color:#fff}.voices-toast-info{background:#0073aa;color:#fff}.voices-toast-warning{background:#ffc107;color:#1d2327}.voices-toast-content{flex:1;display:flex;flex-direction:column;gap:12px}.voices-toast-message{font-size:16px;font-weight:500;line-height:1.5;word-wrap:break-word;white-space:pre-wrap}.voices-toast-actions{display:flex;gap:8px;align-items:center}.voices-toast-button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.2s ease;border:none;font-family:"Raleway",sans-serif;white-space:nowrap}.voices-toast-button-primary{background:#fff;color:#0073aa;border:1px solid rgba(255,255,255,0.3)}.voices-toast-button-primary:hover{background:rgba(255,255,255,0.9);color:#005a87;transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,0.1)}.voices-toast-button-primary:active{transform:translateY(0)}.voices-toast-close{background:transparent;border:none;color:inherit;font-size:24px;line-height:1;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:0.8;transition:opacity 0.2s ease}.voices-toast-close:hover{opacity:1}.voices-toast-close:focus{outline:2px solid rgba(255,255,255,0.5);outline-offset:2px}.voices-toast+.voices-toast{margin-top:12px}@media screen and (max-width:782px){.voices-toast{top:10px;right:10px;left:10px;max-width:none;min-width:auto;padding:16px;font-size:16px}.voices-toast-message{font-size:16px}.voices-toast-close{width:28px;height:28px;font-size:28px}}.voices-toast[role="alert"]{}body.voices-toast-open{}
