/*
Theme Name: Altaffer & Chen PLLC
Theme URI: https://altafferlaw.com
Author: Altaffer & Chen PLLC
Description: A custom WordPress theme for Altaffer & Chen PLLC law firm. Features include attorney profiles, practice areas, contact forms, bilingual support (English/Chinese), and responsive design.
Version: 2.5.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: altafferlaw
Tags: law-firm, attorney, responsive, bilingual, custom-menu, custom-logo, featured-images
*/

html {
	width: 100%;
}

a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	font: 12px/19px Arial, Helvetica, sans-serif;
	color: #6d6d6d;
	position: relative;
	min-width: 960px;
	background: #1b1a1a;
}

.ic {
	border: 0;
	float: right;
	background: #fff;
	color: #f00;
	width: 50%;
	line-height: 10px;
	font-size: 0.8em;
	margin: -220% 0 0 0;
	overflow: hidden;
	padding: 0;
}

.linkedin {
	margin-left: 0.5em;
	width: 25px;
	height: 25px;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 1.4em;
	line-height: 28px;
	text-transform: uppercase;
	margin-top: -2px;
	margin-bottom: 30px;
}

h3 {
	font-size: 1.3em;
	line-height: 28px;
	padding-top: 30px;
	margin-bottom: 25px;
	color: #000;
	text-transform: uppercase;
}

h3.head1 {
	padding-top: 60px;
}

h3.head2 {
	padding-top: 34px;
	font-size: 1.8em;
}

h4 {
	font-size: 1.2em;
	padding-top: 5px;
	line-height: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h5 {
	font-size: 1.1em;
	padding-top: 35px;
	line-height: 28px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

p {
	margin-bottom: 19px;
}

img {
	max-width: 100%;
}

address {
	font-style: normal;
	font-size: large;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ol {
	padding: 0;
	margin: 0;
	list-style: circle;
}

ul.list li {
	background: url(assets/images/marker.png) 0 8px no-repeat;
	padding-left: 11px;
	color: #464646;
	margin-bottom: 5.5px;
}

ul.list1 {
	margin-top: -9px;
}

ul.list1 li {
	text-decoration: underline;
	color: #6d6d6d;
	margin-bottom: 12.5px;
	font-size: 1.2em;
}

ul.site {
	margin-top: -5px;
}

ul.site li {
	font-size: 1.3em;
	line-height: 1.3em;
}

ol.siteitem {
	background: url(assets/images/marker.png) 0 8px no-repeat;
	padding-left: 20px;
	color: #fff;
	margin-bottom: 5.5px;
	font-size: 0.7em;
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #000;
}

a.btn, button.btn {
	margin-top: 35px;
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	text-transform: uppercase;
	line-height: 24px;
	z-index: 999;
	display: inline-block;
	padding: 8px 20px 8px;
	border: 1px solid #d19083;
	box-shadow: 0 0 0 1px #a92c11;
	color: #fff;
	background: #a92c11;
}

a.btn1 {
	margin-top: 10px;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	margin-left: 2px;
	text-transform: uppercase;
	line-height: 5px;
	z-index: 999;
	display: inline-block;
	padding: 8px 15px 8px;
	border: 1px solid #d19083;
	box-shadow: 0 0 0 1px #a92c11;
	color: #fff;
	background: #a92c11;
}

.top_block a.btn {
	margin-top: 33px;
}

.content.page1 a.btn {
	margin-top: 39px;
}

a.btn:hover, button.btn:hover {
	color: #a92c11;
	background-color: #fff;
}

button.btn {
	cursor: pointer;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.mb0 {
	margin-bottom: 0px !important;
}

.m0 {
	margin: 0 !important;
}

.ind1 {
	margin-top: 11px;
}

.pad0 {
	padding: 0 !important;
}

.pad2 {
	padding-right: 65px;
}

.pt0 {
	padding-top: 0;
}

.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #aaabaf;
	margin-bottom: 30px;
	margin-top: 3em;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 0;
}

.fright {
	float: right !important;
}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}

.center {
	text-align: center;
}

.wrapper, .extra_wrapper {
	overflow: hidden;
}

.clear {
	float: none !important;
	clear: both;
}

/* Header */
header {
	display: block;
	padding-top: 70px;
	position: relative;
	z-index: 999;
	padding-bottom: 52px;
	border-bottom: 1px solid #000;
	overflow: visible !important;
}

.menu_block {
	overflow: visible !important;
	position: relative;
	z-index: 999;
}

nav {
	overflow: visible !important;
}

.sf-menu {
	overflow: visible !important;
	position: relative;
	z-index: 999;
	display: flex !important;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	margin: 0;
}

.sf-menu li {
	overflow: visible !important;
	float: none !important;
	display: block;
}

.sf-menu>li {
	float: none !important;
	position: relative;
	margin-left: 0 !important;
	border: 1px solid transparent;
	text-align: left;
}

.sf-menu>li:first-child {
	margin-left: 0 !important;
}

.sf-menu>li:last-child {
	text-align: right;
}

.sf-menu>li>a {
	font-size: 1.8em !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c7c8cb !important;
	position: relative;
	text-transform: uppercase;
	line-height: 18px;
	z-index: 999;
	display: block;
	padding: 6px 15px 4px 15px !important;
	border: 1px solid transparent;
	white-space: nowrap;
}

.sf-menu>li.sfHover>a, .sf-menu>li.current>a, .sf-menu>li:hover>a:hover {
	color: #fff !important;
	background: #a92c11 !important;
	border-color: #d19083 !important;
}

.sf-menu li ul,
.sf-menu li ul.sub-menu {
	position: absolute;
	top: 36px;
	left: 16px !important;
	width: 220px !important;
	z-index: 999;
	padding-top: 17px;
	padding-bottom: 7px;
	padding-left: 0;
	background: url(assets/images/sub_bg.png) 0 0 repeat !important;
	display: none !important;
	visibility: hidden;
	opacity: 0;
}

.sf-menu li.sfHover>ul,
.sf-menu li:hover>ul {
	display: block !important;
	left: 16px !important;
	visibility: visible;
	opacity: 1;
}

.sf-menu li ul li,
.sf-menu li ul.sub-menu li {
	text-align: left;
	float: none !important;
	margin-bottom: 9px;
	padding-left: 0;
}

.sf-menu li ul li a,
.sf-menu li ul.sub-menu li a {
	font-size: 1.3em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
	color: #fff !important;
	text-transform: uppercase;
	line-height: 16px;
	position: relative;
	display: block;
}

.sf-menu li li a:hover,
.sf-menu li.sfHover li.sfHover>a {
	color: #d19083 !important;
	background: transparent !important;
}

header h1 {
	float: left;
	position: relative;
	z-index: 999;
}

header h1 a {
	display: block;
	overflow: hidden;
	width: 600px;
	height: 130px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

header h1 a img {
	display: block;
	width: 100%;
	height: auto;
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 20px;
}

.header-top h1 {
	float: none;
	margin: 0;
	position: static;
}

.header-top h1 a {
	width: auto;
	max-width: 600px;
	height: auto;
}

.header-top h1 a img {
	max-height: 130px;
	object-fit: contain;
}

.header-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-right: 0.5em;
}

.header-right .callus,
.header-right .findus {
	float: none !important;
	padding: 0.5em 0.8em !important;
	width: 295px !important;
	height: auto !important;
	font-size: 1.8em !important;
	white-space: nowrap !important;
	overflow: visible !important;
}

.callus {
	float: right;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0.5em;
	margin-top: 0.7em;
	margin-bottom: 0.4em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	width: 295px;
	height: 0.8em;
	vertical-align: baseline;
	overflow: hidden;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: #a92c11;
}

.callus .phonelabel {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.callus .phonenumber {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

.callus .phonenumber a:hover {
	color: #a92c11;
	background-color: #fff;
}

.findus {
	float: right;
	display: inline-block;
	margin-right: 0.5em;
	margin-top: 0.4em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 1em;
	vertical-align: baseline;
	overflow: hidden;
	width: 295px;
	height: 0.8em;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: #a92c11;
}

.findus img {
	margin-left: 0.5em;
}

.findus a:hover {
	color: #a92c11;
	background-color: #fff;
}

.top_block {
	padding-top: 33px;
	border-top: 1px solid #6f757b;
	background-color: #5b6269;
	color: #e1e2e3;
}

.top_block.tb1 {
	margin-bottom: 2em;
}

.top_block.tb1 p {
	text-align: justify;
	margin: 0 auto;
}

.direct span {
	float: right;
	padding-top: 0;
}

.direct span p {
	text-align: justify;
	margin: 0 auto;
}

.grid_8 p.p4 {
	font-size: 1.3em;
}

.grid_12 p {
	display: inline;
	margin: 0 auto;
	font-size: 1.5em;
	line-height: 1.6em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
}

.grid_12 p, a {
	font-size: 1.1em;
}

.grid_12 p.p2 {
	font-size: 1.4em;
}

.grid_12 p.p4 {
	font-size: 1.4em;
	color: #000;
}

span p.p4 {
	font-size: 1.3em;
}

span p.p6 {
	font-size: 1.1em;
}

.grid_4 {
	font-size: normal;
}

.grid_4 h2 {
	font-size: 1.8em;
}

.grid_4 h4 {
	font-size: 1.8em;
}

.grid_5 h3 {
	font-size: 1.8em;
}

.grid_6 h2 {
	color: #000;
	font-size: 2em;
}

.grid_6 h2.attorneys1 {
	color: #fff;
	font-size: 1.8em;
}

.grid_7 h3 {
	font-size: 1.8em;
}

.grid_8 h2 {
	color: #000;
	font-size: 1.8em;
}

.grid_8 h3 {
	font-size: large;
}

.grid_8 h4 {
	font-size: large;
}

.grid_9 h2 {
	color: #000;
	font-size: 2em;
}

.grid_9 h3 {
	font-size: 2em;
}

.grid_9 h4 {
	font-size: large;
}

.grid_11 p {
	display: inline;
	margin: 0 auto;
	font-size: 1.5em;
	line-height: 1.6em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
}

.grid_12 h3 {
	font-size: 1.8em;
}

p.p1 {
	color: #000;
	margin-top: -0.5em;
	margin-right: 0;
	font-weight: bold;
	font-size: 3em;
}

em {
	font-size: 1.5em;
}

p.p2 {
	font-size: 1.2em;
	color: #000;
	margin-top: -1em;
	line-height: 1.4em;
}

p.p3 {
	font-size: 1.3em;
	color: #fff;
	margin-top: -0.6em;
	line-height: 1.6em;
}

p.p4 {
	font-size: 1.3em;
	color: #a92c11;
	margin-top: -1em;
	line-height: 1.6em;
}

p.p5 {
	font-size: 1.3em;
	color: #000;
	margin-top: -0.8em;
	line-height: 1.4em;
}

p.p6 {
	color: #a92c11;
	margin-top: -1em;
}

p.p7 {
	font-size: 1.5em;
	color: #000;
	margin-top: -1em;
	line-height: 1.4em;
}

p.col1 {
	font-size: 1.2em;
}

.grid_2 p.p5 {
	margin-left: -4.5em;
	color: #000;
	font-weight: 500;
}

.attorneys-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	width: 100%;
	align-items: stretch;
}

.attorney-col {
	display: flex;
	flex-direction: row;
	gap: 20px;
	width: 100%;
	min-height: 100%;
	align-items: stretch;
}

.attorney-photo {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
}

.attorney-photo img {
	display: block;
	margin-bottom: 15px;
}

.attorney-photo .text1 {
	margin-bottom: 12px;
}

.attorney-photo .col1 {
	margin: 4px 0;
}

.attorney-bio {
	display: flex;
	flex-direction: column;
	flex: 1;
	text-align: left;
	min-height: 100%;
	height: 100%;
}

.attorney-bio p {
	word-spacing: normal;
	letter-spacing: normal;
	flex: 1;
}

.attorney-bio .btn {
	margin-top: auto;
	align-self: center;
}

.grid_3 img {
	margin: 0;
}

.grid_4 p {
}

.grid_4 img {
	margin: 0;
}

.Kervyn1 {
	position: relative;
	float: left;
}

.lunbing1 {
	position: relative;
	float: right;
}

.cu {
	font-size: 1.5em;
}

.grid_5 p {
	display: inline;
	margin: 0 auto;
	font-size: 1.5em;
	line-height: 1.6em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
}

.grid_8 p {
	display: inline;
	margin: 0 auto;
	font-size: 1.3em;
	line-height: 1.6em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
}

.prefix_0 {
	float: left;
}

.prefix_1 {
	float: left;
}

.prefix_1 h2 {
	color: #000;
	text-decoration: underline;
}

.prefix_1 p {
	color: #000;
	font-size: 1.5em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
}

.prefix_2 p {
	color: #fff;
	font-size: 1.5em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
}

.prefix_2 p.p4 {
	color: #a92c11;
}

.prefix_2 p.p5 {
	color: #000;
}

.prefix_2 h2 {
	color: #000;
}

.prefix_2 h3 {
	color: #000;
}

.prefix_2 h4 {
	color: #a92c11;
	padding-left: 10px;
	background-color: #fff;
}

.prefix_2 ul.details {
	font-size: 1.5em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
	line-height: 1.4em;
	margin-bottom: 5.5px;
	color: #fff;
}

.prefix_2 ul.detail {
	font-size: 1.5em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
	line-height: 1.4em;
	margin-bottom: 5.5px;
	color: #fff;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}

.prefix_2 ul.matters {
	font-size: 1.5em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
	line-height: 1.4em;
	margin-bottom: 5.5px;
	color: #000;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}

.prefix_2 ul.site {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #000;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}

.prefix_3 p {
	font-size: 1.3em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
}

.prefix_3 h2 {
	color: #000;
}

.prefix_3 h3 {
	color: #000;
}

.prefix_3 h4 {
	color: #a92c11;
	padding-left: 10px;
	background-color: #fff;
}

.extra_wrapper h3 {
	color: #fff;
	font-size: 1.4em;
}

.extra_wrapper p.p3 {
	font-size: 1.2em;
}

.top_block .text1 {
	text-transform: none;
	color: #fff;
	margin-bottom: 22px;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
}

.prefix_3 .text1 {
	color: #fff;
	font-size: 1.2em;
}

.box {
	border: 1px solid #c02b0d;
	background: #c02b0d;
	margin-bottom: 38px;
}

.box > img {
	border-left: 1px solid #d08e80;
	border-right: 1px solid #d08e80;
	border-top: 1px solid #d08e80;
	margin-bottom: 1px;
}

.box a {
	border: 1px solid #dd9081;
	display: block;
	background: #a92c11;
	font: 18px/20px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	padding: 27px 13px 23px;
}

.box a:hover {
	color: #a92c11;
	background-color: #fff;
}

.box a img {
	margin-left: 22px;
	margin-top: -3px;
}

.col1 {
	color: #000;
	font-size: 1.25em;
}

.text1 {
	font: 16px/19px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #a92c11;
	margin-bottom: 26px;
}

a.info {
	margin: 0 auto;
	font-size: 1.3em;
	line-height: 22px;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
}

.text1 a:hover {
	color: #000;
}

.content.page1 .text1 {
	color: #000;
	margin-bottom: 27px;
}

.bdt0 {
	border-top: 0 !important;
}

.clear.off1 {
	height: 34px;
}

.clear.off {
	height: 34px;
}

.top_block.tb1 p.p3 a {
	color: #fff;
	font-size: inherit;
	line-height: inherit;
}

.top_block.tb1 p.p3 a:hover {
	color: #a92c11;
}

/* Content */
.content {
	background: #f2f2f2;
	padding-bottom: 68px;
	border-top: 1px solid #6f757b;
}

.content.page1 {
	padding: 45px 10px 45px;
}

.content.page1 img {
	margin-bottom: 38px;
}

.content.page1 .col1 {
	line-height: 10px;
	padding-top: 1px;
	margin-bottom: 10px;
}

.content.page1 .col1 a {
	color: #000;
}

.content.page1 .col1 a:hover {
	color: #a92c11;
}

.content.bdt0 .text1 a {
	color: #a92c11;
}

.content.bdt0 .text1 a:hover {
	color: #000;
}

.bottom_block {
	background: #5b6269;
	color: #cacaca;
	padding-bottom: 26px;
}

.bottom_block a {
	text-decoration: underline;
}

.bottom_block ul li {
	margin-bottom: 12.5px;
}

.bottom_block span {
	font-size: 1.1em;
	line-height: 20px;
	color: #fff;
	display: block;
	padding-top: 2px;
}

.bottom_block span + span {
	padding-top: 12px;
}

.icon {
	float: left;
	margin-right: 26px;
	margin-top: -3px;
}

.b0x {
	margin-top: -1px;
	background: #5b6269;
	color: #fff;
	position: relative;
	margin-right: 2px;
	font-size: 1em;
	line-height: 33.5px;
	padding: 34px 0 108px;
	text-align: center;
	text-transform: uppercase;
}

.b0x a.btn {
	margin-top: 23px;
	bottom: 35px;
	position: absolute;
	left: 50%;
	margin-left: -53px;
}

.b0x img {
	margin-bottom: 31px;
}

.b0x .text1 {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 18px;
}

.b0x p {
	text-align: left;
	font-size: 0.9em;
	line-height: 20px;
	margin: 0 auto;
}

.boxes .clear {
	height: 40px;
}

.logos .text1 {
	text-transform: none;
	margin-bottom: 21px;
}

.logos {
	margin-top: -4px;
	color: #000;
}

.logos > div {
	position: relative;
}

.logos img {
	margin-bottom: 31px;
}

.logos img.offset {
	margin-top: -8px;
}

.logos .clear {
	height: 30px;
}

.map {
	padding-top: 0px;
	padding-right: 23px;
	margin-top: -3px;
	color: #848383;
}

.map figure {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin-bottom: 43px;
}

.map figure iframe {
	width: 100%;
	height: 280px;
	max-width: 100%;
}

.map address {
	float: left;
	margin-right: 80px;
}

footer {
	display: block;
	padding: 23px 0;
	font-size: 0.9em;
	color: #c7c8cb;
	background-color: #1B1A1A;
}

footer p {
	color: #c7c8cb;
	margin-bottom: 19px;
}

footer a {
	color: #c7c8cb;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer address {
	line-height: 18px;
	margin-top: -1px;
	float: right;
}

/* WordPress Specific */
.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 12px;
	color: #666;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

/* Blog Styles */
.blog-post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}

/* Blog Layout Toggle */
.blog-layout-toggle {
	text-align: right;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.blog-layout-toggle .layout-label {
	font-size: 1em;
	color: #6d6d6d;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
}

.layout-switch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #999;
	text-decoration: none;
	transition: all 0.3s ease;
	background: #fff;
}

.layout-switch:hover {
	border-color: #a92c11;
	color: #a92c11;
	text-decoration: none;
}

.layout-switch.active {
	border-color: #a92c11;
	background: #a92c11;
	color: #fff;
}

/* Blog Grid Layout */
.blog-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	grid-auto-rows: 1fr;
}

.blog-grid .blog-post {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	display: flex;
	flex-direction: column;
}

.blog-grid .blog-post:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.blog-grid .post-thumb-wrap {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
}

.blog-grid .post-thumb-wrap a {
	display: block;
	width: 100%;
	height: 100%;
}

.blog-grid .post-thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.blog-grid .blog-post:hover .post-thumb-img {
	transform: scale(1.05);
}

.blog-grid .post-body {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.blog-grid .post-body .entry-title {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.blog-grid .post-body .entry-title a {
	color: #000;
	font-size: 1em;
}

.blog-grid .post-body .entry-title a:hover {
	color: #a92c11;
}

.blog-grid .entry-meta {
	font-size: 0.9em;
	margin-bottom: 12px;
}

.blog-grid .entry-summary {
	font-size: 1em;
	line-height: 1.6em;
	color: #6d6d6d;
	margin-bottom: 15px;
	flex: 1;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog-grid .read-more {
	margin-top: auto;
	align-self: flex-start;
	font-size: 0.95em;
	padding: 6px 16px 6px;
}

/* Grid Columns */
.blog-grid-cols-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.blog-grid-cols-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blog-grid-cols-3 .post-thumb-wrap,
.blog-grid-cols-4 .post-thumb-wrap {
	height: 160px;
}

.blog-grid-cols-3 .post-body {
	padding: 15px;
}

.blog-grid-cols-3 .post-body .entry-title {
	font-size: 1.15em;
	line-height: 1.3em;
	margin-bottom: 8px;
}

.blog-grid-cols-3 .entry-meta {
	font-size: 0.85em;
	margin-bottom: 10px;
}

.blog-grid-cols-3 .entry-summary {
	font-size: 0.95em;
	line-height: 1.5em;
	margin-bottom: 12px;
	-webkit-line-clamp: 3;
}

.blog-grid-cols-4 .post-body {
	padding: 12px;
}

.blog-grid-cols-4 .post-body .entry-title {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 6px;
}

.blog-grid-cols-4 .entry-meta {
	font-size: 0.8em;
	margin-bottom: 8px;
}

.blog-grid-cols-4 .entry-summary {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 10px;
	-webkit-line-clamp: 2;
}

.blog-grid-cols-4 .post-category {
	font-size: 0.7em;
	padding: 2px 8px;
}

.blog-grid-cols-4 .read-more {
	font-size: 0.85em;
	padding: 4px 12px 4px;
}

.blog-grid-cols-4 .entry-content {
	font-size: 0.9em;
	line-height: 1.6em;
	color: #6d6d6d;
	margin-bottom: 12px;
}

.blog-grid-cols-4 .entry-content p {
	margin-bottom: 10px;
}

/* Blog List Layout */
.blog-list .blog-post {
	display: flex;
	gap: 25px;
	align-items: flex-start;
}

.blog-list .post-thumb-wrap {
	width: 280px;
	min-width: 280px;
	height: 180px;
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
	border-radius: 4px;
	flex-shrink: 0;
}

.blog-list .post-thumb-wrap a {
	display: block;
	width: 100%;
	height: 100%;
}

.blog-list .post-thumb-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.blog-list .blog-post:hover .post-thumb-img {
	transform: scale(1.05);
}

.blog-list .post-body {
	flex: 1;
	min-width: 0;
}

.blog-list .post-body .entry-title {
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.blog-list .post-body .entry-title a {
	color: #000;
	font-size: 1em;
}

.blog-list .post-body .entry-title a:hover {
	color: #a92c11;
}

.blog-list .entry-meta {
	font-size: 1em;
	margin-bottom: 12px;
}

.blog-list .entry-meta .meta-sep {
	color: #ccc;
	margin: 0 8px;
}

.blog-list .entry-meta .comments-link {
	color: #a92c11;
}

.blog-list .entry-meta .comments-link:hover {
	color: #000;
}

.blog-list .entry-summary {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #6d6d6d;
	margin-bottom: 15px;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
}

.blog-list .read-more {
	margin-top: 5px;
	font-size: 1em;
	padding: 6px 18px 6px;
}

/* Post Category Badge */
.post-category {
	display: inline-block;
	background: #a92c11;
	color: #fff;
	font-size: 0.8em;
	padding: 3px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Post Thumbnail Placeholder */
.post-thumb-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #a92c11;
	color: #fff;
	font-size: 3em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

.blog-list .post-thumb-placeholder {
	font-size: 2.5em;
}

/* Blog Post (old list style - kept for compatibility) */
.blog-post h2.entry-title {
	color: #000;
	font-size: 1.8em;
	line-height: 1.4em;
	margin-bottom: 15px;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.blog-post h2.entry-title a {
	color: #000;
	font-size: 1em;
}

.blog-post h2.entry-title a:hover {
	color: #a92c11;
}

.blog-post h1.entry-title {
	color: #000;
	font-size: 2em;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.blog-post .entry-meta {
	color: #6d6d6d;
	font-size: 1.1em;
	margin-bottom: 20px;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
}

.blog-post .entry-meta a {
	color: #a92c11;
	font-size: 1em;
}

.blog-post .entry-meta a:hover {
	color: #000;
}

.blog-post .entry-thumbnail {
	margin-bottom: 20px;
}

.blog-post .entry-thumbnail img {
	border: 1px solid #aaabaf;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.blog-post .entry-summary,
.blog-post .entry-content {
	font-size: 1.3em;
	line-height: 1.6em;
	color: #6d6d6d;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
}

.blog-post .entry-summary p,
.blog-post .entry-content p {
	margin-bottom: 19px;
	font-size: 1em;
}

.blog-post .entry-summary a,
.blog-post .entry-content a {
	color: #a92c11;
	font-size: 1em;
}

.blog-post .entry-summary a:hover,
.blog-post .entry-content a:hover {
	color: #000;
}

.blog-post .entry-footer {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	font-size: 1.1em;
	color: #6d6d6d;
}

.blog-post .entry-footer a {
	color: #a92c11;
	font-size: 1em;
}

.blog-post .entry-footer a:hover {
	color: #000;
}

.blog-post .cat-links,
.blog-post .tags-links {
	margin-bottom: 10px;
}

/* Single Post - Legal Content Premium */
.single-post {
	max-width: 860px;
	margin: 0 auto;
}

.single-post .entry-header {
	margin-bottom: 40px;
	padding-bottom: 28px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.single-post .entry-header::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 60px;
	height: 2px;
	background: #a92c11;
}

.single-post .entry-title {
	font-size: 2.2em;
	line-height: 1.3em;
	color: #000;
	margin: 0 0 0;
	padding: 0 0 0;
	border: none;
	float: none;
	clear: both;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	display: block;
}

.single-post .entry-meta {
	font-size: 0.95em;
	color: #6d6d6d;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
	display: block;
	clear: both;
	float: none;
	width: 100%;
	margin: 18px 0 0 0;
	padding: 0 0 0 0;
	border-bottom: none;
	line-height: 1.8em;
	white-space: nowrap;
	text-align: left;
}

.single-post .entry-meta .meta-sep {
	display: inline;
	margin: 0 6px;
	color: #ccc;
}

.single-post .entry-meta .meta-icon {
	display: inline;
	color: #aaa;
}

.single-post .entry-meta .meta-icon svg {
	display: inline;
	vertical-align: middle;
	margin-right: 4px;
}

.single-post .entry-meta .cat-links a {
	color: #a92c11;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s ease;
}

.single-post .entry-meta .cat-links a:hover {
	color: #000;
	text-decoration: underline;
}

.single-post .entry-featured-image {
	margin-bottom: 32px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.single-post .entry-featured-image img {
	width: 100%;
	height: auto;
	display: block;
}

.single-post .entry-featured-image .wp-caption-text {
	font-size: 0.85em;
	color: #999;
	padding: 10px 14px;
	background: #fafafa;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
	font-style: italic;
	margin: 0;
}

.single-post .entry-content {
	font-size: 1.15em;
	line-height: 1.9em;
	color: #333;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Georgia, Times, serif;
}

.single-post .entry-content > p:first-of-type::first-letter {
	font-size: 3.2em;
	float: left;
	line-height: 1;
	padding: 6px 10px 4px 0;
	color: #a92c11;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.single-post .entry-content p {
	margin-bottom: 1.5em;
}

.single-post .entry-content a {
	color: #a92c11;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color 0.2s ease;
}

.single-post .entry-content a:hover {
	color: #000;
}

.single-post .entry-content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 1.6em;
	margin-top: 1.8em;
	margin-bottom: 0.6em;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
	font-weight: normal;
}

.single-post .entry-content h2::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 50px;
	height: 2px;
	background: #a92c11;
}

.single-post .entry-content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 1.3em;
	margin-top: 1.5em;
	margin-bottom: 0.6em;
	padding-left: 14px;
	border-left: 3px solid #a92c11;
	font-weight: normal;
	line-height: 1.4;
}

.single-post .entry-content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 1.1em;
	margin-top: 1.3em;
	margin-bottom: 0.5em;
	font-weight: 600;
}

.single-post .entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	margin: 1.5em 0;
	box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.single-post .entry-content blockquote {
	border-left: none;
	padding: 24px 28px 24px 32px;
	margin: 1.8em 0;
	background: #5b6269;
	color: rgba(255,255,255,0.85);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.05em;
	line-height: 1.7em;
	border-radius: 6px;
	position: relative;
}

.single-post .entry-content blockquote::before {
	content: '\201C';
	position: absolute;
	top: 12px;
	left: 14px;
	font-size: 3em;
	color: #a92c11;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
	opacity: 0.6;
}

.single-post .entry-content blockquote p {
	margin-bottom: 0.5em;
}

.single-post .entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.single-post .entry-content blockquote cite {
	display: block;
	margin-top: 12px;
	font-size: 0.85em;
	color: rgba(255,255,255,0.4);
	font-style: normal;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
	margin: 1em 0;
	padding-left: 25px;
}

.single-post .entry-content li {
	margin-bottom: 0.5em;
	line-height: 1.7em;
}

.single-post .entry-content li::marker {
	color: #a92c11;
}

.single-post .entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
	font-size: 0.95em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
}

.single-post .entry-content table th,
.single-post .entry-content table td {
	padding: 10px 14px;
	border: 1px solid #e5e5e5;
	text-align: left;
}

.single-post .entry-content table th {
	background: #5b6269;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 0.9em;
}

.single-post .entry-content table tr:nth-child(even) {
	background: #fafafa;
}

.single-post .entry-content table tr:hover {
	background: #f5f0ee;
}

.single-post .entry-content code {
	background: #f5f2f0;
	padding: 2px 8px;
	border-radius: 3px;
	font-size: 0.9em;
	color: #a92c11;
	font-family: 'Courier New', Courier, monospace;
}

.single-post .entry-content pre {
	background: #5b6269;
	color: rgba(255,255,255,0.9);
	padding: 20px 24px;
	border-radius: 6px;
	overflow-x: auto;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 1.5em 0;
	font-family: 'Courier New', Courier, monospace;
}

.single-post .entry-content pre code {
	background: none;
	padding: 0;
	color: inherit;
	font-size: inherit;
}

.single-post .entry-content hr {
	border: none;
	height: 1px;
	background: linear-gradient(90deg, transparent 0%, #ddd 20%, #ddd 80%, transparent 100%);
	margin: 2em 0;
}

.single-post .entry-footer {
	margin-top: 35px;
	padding: 28px 28px;
	background: #faf8f6;
	border: 1px solid #e5dcd5;
	border-radius: 4px;
	font-size: 1em;
	color: #555;
	position: relative;
}

.single-post .entry-footer::before {
	content: '';
	display: none;
}

.single-post .entry-footer a {
	color: #a92c11;
	text-decoration: none;
	font-weight: normal;
	transition: color 0.2s ease;
}

.single-post .entry-footer a:hover {
	color: #000;
	text-decoration: underline;
}

.single-post .entry-footer .tags-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 0.95em;
}

.single-post .entry-footer .tags-links::before {
	content: '';
	display: none;
}

.single-post .entry-footer .tags-links .tags-label {
	color: #a92c11;
	font-weight: bold;
	font-size: 1.05em;
	margin-right: 4px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.single-post .entry-footer .tags-links .tag-link,
.single-post .entry-footer .tags-links a {
	display: inline-block;
	padding: 6px 16px;
	background: #fff;
	color: #444 !important;
	text-decoration: none !important;
	border: 1px solid #ddd6ce;
	border-radius: 20px;
	font-size: 0.88em;
	transition: all 0.25s ease;
	font-weight: normal !important;
	line-height: 1.5em;
}

.single-post .entry-footer .tags-links .tag-link:hover,
.single-post .entry-footer .tags-links a:hover {
	background: #a92c11 !important;
	color: #fff !important;
	border-color: #a92c11 !important;
	text-decoration: none !important;
}

.single-post .post-author-contact {
	margin-top: 40px;
	padding: 30px 30px;
	background: #faf8f6;
	border: 1px solid #e5dcd5;
	border-radius: 4px;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
}

.single-post .post-author-contact .contact-inner {
	margin-top: 20px;
}

.single-post .post-author-contact .contact-inner h4 {
	font-size: 1.05em;
	color: #a92c11;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e5dcd5;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
	letter-spacing: 1px;
}

.single-post .post-author-contact .contact-address {
	font-size: 1em;
	color: #333;
	line-height: 1.8em;
	margin-bottom: 14px;
	padding-left: 2px;
}

.single-post .post-author-contact .contact-logo {
	margin-bottom: 16px;
}

.single-post .post-author-contact .contact-logo img {
	max-width: 200px;
	height: auto;
}

.single-post .post-author-contact .contact-details {
	font-size: 0.95em;
	color: #333;
	line-height: 2em;
}

.single-post .post-author-contact .contact-details .contact-item {
	display: block;
}

.single-post .post-author-contact .contact-details .contact-item a {
	color: #a92c11;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s ease;
}

.single-post .post-author-contact .contact-details .contact-item a:hover {
	color: #000;
	text-decoration: underline;
}

.single-post .post-author-contact .disclaimer-section {
	margin-top: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e5dcd5;
	font-size: 0.88em;
	line-height: 1.8em;
	color: #555;
}

.single-post .post-author-contact .disclaimer-section h4 {
	font-size: 1em;
	color: #a92c11;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding: 0;
	border-bottom: none;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
	letter-spacing: 1px;
}

.single-post .post-author-contact .disclaimer-section p {
	margin: 0 0 10px 0;
	font-size: 1em;
	color: #555;
	line-height: 1.75em;
}

.single-post .post-author-contact .disclaimer-section .disclaimer-date {
	margin-top: 14px;
	font-size: 0.9em;
	color: #999;
	font-style: italic;
}

/* Enhanced Comments Section - Premium Law Firm Style */
.comments-section {
	margin-top: 60px;
	padding-top: 45px;
	border-top: none;
	position: relative;
}

.comments-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 2px;
	background: linear-gradient(90deg, #a92c11 0%, #c44b32 100%);
}

.comments-title {
	font-size: 1.3em;
	color: #1a1a1a;
	margin-bottom: 32px;
	font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-transform: none;
	font-weight: 600;
	position: relative;
	padding-bottom: 12px;
}

.comments-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 1px;
	background: #a92c11;
}

.comment-list {
	list-style: none;
	padding: 0;
	margin: 0 0 35px;
}

.comment-item {
	list-style: none;
	margin-bottom: 20px;
}

.comment-body {
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-left: 3px solid #a92c11;
	border-radius: 2px;
	padding: 22px 28px;
	position: relative;
	transition: all 0.3s ease;
	box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.comment-body:hover {
	border-color: #d0d0d0;
	border-left-color: #a92c11;
	box-shadow: 0 4px 20px rgba(0,0,0,0.06);
	transform: translateX(2px);
	background: #fff;
}

.comment-meta {
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.comment-author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.comment-author img.avatar {
	border-radius: 50%;
	width: 44px;
	height: 44px;
	border: 2px solid #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	object-fit: cover;
}

.comment-author .fn {
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	color: #2a2a2a;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.3px;
}

.comment-author .fn a {
	color: #a92c11;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.2s ease;
}

.comment-author .fn a:hover {
	color: #1a1a1a;
	text-decoration: underline;
}

.comment-metadata {
	font-size: 13px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
	font-style: italic;
}

.comment-metadata a {
	color: #999;
	text-decoration: none;
	transition: color 0.2s ease;
}

.comment-metadata a:hover {
	color: #a92c11;
}

.comment-awaiting-moderation {
	color: #a92c11;
	font-style: italic;
	font-size: 13px;
	margin-top: 8px;
	background: rgba(169, 44, 23, 0.05);
	padding: 6px 12px;
	border-radius: 2px;
	display: inline-block;
	border-left: 2px solid #a92c11;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.comment-content {
	font-size: 15px;
	line-height: 1.8;
	color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.comment-content p {
	margin-bottom: 12px;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.reply {
	margin-top: 14px;
	text-align: right;
}

.reply a {
	color: #a92c11;
	font-size: 13px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.2s ease;
	display: inline-block;
	padding: 4px 0;
	position: relative;
}

.reply a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #a92c11;
	transition: width 0.3s ease;
}

.reply a:hover {
	color: #1a1a1a;
}

.reply a:hover::after {
	width: 100%;
}

.children {
	margin-left: 40px;
	padding-left: 25px;
	border-left: 1px dashed #ddd;
}

.children .comment-body {
	background: #fff;
	border-color: #e8e8e8;
	border-left: 2px solid #c44b32;
}

.children .comment-body:hover {
	background: #fafafa;
	border-color: #d0d0d0;
}

/* Comment Form - Premium Law Firm Style */
.comment-respond {
	margin-top: 45px;
	padding: 35px 40px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
	position: relative;
	box-shadow: 0 2px 15px rgba(0,0,0,0.03);
}

.comment-respond::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #a92c11 0%, #c44b32 50%, #a92c11 100%);
}

.comment-reply-title {
	font-size: 1.25em;
	color: #1a1a1a;
	margin-bottom: 8px;
	font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5px;
	text-transform: none;
	font-weight: 600;
}

.comment-reply-title small {
	margin-left: 10px;
}

.comment-reply-title small a {
	color: #999;
	font-size: 0.65em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: color 0.2s ease;
}

.comment-reply-title small a:hover {
	color: #a92c11;
}

.comment-notes {
	font-size: 13px;
	color: #888;
	margin-bottom: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.comment-form {
	display: block;
}

.comment-form .comment-form-comment {
	display: block;
}

.comment-form .comment-notes {
	display: block;
}

.comment-form .form-submit {
	margin-bottom: 0;
}

.comment-form label {
	display: block;
	font-size: 13px;
	color: #555;
	margin-bottom: 6px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.comment-form label .required {
	color: #a92c11;
	margin-left: 2px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 10px 16px;
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	box-sizing: border-box;
	transition: all 0.3s ease;
	background: #fafafa;
	color: #333;
	line-height: 1.6;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
	border-color: #a92c11;
	outline: none;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(169, 44, 23, 0.08);
}

.comment-form textarea {
	resize: vertical;
	min-height: 150px;
	overflow: auto;
	position: relative;
	margin: 0;
	float: none;
}

.comment-form p {
	margin-bottom: 0;
}

.comment-form-fields-row {
	display: flex;
	gap: 20px;
	margin-bottom: 18px;
}

.comment-form-fields-row .comment-form-author,
.comment-form-fields-row .comment-form-email {
	flex: 1;
	margin: 0;
}

.comment-form-url-wrap {
	margin-bottom: 18px;
}

.comment-form .comment-form-url {
	display: none;
}

.comment-form .comment-form-comment {
	margin-bottom: 18px;
}

.comment-form .comment-form-cookies-consent {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
	margin-bottom: 22px;
}

.comment-form .comment-form-cookies-consent input[type="checkbox"] {
	margin: 0;
	accent-color: #a92c11;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	font-size: 13px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.comment-submit {
	display: inline-block;
	padding: 14px 42px;
	background: #a92c11;
	color: #fff;
	border: 1px solid #a92c11;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	cursor: pointer;
	border-radius: 2px;
	transition: all 0.3s ease;
	margin-top: 0 !important;
	font-weight: 500;
	position: relative;
	overflow: hidden;
}

.comment-submit::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
	transition: left 0.5s ease;
}

.comment-submit:hover::before {
	left: 100%;
}

.comment-submit:hover {
	background: #8a240e;
	border-color: #8a240e;
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(169, 44, 23, 0.25);
}

.comment-submit:active {
	transform: translateY(0);
}

.comment-navigation {
	margin: 30px 0;
	padding: 15px 0;
	font-size: 0.9em;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.comment-navigation a {
	color: #a92c11;
	text-decoration: none;
	font-weight: 500;
	font-family: Georgia, "Times New Roman", Times, serif;
	transition: color 0.2s ease;
}

.comment-navigation a:hover {
	color: #1a1a1a;
}

.no-comments {
	color: #999;
	font-style: italic;
	font-size: 0.95em;
	margin: 30px 0;
	padding: 25px;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 2px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Post Search Icon - Single Post */
.post-search-icon-wrap {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.post-search-toggle {
	background: none;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 6px 10px;
	cursor: pointer;
	color: #666;
	transition: all 0.2s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.post-search-toggle:hover {
	color: #a92c11;
	border-color: #a92c11;
	background: #fff;
}

.post-search-toggle:focus {
	outline: 2px solid #a92c11;
	outline-offset: 2px;
}

.post-search-expand {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 340px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	padding: 16px 18px;
	margin-top: 6px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
	z-index: 100;
}

.post-search-expand .post-search-form {
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 0;
}

.post-search-expand .post-search-input {
	flex: 1;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 0.9em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
	transition: border-color 0.2s ease;
}

.post-search-expand .post-search-input:focus {
	border-color: #a92c11;
	outline: none;
}

.post-search-expand .post-search-submit {
	padding: 8px 18px !important;
	font-size: 0.85em !important;
	white-space: nowrap;
}

.post-search-expand.open {
	display: block;
}

/* Page-internal keyword search highlight */
.keyword-highlight {
	background: #fff3cd;
	color: #000 !important;
	padding: 1px 3px;
	border-radius: 2px;
	transition: background 0.2s ease;
}

.keyword-highlight.current {
	background: #a92c11;
	color: #fff !important;
}

.page-search-status {
	display: none;
	font-size: 0.78em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
	padding: 4px 10px;
	border-radius: 3px;
	margin-left: 6px;
	white-space: nowrap;
	vertical-align: middle;
}

.page-search-status.no-match {
	color: #a92c11;
	background: rgba(169, 44, 23, 0.08);
}

.page-search-status.has-match {
	color: #2e7d32;
	background: rgba(46, 125, 50, 0.08);
}

/* Blog Search Box - Blog List Page */
.blog-search-box {
	margin-bottom: 30px;
	padding: 18px 22px;
	background: #f9f9f9;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
}

.blog-search-form {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0;
}

.blog-search-input {
	flex: 1;
	padding: 10px 14px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 0.95em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
	transition: border-color 0.2s ease;
}

.blog-search-input:focus {
	border-color: #a92c11;
	outline: none;
}

.blog-search-submit {
	padding: 10px 24px !important;
	font-size: 0.9em !important;
	white-space: nowrap;
	margin-top: 0 !important;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif !important;
	line-height: normal !important;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.post-search-submit {
	margin-top: 0 !important;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif !important;
	line-height: normal !important;
}

/* Post Navigation */
.post-navigation {
	margin: 40px 0;
	padding: 25px 0;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	position: relative;
}

.post-navigation::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 60px;
	height: 2px;
	background: #a92c11;
}

.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	flex: 1;
}

.post-navigation .nav-next {
	text-align: right;
}

.post-navigation a {
	color: #a92c11;
	font-size: 1.05em;
	text-decoration: none;
	font-weight: 600;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
	transition: color 0.3s ease;
}

.post-navigation a:hover {
	color: #000;
}

/* Related Posts */
.related-posts {
	margin: 45px 0;
	padding: 35px 0 0;
	border-top: 2px solid #e5e5e5;
	position: relative;
}

.related-posts::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 60px;
	height: 2px;
	background: #a92c11;
}

.related-posts h3 {
	font-size: 1.4em;
	color: #000;
	margin-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.related-posts-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 25px;
}

.related-post-item {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.related-post-item:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.related-post-item a {
	text-decoration: none;
	display: block;
}

.related-post-thumb {
	width: 100%;
	height: 150px;
	object-fit: cover;
	display: block;
}

.related-post-item h4 {
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	padding: 14px 14px 5px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.related-post-item a:hover h4 {
	color: #a92c11;
}

.related-post-date {
	display: block;
	font-size: 0.8em;
	color: #aaa;
	padding: 0 14px 14px;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
}

/* Post Article Closing Zone - Dark Theme Enhanced */
.post-close-zone {
	background: transparent;
	margin-top: 35px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.post-close-zone::before {
	content: '';
	display: none;
}

.post-close-inner {
	max-width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}

/* Share Section */
.close-share {
	padding: 20px 28px;
	background: #faf8f6;
	border: 1px solid #e5dcd5;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.close-share-label {
	font-size: 0.85em;
	color: #888;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

.close-share-links {
	display: flex;
	gap: 8px;
}

.close-share-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #aaa;
	background: #fff;
	border: 1px solid #ddd6ce;
	text-decoration: none;
	transition: all 0.25s ease;
}

.close-share-link:hover {
	color: #fff;
	background: #a92c11;
	border-color: #a92c11;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 3px 8px rgba(169, 44, 17, 0.2);
}

/* Post Back Link */
.post-back-link {
	margin-bottom: 20px;
	display: inline-block;
}

.post-back-link a {
	color: #a92c11;
	font-size: 0.95em;
	text-decoration: none;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
	transition: color 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.post-back-link a:hover {
	color: #000;
	text-decoration: underline;
}

/* Table of Contents */
.post-toc {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	border-left: 3px solid #a92c11;
	border-radius: 6px;
	padding: 22px 28px;
	margin-bottom: 30px;
	position: relative;
}

.toc-header {
	margin-bottom: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	gap: 8px;
}

.toc-header::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #a92c11;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='8' y1='6' x2='21' y2='6'/%3E%3Cline x1='8' y1='12' x2='21' y2='12'/%3E%3Cline x1='8' y1='18' x2='21' y2='18'/%3E%3Cline x1='3' y1='6' x2='3.01' y2='6'/%3E%3Cline x1='3' y1='12' x2='3.01' y2='12'/%3E%3Cline x1='3' y1='18' x2='3.01' y2='18'/%3E%3C/svg%3E") no-repeat center;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='8' y1='6' x2='21' y2='6'/%3E%3Cline x1='8' y1='12' x2='21' y2='12'/%3E%3Cline x1='8' y1='18' x2='21' y2='18'/%3E%3Cline x1='3' y1='6' x2='3.01' y2='6'/%3E%3Cline x1='3' y1='12' x2='3.01' y2='12'/%3E%3Cline x1='3' y1='18' x2='3.01' y2='18'/%3E%3C/svg%3E") no-repeat center;
	flex-shrink: 0;
}

.toc-title {
	font-size: 1em;
	font-weight: 600;
	color: #000;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.toc-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.toc-list li {
	margin-bottom: 8px;
	line-height: 1.5em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', Arial, sans-serif;
	font-size: 0.95em;
}

.toc-list li.toc-sub {
	padding-left: 22px;
	font-size: 0.9em;
}

.toc-list li:last-child {
	margin-bottom: 0;
}

.toc-list li a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.3s ease;
	padding: 2px 0;
	display: inline-block;
}

.toc-list li a:hover {
	color: #a92c11;
	border-bottom-color: #a92c11;
}

/* Single Post headings with anchor for TOC */
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
	scroll-margin-top: 20px;
}

.read-more {
	display: inline-block;
	margin-top: 20px;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	text-transform: uppercase;
	line-height: 24px;
	z-index: 999;
	padding: 8px 20px 8px;
	border: 1px solid #d19083;
	box-shadow: 0 0 0 1px #a92c11;
	color: #fff;
	background: #a92c11;
	text-decoration: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.read-more:hover {
	color: #a92c11;
	background-color: #fff;
	text-decoration: none;
}

/* Blog Pagination (only inside content area, avoids slider pagination conflict) */
.content .pagination {
	clear: both;
	margin: 40px 0 20px;
	text-align: center;
}

.content .pagination .nav-links {
	display: inline-block;
}

.content .pagination a,
.content .pagination span {
	display: inline-block;
	padding: 8px 15px;
	margin: 0 3px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	color: #6d6d6d;
	border: 1px solid #ddd;
	text-decoration: none;
	transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}

.content .pagination a:hover {
	background: #a92c11;
	color: #fff;
	border-color: #a92c11;
	text-decoration: none;
}

.content .pagination .current {
	background: #a92c11;
	color: #fff;
	border-color: #a92c11;
}

.content .pagination .dots {
	background: transparent;
	border: none;
	padding: 8px 5px;
}

/* Custom Pagination - Premium Law Firm Style */
.altafferlaw-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 30px 0 15px;
}

.altafferlaw-pagination .page-btn {
	display: inline-block;
	padding: 8px 14px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	color: #555;
	border: 1px solid #ddd;
	border-radius: 2px;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	min-width: 40px;
	text-align: center;
}

.altafferlaw-pagination .page-btn:hover {
	background: #a92c11;
	color: #fff;
	border-color: #a92c11;
	text-decoration: none;
}

.altafferlaw-pagination .page-btn.current {
	background: #a92c11;
	color: #fff;
	border-color: #a92c11;
	font-weight: 600;
}

.altafferlaw-pagination .page-btn.prev-btn,
.altafferlaw-pagination .page-btn.next-btn {
	padding: 8px 18px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-family: Arial, Helvetica, sans-serif;
}

.altafferlaw-pagination .page-ellipsis {
	padding: 8px 6px;
	color: #999;
	font-size: 14px;
}

.altafferlaw-pagination .page-jump {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: 15px;
	font-size: 13px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.altafferlaw-pagination .page-jump-input {
	width: 55px;
	padding: 6px 8px;
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 14px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	transition: border-color 0.3s ease;
}

.altafferlaw-pagination .page-jump-input:focus {
	border-color: #a92c11;
	outline: none;
}

.per-page-selector {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 25px;
	font-size: 13px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.per-page-selector .per-page-select {
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	color: #555;
	cursor: pointer;
	transition: border-color 0.3s ease;
}

.per-page-selector .per-page-select:focus {
	border-color: #a92c11;
	outline: none;
}

@media (max-width: 768px) {
	.altafferlaw-pagination {
		flex-direction: column;
		gap: 10px;
	}

	.altafferlaw-pagination .page-jump {
		margin-left: 0;
	}

	.altafferlaw-pagination .page-btn {
		padding: 6px 10px;
		font-size: 13px;
	}
}

/* Page header styles */
.page-header {
	margin-bottom: 30px;
}

.page-title {
	color: #000;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.archive-description {
	color: #6d6d6d;
	font-size: 1.2em;
	margin-top: 10px;
}

/* No results */
.no-results {
	padding: 40px 0;
	text-align: center;
}

.no-results .page-title {
	color: #000;
	margin-bottom: 20px;
}

.no-results .page-content {
	color: #6d6d6d;
	font-size: 1.2em;
}

.no-results .page-content p {
	margin-bottom: 20px;
	font-size: 1em;
}

/* Search form */
.search-form {
	margin: 20px 0;
}

.search-form label {
	display: block;
	margin-bottom: 10px;
}

.search-form input[type="search"] {
	padding: 8px 12px;
	border: 1px solid #ddd;
	font-size: 1em;
	width: 100%;
	max-width: 300px;
	box-sizing: border-box;
}

.search-form input[type="submit"] {
	padding: 8px 20px;
	background: #a92c11;
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
}

.search-form input[type="submit"]:hover {
	background: #8a240e;
}

/* Responsive */
@media (max-width: 767px) {
	body {
		min-width: auto;
	}
	
	header h1 a {
		width: 100%;
		height: auto;
	}
	
	.callus,
	.findus {
		float: none;
		width: 100%;
		margin: 10px 0;
	}
	
	.grid_12 p {
		font-size: 1em;
	}
	
	.content {
		padding: 20px 10px;
	}
	
	.box {
		margin-bottom: 20px;
	}
	
	/* Blog responsive */
	.blog-grid,
	.blog-grid-cols-3,
	.blog-grid-cols-4 {
		grid-template-columns: 1fr;
	}
	
	.blog-list .blog-post {
		flex-direction: column;
	}
	
	.blog-list .post-thumb-wrap {
		width: 100%;
		min-width: 0;
		height: 200px;
	}
	
	.blog-grid-cols-3 .post-thumb-wrap,
	.blog-grid-cols-4 .post-thumb-wrap {
		height: 200px;
	}
	
	.related-posts-grid {
		grid-template-columns: 1fr;
	}
	
	.post-toc {
		padding: 15px;
	}
	
	.post-search-expand {
		right: 0;
		left: auto;
		width: 100%;
		min-width: 260px;
	}
	
	.post-search-expand .post-search-form {
		flex-direction: column;
	}
	
	.post-search-expand .post-search-input {
		width: 100%;
	}
	
	.post-search-expand .post-search-submit {
		width: 100%;
	}
	
	.blog-search-form {
		flex-direction: column;
	}
	
	.blog-search-input {
		width: 100%;
	}
	
	.blog-search-submit {
		width: 100%;
	}
	
	.comment-form {
		grid-template-columns: 1fr;
	}
	
	.comment-respond {
		padding: 25px 20px;
	}
	
	.comment-form-fields-row {
		flex-direction: column;
		gap: 20px;
	}
	
	.comment-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}
	
	.comment-metadata {
		margin-left: 56px;
	}
	
	.children {
		margin-left: 15px;
		padding-left: 10px;
	}
	
	.comment-body {
		padding: 18px 20px;
	}

	.single-post .entry-title {
		font-size: 1.6em;
	}

	.post-close-inner {
		padding: 36px 20px 30px;
	}

	.close-share {
		flex-direction: column;
		justify-content: center;
		gap: 10px;
		padding: 20px 20px;
	}

	.single-post .entry-meta {
		font-size: 0.8em;
		gap: 4px 10px;
		padding-top: 12px;
	}

	.single-post .entry-content {
		font-size: 1.05em;
		line-height: 1.8em;
	}

	.single-post .entry-content > p:first-of-type::first-letter {
		font-size: 2.4em;
		padding: 4px 8px 2px 0;
	}

	.single-post .entry-content blockquote {
		padding: 20px 20px 20px 28px;
		font-size: 1em;
	}

	.single-post .entry-content blockquote::before {
		font-size: 2.2em;
		top: 8px;
		left: 10px;
	}

	.single-post .entry-content table {
		font-size: 0.85em;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.single-post .entry-content h2 {
		font-size: 1.4em;
	}

	.single-post .entry-content h3 {
		font-size: 1.15em;
	}

	.single-post .entry-featured-image {
		border-radius: 4px;
	}

	.post-toc {
		padding: 16px 16px;
	}

	.toc-list li {
		font-size: 0.9em;
	}
}

/* Flexbox utilities */
.flex-grow {
	flex-grow: 1;
}

.mt-auto {
	margin-top: auto;
	display: inline-block;
}

/* Header alignment */
.buttons-container {
	text-align: right;
	flex-shrink: 0;
}

.logo-container {
	flex-shrink: 0;
}

/* Ensure律师个人简介的MORE按钮水平对齐 */
.grid_6 {
	margin-bottom: 30px;
}

.grid_3.omega {
	min-height: 320px;
}

/* WordPress menu/widget list style overrides only - base styles in superfish.css */
.sf-menu ul.sub-menu li,
.sf-menu li.menu-item {
	list-style: none !important;
}

.sf-menu ul.sub-menu li:before,
.sf-menu li.menu-item:before {
	content: none !important;
}

/* Slider pagination - WordPress list style overrides only */
.slider .pagination,
.slider-block .pagination,
.slider-relative .pagination {
	list-style: none !important;
}

.slider .pagination li,
.slider-block .pagination li,
.slider-relative .pagination li {
	list-style: none !important;
	background: none !important;
}

.slider .pagination li:before,
.slider-block .pagination li:before,
.slider-relative .pagination li:before {
	content: none !important;
}

/* Enhanced Responsive Design */
@media (max-width: 960px) {
	.container_12 {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	
	.grid_8,
	.grid_4,
	.grid_6,
	.grid_3 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: none;
	}
	
	header h1 a {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.callus,
	.findus {
		font-size: 1.2em;
		text-align: center;
	}
	
	.content.page1 {
		padding: 20px 10px;
	}
	
	.grid_3 img {
		max-width: 100%;
		height: auto;
	}
	
	/* Responsive navigation for medium screens */
	.sf-menu a {
		padding: 10px 12px;
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	/* Responsive navigation for small screens */
	.sf-menu {
		overflow-x: auto;
		white-space: nowrap;
	}
	
	.sf-menu li {
		float: none;
		display: inline-block;
	}
	
	.sf-menu ul {
		position: static;
		display: none;
	}
	
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		display: block;
		position: static;
	}
	
	.sf-menu ul li {
		display: block;
	}
}

@media (max-width: 480px) {
	.callus,
	.findus {
		font-size: 1em;
		padding: 8px 10px;
	}
	
	header {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.content {
		padding-bottom: 30px;
	}
	
	/* Additional responsive navigation adjustments for extra small screens */
	.sf-menu a {
		padding: 8px 10px;
		font-size: 11px;
	}
}

/* Practice Area Content Fix */
.content .prefix_2 p,
.content .grid_8.prefix_2 p {
	color: #000;
	font-size: 1.5em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
	line-height: 1.4em;
	margin: 0 0 2.2em 0;
	display: block;
}

.content .prefix_2 h4 {
	color: #a92c11;
	padding-left: 10px;
	background-color: #fff;
	margin: 1em 0 0.8em 0;
}

.content .prefix_2 ul.matters {
	color: #000;
	margin-bottom: 2.2em;
	font-size: 1.5em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
	line-height: 1.4em;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}

/* Search Results Paragraph Fix */
.top_block .grid_8.prefix_2 p {
	display: block;
	line-height: 1.6em;
	margin: 0 0 1.5em 0;
}

/* Attorney Detail Page Fix */
.top_block .prefix_2 h3 {
	color: #fff;
}

.top_block .prefix_2 p.p2 {
	color: #fff;
	font-size: 1.3em;
	font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Times New Roman', Times, serif;
	line-height: 1.4em;
	margin-bottom: 5.5px;
}

.top_block .prefix_2 p.p3 {
	color: #fff;
}

/* Contact Form Styles */
.contact-form {
	margin-top: -4px;
}

.contact-form input {
	font-size: 16px;
	color: #5e5e5e;
	line-height: 20px;
	border: 1px solid #e6e6e6;
	padding: 5px 14px;
	width: 100%;
	height: 30px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.contact-form textarea {
	font-size: 16px;
	color: #5e5e5e;
	height: 273px;
	overflow: auto;
	border: 1px solid #e6e6e6;
	padding: 5px 14px;
	line-height: 20px;
	width: 100%;
	position: relative;
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

.contact-form label {
	position: relative;
	display: block;
	min-height: 45px;
	width: 220px;
	float: left;
}

.contact-form .error, .contact-form .empty {
	color: #FF0000;
	display: none;
	font-size: 11px;
	line-height: 14px;
	width: auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 8px;
	float: left;
}

.contact-form .error-empty {
	display: none;
	float: left;
}

.content .btns {
	position: relative;
	padding-top: 39px;
	text-align: right;
}

.content .btns a.btn,
.content .btns button.btn {
	margin: 0 0px 0px 24px !important;
	cursor: pointer;
	min-width: 10px;
}

.content .btns a:first-child {
	margin-left: 0 !important;
}

.contact-form .message {
	width: 100%;
}

.message br {
	height: 0;
	line-height: 0;
}

.contact-form .success {
	display: none;
	position: absolute;
	width: 220px;
	background: #fff;
	border: 1px solid #e6e6e6;
	text-align: center;
	color: #5e5e5e;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.success_wrapper {
	position: relative;
}

/* Breadcrumbs Navigation */
.altafferlaw-breadcrumbs {
	padding: 16px 24px;
	margin-bottom: 30px;
	background: #faf8f6;
	border: 1px solid #e5dcd5;
	border-radius: 4px;
	font-size: 14px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.3px;
}

.altafferlaw-breadcrumbs .breadcrumbs-list {
	display: inline-block;
	line-height: 1.7;
}

.altafferlaw-breadcrumbs .breadcrumb-item a {
	color: #a92c11;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.2s ease, background 0.2s ease;
	padding: 2px 6px;
	border-radius: 2px;
	margin: 0 -4px;
}

.altafferlaw-breadcrumbs .breadcrumb-item a:hover {
	color: #000;
	background: rgba(169, 44, 17, 0.06);
	text-decoration: none;
}

.altafferlaw-breadcrumbs .breadcrumb-item.current {
	color: #333;
	font-weight: 600;
}

.altafferlaw-breadcrumbs .breadcrumb-separator {
	color: #c9b9a8;
	margin: 0 8px;
	font-size: 0.85em;
}
