#hsn-custom-table .container {
	max-width: 1105px;
	margin: auto;
}
#hsn-custom-table .step-title {
	background: #ae1547;
	color: #ffffff;
	padding: 5px 10px;
	margin-bottom: 10px !important;
	font-size: 18px;
	border-radius: 10px;
}
#hsn-custom-table ul {
	list-style-type: none;
	padding-top: 10px;
	margin-top: 0px;
	color: rgb(128, 128, 128);
	/* font-size: 20px; */
}
#hsn-custom-table p {
	/* font-size: 20px; */
	margin-left: 10px;
	margin-bottom: 0;
	color: rgb(128, 128, 128);
}
#hsn-custom-table ul > li {
	margin-bottom: 5px;
	line-height: 1.5em;
}
#hsn-custom-table table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #ae1547;
	/* font-size: 20px; */
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 11px;
	overflow: hidden;
	max-width: 800px;
	/* margin: auto; */
}
#hsn-custom-table th,
#hsn-custom-table td {
	border: 1px solid #ae1547;
	padding: 12px;
	text-align: left;
}
#hsn-custom-table th {
	background-color: #ffd0df;
	font-weight: bold;
	border: 1px solid #ae1547;
}
#hsn-custom-table tr:nth-child(even) {
	background-color: #fff0f5;
}
#hsn-custom-table tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}
#hsn-custom-table thead tr th:last-child {
	border-top-right-radius: 10px;
}
#hsn-custom-table thead tr th:first-child {
	border-top-left-radius: 10px;
}
#hsn-custom-table tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}
#hsn-custom-table tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}
#hsn-custom-table button {
	margin-bottom: 40px;
}
#hsn-custom-table h2 {
	font-size: 36px;
	font-weight: 600;
	color: var(--accent-color);
	font-family: "Brandon Text";
	font-weight: 800;
}
@media only screen and (min-width: 768px) {
	#local-menu a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 768px) {
	#hsn-custom-table table {
		font-size: 16px;
		margin: 0 5px;
		width: auto;
		padding: 5px;
		border-collapse: collapse;
		margin-bottom: 20px;
		border: 1px solid #ae1547;
		position: relative;
	}
	#hsn-custom-table th,
	#hsn-custom-table td {
		border: 1px solid #ae1547;
		padding: 12px 5px;
		text-align: left;
	}
	#hsn-custom-table table::after {
		content: "";
		position: absolute;
		inset: 1px;
		border: 1px solid #ae1547;
		border-radius: 9px;
	}
	#hsn-custom-table .container {
		padding-left: 5px;
		padding-right: 5px;
	}
}
