/* BUILD245 — 24/7 shift-based Z-Reading with manual Cut-off reset. */
.dashboardShift245 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border: 2px solid #16723c;
  border-radius: 18px;
  background: linear-gradient(135deg, #effff5, #fff);
  box-shadow: 0 10px 28px rgba(10, 83, 43, .1);
}

.dashboardShift245 h2,
.dashboardShift245 p {
  margin: 5px 0 0;
}

.dashboardShift245Badge,
.zReading245Status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #075d2c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
}

.dashboardShift245Badge i,
.zReading245Status i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #18a957;
  box-shadow: 0 0 0 4px rgba(24, 169, 87, .14);
  animation: none !important;
}

.dashboardShift245.isClosed {
  border-color: #a9b2ac;
  background: #f6f8f7;
}

.dashboardShift245.isClosed .dashboardShift245Badge,
.dashboardShift245.isClosed h2 {
  color: #45534b;
}

.dashboardShift245.isClosed .dashboardShift245Badge i {
  background: #7b8980;
  box-shadow: none;
}

.cutoff245Header,
.zReading245 {
  border-top: 7px solid #08793d;
  padding-top: 14px;
}

.cutoff245Header > span {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #08793d;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.cutoff245Header p {
  padding: 12px 14px;
  border-left: 4px solid #c49300;
  background: #fff8dc;
  line-height: 1.5;
}

.zReading245Status {
  margin-bottom: 8px;
}

.zReading245Net {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 14px 0;
  padding: 15px 18px;
  border-radius: 14px;
  background: #073f25;
  color: #fff;
}

.zReading245Net span {
  font-weight: 800;
  letter-spacing: .06em;
}

.zReading245Net strong {
  font-size: clamp(24px, 4vw, 36px);
}

@media (max-width: 720px) {
  .dashboardShift245 {
    align-items: stretch;
    flex-direction: column;
  }
}
