/* 时区转换工具特定样式 */
.no-arrow::after {
  display: none;
}

/* 确保符号按钮内容居中 */
.custom-tz-sign {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px 10px; /* 增加内边距使按钮更大 */
  min-width: 35px; /* 增加最小宽度 */
  min-height: 32px; /* 确保最小高度 */
}