.card {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.card-text {
  margin-bottom: 0px;
}

img {
  max-height: 200px;
  object-fit: cover;
}

.vote-btn {
  margin-top: 10px;
}

.url-link {
  display: -webkit-box;
  max-width: 100%;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  line-height: 1.2em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Limits the text to 2 lines */
  white-space: normal;
}

.copy-btn {
  margin-left: 8px;
  cursor: pointer;
}

.footer-box {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  text-align: center;
  font-weight: bold;
}

#poweredByMeep {
  left: 10px;
  top: 10px;
  /* Positioned above the other box */
}

#uiDesignByGildedguy {
  position: fixed;
  top: 10px;
  right: 10px;
  color: black;
  font-size: 12px;
  font-weight: bold;
  z-index: 1000;
}