.ad-card-1 {
  background-color: rgb(207, 244, 252);
  border-color: rgb(13, 110, 253) !important;
  max-width: 600px;
}

.ad-card-2 {
  max-width: 600px;
  background-color: rgb(236, 238, 241);
}

.ad-card-image {
  width: 30%;
}

.ad-card-image > div > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.adcard-verify-pil {
  background-color: rgb(25, 135, 84);
  font-size: smaller;
}

.adcard-idverify-pil {
  background-color: rgb(25, 135, 84);
  font-size: smaller;
}

.adcard-normal-pil {
  background-color: rgb(147, 157, 153);
  font-size: smaller;
}

.adcard-publish-date {
  font-size: 13px;
  border-top: 1px solid rgba(60, 144, 219, 0.4196078431);
  margin-top: 20px;
  padding-top: 7px;
}

.table > :not(caption) > * > * {
	background-color: transparent;
}