.cube-detail-capsule {
  background-color: #121212;
}

.top-cube-detail-container {
  box-shadow: none;
}

.cube-detail-board {
  width: 100%;
  max-width: 800px;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  top: 0px;
  background: #171717;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.cube-detail-board .event-image {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.cube-detail-board .cube-position-heading {
  color: #ffffff99;
  font-size: 14px;
  margin: 8px 0px;
}

.cube-detail-board .stadium-name-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 0px 0px 8px 0px;
}

.cube-detail-board .stadium-name-container h3 {
  color: #ffffff99;
  font-weight: 500;
  font-size: 14px;
  margin: 0px;
  color: rgb(255, 183, 77);
}

.cube-detail-capsule .football-ground {
  margin-top: 30px;
  box-shadow: 0px 0px 16.13px 0px #000000;
}

.cube-detail-board .desciption-container {
  margin-top: 10px;
  padding-block: 8px;
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.event-image {
  max-width: 100%;
  height: auto;
}
.desciption-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 20px;
}
.name-heading {
  font-size: 26px;
  font-weight: bold;
}
.event-name-heading {
  margin-top: 10px;
  font-size: 20px;
  color: #555;
}
.cube-position-heading {
  font-size: 16px;
  color: #777;
}
.football-ground {
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 1240 / 803;
  background-image: url("../img/pitch-light-green-1240x803.jpg");
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  border: 5px solid white;
}
.cube-table {
  border-collapse: collapse;
  position: absolute;
  width: 100%;
  height: 100%;
}
.cube-cell {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.cube-cell.selected {
  background-color: red !important;
  opacity: 0.9;
}
@media screen and (min-width: 500px) {
  .football-ground {
    margin-top: 50px !important;
  }
}
