/* minimal placeholder to satisfy runtime link */
/* you can move your global styles here */
html, body {
  margin: 0;
  padding: 0;
}

@media (max-width: 640px) {
  /* 设置按钮：右上角第一个按钮，线性风格 */
  nav .max-w-6xl > div:last-child > button:first-child {
    background: transparent !important;
    border: none !important;
    color: #6b7280 !important;
    padding: 10px !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 36px !important;
    min-height: 36px !important;
    box-shadow: none !important;
  }
  nav .max-w-6xl > div:last-child > button:first-child:hover {
    color: #2563eb !important;
  }
  nav .max-w-6xl > div:last-child > button:first-child svg {
    width: 26px !important;
    height: 26px !important;
  }
  nav .max-w-6xl > div:last-child > button:first-child svg path {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
  }

  /* 保存全部按钮：右侧容器中的第二个按钮，隐藏文字，仅显示图标 */
  nav .max-w-6xl > div:last-child > div > button:nth-child(2) {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    color: #6b7280 !important;
    padding: 10px !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 36px !important;
    min-height: 36px !important;
    font-size: 0 !important;
  }
  nav .max-w-6xl > div:last-child > div > button:nth-child(2):hover {
    color: #2563eb !important;
  }
  nav .max-w-6xl > div:last-child > div > button:nth-child(2) svg {
    width: 26px !important;
    height: 26px !important;
    margin: 0 !important;
  }
  nav .max-w-6xl > div:last-child > div > button:nth-child(2) .w-4.h-4 {
    width: 24px !important;
    height: 24px !important;
  }
}
