/* Lines and Border Css */

.is-style-border-bottom {
	position: relative;
	padding: 0 0 30px;
}

.is-style-border-bottom::after {
	content: '';
	width: 70px;
	height: 4px;
	background: var(--wp--preset--color--three);
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.is-style-border-bottom:empty:after {
	content: none;
}

.is-style-border-bottom:-moz-only-whitespace:after {
	content: none;
}

.is-style-border-bottom.has-text-align-center:after {
	margin: 0 auto;
	right: 0;
}

.is-style-border-bottom.has-text-align-right:after {
	margin-left: auto;
	right: 0;
}
