	/*html {*/
		scroll-behavior: smooth; /* OMD so FN easy ... */
	/*}*/

	body {
		background-color:#fafafa;
	}

	.time {
		font-size: 9px !important
	}

	.socials i {
		margin-right: 14px;font-size: 17px;color: #d2c8c8;cursor: pointer
	}

	.feed-image img {
		width: 100%;height: auto
	}

	.wrap-link { /* So that links don't break to the right of the parent */
		word-wrap: break-word; /* For older browsers */
		overflow-wrap: break-word; /* For modern browsers */
		white-space: normal; /* Allow wrapping */
	}

    /* Add left padding to the placeholder text in the add/edit post dialog */
    input::placeholder {
        padding-left: 10px; /* Adjust the value as needed */
    }

	.dropping-text {
		font-family: TwitterChirp, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		line-height: 20px;
		word-wrap: break-word;
		position: relative;
		min-width: 0px;
		font-size: 16px; /* was: 14 */
		text-align: inherit;
		font-weight: 400;
	}


