/* Local Overrides */

/* dinner hero headline */
@media only screen and (min-width: 1069px) {
	.page-dinner .story-hero .section-content.story-hero-text-content {
		max-width: 600px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.page-dinner .story-hero .section-content.story-hero-text-content {
		max-width: 400px;
	}
}
@media only screen and (max-width: 734px) {
	.page-dinner .story-hero .section-content.story-hero-text-content {
		max-width: 230px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.page-dinner .story-hero .typography-story-headline {
		min-width: 380px;
	}
}
@media only screen and (max-width: 734px) and (min-width: 480px) {
	.page-dinner .story-hero .typography-story-headline {
		min-width: 220px;
	}
}
/* end of dinner hero headline */

/* stories section */
/* stories section - saturnbird eyebrow */
@media only screen and (min-width: 735px) {
	.page-dinner .typography-eyebrow-super.custom_saturnbird {
		margin-inline-end: 120px;
	}
}
/* stories section - dance eyebrow */
@media only screen and (min-width: 735px) {
	.page-dinner .typography-eyebrow-super.custom_dance {
		margin-inline-end: 55px;
	}
}
/* stories section - jaunt eyebrow */
@media only screen and (min-width: 735px) {
	.page-dinner .typography-eyebrow-super.custom_jaunt {
		margin-inline-end: 60px;
	}
}
/* end of stories section */

/* small business billboard */
@media only screen and (min-width: 1069px) {
	.page-dinner
		.section-small-business-router
		.section-content
		.small-business-router-copy {
		max-width: 850px;
	}
}
@media only screen and (max-width: 400px) {
	.page-dinner
		.section-small-business-router
		.section-content
		.typography-headline-elevated {
		font-size: 34px;
	}
}
/* end of small business billboard */

/* Router Section */

@media (max-width: 1068px) {
	.small-business-router-button.xscustom {
		--sk-button-padding-horizontal: 22px;
		--sk-button-padding-vertical: 12px;
		--sk-button-min-width-basis: 70px;
		--sk-button-margin-horizontal: 18px;
		--sk-button-margin-vertical: 18px;
		font-size: 17px;
		line-height: 1.1764805882;
		font-weight: 400;
		letter-spacing: -0.022em;
	}
}

@media (max-width: 734px) {
	.small-business-router-button.xscustom {
		--sk-button-padding-horizontal: 16px;
		--sk-button-padding-vertical: 9px;
		--sk-button-min-width-basis: 60px;
		--sk-button-margin-horizontal: 14px;
		--sk-button-margin-vertical: 14px;
		font-size: 14px;
		line-height: 1.2857742857;
		font-weight: 400;
		letter-spacing: -0.016em;
		margin-top: 24px;
	}
}
