/* ---- FRONT-END ---- */
#rig-product-summary-and-specifications-wrapper .rig-product-summary-and-specifications-content-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 100px;
}

#rig-product-summary-and-specifications-wrapper .rig-product-summary-and-specifications-content-container h3:last-of-type {
	margin-top: 50px;	
}



#rig-product-summary-and-specifications-wrapper .rig-product-summary-and-specifications-content-container #rig-product-summary-content-wrapper {
	display: flex;
	flex: 0 0 calc( 50% - 50px );
	flex-direction: column;
	padding-left: 8.33333%;
}

#rig-product-summary-and-specifications-wrapper .rig-product-summary-and-specifications-content-container #rig-product-specifications-content-wrapper {
	display: flex;
	flex: 0 0 calc( 50% - 50px );
	flex-direction: column;
	padding-right: 8.3333%;
}





@media( max-width: 767px ) {
	#lvn-title-text-small-wrapper .lvn-title-text-small-container .lvn-title-text-small-link a:hover::after,
	#lvn-title-text-small-wrapper .lvn-title-text-small-container .lvn-title-text-small-link a:focus::after {
		margin-left: 0;
		transition: all .2s ease-in-out;
	}
}





/* ---- PREVIEW BACK-END ---- */
body.wp-admin #rig-product-summary-and-specifications-wrapper .rig-product-summary-and-specifications-content-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: inherit;
}

body.wp-admin #rig-product-summary-and-specifications-wrapper .rig-product-summary-and-specifications-content-container h3:last-of-type {
	margin-top: 50px;	
}


body.wp-admin #rig-product-summary-and-specifications-wrapper .rig-product-summary-and-specifications-content-container #rig-product-summary-content-wrapper {
	display: flex;
	flex: 0 0 50%;
	flex-direction: column;
	padding: inherit;
}

body.wp-admin #rig-product-summary-and-specifications-wrapper .rig-product-summary-and-specifications-content-container #rig-product-specifications-content-wrapper {
	display: flex;
	flex: 0 0 50%;
	flex-direction: column;
	padding: inherit;
}