/*
 * Go Christian Daily Quote
 * Widget/shortcode styling.
 */

.daily-quote,
.gcm-daily-quote {
	color: #fff;
	text-align: center;
}

.daily-quote {
	background: #009F4E;
}

.daily-quote .widget-title,
.daily-quote .widgettitle {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.25;
	margin: 0;
	padding: 28px 24px 0;
	text-align: center;
}

.gcm-daily-quote {
	align-items: center;
	background: #009F4E;
	display: flex;
	justify-content: center;
	min-height: var(--gcm-daily-quote-min-height, 420px);
	overflow: hidden;
	padding: 56px 36px;
	position: relative;
}

.daily-quote .gcm-daily-quote {
	background: transparent;
}

.gcm-daily-quote--has-background {
	background-image: var(--gcm-daily-quote-bg-image);
	background-position: var(--gcm-daily-quote-bg-position, center center);
	background-repeat: no-repeat;
	background-size: cover;
}

.gcm-daily-quote--has-background::before {
	background: rgba(0, 0, 0, 0.4);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 0;
}

.gcm-daily-quote__inner {
	margin: 0 auto;
	max-width: 780px;
	position: relative;
	z-index: 1;
}

.gcm-daily-quote__date {
	color: #fff;
	font-size: clamp(1rem, 1.3vw, 1.25rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.3;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.gcm-daily-quote__text {
	border: 0;
	color: #fff;
	font-size: clamp(1.45rem, 2.3vw, 2.3rem);
	font-style: normal;
	font-weight: 500;
	line-height: 1.45;
	margin: 0 auto 24px;
	max-width: 780px;
	padding: 0;
}

.gcm-daily-quote__text::before,
.gcm-daily-quote__text::after {
	content: "";
}

.gcm-daily-quote__reference {
	color: #fff;
	font-size: clamp(1rem, 1.4vw, 1.25rem);
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

@media (max-width: 600px) {
	.daily-quote .widget-title,
	.daily-quote .widgettitle {
		font-size: 1.2rem;
		padding: 22px 18px 0;
	}

	.gcm-daily-quote {
		min-height: 320px;
		padding: 38px 22px;
	}

	.gcm-daily-quote__date {
		margin-bottom: 16px;
	}

	.gcm-daily-quote__text {
		line-height: 1.45;
		margin-bottom: 18px;
	}
}
