.cid-vcRrybv07n {
  background-image: url("../../../assets/images/thedigitalartist-ai-generated-8439935_1280.jpg") !important;
}
.nav-dropdown .link{
  font-weight:normal !important;

}
.nav-dropdown .link:hover{
  color: #802ceb  !important;
  font-weight:500 !important;
}

a { color:  #802ceb !important;}

a:hover{
  color: #802ceb  !important;
  font-weight:500 !important;
}

.cid-vcRrjHZlGh
{
  min-height:0px !important;

}
.cid-vcRrjHZlGh nav.navbar {
    position: fixed;
    max-width: 75rem !important;
    margin: auto;
    border-radius: 0px 0px 10px 10px !important;
}
svg {
    display: block;
    width: 100vw;
    height:50vh;
  }
  .tooltip {
    position: absolute;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    pointer-events: none;
    display: none;
  }
  .background {
              position: absolute;
              width: 100%;
              bottom: 0;
              left:0;
              justify-content: flex-end;
            }
@media screen and (max-width: 600px) {
  .background {
    display: none;
  }
}
text { font-size:7px; fill:#333;text-anchor:middle; font-family:sans-serif;}

.similar-post-card {
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center; /* Center content horizontally */
  text-align: center;  /* Center text inside the card */
}

.similar-post-card:hover {
  transform: translateY(-5px);
}

.card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
