.mheays-reviews-notice {
	border: 1px solid rgba(var(--crk-brand-green-rgb, 31, 59, 28), 0.18);
	margin: 0;
	padding: 14px;
}

.mheays-reviews--mini {
	max-width: 360px;
}

.mheays-reviews--mini .mheays-google-reviews__title,
.mheays-reviews--button .mheays-google-reviews__title {
	font-size: 18px;
	font-family: var(--crk-brand-title-font, Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif);
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 12px;
	text-transform: uppercase;
	color: var(--crk-brand-green, #1f3b1c);
}

.mheays-reviews__items {
	display: grid;
	gap: 18px;
	width: 100%;
}

.mheays-reviews__item {
	border-bottom: 1px solid rgba(var(--crk-brand-green-rgb, 31, 59, 28), 0.14);
	display: grid;
	gap: 7px;
	padding-bottom: 18px;
}

.mheays-reviews__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.mheays-reviews__stars {
	color: var(--crk-brand-orange, #ef7a1c);
	font-size: 15px;
	letter-spacing: 0.1em;
}

.mheays-reviews__item p,
.mheays-reviews__item time {
	margin: 0;
}

.mheays-reviews__item time {
	color: var(--crk-brand-muted, rgba(0, 0, 0, 0.58));
	font-size: 13px;
}

.mheays-reviews-admin-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 900px;
}

.mheays-reviews-admin-grid label {
	display: grid;
	gap: 7px;
}

.mheays-reviews-admin-grid input,
.mheays-reviews-admin-grid textarea,
.mheays-reviews-admin-grid select {
	max-width: none;
	width: 100%;
}

.mheays-reviews-admin-grid__wide {
	grid-column: 1 / -1;
}

.mheays-reviews-connection {
	max-width: 980px;
}

.mheays-reviews-connection__panel,
.mheays-reviews-connection__advanced {
	background: #fff;
	border: 1px solid rgba(var(--crk-brand-green-rgb, 31, 59, 28), 0.18);
	box-sizing: border-box;
	margin-top: 20px;
	max-width: 760px;
	padding: 24px;
}

.mheays-reviews-connection__panel h2 {
	margin-top: 0;
}

.mheays-reviews-connection__status {
	font-size: 16px;
}

.mheays-reviews-connection__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.mheays-reviews-connection__panel select {
	margin-right: 8px;
	max-width: 420px;
}

.mheays-reviews-connection__advanced {
	padding: 0;
}

.mheays-reviews-connection__advanced summary {
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 18px 24px;
}

.mheays-reviews-connection__advanced form,
.mheays-reviews-connection__advanced > p {
	margin-left: 24px;
	margin-right: 24px;
}

.mheays-reviews-connection__advanced .form-table {
	margin-top: 0;
}

@media (max-width: 782px) {
	.mheays-reviews-admin-grid {
		grid-template-columns: 1fr;
	}

	.mheays-reviews-connection__panel select {
		margin-bottom: 10px;
		max-width: 100%;
		width: 100%;
	}
}
