.wxcy-date-picker {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  margin-top: 4px;
  color: #66706b;
  font-size: 14px;
  font-weight: 800;
}

.wxcy-date-picker input {
  max-width: 156px;
  height: 24px;
  padding: 0 6px;
  border: 1px solid rgba(18, 127, 68, 0.16);
  border-radius: 6px;
  background: #fbfffc;
  color: #141414;
  font: inherit;
}

.wxcy-plan-strip {
  display: flex;
  flex: 0 0 auto;
  gap: 6px;
  min-height: 43px;
  margin-top: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 1px 1px 3px;
  scrollbar-width: none;
}

.wxcy-plan-strip::-webkit-scrollbar {
  display: none;
}

.wxcy-plan-strip button {
  display: grid;
  grid-template-columns: 30px 22px minmax(78px, 1fr);
  gap: 5px;
  align-items: center;
  min-width: 142px;
  height: 39px;
  padding: 4px 7px;
  border: 1px solid rgba(18, 127, 68, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #222;
  text-align: left;
}

.wxcy-plan-strip button.is-active {
  border-color: rgba(10, 135, 65, 0.38);
  background: #eff8f2;
}

.wxcy-plan-strip span,
.wxcy-plan-strip em {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wxcy-plan-strip span {
  color: #5d6661;
  font-size: 14px;
  font-weight: 800;
}

.wxcy-plan-strip b {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid var(--wxcy-element-border);
  border-radius: 6px;
  background: var(--wxcy-element-bg);
  color: var(--wxcy-element-color);
  font-family: Georgia, "Songti SC", serif;
  font-size: 18px;
}

.wxcy-plan-strip em {
  color: #0c8842;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.wxcy-record-panel {
  position: absolute;
  top: 88px;
  right: 12px;
  left: 12px;
  z-index: 6;
  overflow: hidden;
  border: 1px solid rgba(24, 40, 31, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 36px rgba(18, 31, 25, 0.16);
}

.wxcy-record-panel[hidden] {
  display: none;
}

.wxcy-record-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.07);
}

.wxcy-record-panel strong,
.wxcy-record-panel button {
  color: #111;
  font-size: 16px;
  font-weight: 900;
}

.wxcy-record-panel button {
  color: #0c8842;
}

.wxcy-record-panel p {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 8px;
  margin: 0;
  padding: 7px 10px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.05);
}

.wxcy-record-panel p:last-child {
  border-bottom: 0;
}

.wxcy-record-panel b,
.wxcy-record-panel span {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wxcy-record-panel b {
  color: #151515;
  font-size: 15px;
}

.wxcy-record-panel span {
  color: #5a615e;
  font-size: 15px;
}

.wxcy-notice {
  margin: 6px 0 0;
  padding: 7px 10px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

@media (max-height: 720px) {
  .wxcy-date-picker { margin-top: 2px; }
  .wxcy-date-picker input { height: 20px; max-width: 136px; }
  .wxcy-plan-strip { min-height: 34px; margin-top: 4px; }
  .wxcy-plan-strip button { min-width: 126px; height: 31px; grid-template-columns: 28px 19px 1fr; }
  .wxcy-plan-strip b { width: 19px; height: 19px; font-size: 16px; }
  .wxcy-record-panel { top: 78px; }
  .wxcy-notice { padding: 5px 8px; font-size: 15px; }
}
