.influencer-card {
   border-radius: 12.12px;
   background: #FFF;
   box-shadow: 0 8.657px 12.986px -2.597px rgba(0, 0, 0, 0.10), 0 3.463px 5.194px -3.463px rgba(0, 0, 0, 0.10);
}
.influencer-heading {
	font-size: 42px !important;
}
.influencer-para {
	font-size: 18px !important;
}
.influencer-img img {
  width: 100%;
  border-radius: 12.12px 12.12px 0 0;
}
.influencer-video-card-content {
  padding: 0 30px 15px 30px;
}

  .reel-overlay-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;          /* hidden by default */
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  .reel-overlay-backdrop.is-visible {
    display: flex;
  }

  .reel-overlay-modal {
    position: relative;
    width: min(500px, 100vw);
    aspect-ratio: 9 / 16;   /* vertical reel */
    background: #000;
		height: 90% !important;
  }

  .reel-overlay-modal iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }

  .reel-overlay-close {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 22px;
    line-height: 1;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 1;
  }
	.reel-overlay-close:hover {
		background-color: #ed1a3b;
	}

  @media (max-width: 600px) {
    .reel-overlay-modal {
      width: 100vw;
      height: 100vh;
      aspect-ratio: auto;
    }
		.influencer-heading {
			font-size: 32px !important;
		}
		.influencer-para {
			font-size: 16px !important;
		}
  }

  
  
