.page-header {
  .availabilities {
    margin: var(--sp1) 0 var(--sp2);

    li {
      display: flex;
      flex-direction: row;
      gap: var(--sp05);
      margin-bottom: var(--sp1);

      .bullet-image {
        flex: 0 0 1.4rem;
        height: 1.4rem;
      }

      .content-row {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
      }

      .title-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;

        h3 {
          font-size: var(--size-md);
          font-weight: 450;
        }
      }
    }
  }
}
