.page {
  padding-top: 15px;
  padding-bottom: 10vh;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-left: 5px;
  padding-right: 2px;
  content: ">";
}

.breadcrumb {
  padding: 15px 0 10px;
  margin: 0;
  background-color: transparent !important;
  border-bottom: 1px solid #ccc;
}

.breadcrumb .breadcrumb-item {
  padding: 0;
}

.breadcrumb .breadcrumb-item a {
  color: #333 !important;
}

.breadcrumb .breadcrumb-item.active {
  color: #333 !important;
}

.match-info {
  padding-top: 30px;
  padding-bottom: 30px;
}

.match-info .match-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.stage-list {
  padding: 15px 0 10vh;
}

.stage-list .card {
  margin-bottom: 30px;
  cursor: pointer;
  color: #333;
  text-decoration: none;
}

.stage-list .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.stage-list .card-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.stage-list .stage-item {
  width: 90%;
}

.stage-list .stage-item .stage-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
}

.stage-list .stage-item .stage-date {
  font-size: 14px;
  color: #666;
}

.stage-list-title {
  color: #333;
  font-size: 14px;
}
