@media print {
	/* General Styles */

	/* Element Resets */
	* {
		background-image: none !important;
		padding: 0;
		margin: 0;
	}

	body {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		margin: 0;
		color: #000;
		background-color: #fff;
	}

	body, article, .entry-content, .wp-block-column, .alignfull {
		display: block;
		width: 100%;
		overflow: visible;
		margin: 0;
		padding: 0;
	}


	/* Page Layout */
	@page {
		margin: 2cm;
	}


	/* Headings */
	h2 {
		font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
		font-weight: 400;
	}

	/* Header and Footer Styling */
	.entry-header, .has-background, .site-footer {
		background-color: #fff !important;
		color: #000 !important;
	}

	.site-footer {
		font-size: 12px;
	}

	.site-footer::after {
		content: "All content © 2024 CHDBLaw.com | Call toll-free: 1-800-743-9324 | The content on this website is for general information purposes only and should not be construed as legal advice for any individual case or situation. This information is not intended to create, and receipt or viewing does not constitute, an attorney-client relationship.";
		display: block;
		margin-top: 50px;
		padding-top: 50px;
		border-top: 1px solid #000;
	}

	/* Body and Article Styles */

	a {
		font-weight: bolder;
		text-decoration: none;
		color: midnightblue;
	}

	.has-text-color, .has-link-color {
		color: #000 !important;
	}

	article a[href^=https]::after {
		content:" <" attr(href) "> ";
	}

	article a[href^="#"]::after {
		content: "";
	}

	a:not(:local-link)::after {
		content:" <" attr(href) "> ";
	}

	#contact-chdb, .wp-block-column {
		padding: 0 !important;
		margin:  0 !important;
	}

	/* Hide Unnecessary Elements */
	.nav-wrap,
	.site-header .wp-container-core-group-layout-3,
	.site-info,
	a.wp-block-button__link,
	.entry-footer,
	.wp-elements-9b460a2166ccea2dd4fc2e18d4997e0b,
	button,
	#comments_controls,
	#print-link,
	#footer-sidebar,
	p.wp-elements-588efd8696b475eb3e224d620cdab6d3,
	p.wp-elements-9a6fd10d690fba267812b5f3ac07b650,
	p.wp-elements-5c846fb54879235b650a536440ac256f,
	.wp-block-safe-svg-svg-icon,
	#contact-chdb,
	.progress-wrap {
		display: none;
	}

	/* Image Styles */
	img {
		max-width: 100%;
	}

	/* Page Breaks */
	h1, h2, h3, h4, h5 {
		page-break-after: avoid;
	}

	table, figure {
		page-break-inside: avoid;
	}

	/* Paragraph Styling */
	p {
		word-wrap: break-word;
		margin-bottom: 15px;
	}

	/* Header Styles */
	.entry-header {
		margin-bottom: 25px;
		padding-bottom: 25px;
		border-bottom: 1px solid #555;
	}

	.entry-header > * {
		width: 100%;
	}


	/* Footer Styling */
	.footer {
		margin-top: 25px;
		padding: 25px 0 0 0;
		border-top: 1px solid #555;
	}

	/* Alignment Classes */
	.alignleft {
		float: left;
		margin: 10px 10px 5px 0;
	}

	.alignright {
		float: right;
		margin: 10px 0 5px 10px;
	}
}
