body[data-page="training-view"] .uranus-app-frame__body-content {
  overflow: hidden;
}

.training-view-drawer-link {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  color: #4d392f;
  background: #fff7e8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.training-view-shell {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: #f4f7f8;
}

.training-content-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f4f7f8;
}

.training-view-status {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  color: #667481;
  background: #f4f7f8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
  font-size: 12px;
  text-align: center;
}

.training-view-status[hidden] { display: none; }
