.ish-sc_quote {

	// General
	margin: 0;
	position: relative;
	padding-right: 5px !important;
	font-style: italic !important;

	&[class*=" ish-h"] {}


	// Author
	cite {
		display: block;
		font-style: normal;
		font-weight: 500;
		margin-top: 10px;
		font-size: 17px;
		line-height: 20px;

		&:before {
			content: '~ ';
		}
	}


	// Alignment
	&.ish-left {

		cite {
			text-align: left;
		}
	}

	&.ish-center {
		text-align: center;

		cite {
			text-align: center;
		}
	}

	&.ish-right {
		text-align: right;

		cite {
			text-align: right;
		}
	}

}