:root {
	--white: #ffffff;
	--grey: #65676b;
	--light-grey: #f0f2f5;
	--fb-blue: #5e91ff;
	--fb-red: #ed5168;
}
/* SOCIAL BOX */
.social-container,
.comment-container,
.meta,
.meta-container,
.icons {
	display: flex;
}
.social-container {
	margin-top: 1rem;
}
.meta-container {
	width: 100%;
	justify-content: space-between;
}
.meta {
	margin: -0.9rem 0 0 4.7rem;
}
.meta p {
	margin-right: 1rem;
	font-weight: 700;
	color: var(--grey);
}
.meta p:last-child {
	font-weight: 400;
}

.icons {
	margin: 0;
	padding: 0 8px;
	align-items: center;
	border-radius: 25px;
	background-color: var(--white);
	box-shadow: rgba(37, 42, 50, 0.32) 0 1px 4px 1px;
	position: relative;
	top: -1rem;
	right: 1rem;
	height: 2.5rem;
}
.icons p {
	color: var(--grey);
	font-size: 1rem;
	margin: 20px 0 0 0.5rem;
	height: 2.5rem;
	line-height: 1.5;
}

.social-container .author {
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	margin: 0 1rem 0 0;
}

.comment {
	background-color: var(--light-grey);
	padding: 5px 10px;
	border-radius: 10px;
}
.comment h3 {
	font-size: 1.2rem;
	margin-bottom: 5px;
	margin-top: 0.5rem;
}
.comment p {
	line-height: 1.3;
	font-weight: 400;
	padding-bottom: 1rem;
}

.fb-like-bg {
	fill: var(--fb-blue);
}
.fb-like-fg,
.fb-love-bg {
	fill: var(--white);
}
.fb-love-fg {
	fill: var(--fb-red);
}

@media screen and (max-width: 400px) {
	.meta p {
		margin-right: 0.5rem;
	}
}

@media screen and (max-width: 375px) {
	/* Social smaller text */
	.comment h3 {
		font-size: 1.1rem;
		margin-bottom: 5px;
		margin-top: 0.5rem;
	}
	.comment p {
		font-size: 1rem;
		line-height: 1.3;
	}
	.meta p {
		margin-right: 0.3rem;
		font-size: 0.9rem;
	}
	.icons p {
		font-size: 0.8rem;
		margin-left: 0.4rem;
	}
}
