div.an_offer_options {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	border-bottom: solid 2px #dee3ed;
	max-width: 500px;
}

div.an_offer_options a.an_offer_option {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	line-height: 1.1em;
	color: #5e636e;
	text-decoration: none;
	text-align: center;
	border-bottom: solid 2px transparent;
	margin-bottom: -2px;
	padding: 0 5px;
	padding-bottom: 10px;
}

div.an_offer_options a.an_offer_option.active {
	color: #1d1e20;
	border-bottom: solid 2px #1d1e20;
	cursor: default;
	pointer-events: none;
}

@media screen and (min-width: 736px) {
	div.an_offer_options {
		margin: 0 auto;
		margin-top: 60px;
		margin-bottom: 70px;
		width: 570px;
		max-width: 100%;
		display: flex;
		justify-content: space-between;
	}

	div.an_offer_options a.an_offer_option {
		font-size: 16px;
		line-height: 1em;
		padding: 0 30px;
		padding-bottom: 15px;
	}
}

@media screen and (min-width: 1070px) {
	div.an_offer_options {
		width: 770px;
	}

	div.an_offer_options a.an_offer_option {
		font-size: 21px;
		line-height: 1em;
		padding: 0 40px;
		padding-bottom: 20px;
	}
}
