.titleShowWrapper {
  position: relative;
  width: 100%;
  height: 5rem;

  border-bottom: solid;
  border-width: var(--standard-border-width);
  border-color: var(--medium-gray);
  box-sizing: border-box;

  padding-left: var(--xxl-padding);

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.titleShowText {
  font-size: var(--font-size-xl);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
