.press_schedule-empty-box {
  margin: .2rem auto 0;
  width: 7.1rem;
  height: 13rem;
  flex-shrink: 0;
  border: 1px solid  rgba(252, 252, 252, .60);
  background: linear-gradient(101deg, rgba(238, 239, 241, .50) 15.46%, rgba(252, 252, 252, .50) 86.92%);
  box-shadow: 0 0 .2rem 0 rgba(83, 71, 134, .38);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  .press_schedule-empty-icon {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    flex-shrink: 0;
  }

  .press_schedule-empty-text {
    margin-top: .24rem;
    width: 2.66rem;
    color: #212124;
    text-align: center;
    font-size: .28rem;
  }
}

.press_is-no-full-screen {
  height: 70vh;
}
