/**
 * News Posts Block Front-end CSS
 */

/* Background Colors - Named Colors */
.news-posts.bg-dark-blue,
.news-posts-content-section.bg-dark-blue {
	background-color: #0F293E;
}

.news-posts.bg-dark-brown,
.news-posts-content-section.bg-dark-brown {
	background-color: #290B0B;
}

.news-posts.bg-pale-white,
.news-posts-content-section.bg-pale-white {
	background-color: #F8F8F8;
}

.news-posts.bg-burgundy,
.news-posts-content-section.bg-burgundy {
	background-color: #800020;
}

.news-posts.bg-white,
.news-posts-content-section.bg-white {
	background-color: #FFFFFF;
}

.news-posts.bg-black,
.news-posts-content-section.bg-black {
	background-color: #000000;
}

.news-posts-content-section.bg-gold {
	background-color: #B8860B;
}

.news-posts-content-section.bg-copper {
	background-color: #B87333;
}

.news-posts-content-section.bg-periwinkle {
	background-color: #CCCCFF;
}

.news-posts-content-section.bg-deep-blue {
	background-color: #00008B;
}

.news-posts-content-section.bg-dark-red {
	background-color: #8B0000;
}

/* Text Colors */
.news-posts.text-white,
.news-posts.text-white h2,
.news-posts.text-white h3,
.news-posts.text-white h4,
.news-posts.text-white h5,
.news-posts.text-white h6,
.news-posts.text-white p,
.news-posts.text-white .news-posts-description,
.news-posts.text-white .news-posts-title,
.news-posts.text-white .news-posts-author-name,
.news-posts.text-white .news-posts-date,
.news-posts.text-white .news-posts-read-time,
.news-posts.text-white .news-posts-industry-term {
	color: #FFFFFF;
}

.news-posts.text-black h1{
	color: #0F293E;
}

.news-posts.text-black,
.news-posts.text-black h2,
.news-posts.text-black h3,
.news-posts.text-black h4,
.news-posts.text-black h5,
.news-posts.text-black h6,
.news-posts.text-black p,
.news-posts.text-black .news-posts-description,
.news-posts.text-black .news-posts-title,
.news-posts.text-black .news-posts-author-name,
.news-posts.text-black .news-posts-date,
.news-posts.text-black .news-posts-read-time,
.news-posts.text-black .news-posts-industry-term {
	color: #000000;
}

.news-posts.text-dark-blue,
.news-posts.text-dark-blue h2,
.news-posts.text-dark-blue h3,
.news-posts.text-dark-blue h4,
.news-posts.text-dark-blue h5,
.news-posts.text-dark-blue h6,
.news-posts.text-dark-blue p,
.news-posts.text-dark-blue .news-posts-description,
.news-posts.text-dark-blue .news-posts-title,
.news-posts.text-dark-blue .news-posts-author-name,
.news-posts.text-dark-blue .news-posts-date,
.news-posts.text-dark-blue .news-posts-read-time,
.news-posts.text-dark-blue .news-posts-industry-term {
	color: #0F293E;
}

/* Content Section Text Colors */
.news-posts-content-section.text-white,
.news-posts-content-section.text-white h1,
.news-posts-content-section.text-white h2,
.news-posts-content-section.text-white h3,
.news-posts-content-section.text-white h4,
.news-posts-content-section.text-white h5,
.news-posts-content-section.text-white h6,
.news-posts-content-section.text-white p,
.news-posts-content-section.text-white .news-posts-content-title,
.news-posts-content-section.text-white .news-posts-content-description,
.news-posts-content-section.text-white .paragraph-title,
.news-posts-content-section.text-white .paragraph-description,
.news-posts-content-section.text-white .news-posts-content-author-name,
.news-posts-content-section.text-white .news-posts-content-author-title,
.news-posts-content-section.text-white .news-posts-content-quote-text {
	color: #FFFFFF;
}

.news-posts-content-section.text-black,
.news-posts-content-section.text-black h1,
.news-posts-content-section.text-black h2,
.news-posts-content-section.text-black h3,
.news-posts-content-section.text-black h4,
.news-posts-content-section.text-black h5,
.news-posts-content-section.text-black h6,
.news-posts-content-section.text-black p,
.news-posts-content-section.text-black .news-posts-content-title,
.news-posts-content-section.text-black .news-posts-content-description,
.news-posts-content-section.text-black .paragraph-title,
.news-posts-content-section.text-black .paragraph-description,
.news-posts-content-section.text-black .news-posts-content-author-name,
.news-posts-content-section.text-black .news-posts-content-author-title,
.news-posts-content-section.text-black .news-posts-content-quote-text {
	color: #000000;
}

.news-posts-content-section.text-dark-blue,
.news-posts-content-section.text-dark-blue h1,
.news-posts-content-section.text-dark-blue h2,
.news-posts-content-section.text-dark-blue h3,
.news-posts-content-section.text-dark-blue h4,
.news-posts-content-section.text-dark-blue h5,
.news-posts-content-section.text-dark-blue h6,
.news-posts-content-section.text-dark-blue p,
.news-posts-content-section.text-dark-blue .news-posts-content-title,
.news-posts-content-section.text-dark-blue .news-posts-content-description,
.news-posts-content-section.text-dark-blue .paragraph-title,
.news-posts-content-section.text-dark-blue .paragraph-description,
.news-posts-content-section.text-dark-blue .news-posts-content-author-name,
.news-posts-content-section.text-dark-blue .news-posts-content-author-title,
.news-posts-content-section.text-dark-blue .news-posts-content-quote-text {
	color: #0F293E;
}

.news-posts-wrapper-hero{
	border-bottom: 2px solid #EBEBEB;
	background: #FFF;
}

/* Container */
.np-container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	max-width: 1440px;
}

.news-posts-content-section .container {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	max-width: 1440px;
}

.news-post-hero-cont{
	max-width: 700px;
}

.news-posts-content-section,
.news-posts-wrapper-hero{
	padding-top: 60px;
	padding-bottom: 117px;
}

/*.np-svg-cta{*/
/*	position: absolute;*/
/*	top: 144px;*/
/*	left: 140px;*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	gap: 8px;*/
/*	align-items: center;*/
/*}*/

.news-posts-attorney-and-svg{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 840px;
}

.np-svg-cta{
	display: flex !important;
	gap: 16px;
	margin-top: 20px;
	align-items: center;
}

.news-posts-content-authors{
	width: 100%;
}

.news-posts-content-author-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.np-svg-cta-bottom{
	display: flex;
	gap: 8px;
}

@media (max-width: 1330px) {
	/*.np-svg-cta {*/
	/*	left: 10px;*/
	/*}*/

	.news-post-hero-cont{
		margin-left: 50px;
	}
}


@media (max-width: 1500px) {
	.news-post-hero-cont{
		max-width: 530px;
	}

	.news-posts-wrapper-hero,
	.news-posts-content-section{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.news-posts-content-section{
		padding-bottom: 140px !important;
	}

	.np-container{
		max-width: 1200px;
	}

	.news-posts-content{
		max-width: 475px;
	}

	/*.np-svg-cta {*/
	/*	left: 50px;*/
	/*}*/
}

/* Taxonomies */
.news-posts-taxonomies {
	margin-bottom: 16px;
	display: flex;
	flex-wrap: wrap;
	/*gap: 8px;*/
}

.news-posts-industry-term,
.news-posts-practice-area-term {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: 2.66px;
	text-transform: uppercase;
	display: inline-block;
}

.news-posts-industry-term {
	color: #000;
}

.news-posts-practice-area-term {
	color: #AA632C;
}

.news-posts-content-wysiwyg{
	max-width: 840px;
}

.news-posts-content-wysiwyg figure{
	width: 300px;
}

/* Taxonomy separator styling */
.news-posts-taxonomy-separator {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	color: #AA632C;
}

/* Multiple terms separator */
/*.news-posts-taxonomies .news-posts-industry-term + .news-posts-practice-area-term::before,*/
/*.news-posts-taxonomies .news-posts-practice-area-term + .news-posts-industry-term::before {*/
/*	content: " | ";*/
/*	color: #000;*/
/*	margin: 0 8px;*/
/*}*/

/* Title */
.news-posts .news-posts-title {
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 48px;
	line-height: 1.1;
	letter-spacing: -1.92px;
	margin-bottom: 24px;
	font-weight: 400;
	/* Color controlled by text color classes */
}

/* Author Section */
.news-posts-author {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 24px;
}

.news-posts-author-image {
	width: 48px;
	height: 48px;
	object-fit: cover;
	flex-shrink: 0;
}

.news-posts-author-details {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.news-posts-author-name {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px; /* 150% */
	color: #000;
}

.news-posts-post-meta {
	display: flex;
	align-items: center;
	gap: 8px;
}

.news-posts-date,
.news-posts-read-time {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	color: #000;
}

.news-posts-date::after {
	content: "•";
	margin-left: 8px;
	color: #000;
}

/* Content wrapper adjustments */
.news-posts-content {
	display: flex;
	flex-direction: column;
}

/* ===== CONTENT SECTION STYLES ===== */

/* Content Section Title Styles */
.news-posts-content-section .news-posts-content-title,
.news-posts-content-section h1,
.news-posts-content-section h2,
.news-posts-content-section h3 {
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 16px;
	max-width: 840px;
}

/* Content Section Paragraph Styles */
.news-posts-content-section .news-posts-content-description,
.news-posts-content-section p {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: -0.48px;
	margin-bottom: 24px;
	max-width: 840px;
}


.news-posts-content-section .news-posts-content-wysiwyg h1,
.news-posts-content-section .news-posts-content-wysiwyg h2,
.news-posts-content-section .news-posts-content-wysiwyg h3,
.news-posts-content-section .news-posts-content-wysiwyg h4,
.news-posts-content-section .news-posts-content-wysiwyg h5,
.news-posts-content-section .news-posts-content-wysiwyg h6 {
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 16px;
}

.news-posts-content-section .news-posts-content-wysiwyg h4{
	color: #0F293E !important;
}

.news-posts-content-section .news-posts-content-wysiwyg p {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: -0.48px;
	margin-bottom: 16px;
}

/* Content Section WYSIWYG List Styles */
.news-posts-content-section .news-posts-content-wysiwyg ul,
.news-posts-content-section .news-posts-content-wysiwyg ol {
	list-style: none;
	padding-left: 18px;
	margin-bottom: 24px;
}

.news-posts-content-section .news-posts-content-wysiwyg ul li,
.news-posts-content-section .news-posts-content-wysiwyg ol li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 12px;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: -0.48px;
}

.news-posts-content-section .news-posts-content-wysiwyg ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 5px;
	height: 5px;
	background: linear-gradient(135deg, #000000, #000000);
}

.news-posts-content-section .news-posts-content-wysiwyg ol {
	list-style-type: decimal;
}

.news-posts-content-section .news-posts-content-wysiwyg ol li {
	list-style: decimal outside;
	padding-left: 24px; /* Slightly more padding to accommodate numbers */
}

.news-posts-content-section .news-posts-content-wysiwyg ol li:before {
	content: none; /* Remove custom bullet for ordered lists */
}

/* Content Section WYSIWYG Link Styles */
.news-posts-content-section .news-posts-content-wysiwyg a {
	color: #B87333;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: -0.48px;
}

.news-posts-content-section .news-posts-content-wysiwyg a:hover {
	text-decoration: none;
}

/* Content Section WYSIWYG Image Styles */
.news-posts-content-section .news-posts-content-wysiwyg img {
	width: 100%;
	height: auto;
	max-width: 200px;
	object-fit: cover;
	margin: 24px 0;
	display: block;
}

/* Content Section Eyebrow Styles */
.news-posts-content-section .news-posts-content-eyebrow {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 6.72px;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}

/* Content Section Eyebrow style variations */
.news-posts-content-section .news-posts-content-eyebrow-style-uppercase {
	font-weight: 400;
	text-transform: uppercase;
}

.news-posts-content-section .news-posts-content-eyebrow-style-default {
	font-weight: 400;
	text-transform: uppercase;
}

.news-posts-content-section .news-posts-content-eyebrow-style-bold {
	font-weight: 700;
	text-transform: uppercase;
}

.news-posts-content-section .news-posts-content-eyebrow-style-elegant {
	font-style: italic;
}

/* Content Section Button Styles */
.news-posts-content-section .wp-block-buttons,
.news-posts-content-section .paragraph-buttons,
.news-posts-content-section .news-posts-content-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 80px;
}

/* Content Section Quote Styles */
.news-posts-content-section .news-posts-content-quote {
	margin: 60px 0;
	position: relative;
	max-width: 840px;
}

.news-posts-content-section .news-posts-content-quote-text {
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	max-width: 800px;
	position: relative;
	border: none;
	quotes: none;
}

.news-post-divider-top {
	width: 100%;
	height: 1px;
	margin-bottom: 30px;
	background: linear-gradient(90deg, #290B0B 37.44%, #D48D57 100%);

}

.news-post-divider-bottom{
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #290B0B 37.44%, #D48D57 100%);
	margin-top: 30px;
}


.news-posts-content-section .news-posts-content-quote-text::before {
	top: 0;
}

.news-posts-content-section .news-posts-content-quote-text::after {
	bottom: 0;
}

/* Responsive quote styles */
@media (max-width: 768px) {
	.news-posts-content-section .news-posts-content-quote-text {
		font-size: 22px;
	}

}

/* Content Section Author Section */
.news-posts-content-section .news-posts-content-author {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 24px;
}

.news-posts-content-section .news-posts-content-author-image {
	width: 48px;
	height: 48px;
	object-fit: cover;
	flex-shrink: 0;
}

.news-posts-content-section .news-posts-content-author-details {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.news-posts-content-section .news-posts-content-author-name {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 21px; /* 150% */
	color: #000;
}

.news-posts-content-section .news-posts-content-author-title {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	color: #000;
}

/* Button Styles */
.news-posts .wp-block-buttons,
.news-posts-content-section .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}

/* Button Style 1: Default (Blue Background) */
.news-posts .wp-block-button.is-style-default .wp-block-button__link,
.news-posts-content-section .wp-block-button.is-style-default .wp-block-button__link {
	background-color: #A6B8E3;
	color: #000000;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
	width: fit-content;
	align-self: center;
}

.news-posts .wp-block-button.is-style-default .wp-block-button__link:hover,
.news-posts-content-section .wp-block-button.is-style-default .wp-block-button__link:hover {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
	transition: 300ms ease-in;
	background-color: #788FC6;
}

/* Button Style 2: Solid (Brown Background) */
.news-posts .wp-block-button.is-style-solid .wp-block-button__link,
.news-posts-content-section .wp-block-button.is-style-solid .wp-block-button__link {
	background-color: #AA632C;
	color: #FFFFFF;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
	width: fit-content;
	align-self: center;
	border: none;
	cursor: pointer;
	text-align: center;
}

.news-posts .wp-block-button.is-style-solid .wp-block-button__link:hover,
.news-posts-content-section .wp-block-button.is-style-solid .wp-block-button__link:hover {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
	transition: 300ms ease-in;
}

/* Button Style 3: Arrow */
.news-posts .wp-block-button.is-style-arrow .wp-block-button__link,
.news-posts-content-section .wp-block-button.is-style-arrow .wp-block-button__link {
	background-color: transparent;
	color: inherit;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 18px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	font-weight: 400;
	position: relative;
	border-radius: 0;
}

.news-posts .wp-block-button.is-style-arrow .wp-block-button__link::after,
.news-posts-content-section .wp-block-button.is-style-arrow .wp-block-button__link::after {
	content: "";
	display: inline-block;
	width: 29px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='16' viewBox='0 0 29 16' fill='none'%3E%3Cpath d='M28.7071 8.70711C29.0976 8.31659 29.0976 7.68342 28.7071 7.2929L22.3431 0.928934C21.9526 0.53841 21.3195 0.53841 20.9289 0.928934C20.5384 1.31946 20.5384 1.95262 20.9289 2.34315L26.5858 8L20.9289 13.6569C20.5384 14.0474 20.5384 14.6805 20.9289 15.0711C21.3195 15.4616 21.9526 15.4616 22.3431 15.0711L28.7071 8.70711ZM-8.74228e-08 9L28 9L28 7L8.74228e-08 7L-8.74228e-08 9Z' fill='%23AA622C'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
	transition: transform 0.3s ease;
}

.news-posts .wp-block-button.is-style-arrow .wp-block-button__link:hover::after,
.news-posts-content-section .wp-block-button.is-style-arrow .wp-block-button__link:hover::after {
	transform: translateX(5px);
}

/* Arrow Button Style (when there are multiple buttons) */
.news-posts .wp-block-buttons:has(.wp-block-button:nth-child(2)) .wp-block-button__link,
.news-posts-content-section .wp-block-buttons:has(.wp-block-button:nth-child(2)) .wp-block-button__link {
	background-color: transparent;
	color: inherit;
	padding: 0;
	display: inline-flex;
	align-items: center;
	font-weight: 400;
	position: relative;
	border-radius: 0;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
}

/* Ensure all buttons in multi-button scenario have the arrow style */
.news-posts .wp-block-buttons:has(.wp-block-button:nth-child(2)) .wp-block-button__link::after,
.news-posts-content-section .wp-block-buttons:has(.wp-block-button:nth-child(2)) .wp-block-button__link::after {
	content: "";
	display: inline-block;
	width: 29px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='16' viewBox='0 0 29 16' fill='none'%3E%3Cpath d='M28.7071 8.70711C29.0976 8.31659 29.0976 7.68342 28.7071 7.2929L22.3431 0.928934C21.9526 0.53841 21.3195 0.53841 20.9289 0.928934C20.5384 1.31946 20.5384 1.95262 20.9289 2.34315L26.5858 8L20.9289 13.6569C20.5384 14.0474 20.5384 14.6805 20.9289 15.0711C21.3195 15.4616 21.9526 15.4616 22.3431 15.0711L28.7071 8.70711ZM-8.74228e-08 9L28 9L28 7L8.74228e-08 7L-8.74228e-08 9Z' fill='%23AA622C'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
	transition: transform 0.3s ease;
}

/* Hover effect for arrow buttons */
.news-posts .wp-block-buttons:has(.wp-block-button:nth-child(2)) .wp-block-button__link:hover::after,
.news-posts-content-section .wp-block-buttons:has(.wp-block-button:nth-child(2)) .wp-block-button__link:hover::after {
	transform: translateX(5px);
}

/* Button divider styling for multiple buttons */
.news-posts .news-posts-button-divider,
.news-posts-content-section .news-posts-content-button-divider {
	background: rgba(0, 0, 0, 0.31);
	width: 1px;
	height: 47px;
	display: inline-block;
	margin: 0 24px;
}

/* Ensure proper spacing between buttons with arrows */
.news-posts .wp-block-buttons:has(.wp-block-button:nth-child(2)) .wp-block-button,
.news-posts-content-section .wp-block-buttons:has(.wp-block-button:nth-child(2)) .wp-block-button {
	display: inline-flex;
	align-items: center;
}

.news-posts-bg-image {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	height: 100%;
}

/* Content Section Responsive Styles */
@media (max-width: 1500px) {
	.news-posts-content-section .news-posts-content-description,
	.news-posts-content-section p {
		font-size: 16px !important;
	}

	.news-posts-content-section .news-posts-content-eyebrow {
		font-size: 16px !important;
	}

	.news-posts-content-section .news-posts-content-wysiwyg p {
		font-size: 16px !important;
	}

	.news-posts-content-section .news-posts-content-wysiwyg a {
		font-size: 16px !important;
	}

	.news-posts-content-section .news-posts-content-wysiwyg ul li,
	.news-posts-content-section .news-posts-content-wysiwyg ol li {
		font-size: 16px !important;
	}

	.news-posts-content-section .wp-block-button.is-style-default .wp-block-button__link {
		font-size: 16px !important;
	}

	.news-posts-content-section .wp-block-button.is-style-solid .wp-block-button__link {
		font-size: 16px !important;
	}

	.news-posts-content-section .wp-block-button.is-style-arrow .wp-block-button__link {
		font-size: 16px !important;
	}

	.news-posts-content-section .news-posts-content-author {
		margin-top: 16px !important;
		gap: 12px !important;
	}

	.news-posts-content-section .news-posts-content-author-image {
		width: 40px !important;
		height: 40px !important;
	}
}

/* Tablet and smaller Styles */
@media (max-width: 900px) {
	.news-posts {
		padding-top: 0 !important;
		flex-direction: column;
		min-height: unset !important;
		position: relative;
	}

	.news-post-hero-cont{
		margin-left: 0;
	}

	.np-svg-cta{
		display: none !important;
	}

	.news-posts-bg-image {
		position: static !important;
		height: 300px !important;
		margin-left: auto !important;
	}

	.news-posts .flex {
		order: 1;
		display: flex;
		justify-content: flex-end;
		justify-self: end;
		margin-left: auto;
	}

	.np-container {
		padding-left: 30px;
		padding-right: 30px;
		order: 2;
	}

	.news-posts-content {
		margin-top: 0;
	}

	.news-posts .news-posts-title {
		font-size: 43px;
		margin-bottom: 16px;
	}

	.news-posts-taxonomies {
		margin-bottom: 12px;
	}

	.news-posts-author {
		margin-top: 16px;
		gap: 12px;
	}

	.news-posts-author-image {
		width: 40px;
		height: 40px;
	}

	.np-svg-cta-mobile{
		display: flex !important;
		gap: 32px;
		margin-top: 20px;
	}

	.news-posts-taxonomies .news-posts-industry-term + .news-posts-practice-area-term::before{
		display: none !important;
	}
}

.np-svg-cta-mobile{
	display: none;
}

/* Mobile Styles */
@media (max-width: 768px) {
	.np-container,
	.news-posts-content-section .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.news-posts-bg-image {
		width: 80% !important;
		height: 250px !important;
	}
}

/* Mobile Icons Styling for News Posts */
.np-mobile-icons {
	display: none; /* Hidden by default */
	gap: 46px;
}

/* Show mobile icons only on mobile screens */
@media (max-width: 768px) {
	.np-mobile-icons {
		display: flex;
		gap: 46px;
	}

	/* Hide the desktop SVG CTA on mobile */
	.np-svg-cta {
		display: none !important;
	}
}

/* Desktop: Show SVG CTA, hide mobile icons */
@media (min-width: 769px) {
	.np-mobile-icons {
		display: none !important;
	}

	.np-svg-cta {
		display: flex;
	}
}

.np-attorneys-accordion{
	width: 100%;
}

/* News Posts Attorneys Accordion Toggle Icon Styles */
.np-attorneys-accordion .np-attorneys-toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	padding-bottom: 24px;
}

.np-attorneys-accordion .np-attorneys-question-text {
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	flex-grow: 1;
	padding-right: 15px;
}

.np-attorneys-accordion .np-attorneys-toggle-icon {
	position: relative;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: background-color 0.3s ease;
}

.np-attorneys-accordion .np-attorneys-toggle:hover .np-attorneys-toggle-icon {
	background-color: rgba(170, 98, 44, 0.08); /* #AA622C with 8% opacity */
}

.np-attorneys-accordion .np-attorneys-toggle-icon::before,
.np-attorneys-accordion .np-attorneys-toggle-icon::after {
	content: '';
	position: absolute;
	background-color: #AA622C;
}

.np-attorneys-accordion .np-attorneys-toggle-icon::before {
	width: 12px;
	height: 2px;
}

.np-attorneys-accordion .np-attorneys-toggle-icon::after {
	width: 2px;
	height: 12px;
}

.np-attorneys-accordion .np-attorneys-toggle-icon.expanded::after {
	display: none;
}

/* Attorneys Accordion Content Styles */
.np-attorneys-accordion .np-attorneys-content {
	display: none;
	padding: 0 0 20px 0;
}

.np-attorneys-accordion .np-attorneys-answer-content {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: -0.48px;
}

/* Border for Accordion Item */
.np-attorneys-accordion .np-attorneys-item {
	margin-bottom: 24px;
	border-bottom: 1px solid #CCC;
}

/* Remove border for last item */
.np-attorneys-accordion .np-attorneys-item:last-child {
	border-bottom: none;
}

.news-posts-content-author-info{
	display: flex;
	align-items: center;
}

.posts-tags-label{
	color: #000;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: -0.48px;
}

.posts-tags{
	text-align: end;
	max-width: 840px;
	margin-bottom: 16px;
}

.posts-tag{
	color: #B87333;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: -0.48px;

}

.tag-separator{
	color: #B87333;
}


@media (max-width: 560px) {
	.article-posts-tags{
		flex-direction: column;
		text-align: start !important;
		gap: 12px !important;
	}

	.tag-separator{
		display: none;
	}
}
