/* single post page modifications */

body.single main {
	margin: auto;
	max-width: 1186px;
	padding: 85px 0 0 30px;
	display: flex;
	flex-wrap: wrap;
}

body.single main h1 {
	color: var(--ryan-primary-blue);
	font-family: var(--font-myriad);
	font-size: 48px;
	font-weight: 600;
	padding: 20px 30px 30px 0;
	line-height: 60px;
	margin-bottom: 0;
}

.press-release-post-container {
	padding-top: 30px;
}

.press-release-post-container .blue-category-or-tag {
	font-size: 16px;
	padding: 8px 16px 8px 16px;
}

.author-container {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}

.author-container img {
	width: 64px;
	border-radius: 64px;
}

.author-container .info-container {
	margin-left: 8px;
}

.author-container .author-name {
	margin-bottom: 0;
	font-family: var(--font-myriad);
	font-size: 20px;
	color: var(--text-grey);
	font-weight: 600;
}

.author-container .post-date {
	line-height: initial;
}

body.single .excerpt {
	width: 100%;
}

body.single article a, body.single .excerpt a {
	text-decoration: underline;
}

body.single article {
	width: 65%;
	padding-bottom: 20px;
}

body.single article img {
	width: 100%;
}

body.single article table {
	border: none;
}

body.single article table tr td {
	font-size: 24px;
	border: none;
}

body.single article table tr td a, body.single article a {
	color: var(--ryan-royal-blue);
}

body.single article h2 {
	color: var(--text-grey);
	font-family: var(--font-myriad);
	font-weight: 600;
	font-size: 40px;
	line-height: 46px;
}

body.single article h4 {
	font-size: 24px;
	line-height: 46px;
	color: var(--ryan-primary-navy);
	letter-spacing: -0.5px;
}

.post-tags {
	padding-top: 20px;
	font-family: var(--font-lato);
	font-size: 20px;
	color: var(--ryan-primary-navy);
}

.post-tags a {
	padding: 0 8px;
}

body.single aside {
	width: 35%;
	padding: 20px 0 20px 40px;
}

body.single aside .post-results-sidebar .post-preview {
	display: block;
	width: 100%;
}

body.single aside .post-results-sidebar h3 {
	font-size: 32px;
	color: var(--ryan-primary-blue);
	font-weight: 600;
	font-family: var(--font-myriad);
	padding: 30px 0 30px 0;
	margin: 0;
}

body.single aside .post-results-sidebar h2 {
	margin-bottom: 0;
}

body.single aside .post-results-sidebar .blue-category-or-tag {
	line-height: 30px;
}

body.single aside .subscribe-anchor-container {
	background-image: url("/wp-content/uploads/2023/07/sidebar-subscribe-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 30px;
	text-align: center;
	border-radius: 20px;
	margin-top: 25px;
}

body.single aside .subscribe-anchor-container h4 {
	font-size: 24px;
	font-family: var(--font-myriad);
	font-weight: 700;
	color: white;
	line-height: 28.8px;
}

body.single aside .subscribe-anchor-container p {
	font-size: 20px;
	font-family: var(--font-myriad);
	font-weight: 400;
	color: white;
	line-height: 24px;
  margin-bottom: 20px;
}

body.single aside .subscribe-anchor-container a {
	color: white;
	font-family: var(--font-myriad);
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	padding: 9px 18px;
	border-radius: 33px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid white;
}

body.single aside .subscribe-anchor-container a:hover {
	background-color: white;
	color: #64759b;
}

@media (max-width: 768px) { 
	body.single article {
		width: 100%;
	}

	body.single aside {
		width: 100%;
		padding: 0;
	}

	body.single aside .post-preview {
		padding-left: 0;
		padding-right: 0;
	}
}