.gg-calendar::before {
	display: block;
	box-sizing: border-box;
}

.gg-calendar {
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 15px;
	height: 15px;
	border: 2px solid;
	border-top: 4px solid;
	border-radius: 3px;
	margin-left: 4px;
	top: 2px;
}

.gg-calendar::before {
	content: "";
	position: absolute;
	width: 10px;
	border-radius: 3px;
	left: 2px;
	background: currentColor;
	height: 2px;
	top: 2px;
}
