.time-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #e9ece5;
  color: var(--ink);
}

.record-date-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f1f4ed;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.record-date-field input {
  width: 154px;
  height: 38px;
  border-radius: 9px;
  background: #fff;
  color: var(--ink);
  font-family: "DM Mono", monospace;
}

.time-card label span {
  color: var(--muted);
}

.time-card input {
  height: 42px;
  border: 1px solid #cbd3c6;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font: 16px "DM Mono", monospace;
}

.time-divider {
  color: #68813d;
}

.exercise-card {
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(16, 37, 29, .03);
}

.exercise-top {
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf0ea;
}

.exercise-title {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.exercise-body {
  flex: 0 0 auto;
  padding: 4px 7px;
  border-radius: 999px;
  background: #e8eee1;
  color: #526c42;
  font-size: 11px;
  font-weight: 800;
}

.exercise-action-icon {
  display: grid;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 8px;
  background: #f0f4ea;
}

.exercise-action-icon .action-line-icon {
  width: 16px;
  height: 16px;
}

.exercise-name {
  font-size: 17px;
  letter-spacing: -.4px;
}

.remove {
  padding: 6px 8px;
  border-radius: 8px;
  background: #fff3ee;
  font-size: 12px;
}

.exercise-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 5px;
}

.replace-exercise {
  padding: 6px 8px;
  border: 0;
  border-radius: 8px;
  background: #edf3e7;
  color: #547047;
  cursor: pointer;
  font: 700 12px inherit;
}

.replace-exercise:hover {
  background: #dfead5;
  color: var(--ink);
}

.set-labels {
  margin-top: 14px;
  font-size: 10px;
}

.set-row {
  grid-template-columns: 28px 1fr 1fr 1fr 28px;
  margin-top: 8px;
}

.set-labels {
  grid-template-columns: 28px 1fr 1fr 1fr 28px;
}

.set-no {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e8eee1;
  color: var(--ink);
}

.set-row input {
  height: 42px;
  border: 1px solid #d7ddd2;
  border-radius: 10px;
  background: #fbfcf9;
  padding: 9px 10px;
}

.set-row input:focus,
.time-card input:focus {
  outline: 2px solid #c5e659;
  outline-offset: 1px;
  border-color: #91ab35;
}

.remove-set {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #fff3ee;
  color: #aa4a31;
  cursor: pointer;
  font: 20px/1 sans-serif;
}

.remove-set:hover {
  background: #ffe2d7;
}

.add-set {
  margin-top: 14px;
  border: 1px solid #b9c5b7;
  border-radius: 999px;
  background: #f7f9f4;
  color: #3f5a4a;
  padding: 8px 13px;
}

.add-exercise {
  border-radius: 14px;
  border-style: solid;
  background: #f7f9f4;
}

.save {
  border-radius: 14px;
}
