/* Preserve all original panel positions, widths and chart arrangement.
   Use the application's rem scale so browser zoom does not mix fixed px controls. */
.jdyc-app .sta-detail-container .detail-left .sta-name {
 height:auto;min-height:.48rem;flex-shrink:0;align-items:center;
 flex-wrap:wrap;gap:.04rem .08rem;padding-top:.04rem;padding-bottom:.04rem;
}
.jdyc-app .sta-detail-container .detail-left .sta-name .sta-title {
 white-space:nowrap;letter-spacing:0;line-height:1.3!important;
}
.jdyc-app .sta-detail-container .detail-left .sta-name .sta-type {
 white-space:nowrap;line-height:1.3!important;
}
.jdyc-app .sta-detail-container .detail-left .sta-detail-btn {white-space:nowrap;flex-shrink:0;}
.jdyc-app .sta-detail-container .detail-right {min-width:0;}
.jdyc-app .sta-detail-container .detail-right .detail-right-title {
 min-height:.42rem;flex-shrink:0;max-width:100%;
}
.jdyc-app .sta-detail-container .detail-right .detail-right-title .title-text {
 display:flex;align-items:center;flex-wrap:wrap;gap:.08rem;
 min-width:0;letter-spacing:0;line-height:1.4;
 color:#c8efff;-webkit-text-fill-color:#c8efff;background:none;
}
.jdyc-app .sta-detail-container select[aria-label="站点选择"] {
 width:1.5rem;max-width:100%;height:.34rem;padding:0 .04rem;
 font-size:.21rem;line-height:1.3;color:#e8f8ff!important;
 -webkit-text-fill-color:#e8f8ff;cursor:pointer;flex-shrink:0;
}
.jdyc-app .sta-detail-container select option {color:white;background:#0a1530;}
.jdyc-app .sta-detail-container .time-vals-item-title {flex-wrap:wrap;gap:.02rem .08rem;flex-shrink:0;}
.jdyc-app .sta-detail-container .time-vals-item-title .ele-name,
.jdyc-app .sta-detail-container .time-vals-item-title .ele-val {white-space:nowrap;}
.jdyc-app .selector-container .ant-select {width:100%!important;font-size:.22rem;}
.jdyc-app .selector-container .ant-select-selector {
 height:.48rem!important;padding:0 .12rem!important;
}
.jdyc-app .selector-container .ant-select-selection-item {
 font-size:.22rem;line-height:.46rem!important;padding-right:.3rem!important;
}
.jdyc-app .selector-container .ant-select-arrow {font-size:.16rem;right:.12rem;}
