
.mv-create-card-style-square .mv-create-wrapper {
	border-color: #f4f4f4;
	border-color: var(--mv-create-base, #f4f4f4);
}

.mv-create-card-style-square.mv-create-aggressive-buttons button {
	background: #333;
	background: var(--mv-create-secondary-base, #333);
	color: #fff !important;
	color: var(--mv-create-secondary-text, #fff) !important;
}

.mv-create-card-style-square.mv-create-aggressive-buttons button:active, .mv-create-card-style-square.mv-create-aggressive-buttons button:focus, .mv-create-card-style-square.mv-create-aggressive-buttons button:hover {
	background: #8e8e8e;
	background: var(--mv-create-secondary-alt-hover, #8e8e8e);
}

.mv-create-card-style-square .mv-create-title-primary {
	float: left;
	width: 100%;
}

.mv-create-card-style-square.mv-create-lg .mv-create-title-primary {
	max-width: calc(100% - 200px);
}

.mv-create-card-style-square.mv-create-xl .mv-create-title-primary {
	max-width: calc(67% - 20px);
}

.mv-create-card-style-square .mv-create-print-button {
	display: block;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	width: 100%;
}

.js .mv-create-card-style-square .mv-create-image-container {
	width: 180px;
}

.mv-create-card-style-square.mv-create-sm .mv-create-image-container {
	width: 100%;
}

.mv-create-card-style-square.mv-create-xl .mv-create-image-container {
	width: 33%;
}

.mv-create-card-style-square .mv-create-nutrition-title:before {
	background: #f4f4f4;
	background: var(--mv-create-base, #f4f4f4);
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	right: 5px;
	top: -20px;
}

.mv-create-card-style-square.mv-create-traditional-nutrition .mv-create-nutrition {
	margin-left: 0;
}

.mv-create-card-style-square .mv-create-social {
	margin-left: -20px;
	margin-right: -20px;
}

.mv-create-card-style-square .mv-create-social:last-child {
	margin-bottom: -10px;
}
