/* ===================
	Quotes Llama – URL
	=================== */

/* Wrapper */
.quotes-llama-url-list {
	max-width: 700px;
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

/* Author */
.quotes-llama-url-author {
	display: block;
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-left: 10px;
}

/* Image */
.quotes-llama-url-img {
	max-width: 150px;
	height: auto;
	object-fit: cover;
	margin-right: 10px;
	margin-left: 20px;
}

/* Quote li */
.quotes-llama-url-list li {
	margin-bottom: 20px;
	padding: 10px 15px;
	border-radius: 6px;
}

/* Quote text */
.quotes-llama-url-quote {
	margin: 0;
	position: relative;
	padding-left: 25px;
}