.restore-payroll-details {
  display: grid;
  gap: 6px;
  margin-top: 11px;
  padding-top: 11px;
  border-top: 1px solid rgba(226, 189, 102, 0.13);
  color: #c3c0b8;
  font-size: 13px;
  line-height: 1.55;
}

.restore-payroll-details b {
  color: #ffe29a;
  font-size: 14px;
}

.restore-payroll-details em {
  color: #ffc878;
  font-style: normal;
}

.restore-payroll-pause {
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px solid rgba(226, 189, 102, 0.18);
  border-radius: 13px;
  background: rgba(226, 189, 102, 0.06);
  color: #d0cbc0;
  font-size: 13px;
  line-height: 1.55;
}

.restore-payroll-pause.active {
  border-color: rgba(255, 125, 119, 0.32);
  background: rgba(255, 125, 119, 0.09);
  color: #ffaaa5;
  font-weight: 700;
}

.restore-payroll-pause.summary {
  border-color: rgba(85, 216, 155, 0.25);
  background: rgba(85, 216, 155, 0.07);
  color: #8ee8b9;
}

.restore-owner-timeline-panel {
  display: grid;
  gap: 11px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(226, 189, 102, 0.16);
}

.restore-owner-timeline-panel > header {
  display: grid;
  gap: 5px;
}

.restore-owner-timeline-panel h3 {
  margin: 0;
  color: #f8f3e9;
  font-size: 17px;
}

.restore-owner-timeline-panel header small {
  color: #b7bac1;
  font-size: 12px;
  line-height: 1.55;
}

.restore-owner-timeline-list {
  display: grid;
  gap: 9px;
}

.restore-owner-timeline-row {
  display: grid;
  gap: 7px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  background: #0d0f13;
}

.restore-owner-timeline-row > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.restore-owner-timeline-row > div strong {
  color: #f3eee5;
  font-size: 15px;
}

.restore-owner-timeline-row > div span {
  color: #b1b4bb;
  font-size: 12px;
}

.restore-owner-timeline-row p,
.restore-owner-timeline-status {
  margin: 0;
  color: #c5c2bb;
  font-size: 13px;
  line-height: 1.55;
}

.restore-owner-timeline-row p.shift {
  color: #ece6dc;
  font-weight: 700;
}

.restore-owner-timeline-row p.paid {
  color: #9ee7c2;
}

.restore-owner-timeline-row p.massage {
  padding: 8px 10px;
  border-inline-start: 3px solid #e2bd66;
  border-radius: 8px;
  background: rgba(226, 189, 102, 0.07);
  color: #f2d894;
}

.restore-owner-timeline-row p.massages,
.restore-owner-timeline-row p.pay {
  color: #d3cec3;
}

.restore-owner-timeline-status {
  padding: 13px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.035);
  text-align: center;
}

.restore-owner-timeline-status.error {
  color: #ffaaa5;
}
