.page-content.page-cms h1, .page-content.page-cms h2, .page-content.page-cms h3, .page-content.page-cms h4, .page-content.page-cms h5, .page-content.page-cms h6, .blog-description h1, .blog-description h2, .blog-description h3, .blog-description h4, .blog-description h5, .blog-description h6, .product-description h1, .product-description h2, .product-description h3, .product-description h4, .product-description h5, .product-description h6 {
    color: #ffffff;
}

.an-sfsl p {
    color: #fdfdfd;
}

        .idnk-soft-insta-post {
            width: 350px;
            border: 1px solid #dbdbdb;
            background-color: #fff;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        .idnk-soft-insta-post-header {
            display: flex;
            align-items: center;
            padding: 10px;
            border-bottom: 1px solid #dbdbdb;
        }
        img.idnk-soft-insta-profile-pic {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            margin-right: 10px;
            object-fit: cover;
    		margin: 5px;
 		   	border: 1px red solid;
		}
        .idnk-soft-insta-username {
            font-weight: bold;
            font-size: 14px;
        }
        .idnk-soft-insta-post-image {
            width: 100%;
            height: auto;
        }
        .idnk-soft-insta-post-footer {
            padding: 10px;
        }
        .idnk-soft-insta-actions {
            display: flex;
            gap: 10px;
            margin-bottom: 10px;
        }
        .idnk-soft-insta-actions img {
            width: 24px;
            height: 24px;
            cursor: pointer;
        }
        .idnk-soft-insta-likes {
            font-weight: bold;
            margin-bottom: 5px;
        }
        .idnk-soft-insta-caption {
            font-size: 14px;
        }
        .idnk-soft-insta-caption .idnk-soft-insta-username {
            margin-right: 5px;
        }