/* 覆盖 @tailwindcss/forms 的 select 下拉箭头（默认灰），绿底上使用白色箭头 */
select.mn-season-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

/* 底部导航 */
.footer-nav .material-symbols-outlined {
  font-size: 24px;
}
