/**
 * SST SEO Suite — front-end styles for the breadcrumb, FAQ, HowTo,
 * recipe card, store locator and HTML sitemap.
 */

.sst-seo-breadcrumb {
	font-size: .875em;
	margin-bottom: 1em;
}

.sst-seo-breadcrumb__sep {
	opacity: .5;
	margin: 0 .1em;
}

.sst-seo-breadcrumb__item.is-current {
	font-weight: 600;
}

.sst-seo-faq__item {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding: 1em 0;
}

.sst-seo-faq__item:last-child {
	border-bottom: 0;
}

.sst-seo-faq__question {
	margin: 0 0 .4em;
}

.sst-seo-howto__steps {
	padding-left: 1.4em;
}

.sst-seo-howto__step {
	margin-bottom: 1.2em;
}

.sst-seo-howto__step-title {
	margin: 0 0 .3em;
}

.sst-seo-howto__step-image {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	margin: .6em 0;
	display: block;
}

.sst-seo-recipe {
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 8px;
	padding: 1.2em 1.4em;
}

.sst-seo-recipe__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2em;
	font-size: .9em;
	margin-bottom: 1em;
}

.sst-seo-hours {
	border-collapse: collapse;
	width: auto;
}

.sst-seo-hours th,
.sst-seo-hours td {
	text-align: left;
	padding: .25em 1.2em .25em 0;
	border: 0;
}

.sst-seo-hours__row.is-today {
	font-weight: 600;
}

.sst-seo-map iframe {
	display: block;
	border-radius: 6px;
}

.sst-seo-locator__search {
	display: block;
	margin-bottom: 1em;
}

.sst-seo-locator__input {
	width: 100%;
	max-width: 420px;
	padding: .5em .7em;
}

.sst-seo-locator__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 1.2em;
}

.sst-seo-locator__item {
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 8px;
	padding: 1em 1.2em;
}

.sst-seo-locator__item[hidden] {
	display: none;
}

.sst-seo-locator__name {
	margin: 0 0 .3em;
	font-size: 1.05em;
}

.sst-seo-locator__address {
	margin: 0 0 .4em;
	opacity: .8;
}

.sst-seo-html-sitemap__section {
	margin-bottom: 2em;
}

.sst-seo-html-sitemap__section ul {
	columns: 2;
	column-gap: 2em;
}

.sst-seo-html-sitemap time {
	opacity: .6;
	font-size: .85em;
}

@media (max-width: 600px) {
	.sst-seo-html-sitemap__section ul {
		columns: 1;
	}
}
