/* 导入基础样式 */
@import 'base.css';

/* 导入组件样式 */
@import 'components/map.css';
@import 'components/header.css';
@import 'components/notifications.css';
@import 'components/login.css';
@import 'components/responsive.css'; 

.ai-place-link {
  color: #1976d2;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
  border-bottom: 1.5px dashed #1976d2;
  padding: 0 2px;
}
.ai-place-link:hover {
  color: #d32f2f;
  background: #e3f2fd;
  border-bottom: 2px solid #d32f2f;
} 