.amit-wp-card{
  
  
  
  padding: 14px;
  
  /* Keep the block centered and comfortable on large screens */
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;

  margin-top: 15px;}

.amit-wp-card.rtl{
  direction: rtl;
}

.amit-wp-title{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111827;
  text-align: center;
}

.amit-wp-poster{
  display: block;
  border-radius: 15px;
  overflow: hidden;
  /*border: 1px solid rgba(17,24,39,.10);*/
  /* Responsive on small screens, but do not upscale beyond real poster size (e.g., 960px) */
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.amit-wp-poster img{
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media (max-width: 480px){
  .amit-wp-card{
    padding: 12px;
    
  }

  .amit-wp-title{
    font-size: 15px;
  }
}
