

    .post-card {
        position: relative;
        background: #fff;
/*        background: lightgray;*/
/*        border: 1px solid #ccc;*/
        border-radius: 10px;
/*        max-width: 500px;*/
        margin: auto;
/*        padding: 5px;*/
/*        box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
         position: relative;
    }
    .post-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
       margin-bottom: 0;
        padding: 0;
    }
    .profile-info {
        display: flex;
        align-items: center;
        gap:4px;
/*         margin: ;*/
         
    }
  .profile-mypic {
        width: 50px;
        height: 50px;
        background: #ddd;
        margin-right : 2px;
        border-radius: 50%;


    }
    .name-section {
        font-size: 12px;
    }
    .name-section strong {
        display: block;
        font-size: 14px;
    }

    .name-section em {
        color: darkgray;
        font-weight: bold;
        font-size: 13px;
    }
    .follow-btn {
    	
       background: #0080ff;
/*        color: white;*/
/*        padding: 5px 5px;*/
/*        border-radius: 20px;*/
/*        font-size: 14px;*/
/*        cursor: pointer;*/
/* /*         border: none;  */
    }

    .nofollowers_in{
       position: absolute;
       top: 50px;
       right: 10px;
       color: lightgrey;
       font-weight: bold;
    }
    .post-title {
    	color: lightgrey;
    	font-size:13px;
        font-weight: bold;
        
        margin: 0px 0 0px 0;
        color: lightgrey;
    }
 .post-content {
 	    width: 100%;
        font-size: 14px;
        color: #333;
        line-height: 1.5;
        margin-bottom: 5px;
    }

    .post-actions {
        display: flex;
        justify-content: space-around;
        padding: 10px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin: 10px 0;
        position:relative;
    }
    .post-actions div {
        cursor: pointer;
        font-size: 14px;
        color: #333;
    }
    .post-footer {
    overflow-x: auto;         /* Enable horizontal scrolling */
    overflow-y: hidden;       /* Hide vertical overflow */
    white-space: nowrap;      /* Prevent wrapping of child elements */
    display: flex;
    padding-top: 10px;
    font-size: 13px;
    color: #555;
    gap: 10px;                /* Optional: adds spacing between items */
}

.post-footer div {
    cursor: pointer;
    font-size: 14px;
    color: #333;
    display: inline-block;    /* Ensure items stay in a line */
    padding: 5px 10px;
    white-space: nowrap;
}


  .post-footer::-webkit-scrollbar {
    height: 6px;
}
.post-footer::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}
.post-footer::-webkit-scrollbar-thumb:hover {
    background: #555;
}



 .video-container {
/*      margin: 50px auto;*/

      background: white;
/*      border: 1px solid #ccc;*/
/*      box-shadow: 0 0 5px rgba(0,0,0,0.1);*/
/*      overflow: hidden;*/
      position: relative;
    }

    .label-top{
      font-size: 12px;
      color: #333;
      padding: 3px ;
      text-align: left;
    }

    .label-bottom{
        font-size: 12px;
      color: #333;
      padding: 3px ;
      text-align: right;
    }

.topcont{
    display:flex;
    align-items:center; 
    justify-content:space-between;
}
    .video-wrapper{
    width: 100%;
    }


.video-wrapper video {
	width: 100%;
      object-fit: cover;
      cursor: pointer;
    }

   
   .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 40px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.play-button.hidden {
  opacity: 0;
  pointer-events: none;
}


 .controls {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 12px;
    }

    .left-icon, .right-icon {
      font-size: 18px;
      cursor: pointer;
    }

    .time {
      font-size: 14px;
    }

    .nav-buttons {
      display: flex;
      justify-content: space-between;
      padding: 5px 12px 15px;
    }
 .nav-buttons button {
      padding: 8px 14px;
      background: #007bff;
      color: white;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-size: 14px;
    }

    .nav-buttons button:disabled {
      background: #ccc;
      cursor: not-allowed;
    }

    .like-btn {
      font-size: 18px;
      cursor: pointer;
    }

    .liked {
      color: red;
    }








@media only screen and (max-width: 600px) {
     .post-footer {
    overflow-x: auto;         /* Enable horizontal scrolling */
    overflow-y: hidden;       /* Hide vertical overflow */
    white-space: nowrap;      /* Prevent wrapping of child elements */
    display: flex;
    padding-top: 10px;
    font-size: 13px;
    color: #555;
    gap: 10px;                /* Optional: adds spacing between items */
}

.post-footer div {
    cursor: pointer;
    font-size: 14px;
    color: #333;
    display: inline-block;    /* Ensure items stay in a line */
    padding: 5px 10px;
    white-space: nowrap;
}


  .post-footer::-webkit-scrollbar {
    height: 6px;
}
.post-footer::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}
.post-footer::-webkit-scrollbar-thumb:hover {
    background: #555;
}

          .nofollowers_in{
/*       position: absolute;*/
/*       top: 44px;*/
/*      left: 155px;*/
       color: lightgrey;
       font-size: 11px;
       font-weight: bold;
    }   

.label-top{
      font-size: 12px;
      color: #333;
      padding: 3px ;
      width: 100px;
      cursor: pointer;
       margin: 0;
       color: white;
      background-color: gray;
      border-radius: 15px;
      color: white;
      background-color: gray;
/*      border: 3px solid white;*/

    }

    .label-bottom{
        font-size: 12px;
      color: #333;
      padding: 3px ;
      width: 100px;
      cursor: pointer;
      margin: 0;
      border-radius: 15px;
      color: white;
      background-color: gray;
/*      border: 3px solid white;*/
    }

.topcont{
    display:flex;
    align-items:center; 
    justify-content:space-between;
    margin-top:0;
    margin-bottom:0;
    padding:0;
}

.fol{
  display: none;
}
       }