.header {
	padding: 28px 0px;
}
.navbar-primary .navbar {
	height: 72px !important;
}
.navbar-primary .navbar .current-menu-item a {
	font-weight: 900;
}
.header-enabled .page-header-type-large {
	background: #000000;
}


.button-tertiary {
	border-bottom: 1px solid #000;
}

.entry-content .cnvs-block-section-layout-align-full:first-child .cnvs-block-posts-layout-slider-large:first-child .cs-block-slider-large {
    margin-top: -3em !important;
}
.wp-block-button__link {
	border-radius: 0px;
	min-width: 183px;
}
.site-content {
	margin-top: 0px;
	margin-bottom: 0px;
}
.site-content .cs-container {
	max-width: unset;
	padding: 0;
}
/* Hero banner start */
.hero-banner {
	background: #000000;
	color: #fff;
	padding: 60px 0px;
}
.carousel-wrapper {
	position: relative;
}
.slide {
	display: grid;
	grid-template-columns: 45fr 55fr;
	justify-content: center;
	align-items: center;
	gap: 32px;
}
.slide-image img {
	width: 100%;
}
.slide-content h2 {
	font-size: 32px;
	color: #fff;
	line-height: 130%;
	text-transform: uppercase;
	font-weight: 800;
}
.slide-content p {
	font-size: 16px;
	color: #F1F1F1;
	line-height: 150%;
	font-family: 'cabinet-grotesk-light';
	margin-bottom: 32px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
	background: transparent;
	opacity: 1;
}
.owl-carousel .owl-nav {
	display: none;
}
.owl-dot span {
	background-color: #6C757D !important;
}
.owl-dot.active span {
	background-color: #000 !important;
}
.prev-btn, .next-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: 0;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 900;
	font-size: 24px;
	z-index: 999;
}
.prev-btn i, .next-btn i {
	font-weight: 900;
}
.prev-btn {
	left: 0px;
}
.next-btn {
	right: 0px;
}
.hero-banner-slider {
	padding: 0px 60px;
}
.homepage-banner .slide-content h2 {
	font-size: 44px;
}
.homepage-banner .slide-content p {
	margin-bottom: 64px;
}
/* Hero banner ends */

.content-listing-layout {
	display: flex;
	flex-direction: column;
	margin-top: 2rem !important;
}
.results-and-sort {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 40px;
	font-size: 14px;
	flex: 1;
}
.results-count {
	margin: 0;
}
.listing-filters-and-results {
	padding-top: 10px;
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 32px;
}
.listing-filters {
	width: 250px;
}
.mobile-filters {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mobile-filters .filters-header {
	margin-bottom: 0px;
	display: none;
}
.mobile-filters .filters-header .filters-title {
	font-size: 14px;
    padding: 0;
    background: transparent;
	cursor: pointer;
}
.listing-filters.mobile-filters {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #E7E7E7;
	padding: 24px;
	padding-bottom: 80px;
	display: none;
}
.filter-btns {
	position: absolute;
	left: 24px;
	bottom: 24px;
	display: flex;
	gap: 8px;
}
.filter-btns .button {
	min-width: 150px;
    line-height: 34px;
}
.listing-filters.mobile-filters .filter-checkbox-list {
	height: calc(100vh - 200px);
    position: relative;
    overflow: scroll;
}

/* Listing Grid Starts */
.content-listing-grid {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}
/* Listing Grid Ends */

/* Post card starts */
.listing-card {
	padding: 24px;
	background: #fff;
	position: relative;
	padding-bottom: 98px;
}
.listing-card .post-more {
	position: absolute;
	left: 24px;
	bottom: 24px;
}
.listing-card .event-details {
	color: #000;
	display: grid;
	gap: 4px;
}
.listing-card .event-details span {
	display: flex;
	gap: 8px;
	align-items: center;
}
.listing-card .event-details span img {
	width: 16px;
}
.listing-card .card-image img {
	aspect-ratio: 338 / 269;
	object-fit: cover;
}
.card-meta {
	font-family: 'cabinet-grotesk-light';
	font-size: 14px;
	padding-top: 12px;
}
.card-image {
	position: relative;
}
.featured-tag {
	position: absolute;
    top: 12px;
    left: 12px;
    background-color: #fff;
    color: #000;
    padding: 4px 8px;
    font-size: 13px;
    font-family: 'cabinet-grotesk-medium';
    text-transform: uppercase;
    line-height: 24px;
}
.author-title {
	color: #121416;
	position: relative;
	padding-right: 52px;
}
.author-title::after {
	content: '';
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 1px;
	background-color: #6C757D66;
}
.card-date {
	color: #6C757D;
}
.card-title {
	font-family: 'cabinet-grotesk-bold';
	color: #000000;
	font-size: 22px;
	padding-top: 12px;
}
.card-excerpt {
	color: #5C5D5D;
}
.button {
	line-height: 38px;
	min-width: 198px;
	font-size: 16px;
}
/* Post card ends */

/* Full Width Ad */
.full-width-ad {
    grid-column: span 3;
    background: #fff;
    padding: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 336px;
    display: flex;
    align-items: end;
}
.ad-content {
	background-color: #fff;
	padding: 24px;
}
.ad-content h3 {
	font-family: 'cabinet-grotesk-bold';
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 8px;
}
.ad-content p {
	font-family: 'cabinet-grotesk-medium';
	font-size: 16px;
	margin-bottom: 8px;
}
.ad-content .button {
	min-width: unset;
    padding: 6px 0px;
}

/* Pagination */
.pagination-wrapper {
    margin-top: 24px;
    text-align: center;
    position: relative;
    grid-column: span 3;
}
.pagination-wrapper .page-numbers {
	color: #6A6F6B;
	font-size: 12px;
}
.pagination-wrapper .prev,
.pagination-wrapper .next {
	position: absolute;
	text-transform: uppercase;
}
.pagination-wrapper .prev {
	left: 0;
}
.pagination-wrapper .next {
	right: 0;
}

/* Sorting */

.sort-by-wrapper {
	position: relative;
}
.sort-by-toggle {
	background: transparent;
	border: 0;
	padding: 12px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 18px;
}
.sort-by-toggle p {
	margin: 0;
	font-size: 14px;
}
.sort-by-toggle i {
	font-size: 10px;
	font-weight: 900;
}
.sort-by-dropdown {
	background: #fff;
	border-radius: 4px;
	padding: 12px;
	position: absolute;
	top: 48px;
	right: 0;
	width: 182px;
	display: none;
	z-index: 99;
}
.sort-by-dropdown p {
	margin: 0;
	font-weight: 600;
}
.sort-by-wrapper:hover .sort-by-dropdown {
	display: block;
}
.sort-by-dropdown form {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
/* Container layout */
.sort-option {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 16px;
	margin-right: 15px;
	user-select: none;
	margin-bottom: 0px;
}

.filters-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}
.filters-title {
	font-size: 22px;
	font-weight: 600;
}
.clear-all {
	color: #000;
	line-height: 36px;
	border-bottom: 1px solid #000;
	font-size: 14px;
	font-weight: 500;
	font-family: Inter;
}
.filter-tags {
	list-style: none;
	padding: 0;
	margin-top: 24px;
	border-top: 1px solid #D6D6D6;
}
.filter-tags li {
	padding: 16px 0 8px;
	border-bottom: 1px solid #D6D6D6;
}


/* Hide the native browser radio button */
.sort-option input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* Style the label text and create the outer circle space */
.sort-option .radio-label {
	position: relative;
	padding-left: 28px; /* Space for the custom circle */
	line-height: 20px;
	font-size: 14px;
	text-transform: capitalize;
	font-family: 'cabinet-grotesk-medium';
}

/* Create the outer circle */
.sort-option .radio-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border: 1px solid #2B2B2B;
	border-radius: 50%;
	background-color: #fff;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

/* Create the inner dot (hidden by default using scale) */
.sort-option .radio-label::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%) scale(0);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #2B2B2B; /* WordPress blue or your brand color */
	transition: transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

/* Hover state for the outer circle */
.sort-option:hover input[type="radio"] ~ .radio-label::before {
	border-color: #2B2B2B;
}

/* Checked state: change outer circle border color */
.sort-option input[type="radio"]:checked ~ .radio-label::before {
	border-color: #2B2B2B;
}

/* Checked state: animate the inner dot into view */
.sort-option input[type="radio"]:checked ~ .radio-label::after {
	transform: translateY(-50%) scale(1);
}

/* Focus state for accessibility (keyboard users) */
.sort-option input[type="radio"]:focus-visible ~ .radio-label::before {
	outline: 2px solid #2B2B2B;
	outline-offset: 2px;
}

.custom-checkbox input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* Style the parent label text and create space for the custom box */
.custom-checkbox {
	position: relative;
	padding-left: 36px;
	line-height: 20px;
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	user-select: none;
	text-transform: capitalize;
}

/* Create the outer square box */
.custom-checkbox::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border: 1px solid #2B2B2B;
	border-radius: 4px; /* Square with slight rounding */
	background-color: #f3f3f3;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

/* Create the inner checkmark (hidden by default using scale) */
.custom-checkbox::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
	/* Centers the hook horizontally and vertically while starting at scale 0 */
	transform: translateY(-65%) rotate(45deg) scale(0); 
	width: 4px;
	height: 8px;
	border: solid #FFF;
	border-width: 0 2px 2px 0; /* Creates an L-shaped checkmark */
	transform-origin: center;
	transition: transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

/* Hover state for the outer square box */
.custom-checkbox:hover input[type="checkbox"] ~ ::before,
.custom-checkbox:hover::before {
	border-color: #2B2B2B;
}

/* Checked state: change outer box border color or background if desired */
.custom-checkbox input[type="checkbox"]:checked ~ ::before,
.custom-checkbox:has(input[type="checkbox"]:checked)::before {
	background-color: #2B2B2B; /* Optional: fill the box when checked */
}

/* Checked state: animate the inner checkmark into view */
.custom-checkbox input[type="checkbox"]:checked ~ ::after,
.custom-checkbox:has(input[type="checkbox"]:checked)::after {
	transform: translateY(-65%) rotate(45deg) scale(1);
}

/* Focus state for accessibility (keyboard users) */
.custom-checkbox input[type="checkbox"]:focus-visible ~ ::before,
.custom-checkbox:has(input[type="checkbox"]:focus-visible)::before {
	outline: 2px solid #2B2B2B;
	outline-offset: 2px;
}

.block-heading {
	font-size: 44px;
	text-transform: uppercase;
	margin-bottom: 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.block-heading a {
	font-size: 14px;
    font-family: Inter;
    text-transform: capitalize;
    font-weight: 500;
}
.block-heading a i {
    font-weight: 900;
    margin-left: 12px;
}

/* Post block */
.post-block-card {
	display: grid;
    grid-template-columns: 55fr 45fr;
    gap: 100px;
	align-items: center;
}
.post-block-card h3 {
	font-size: 32px;
}
.post-block-card p {
    margin-bottom: 64px;
}
.post-block-card img {
	aspect-ratio: 540 / 400;
    object-fit: cover;
}
.block-post-block .post-carousel .owl-stage {
	display: flex;
}
.block-post-block .post-carousel .owl-item {
	display: flex;
    flex: 1 0 auto;
	align-items: start;
	padding-bottom: 80px;
}
.block-post-block .post-carousel .owl-item .button {
	position: absolute;
	left: 0px;
	bottom: 24px;
}
.block-post-block .post-carousel .post-block-card {
	grid-template-columns: 1fr;
	gap: 32px;	
}
.block-post-block .post-carousel .post-block-card p {
	margin-bottom: 32px;
}

.feature-section {
	text-align: center;
}
.feature-section .feature-block-image img {
	width: 100%;
	object-position: center;
	object-fit: cover;
	height: 250px;
}
.feature-block-content h2 {
	margin-bottom: 24px;
	justify-content: center;
}
.feature-block-content p {
	font-size: 18px;
	width: 85%;
	margin: 0 auto 32px;
}
.feature-black_background {
	background-color: #000000;
	color: #FFF;
	padding: 60px 0px 60px;
}
.feature-black_background h2 {
	font-size: 32px;
	color: #FFF;
}
.feature-black_background p {
	font-size: 14px;
}
.feature-black_background img {
	margin-bottom: 24px;
}

.post-carousel-slight-view .listing-card {
	width: 384px;
}
/* Force the internal item track to display as a flex container */
.post-carousel-slight-view.owl-carousel .owl-stage {
	display: flex;
	margin-bottom: 16px;
}

/* Ensure every slide wrapper stretches to match the tallest sibling */
.post-carousel-slight-view.owl-carousel .owl-item {
	display: flex;
	flex: 1 0 auto;
}

/* Force your custom inner slide elements to fill the full layout height */
.post-carousel-slight-view.owl-carousel .owl-item .item {
	width: 100%;
	height: 100%;
}

.black-background-image-block {
	color: #fff;
	padding: 60px 0px 0px;
	text-align: center;
	position: relative;
}
.black-background-image-block::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background-color: rgba(0, 0, 0, 1);
	z-index: -1;
}
.black-background-image-carousel .slide {
	flex-direction: column;
	gap: 24px;
	display: flex;
}
.black-background-image-block h2 {
	font-size: 32px;
	margin-bottom: 24px;
	color: #fff;
}
.black-background-image-block p {
	font-size: 14px;
	letter-spacing: 5%;
	max-width: 85%;
	margin: 0 auto 32px;
}
.black-background-image-carousel {
	padding: 0px 60px;
}
.author-card .card-title { 
	font-size: 24px; 
}
.author-card .card-excerpt { 
	color: #6C757D;
}

.firms-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 32px;
}
.firm-card {
	text-align: center;
	padding: 24px;
	background: #fff;
}
.firm-card img {
	width: 100%;
	height: 72px;
	object-fit: contain;
}

.wrapper {
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}

.top-border-block {
    padding-top: 40px;
    border-top: 1px solid #d0d0d0;
}
.margin-bottom-block {
	margin-bottom: 60px;
}

.max-width-block.wrapper {
	max-width: 880px;
	margin: 0 auto;
}
.category-the-table .max-width-block.wrapper {
	max-width: 1080px;
}
.black-background-block {
	position: relative;
	color: #fff;
	padding-top: 80px;
	margin-bottom: 60px;
}
.black-background-block::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 85%;
	background-color: #000;
	z-index: -1;
}
.black-background-block .featured-tag-wrapper {
	margin-bottom: 16px;
}
.black-background-block .featured-tag-wrapper .featured-tag {
	position: relative;
    background: #000;
    color: #fff;
    border: 1px solid #fff;
	left: unset;
    top: unset;
}
.black-background-block .post-meta {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 32px;
	color: #fff;
}
.black-background-block .post-meta span {
	text-transform: capitalize;
	position: relative;
	padding-right: 16px;
	font-size: 14px;
	display: flex;
    gap: 8px;
}
.black-background-block .post-meta span img {
	width: 16px;
}
.black-background-block .post-meta span::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #969696;
}
.black-background-block .post-meta span:last-child::after {
	display: none;
}
.black-background-block .post-title {
	font-size: 44px;
	line-height: 120%;
	margin-bottom: 32px;
	font-family: 'cabinet-grotesk-bold';
	color: #fff;
	padding-bottom: 24px;
	border-bottom: 1px solid #ADADAD;
}
.black-background-block .bb-description {
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 24px;
}

.black-background-block .bb-image img {
	width: 100%;
}

.post-content-blocks .block {
	margin-bottom: 40px;
}
.post-content-blocks h1, .post-content-blocks h2, .post-content-blocks h3, .post-content-blocks h4, .post-content-blocks h5, .post-content-blocks h6 {
	font-family: 'cabinet-grotesk-bold';
	font-weight: 900;
}
.post-content-blocks .block p,
.post-content-blocks .block li {
	font-size: 14px;
	line-height: 150%;
	color: #2D2D2D
}
.post-content-blocks .block ul {
	padding-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.post-content-blocks .block ol {
	padding-left: 24px;
	margin-bottom: 0px;
}
.post-content-blocks ul li {
	position: relative;
	padding-left: 24px;
}
.post-content-blocks ul li::before {
    position: absolute;
    content: '';
    background-color: #000;
	width: 4px;
    height: 4px;
    border-radius: 100%;
    left: 8px;
    top: 8px;
}
.block-title-description h2, 
.block-grey h2 {
	font-size: 24px;
	margin-bottom: 16px;
}
.block-title-description h3 {
	font-size: 20px;
}
.block-quote {
	font-size: 40px;
	line-height: 150%;
}
.block-quote span {
	display: none;
}
.block-image-only img {
	width: 100%;
}
.block-grey {
	background-color: #E7E7E7;
	padding: 40px;
}
.block-registry ul {
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 24px 4px;
}
.registry-item {
    display: grid;
    align-items: center;
}
.registry-item a .registry-secondary {
	font-weight: 900;
	font-family: 'cabinet-grotesk-bold';
    text-decoration: underline;
}
.block-image-text {
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 24px;
}
.image-text-description > * {
	direction: ltr;
    unicode-bidi: plaintext;
}
.image-text-description strong {
	font-weight: 900;
    font-family: 'cabinet-grotesk-bold';
}
.image-position-right {
	direction: rtl;
}
.related-group .listing-card.type-author {
	padding-bottom: 24px;
}
.block-image-with-captions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}
.block-image-with-captions img {
	margin-bottom: 16px;
}
.category-the-table .block-image-with-captions p {
	font-size: 14px;
	color: #EAC54D !important;
}
.quote-with-image-wrapper {
	display: grid;
    grid-template-columns: 55fr 45fr;
	gap: 24px;
	background-color: #EAC54D33;
	border-radius: 24px;
	padding: 24px;
}
.quote-with-image-image img {
	width: 100%;
	border-radius: 16px;
}
.quote-with-image-quote {
	font-size: 40px;
    color: #fff;
    font-family: 'cabinet-grotesk-regular' !important;
    font-weight: 400 !important;
}
.post-grid-layout {
	display: grid;
}
.table-page {
	background-color: #000;
	color: #fff;
}
.table-page .content-listing-layout {
	margin-top: 0px !important;
	padding-top: 2rem;
	display: block;
}
.table-page .listing-filters-and-results {
	display: block;
}
.table-page .content-listing-grid, .post-grid-layout {
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
.table-page .listing-card {
	background-color: #000;
	padding: 0;
	padding-bottom: 78px;
}
.table-page .listing-card .post-more {
	left: 0;
}
.table-page .listing-card .card-meta {
	display: none;
}
.category-the-table span, .table-page .listing-card span,
.category-the-table p, .table-page .listing-card p,
.category-the-table h2, .table-page .listing-card h2,
.category-the-table a, .table-page .listing-card a {
	color: #fff !important;
}
.table-page .listing-card .button-secondary {
	background-color: #EAC54D;
}
.table-page .listing-card .button-secondary span {
	color: #000 !important;
}
.table-page .listing-card img {
	aspect-ratio: 300 / 450;
}
.table-page .listing-card .featured-tag {
	background-color: transparent;
	left: auto;
    right: 12px;
    padding: 0;
}
.category-the-table {
	background-color: #000;
	color: #fff;
}
.category-the-table .featured-tag-wrapper {
	display: none;
}
.category-the-table .block-quote {
	color: #EAC54D;
	font-weight: 900;
    font-family: cabinet-grotesk-bold;
	text-align: center;
}
.category-the-table .block-quote span {
	font-size: 120px;
	line-height: 0;
	display: inline-block;
}
.category-the-table .block-quote span:first-child {
	vertical-align: -35px; 
	margin-right: 15px;   
}
.category-the-table .block-quote span:last-child {
	vertical-align: -66px;
	margin-left: 15px; 
}

.footer-info {
	display: grid;
	grid-template-columns: 40fr 60fr;
	gap: 100px;
}
.footer-info .logo-image {
	width: 100%;
	max-width: 450px;
}
.footer-info .footer-copyright {
	margin-bottom: 2rem;
}
.footer-info .navbar-nav > li > a {
	font-size: 15px;
	font-weight: 700;
}
.footer-info .footer-social {
	display: flex;
	gap: 24px;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 32px 0px;
}
.footer-info .footer-social img{
	width: 24px;
}
.site-footer .site-logo, .site-footer .site-title {
	display: block;
}

.black-contact-us {
	text-align: center;
	background-color: #000000;
	margin-bottom: 0 !important;
	padding: 80px 0px;
	min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.black-contact-us h1,
.black-contact-us p {
	color: #fff !important;
}
.black-contact-us .block-heading {
    font-family: 'cabinet-grotesk-bold';
	font-weight: 900;
	text-align: center;
	display: block;
	text-transform: unset;
	margin-bottom: 16px;
}
.black-contact-us a {
    color: #EAC54D;
    font-size: 24px;
    font-family: 'cabinet-grotesk-bold';
    font-weight: 900;
	display: inline-flex;
    gap: 8px;
    align-items: center;
}
.black-contact-us .contact-mail {
    margin-top: 60px;
}


@media (min-width: 1240px) {
	.wrapper, header .cs-container {
		max-width: 1440px;
		padding: 0 40px;
		margin: auto;
	}
}

@media (max-width: 768px) {
	.slide {
		gap: 24px;
		grid-template-columns: 1fr;
	}
	.slide-content h2 {
		font-size: 24px;
	}
	.homepage-banner .slide-content h2, .block-heading {
		font-size: 32px;
	}
	.block-heading {
		margin-bottom: 32px;
	}
	.homepage-banner .slide-content p {
		margin-bottom: 36px;
	}
	.margin-bottom-block {
		margin-bottom: 40px;
	}
	.post-block-card {
		gap: 40px;
		grid-template-columns: 1fr;
	}
	.post-block-card h3 {
		font-size: 24px;
	}
	.post-block-card p {
		margin-bottom: 32px;
	}
	.top-border-block {
		padding-top: 30px;
	}
	.card-title {
		font-size: 20px;
	}
	.post-carousel-slight-view .listing-card {
		width: 350px;
	}
	.feature-black_background {
		padding: 40px 0px 40px;
	}
	.feature-black_background h2,
	.black-background-image-block h2 {
		font-size: 28px;
	}
	.firms-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	.firm-card {
		padding: 16px;
	}
	.author-card .card-title {
		font-size: 20px;
	}
	.post-listing-hero .slide {
		display: flex;
		flex-direction: column-reverse;
	}
	.ad-content h3 {
		font-size: 20px;
	}
	.block-title-description h2, .block-grey h2 {
		font-size: 20px;
	}
	.block-title-description h3 {
		font-size: 18px;
	}
	.block-quote {
		font-size: 24px;
	}
	.block-image-text {
		grid-template-columns: 1fr;
	}
	.feature-section .feature-block-image img {
		height: 150px;
	}
	.block-image-with-captions, .quote-with-image-wrapper {
		grid-template-columns: 1fr;
	}
	.category-the-table .block-quote span {
		font-size: 70px;
	}
	.category-the-table .block-quote span:first-child {
		vertical-align: -25px;
	}
	.category-the-table .block-quote span:last-child {
		vertical-align: -40px;
	}
	.footer-info .logo-image {
		max-width: 250px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.slide {
		gap: 24px;
	}
	.slide-content h2 {
		font-size: 24px;
	}
	.homepage-banner .slide-content h2, .block-heading {
		font-size: 32px;
	}
	.margin-bottom-block {
		margin-bottom: 40px;
	}
	.top-border-block {
		padding-top: 30px;
	}
	.post-block-card {
		gap: 40px;
	}
	.post-block-card h3 {
		font-size: 24px;
	}
	.post-block-card p {
		margin-bottom: 48px;
	}
	.feature-black_background {
		padding: 40px 0px 40px;
	}
	.feature-black_background h2,
	.black-background-image-block h2 {
		font-size: 28px;
	}
	.author-card .card-title, .card-title {
		font-size: 20px;
	}
	.block-title-description h2, .block-grey h2 {
		font-size: 24px;
	}
	.block-title-description h3 {
		font-size: 20px;
	}
	.block-quote {
		font-size: 32px;
	}
	.feature-section .feature-block-image img {
		height: 200px;
	}
	.table-page .content-listing-grid, .post-grid-layout {
		max-width: 720px;
		margin: 0 auto;
		padding: 0 16px;
	}
	.category-the-table .max-width-block.wrapper {
		max-width: 720px;
	}
}
@media (max-width: 1024px) {
	.listing-filters-and-results  {
		grid-template-columns: 1fr;
	}
	.content-listing-grid {
		display: flex;
		flex-wrap: wrap; /* Allows items to wrap to a new row instead of squishing */
		gap: 8px;     
	}
	.content-listing-grid .listing-card {
		flex: 0 0 calc(50% - 4px); 
        box-sizing: border-box;
	}
	.full-width-ad {
		width: 100%;
	}
	.listing-filters {
		display: none;
	}
	.mobile-filters .filters-header {
		display: flex;
	}
	.black-background-block {
		padding-top: 60px;
		margin-bottom: 40px;
	}
	.black-background-block .post-meta {
		flex-wrap: wrap;
	}
	.black-background-block .post-title {
		font-size: 32px;
		margin-bottom: 24px;
	}
	.post-content-blocks .block {
		margin-bottom: 30px;
	}
	.footer-info {
		grid-template-columns: 1fr;
		gap: 42px;
		text-align: center;
	}
	.quote-with-image-quote {
		font-size: 24px;
	}
	.table-page .content-listing-grid, .post-grid-layout {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}
@media (max-width: 480px) {
	.content-listing-grid .listing-card {
		flex: 100%;
	}
	.table-page .content-listing-grid, .post-grid-layout {
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
	}
}
@media (min-width: 1025px) and (max-width: 1150px) {
	.table-page .content-listing-grid, .post-grid-layout {
		max-width: 1080px;
		margin: 0 auto;
		padding: 0 16px;
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width: 1151px) and (max-width: 1280px) {
	.table-page .content-listing-grid, .post-grid-layout {
		grid-template-columns: repeat(3, 1fr);
	}
}
