.MEWMEWmewrrMREOWrrrrrr{
		position: relative;
		display: flex;
		flex-direction: column;
		background: #0d0e12;
		border: 1px solid #1f1e24;
		border-radius: 10px;
		padding: 1rem 1.25rem;
		text-decoration: none;
		color: inherit;
		
		transform: translateY(0px);
		transition:
			transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
			box-shadow 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
			border-color 0.16s ease-in-out,
			background-color 0.16s ease-in-out;

		&:hover {
			border-color: rgba(255, 255, 255, 0.125);
			background-color: rgba(255, 255, 255, 0.025);
			transform: translateY(-4px);
			box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
		}
	}.MEWMEWmewrrMREOWrrrrrr .post-inner{
		display: flex;
		gap: 0.75rem;
	}.MEWMEWmewrrMREOWrrrrrr .pfp-wrapper{
		perspective: 600px;
		flex-shrink: 0;
		width: 48px;
		height: 48px;
	}.MEWMEWmewrrMREOWrrrrrr .pfp-card{
		position: relative;
		width: 100%;
		height: 100%;
		transform-style: preserve-3d;
		transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
		cursor: pointer;
	}.MEWMEWmewrrMREOWrrrrrr:hover .pfp-card{
		transform: rotateY(180deg);
	}.MEWMEWmewrrMREOWrrrrrr .pfp-face{
		position: absolute;
		inset: 0;
		backface-visibility: hidden;
		border-radius: 50%;
		background: #1e1f24;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #8e939a;
		border: 1px solid #1f1e24;
		overflow: hidden;
		
		img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}.MEWMEWmewrrMREOWrrrrrr .pfp-back{
		transform: rotateY(180deg);
		background: #38393d;
		color: #8e939a;
	}.MEWMEWmewrrMREOWrrrrrr .content-col{
		flex: 1;
		min-width: 0;
	}.MEWMEWmewrrMREOWrrrrrr .header{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 0.25rem;
	}.MEWMEWmewrrMREOWrrrrrr .name{
		font-weight: 600;
		color: #e7e0e7;
		font-size: 0.875rem;
	}.MEWMEWmewrrMREOWrrrrrr .handle{
		color: #8e939a;
		font-size: 0.75rem;
	}.MEWMEWmewrrMREOWrrrrrr .body{
    display: inline;
		color: #c3c7d1;
		font-size: 0.9rem;
		white-space: pre-wrap;
		word-break: break-word;
	}.MEWMEWmewrrMREOWrrrrrr .body a{
		color: #a6b5f7;
		text-decoration: none;
		&::after { display: none !important; }
	}.MEWMEWmewrrMREOWrrrrrr .body .tl-hashtag{
		color: #a6b5f7;
	}.MEWMEWmewrrMREOWrrrrrr .thread-indicator{
	  display: inline-flex;
		align-items: center;
    vertical-align: middle;
		gap: 0.5rem;
		margin-left: 1ch;
		color: #a6b5f7;
		font-size: 0.75rem;
		font-weight: 500;
		
		svg {
			width: 12px;
			height: 12px;
		}
	}.MEWMEWmewrrMREOWrrrrrr .footer{
		display: flex;
		align-items: center;
		gap: 0.75rem;
		margin-top: 0.75rem;
		padding-top: 0.5rem;
		border-top: 1px solid #1f1e24;
		font-size: 0.6875rem;
		color: #8e939a;
		font-family: "Iosevka Custom Web", "Iosevka Custom", Iosevka, "Bricolage Grotesque", "Space Grotesk", sans-serif, monospace;
		letter-spacing: -0.025em;
	}