.simple-calendar {
  .day {
    height: 150px;
  }

  table > tbody > tr > td > .box {
    display: flex;
    flex-direction: column;
    max-height: 135px;

    > a:not(:first-child) {
      margin-top: .125rem;
    }

    > details {
      summary {
        text-wrap: nowrap;
      }
    }
  }

  table > tbody > tr > td.past a.btn-info {
    background-color: var(--color-border-dark) !important;
    border-color: var(--color-border-dark) !important;
    color: white !important;
  }
}

.calendar-heading {
  display: flex;
  justify-content: space-between;
}