.carousal-cards .card {
  background: #1e1e1e !important;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.carousal-cards .card-img-top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 180px;
  object-fit: cover;
}
.carousal-cards .card-body h3 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.carousal-cards .card-body h4 {
  font-size: 14px;
  font-weight: normal;
  color: #aaaaaa;
}
.carousal-cards .card-body .fw-bold {
  font-size: 18px;
  font-weight: bold;
  color: #ffb74d;
}
.carousal-cards .d-flex.align-items-center {
  margin-top: 6px;
}
.carousal-cards .d-flex.align-items-center img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff33;
}
.carousal-cards .d-flex.align-items-center span {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .carousal-cards .card-body h3 {
    font-size: 14px;
  }
  .carousal-cards .card-body h4 {
    font-size: 12px;
  }
  .carousal-cards .card-body .fw-bold {
    font-size: 16px;
  }
  .carousal-cards .d-flex.align-items-center img {
    width: 24px;
    height: 24px;
  }
  .carousal-cards .d-flex.align-items-center span {
    font-size: 12px;
  }
}
.carousal-cards .d-flex.justify-content-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carousal-cards .fw-bold {
  font-size: 18px;
  font-weight: bold;
  color: #ffb74d;
}
.carousal-cards .rounded-circle {
  width: 28px;
  height: 28px;
  border: 2px solid #ffffff33;
}
@media screen and (max-width: 768px) {
  .carousal-cards .card-body h3 {
    font-size: 14px;
  }
  .carousal-cards .card-body h4 {
    font-size: 12px;
  }
  .carousal-cards .owner-info img {
    width: 24px;
    height: 24px;
  }
  .carousal-cards .owner-info span {
    font-size: 12px;
  }
  .carousal-cards .cube-info {
    font-size: 14px;
  }
}

/* Prize Carousal Card Container */
.prize-card {
  display: block;
  text-decoration: none;
  background: #1e1e1e;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.prize-card-li {
  max-width: 450px;
}

.prize_image-wrapper {
  width: 100%;
  height: 350px;
}

/* Image Section */
.prize-image {
  width: 100%;
  height: 100%;
}

/* Card Body */
.prize-card-body {
  padding: 20px;
  color: white;
}

/* Title Section */
.prize-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prize-title {
  font-size: 1.2em;
  font-weight: bold;
}

.prize-position {
  font-size: 0.9em;
  color: #bbb;
}

/* Description Section */
.prize-description {
  margin-top: 5px;
}

.prize-owner {
  font-size: 0.95em;
  color: #ddd;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limits to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* Adds ellipsis at the end */
}

/* Match Button */
.prize-button {
  display: block;
  text-align: center;
  margin-top: 12px;
  padding: 8px;
  background: #0078ff;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
}

.prize-button:hover {
  background: #005bbb;
}
.live-animated-image {
  right: 0;
  top: 0;
  width: 100px;
}

/* FINISHED MATCHES */

.event-card {
  max-width: 500px;
  background: #1e1e1e !important;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
.event-image-container {
  width: 100%;
  overflow: hidden;
}
.event-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.live-animated-image {
  right: 10px;
  top: 10px;
  width: 80px;
}
.event-card-body {
  padding: 16px;
}
.event-title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.event-description {
  font-size: 14px;
  color: #bbbbbb;
  margin-bottom: 10px;
}
.event-date {
  font-size: 14px;
  font-weight: 500;
  color: #aaaaaa;
}
@media screen and (max-width: 768px) {
  .event-card {
    max-width: 100%;
  }
  .event-title {
    font-size: 16px;
  }
  .event-description {
    font-size: 13px;
  }
  .event-date {
    font-size: 12px;
  }
  .live-animated-image {
    width: 60px;
  }
}
.live-animated-image {
  right: 0;
  top: 0;
  width: 100px;
}
