.all-home-section,
.editor-styles-wrapper .all-home-section {
	padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 4vw, 3rem);
}

.all-home-section > .wp-block-columns,
.all-home-section > .wp-block-group,
.all-home-section > .wp-block-heading,
.all-home-section > .wp-block-paragraph,
.all-home-section > p,
.editor-styles-wrapper .all-home-section > .wp-block-columns,
.editor-styles-wrapper .all-home-section > .wp-block-group,
.editor-styles-wrapper .all-home-section > .wp-block-heading,
.editor-styles-wrapper .all-home-section > .wp-block-paragraph,
.editor-styles-wrapper .all-home-section > p {
	position: relative;
	z-index: 1;
}

.all-home-section-navy,
.editor-styles-wrapper .all-home-section-navy {
	background: var(--all-color-primary-navy);
	color: rgba(255, 255, 255, 0.84);
}

.all-home-section-ivory,
.editor-styles-wrapper .all-home-section-ivory {
	background: var(--all-color-warm-ivory);
}

.all-home-section-white,
.editor-styles-wrapper .all-home-section-white {
	background: var(--all-color-white);
}

.all-home-services,
.editor-styles-wrapper .all-home-services {
	padding-bottom: 64px;
	padding-top: 64px;
}

.all-home-section-bluegray,
.editor-styles-wrapper .all-home-section-bluegray {
	background: #EDF2F5;
}

.all-section-kicker,
.editor-styles-wrapper .all-section-kicker,
.all-section-eyebrow,
.editor-styles-wrapper .all-section-eyebrow {
	color: var(--all-color-accent-gold);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	margin: 0 0 0.9rem;
	text-transform: uppercase;
}

.all-section-heading,
.editor-styles-wrapper .all-section-heading {
	font-size: clamp(2.25rem, 4vw, 4rem);
	letter-spacing: 0;
	line-height: 1.04;
	margin-bottom: 1.15rem;
	max-width: 820px;
}

.all-section-lead,
.editor-styles-wrapper .all-section-lead {
	color: #4E5966;
	font-size: clamp(1.05rem, 1.35vw, 1.2rem);
	line-height: 1.75;
	max-width: 700px;
}

.all-home-section-navy .all-section-heading,
.all-home-section-navy .all-section-lead,
.editor-styles-wrapper .all-home-section-navy .all-section-heading,
.editor-styles-wrapper .all-home-section-navy .all-section-lead {
	color: var(--all-color-white);
}

body.home .site-main,
body.home .content-area,
body.home .content-container,
body.home .entry-content-wrap,
body.home .entry-content,
body.page-id-22 .site-main,
body.page-id-22 .content-area,
body.page-id-22 .content-container,
body.page-id-22 .entry-content-wrap,
body.page-id-22 .entry-content {
	margin-top: 0;
	padding-top: 0;
}

body.home .entry-content > .all-home-hero:first-child,
body.page-id-22 .entry-content > .all-home-hero:first-child {
	margin-top: 0;
}

.all-home-hero,
.editor-styles-wrapper .all-home-hero {
	background: var(--all-color-primary-navy);
	isolation: isolate;
	min-height: clamp(620px, 44vw, 700px);
	overflow: hidden;
	padding: 0 clamp(2rem, 5vw, 5rem);
	position: relative;
}

.all-hero-gradient,
.editor-styles-wrapper .all-hero-gradient {
	background: linear-gradient(90deg, rgba(11, 29, 53, 0.98) 0%, rgba(11, 29, 53, 0.92) 28%, rgba(11, 29, 53, 0.65) 43%, rgba(11, 29, 53, 0.12) 50%, rgba(11, 29, 53, 0) 55%);
	height: 100%;
	inset: 0;
	margin: 0 !important;
	max-width: none !important;
	min-height: clamp(620px, 44vw, 700px);
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.all-hero-carousel,
.editor-styles-wrapper .all-hero-carousel {
	height: 100%;
	inset: 0;
	margin: 0 !important;
	max-width: none !important;
	min-height: clamp(620px, 44vw, 700px);
	position: absolute;
	width: 100%;
	z-index: 0;
}

.all-hero-slide,
.editor-styles-wrapper .all-hero-slide {
	background-color: var(--all-color-primary-navy);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
	height: 100%;
	inset: 0;
	margin: 0 !important;
	max-width: none !important;
	min-height: clamp(620px, 44vw, 700px);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: scale(1.01);
	transition: opacity 1000ms ease;
	width: 100%;
	z-index: 0;
}

.all-hero-slide.is-active,
.editor-styles-wrapper .all-hero-slide:first-child {
	opacity: 1;
}

.all-hero-slide-1 {
	background-image: url("../images/hero-family.jpg");
	background-position: center right;
}

.all-hero-slide-2 {
	background-image: url("../images/hero-future.jpg");
	background-position: center right;
}

.all-hero-slide-3 {
	background-image: url("../images/hero-attorney-client.jpg");
	background-position: center right;
}

.all-hero-slide-4 {
	background-image: url("../images/hero-san-diego.jpg");
	background-position: center;
}

.all-hero-content,
.editor-styles-wrapper .all-hero-content {
	align-content: center;
	align-items: flex-start;
	display: grid;
	justify-items: start;
	margin-left: clamp(2rem, 6vw, 5rem) !important;
	margin-right: auto !important;
	max-width: 680px;
	min-height: clamp(620px, 44vw, 700px);
	padding: clamp(3rem, 4.8vw, 4.25rem) 0 clamp(2.75rem, 4.2vw, 3.75rem);
	position: relative;
	text-align: left;
	z-index: 2;
}

.all-home-hero.is-layout-constrained > .all-hero-content,
.editor-styles-wrapper .all-home-hero.is-layout-constrained > .all-hero-content {
	align-items: flex-start;
	justify-items: start;
	margin-left: clamp(2rem, 6vw, 5rem) !important;
	margin-right: auto !important;
	max-width: 680px !important;
	text-align: left;
	width: min(680px, calc(100% - clamp(2rem, 6vw, 5rem) - 2rem));
}

.all-hero-content.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.editor-styles-wrapper .all-hero-content.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.all-hero-content.is-layout-constrained > .all-hero-actions,
.editor-styles-wrapper .all-hero-content.is-layout-constrained > .all-hero-actions {
	max-width: 100%;
}

.all-hero-content.is-layout-constrained > .all-hero-trust,
.editor-styles-wrapper .all-hero-content.is-layout-constrained > .all-hero-trust {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100% !important;
	width: 100%;
}

.all-hero-content h1,
.editor-styles-wrapper .all-hero-content h1 {
	color: var(--all-color-white);
	font-size: clamp(3.5rem, 4.4vw, 4rem);
	letter-spacing: 0;
	line-height: 1.03;
	margin-bottom: 1.05rem;
	max-width: 650px;
	width: 100%;
}

.all-hero-content > p:not(.all-section-eyebrow),
.all-hero-lead,
.editor-styles-wrapper .all-hero-content > p:not(.all-section-eyebrow),
.editor-styles-wrapper .all-hero-lead {
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.05rem, 1.28vw, 1.18rem);
	line-height: 1.58;
	max-width: 560px;
	width: 100%;
}

.all-hero-actions,
.editor-styles-wrapper .all-hero-actions {
	justify-content: flex-start;
	gap: 1rem;
	margin-top: 1.55rem;
}

.all-hero-actions .wp-block-button__link,
.editor-styles-wrapper .all-hero-actions .wp-block-button__link {
	align-items: center;
	border-radius: var(--all-radius-base);
	display: inline-flex;
	font-size: 0.95rem;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	min-width: 190px;
	padding: 0.875rem 1.35rem;
	text-align: center;
}

.all-home-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.editor-styles-wrapper .all-home-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: var(--all-color-accent-gold);
	border-color: var(--all-color-accent-gold);
	color: var(--all-color-primary-navy);
}

.all-home-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.all-home-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.editor-styles-wrapper .all-home-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.editor-styles-wrapper .all-home-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link:focus {
	background: var(--all-color-white);
	border-color: var(--all-color-accent-gold);
	color: var(--all-color-primary-navy);
}

body .all-home-hero .wp-block-button.is-style-outline > .wp-block-button__link,
body .all-home-hero .wp-block-button.is-style-outline > .wp-block-button__link:visited,
.editor-styles-wrapper .all-home-hero .wp-block-button.is-style-outline > .wp-block-button__link,
.editor-styles-wrapper .all-home-hero .wp-block-button.is-style-outline > .wp-block-button__link:visited {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.58);
	color: var(--all-color-white);
}

body .all-home-hero .wp-block-button.is-style-outline > .wp-block-button__link:hover,
body .all-home-hero .wp-block-button.is-style-outline > .wp-block-button__link:focus,
body .all-home-hero .wp-block-button.is-style-outline > .wp-block-button__link:active,
.editor-styles-wrapper .all-home-hero .wp-block-button.is-style-outline > .wp-block-button__link:hover,
.editor-styles-wrapper .all-home-hero .wp-block-button.is-style-outline > .wp-block-button__link:focus,
.editor-styles-wrapper .all-home-hero .wp-block-button.is-style-outline > .wp-block-button__link:active {
	background: var(--all-color-white);
	border-color: var(--all-color-white);
	color: var(--all-color-primary-navy);
}

.all-hero-trust,
.editor-styles-wrapper .all-hero-trust {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25rem;
	justify-content: flex-start;
	margin-top: 1.55rem;
	max-width: 100% !important;
	width: 100%;
}

.all-hero-trust .wp-block-group,
.editor-styles-wrapper .all-hero-trust .wp-block-group {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--all-color-white);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 0.65rem;
	margin: 0 !important;
	padding: 0;
	white-space: nowrap;
}

.all-hero-trust .wp-block-group::before,
.editor-styles-wrapper .all-hero-trust .wp-block-group::before {
	background: var(--all-color-accent-gold);
	content: "";
	flex: 0 0 1.2rem;
	height: 1px;
	width: 1.2rem;
}

.all-hero-trust > .wp-block-group:first-child::before,
.editor-styles-wrapper .all-hero-trust > .wp-block-group:first-child::before {
	content: none;
	display: none;
}

.all-hero-trust p,
.editor-styles-wrapper .all-hero-trust p {
	margin: 0;
}

.all-hero-controls,
.editor-styles-wrapper .all-hero-controls {
	align-items: center;
	bottom: clamp(1.5rem, 3.4vw, 2.6rem);
	display: flex;
	gap: 0.75rem;
	position: absolute;
	right: clamp(1.25rem, 5vw, 5rem);
	z-index: 3;
}

.all-hero-control,
.all-hero-dot,
.editor-styles-wrapper .all-hero-control,
.editor-styles-wrapper .all-hero-dot {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 999px;
	color: var(--all-color-white);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 800;
	height: 2.75rem;
	justify-content: center;
	line-height: 1;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
	width: 2.75rem;
}

.all-hero-dot {
	height: 0.72rem;
	padding: 0;
	width: 0.72rem;
}

.all-hero-control:hover,
.all-hero-control:focus,
.all-hero-dot:hover,
.all-hero-dot:focus,
.all-hero-dot.is-active,
.editor-styles-wrapper .all-hero-control:hover,
.editor-styles-wrapper .all-hero-control:focus,
.editor-styles-wrapper .all-hero-dot:hover,
.editor-styles-wrapper .all-hero-dot:focus,
.editor-styles-wrapper .all-hero-dot:first-child {
	background: var(--all-color-accent-gold);
	border-color: var(--all-color-accent-gold);
	color: var(--all-color-primary-navy);
}

.all-services-intro,
.editor-styles-wrapper .all-services-intro {
	display: block;
	margin-bottom: clamp(2.25rem, 4vw, 3.75rem);
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	text-align: center;
}

.all-services-heading,
.editor-styles-wrapper .all-services-heading {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

.all-services-grid,
.wp-block-columns.all-services-grid,
.editor-styles-wrapper .all-services-grid {
	align-items: stretch;
	display: grid !important;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.all-services-note,
.editor-styles-wrapper .all-services-note {
	color: #4E5966;
	margin-left: auto;
	margin-right: auto;
	max-width: 560px;
	width: 100%;
	text-align: center;
}

.all-services-grid > .wp-block-column,
.editor-styles-wrapper .all-services-grid > .wp-block-column {
	display: flex;
	min-width: 0;
}

.all-home-services .all-home-card,
.editor-styles-wrapper .all-home-services .all-home-card {
	align-items: center;
	background: var(--all-color-white);
	border: 1px solid var(--all-color-soft-gray);
	border-top: 4px solid #1f5499;
	border-radius: var(--all-radius-base);
	box-shadow: 0 14px 34px rgba(11, 29, 53, 0.055);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 350px;
	padding: clamp(1.35rem, 1.7vw, 1.7rem) clamp(1rem, 1.6vw, 1.35rem) clamp(1.25rem, 1.7vw, 1.55rem);
	position: relative;
	text-align: center;
	width: 100%;
}

.all-home-services .all-home-card::before,
.editor-styles-wrapper .all-home-services .all-home-card::before {
	content: none;
	display: none;
}

.all-service-icon,
.editor-styles-wrapper .all-service-icon {
	align-items: center;
	background: var(--all-color-warm-ivory);
	border: 1px solid rgba(230, 230, 230, 0.92);
	border-radius: 999px;
	color: var(--all-color-primary-navy);
	display: inline-flex;
	flex: 0 0 4.5rem;
	height: 4.5rem;
	justify-content: center;
	margin-bottom: 1rem;
	width: 4.5rem;
}

.all-service-icon svg,
.editor-styles-wrapper .all-service-icon svg {
	display: block;
	height: 46px;
	stroke: currentColor;
	width: 46px;
}

.all-home-services .all-home-card h3,
.editor-styles-wrapper .all-home-services .all-home-card h3 {
	color: var(--all-color-primary-navy);
	font-size: 1.22rem;
	line-height: 1.18;
	margin: 0 0 0.55rem;
	max-width: 14rem;
	text-align: center;
}

.all-home-services .all-home-card p,
.editor-styles-wrapper .all-home-services .all-home-card p {
	color: #4B5563;
	font-size: 0.9rem;
	line-height: 1.36;
	margin-left: auto;
	margin-right: auto;
	max-width: 17rem;
	text-align: center;
}

.all-home-services .all-service-card h3 + p,
.editor-styles-wrapper .all-home-services .all-service-card h3 + p {
	margin-bottom: 0;
	margin-top: 0;
}

.all-home-services .all-link-arrow,
.editor-styles-wrapper .all-home-services .all-link-arrow {
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: auto;
	max-width: none;
	padding-top: 0.85rem;
}

.all-home-services .all-link-arrow a,
.editor-styles-wrapper .all-home-services .all-link-arrow a {
	align-items: center;
	color: var(--all-color-primary-navy);
	display: inline-flex;
	font-weight: 800;
	gap: 0.6rem;
	justify-content: center;
	line-height: 1.2;
	text-decoration: none;
	transition: color 200ms ease;
}

.all-home-services .all-link-arrow a::before,
.editor-styles-wrapper .all-home-services .all-link-arrow a::before,
.all-home-services .all-link-arrow a::after,
.editor-styles-wrapper .all-home-services .all-link-arrow a::after {
	border-right: 1.5px solid var(--all-color-accent-gold);
	border-top: 1.5px solid var(--all-color-accent-gold);
	content: "";
	display: inline-block;
	height: 0.62rem;
	transform: rotate(45deg);
	transition: transform 200ms ease;
	width: 0.62rem;
}

.all-home-services .all-link-arrow a::before,
.editor-styles-wrapper .all-home-services .all-link-arrow a::before {
	transform: rotate(-135deg);
}

.all-home-services .all-link-arrow a::after,
.editor-styles-wrapper .all-home-services .all-link-arrow a::after {
	transform: rotate(45deg);
}

.all-home-services .all-link-arrow a:hover,
.all-home-services .all-link-arrow a:focus,
.editor-styles-wrapper .all-home-services .all-link-arrow a:hover,
.editor-styles-wrapper .all-home-services .all-link-arrow a:focus {
	color: var(--all-color-accent-gold);
}

.all-home-services .all-link-arrow a:hover::before,
.all-home-services .all-link-arrow a:focus::before,
.editor-styles-wrapper .all-home-services .all-link-arrow a:hover::before,
.editor-styles-wrapper .all-home-services .all-link-arrow a:focus::before {
	transform: translateX(-3px) rotate(-135deg);
}

.all-home-services .all-link-arrow a:hover::after,
.all-home-services .all-link-arrow a:focus::after,
.editor-styles-wrapper .all-home-services .all-link-arrow a:hover::after,
.editor-styles-wrapper .all-home-services .all-link-arrow a:focus::after {
	transform: translateX(3px) rotate(45deg);
}

.all-home-attorney,
.editor-styles-wrapper .all-home-attorney {
	background: linear-gradient(180deg, var(--all-color-warm-ivory) 0%, #FBFAF7 100%);
	padding-bottom: 64px;
	padding-top: 64px;
}

.all-attorney-layout,
.editor-styles-wrapper .all-attorney-layout {
	align-items: center;
	gap: clamp(3rem, 5.5vw, 5.75rem);
}

.all-attorney-image,
.editor-styles-wrapper .all-attorney-image {
	aspect-ratio: 5 / 6;
	background:
		linear-gradient(145deg, rgba(11, 29, 53, 0.1) 0%, rgba(247, 245, 241, 0.78) 48%, rgba(200, 162, 74, 0.28) 100%),
		linear-gradient(180deg, #F7F5F1 0%, #E5E8EC 100%);
	background-position: center;
	background-size: cover;
	border-radius: var(--all-radius-large);
	box-shadow: 0 24px 60px rgba(11, 29, 53, 0.11);
	display: block;
	margin: 0;
	min-height: clamp(560px, 45vw, 660px);
	overflow: hidden;
	width: 100%;
}

.all-attorney-image img,
.editor-styles-wrapper .all-attorney-image img {
	display: block;
	height: 100%;
	min-height: clamp(560px, 45vw, 660px);
	object-fit: cover;
	object-position: 50% 31%;
	width: 100%;
}

.all-attorney-copy,
.editor-styles-wrapper .all-attorney-copy {
	max-width: 620px;
	padding-bottom: 0.75rem;
	padding-top: 0.75rem;
}

.all-attorney-copy .all-section-heading,
.editor-styles-wrapper .all-attorney-copy .all-section-heading {
	font-size: clamp(2.65rem, 4vw, 4.35rem);
	line-height: 1.02;
	max-width: 7.25em;
}

.all-attorney-copy .all-section-lead,
.editor-styles-wrapper .all-attorney-copy .all-section-lead {
	margin-bottom: 20px;
	max-width: 34rem;
}

.all-attorney-panel,
.editor-styles-wrapper .all-attorney-panel {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-top: 1.5rem;
	padding: 0;
}

.all-credential-list,
.editor-styles-wrapper .all-credential-list {
	display: grid;
	gap: 0.8rem;
	margin: 1.35rem 0 0;
	padding: 0;
}

.all-attorney-panel.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.editor-styles-wrapper .all-attorney-panel.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: 100%;
}

.all-attorney-panel.is-layout-constrained > .all-credential-list,
.editor-styles-wrapper .all-attorney-panel.is-layout-constrained > .all-credential-list {
	margin-top: 1.35rem !important;
}

.all-credential-list.is-layout-constrained > .all-credential-item,
.editor-styles-wrapper .all-credential-list.is-layout-constrained > .all-credential-item {
	margin: 0 !important;
	max-width: none !important;
	width: 100%;
}

.all-credential-item,
.editor-styles-wrapper .all-credential-item {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	gap: 0.9rem;
	margin: 0;
	padding: 0;
}

.all-credential-icon,
.editor-styles-wrapper .all-credential-icon {
	align-items: center;
	color: var(--all-color-accent-gold);
	display: inline-flex;
	flex: 0 0 2.25rem;
	justify-content: center;
	width: 2.25rem;
}

.all-credential-icon svg,
.editor-styles-wrapper .all-credential-icon svg {
	display: block;
	height: 30px;
	stroke: currentColor;
	width: 30px;
}

.all-credential-item p,
.editor-styles-wrapper .all-credential-item p {
	color: var(--all-color-primary-navy);
	font-weight: 700;
	line-height: 1.35;
	margin: 0;
}

.all-attorney-cta .wp-block-button__link,
.editor-styles-wrapper .all-attorney-cta .wp-block-button__link {
	background: var(--all-color-accent-gold);
	border: 1px solid var(--all-color-accent-gold);
	border-radius: var(--all-radius-base);
	color: var(--all-color-primary-navy);
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	margin-top: 1.7rem;
	padding: 0.95rem 1.35rem;
	text-transform: none;
	transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
}

.all-attorney-cta .wp-block-button__link:hover,
.all-attorney-cta .wp-block-button__link:focus,
.editor-styles-wrapper .all-attorney-cta .wp-block-button__link:hover,
.editor-styles-wrapper .all-attorney-cta .wp-block-button__link:focus {
	background: var(--all-color-white);
	border-color: var(--all-color-accent-gold);
	color: var(--all-color-primary-navy);
}

.all-home-why,
.editor-styles-wrapper .all-home-why {
	padding-bottom: 64px;
	padding-top: 64px;
}

.all-why-intro,
.editor-styles-wrapper .all-why-intro {
	margin-bottom: clamp(2rem, 4vw, 3rem);
	max-width: 780px;
	text-align: center;
}

.all-why-intro .all-section-heading,
.all-why-intro .all-section-lead,
.editor-styles-wrapper .all-why-intro .all-section-heading,
.editor-styles-wrapper .all-why-intro .all-section-lead {
	margin-left: auto;
	margin-right: auto;
}

.all-why-grid,
.editor-styles-wrapper .all-why-grid {
	gap: 0;
}

.all-why-grid > .wp-block-column,
.editor-styles-wrapper .all-why-grid > .wp-block-column {
	position: relative;
}

.all-why-grid > .wp-block-column:not(:first-child)::before,
.editor-styles-wrapper .all-why-grid > .wp-block-column:not(:first-child)::before {
	background: var(--all-color-soft-gray);
	content: "";
	height: 68%;
	left: 0;
	max-height: 170px;
	min-height: 120px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.all-why-item,
.editor-styles-wrapper .all-why-item {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	min-height: 0;
	padding: 0 clamp(1.5rem, 3vw, 2.5rem);
	text-align: center;
}

.all-why-icon,
.editor-styles-wrapper .all-why-icon {
	align-items: center;
	color: var(--all-color-primary-navy);
	display: flex;
	height: 56px;
	justify-content: center;
	margin: 0 auto 1.35rem;
	width: 56px;
}

.all-why-icon svg,
.editor-styles-wrapper .all-why-icon svg {
	display: block;
	height: 54px;
	width: 54px;
}

.all-why-item h3,
.editor-styles-wrapper .all-why-item h3 {
	color: var(--all-color-primary-navy);
	font-size: 1.55rem;
	line-height: 1.16;
	margin-bottom: 0.85rem;
}

.all-why-item p,
.editor-styles-wrapper .all-why-item p {
	color: #4E5966;
	font-size: 1rem;
	line-height: 1.7;
	margin-left: auto;
	margin-right: auto;
	max-width: 30ch;
}

.all-home-process,
.editor-styles-wrapper .all-home-process {
	background: #EDF2F5;
	padding-bottom: 64px;
	padding-top: 64px;
}

.all-process-intro,
.editor-styles-wrapper .all-process-intro {
	margin-bottom: clamp(2.25rem, 4vw, 3rem);
	max-width: 780px;
	text-align: center;
}

.all-process-intro .all-section-heading,
.all-process-intro .all-section-lead,
.editor-styles-wrapper .all-process-intro .all-section-heading,
.editor-styles-wrapper .all-process-intro .all-section-lead {
	margin-left: auto;
	margin-right: auto;
}

.all-process-flow,
.editor-styles-wrapper .all-process-flow {
	gap: 0;
	position: relative;
}

.all-process-flow::before,
.editor-styles-wrapper .all-process-flow::before {
	background: rgba(11, 29, 53, 0.16);
	content: "";
	height: 1px;
	left: 12.5%;
	position: absolute;
	right: 12.5%;
	top: 2.375rem;
	z-index: 0;
}

.all-process-flow > .wp-block-column,
.editor-styles-wrapper .all-process-flow > .wp-block-column {
	position: relative;
	z-index: 1;
}

.all-process-card,
.editor-styles-wrapper .all-process-card {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0 clamp(1rem, 2.2vw, 1.6rem);
	position: relative;
	text-align: center;
}

.all-step-number,
.editor-styles-wrapper .all-step-number {
	align-items: center;
	background: var(--all-color-primary-navy);
	border: 0;
	border-radius: 999px;
	color: var(--all-color-white);
	display: inline-flex;
	font-family: var(--all-font-body);
	font-size: 1rem;
	font-weight: 800;
	height: 4.75rem;
	justify-content: center;
	line-height: 1;
	margin: 0 auto 1.35rem;
	position: relative;
	width: 4.75rem;
	z-index: 2;
}

.all-process-card h3,
.editor-styles-wrapper .all-process-card h3 {
	font-size: 1.3rem;
	line-height: 1.18;
	margin-bottom: 0.8rem;
}

.all-process-card p:not(.all-step-number),
.editor-styles-wrapper .all-process-card p:not(.all-step-number) {
	color: #4E5966;
	font-size: 1rem;
	line-height: 1.7;
	margin-left: auto;
	margin-right: auto;
	max-width: 28ch;
}

.all-home-reviews,
.editor-styles-wrapper .all-home-reviews {
	background: var(--all-color-white);
	padding-bottom: 64px;
	padding-top: 64px;
}

.all-review-layout,
.editor-styles-wrapper .all-review-layout {
	margin-left: auto;
	margin-right: auto;
	max-width: 860px;
	text-align: center;
}

.all-home-reviews .all-review-layout,
.editor-styles-wrapper .all-home-reviews .all-review-layout {
	max-width: 860px;
}

.all-review-layout .all-section-heading,
.editor-styles-wrapper .all-review-layout .all-section-heading {
	margin-left: auto;
	margin-right: auto;
}

.all-review-stars,
.editor-styles-wrapper .all-review-stars {
	color: var(--all-color-accent-gold);
	font-size: 1.05rem;
	letter-spacing: 0.16em;
	line-height: 1;
	margin: 0.35rem auto 1.65rem;
	text-align: center;
}

.all-review-testimonial,
.editor-styles-wrapper .all-review-testimonial {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 820px;
	padding: 0;
	position: relative;
	text-align: center;
}

.all-review-testimonial::before,
.all-review-testimonial::after,
.editor-styles-wrapper .all-review-testimonial::before,
.editor-styles-wrapper .all-review-testimonial::after {
	color: #C8A24A;
	content: "\201C";
	font-family: var(--all-font-heading);
	font-size: clamp(5.8rem, 7vw, 8rem);
	line-height: 1;
	opacity: 0.28;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}

.all-review-testimonial::before,
.editor-styles-wrapper .all-review-testimonial::before {
	left: -3.9rem;
}

.all-review-testimonial::after,
.editor-styles-wrapper .all-review-testimonial::after {
	content: "\201D";
	right: -3.9rem;
}

.all-review-quote,
.editor-styles-wrapper .all-review-quote {
	color: var(--all-color-primary-navy);
	font-size: clamp(1.095rem, calc(1.85vw - 2px), 1.455rem);
	line-height: 1.65;
	margin-left: auto;
	margin-right: auto;
	max-width: 820px;
	position: relative;
	z-index: 1;
}

.all-review-meta,
.editor-styles-wrapper .all-review-meta {
	color: #4E5966;
	font-size: 1rem;
	margin-top: 1.35rem;
}

.all-review-meta strong,
.editor-styles-wrapper .all-review-meta strong {
	color: var(--all-color-primary-navy);
	font-size: 1rem;
}

.all-home-faq,
.editor-styles-wrapper .all-home-faq {
	background: linear-gradient(180deg, var(--all-color-warm-ivory) 0%, #FBFAF7 100%);
	padding-bottom: 64px;
	padding-top: 64px;
}

.all-faq-next-layout,
.editor-styles-wrapper .all-faq-next-layout {
	align-items: flex-start;
	gap: clamp(2.5rem, 5vw, 4.75rem);
}

.all-faq-column .all-section-heading,
.editor-styles-wrapper .all-faq-column .all-section-heading {
	max-width: 600px;
}

.all-faq-wrap,
.editor-styles-wrapper .all-faq-wrap {
	border-bottom: 1px solid var(--all-color-soft-gray);
	display: block;
	margin-top: 2rem;
}

.all-faq-wrap details,
.editor-styles-wrapper .all-faq-wrap details {
	background: transparent;
	border: 0;
	border-radius: 0;
	border-top: 1px solid var(--all-color-soft-gray);
	box-shadow: none;
	padding: 0;
}

.all-faq-wrap summary,
.editor-styles-wrapper .all-faq-wrap summary {
	align-items: center;
	color: var(--all-color-primary-navy);
	cursor: pointer;
	display: flex;
	font-weight: 800;
	gap: 1rem;
	justify-content: space-between;
	line-height: 1.35;
	padding: 1.1rem 0;
	transition: color 180ms ease;
}

.all-faq-wrap summary::-webkit-details-marker,
.editor-styles-wrapper .all-faq-wrap summary::-webkit-details-marker {
	display: none;
}

.all-faq-wrap summary::marker,
.editor-styles-wrapper .all-faq-wrap summary::marker {
	content: "";
}

.all-faq-wrap summary::after,
.editor-styles-wrapper .all-faq-wrap summary::after {
	color: var(--all-color-accent-gold);
	content: "+";
	flex: 0 0 auto;
	font-size: 1.35rem;
	font-weight: 400;
	line-height: 1;
	margin-left: 1rem;
}

.all-faq-wrap details[open] summary::after,
.editor-styles-wrapper .all-faq-wrap details[open] summary::after {
	content: "-";
}

.all-faq-wrap summary:hover,
.all-faq-wrap summary:focus,
.all-faq-wrap details[open] summary,
.editor-styles-wrapper .all-faq-wrap summary:hover,
.editor-styles-wrapper .all-faq-wrap summary:focus,
.editor-styles-wrapper .all-faq-wrap details[open] summary {
	color: var(--all-color-accent-gold);
}

.all-faq-wrap summary:focus,
.editor-styles-wrapper .all-faq-wrap summary:focus {
	outline: 2px solid rgba(200, 162, 74, 0.42);
	outline-offset: 4px;
}

.all-faq-wrap details p,
.editor-styles-wrapper .all-faq-wrap details p {
	color: #4E5966;
	line-height: 1.7;
	margin: 0;
	max-width: 620px;
	padding: 0 0 1.2rem;
}

.all-next-step,
.editor-styles-wrapper .all-next-step {
	align-content: start;
	background: var(--all-color-primary-navy);
	border-radius: 8px;
	box-shadow: none;
	color: var(--all-color-warm-ivory);
	display: grid;
	gap: 1.15rem;
	min-height: 0;
	padding: clamp(2rem, 3vw, 2.75rem);
}

.all-next-step h2,
.all-next-step p,
.editor-styles-wrapper .all-next-step h2,
.editor-styles-wrapper .all-next-step p {
	color: var(--all-color-warm-ivory);
}

.all-next-step h2,
.editor-styles-wrapper .all-next-step h2 {
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.08;
	margin-bottom: 0;
	max-width: 10ch;
}

.all-next-step .wp-block-buttons,
.editor-styles-wrapper .all-next-step .wp-block-buttons {
	margin-top: 0.35rem;
}

.all-next-step .wp-block-button__link,
.editor-styles-wrapper .all-next-step .wp-block-button__link {
	background: var(--all-color-accent-gold);
	border-color: var(--all-color-accent-gold);
	color: var(--all-color-primary-navy);
}

.all-next-step .wp-block-button__link:hover,
.all-next-step .wp-block-button__link:focus,
.editor-styles-wrapper .all-next-step .wp-block-button__link:hover,
.editor-styles-wrapper .all-next-step .wp-block-button__link:focus {
	background: var(--all-color-white);
	border-color: var(--all-color-accent-gold);
	color: var(--all-color-primary-navy);
}

.all-next-step-phone,
.editor-styles-wrapper .all-next-step-phone {
	font-family: var(--all-font-heading);
	font-size: 1.05rem;
	font-weight: 800;
	margin: 0.1rem 0 0;
	text-align: center;
}

.all-next-step-phone a,
.editor-styles-wrapper .all-next-step-phone a {
	color: var(--all-color-warm-ivory);
	text-decoration: underline;
	text-decoration-color: rgba(200, 162, 74, 0.58);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.24em;
	transition:
		color 180ms ease,
		text-decoration-color 180ms ease;
}

.all-next-step-phone a:hover,
.all-next-step-phone a:focus,
.editor-styles-wrapper .all-next-step-phone a:hover,
.editor-styles-wrapper .all-next-step-phone a:focus {
	color: var(--all-color-accent-gold);
	text-decoration-color: currentColor;
}

.all-next-step-contact,
.editor-styles-wrapper .all-next-step-contact {
	display: grid;
	gap: 0.45rem;
	margin-top: 0.1rem;
	max-width: 100%;
}

.all-next-step-contact p,
.editor-styles-wrapper .all-next-step-contact p {
	color: rgba(247, 245, 241, 0.82);
	font-size: 0.96rem;
	line-height: 1.55;
	margin: 0;
	text-align: center;
}

.all-next-step-contact a,
.editor-styles-wrapper .all-next-step-contact a {
	color: var(--all-color-warm-ivory);
	text-decoration: underline;
	text-decoration-color: rgba(200, 162, 74, 0.5);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.24em;
	transition:
		color 180ms ease,
		text-decoration-color 180ms ease;
}

.all-next-step-contact a:hover,
.all-next-step-contact a:focus,
.editor-styles-wrapper .all-next-step-contact a:hover,
.editor-styles-wrapper .all-next-step-contact a:focus {
	color: var(--all-color-accent-gold);
	text-decoration-color: currentColor;
}

@media (prefers-reduced-motion: reduce) {
	.all-hero-slide,
	.editor-styles-wrapper .all-hero-slide {
		transition: none;
	}
}

@media (min-width: 1081px) {
	.all-hero-content,
	.editor-styles-wrapper .all-hero-content,
	.all-home-hero.is-layout-constrained > .all-hero-content,
	.editor-styles-wrapper .all-home-hero.is-layout-constrained > .all-hero-content {
		margin-left: 10rem !important;
	}

	.all-home-hero.is-layout-constrained > .all-hero-content,
	.editor-styles-wrapper .all-home-hero.is-layout-constrained > .all-hero-content {
		width: min(680px, calc(100% - 10rem - 2rem));
	}

	.all-credential-list,
	.editor-styles-wrapper .all-credential-list {
		margin-bottom: 1.25rem !important;
	}

	.all-attorney-copy > .all-attorney-panel,
	.editor-styles-wrapper .all-attorney-copy > .all-attorney-panel {
		margin-bottom: 1.25rem !important;
	}

	.all-attorney-cta .wp-block-button__link,
	.editor-styles-wrapper .all-attorney-cta .wp-block-button__link {
		margin-top: 0;
	}

	.all-why-intro,
	.editor-styles-wrapper .all-why-intro,
	.all-why-intro .all-section-heading,
	.editor-styles-wrapper .all-why-intro .all-section-heading {
		max-width: 1020px;
	}

	.all-next-step h2,
	.editor-styles-wrapper .all-next-step h2 {
		max-width: 13ch;
	}

	.all-next-step-phone,
	.editor-styles-wrapper .all-next-step-phone {
		font-size: clamp(2rem, 3vw, 3rem);
		line-height: 1.08;
		text-align: center;
	}
}

@media (max-width: 1080px) {
	.all-home-services,
	.editor-styles-wrapper .all-home-services {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.all-home-why,
	.editor-styles-wrapper .all-home-why {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.all-home-process,
	.editor-styles-wrapper .all-home-process {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.all-home-reviews,
	.editor-styles-wrapper .all-home-reviews {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.all-home-faq,
	.editor-styles-wrapper .all-home-faq {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.all-services-grid,
	.editor-styles-wrapper .all-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.all-process-flow,
	.editor-styles-wrapper .all-process-flow {
		flex-direction: column;
		gap: 2.25rem;
	}

	.all-process-flow > .wp-block-column,
	.editor-styles-wrapper .all-process-flow > .wp-block-column {
		flex-basis: 100% !important;
		width: 100%;
	}

	.all-process-flow::before,
	.editor-styles-wrapper .all-process-flow::before {
		display: none;
	}

	.all-process-card,
	.editor-styles-wrapper .all-process-card {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 900px) {
	.all-home-attorney,
	.editor-styles-wrapper .all-home-attorney {
		padding-bottom: 48px;
		padding-top: 48px;
	}

	.all-attorney-layout,
	.editor-styles-wrapper .all-attorney-layout {
		flex-direction: column;
		gap: 2.25rem;
	}

	.all-attorney-layout > .wp-block-column,
	.editor-styles-wrapper .all-attorney-layout > .wp-block-column {
		flex-basis: 100% !important;
		width: 100%;
	}

	.all-attorney-copy,
	.editor-styles-wrapper .all-attorney-copy {
		max-width: 100%;
		padding-bottom: 0;
		padding-top: 0;
	}

	.all-attorney-copy .all-section-heading,
	.editor-styles-wrapper .all-attorney-copy .all-section-heading {
		max-width: 7.25em;
	}

	.all-review-layout,
	.all-faq-next-layout,
	.editor-styles-wrapper .all-review-layout,
	.editor-styles-wrapper .all-faq-next-layout {
		gap: 2rem;
	}

	.all-why-grid,
	.editor-styles-wrapper .all-why-grid {
		gap: 2.25rem;
	}

	.all-why-grid > .wp-block-column::before,
	.editor-styles-wrapper .all-why-grid > .wp-block-column::before {
		display: none;
	}

	.all-why-item,
	.editor-styles-wrapper .all-why-item {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.all-home-section,
	.editor-styles-wrapper .all-home-section {
		padding: 3.75rem 2rem;
	}

	.all-home-services,
	.editor-styles-wrapper .all-home-services {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.all-services-note,
	.editor-styles-wrapper .all-services-note {
		max-width: 20rem;
	}

	.all-home-why,
	.editor-styles-wrapper .all-home-why {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.all-home-process,
	.editor-styles-wrapper .all-home-process {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.all-home-reviews,
	.editor-styles-wrapper .all-home-reviews {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.all-home-attorney,
	.editor-styles-wrapper .all-home-attorney {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.all-home-faq,
	.editor-styles-wrapper .all-home-faq {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.all-home-hero,
	.editor-styles-wrapper .all-home-hero {
		min-height: 0;
		padding: clamp(230px, 68vw, 270px) 0 0;
	}

	.all-hero-carousel,
	.editor-styles-wrapper .all-hero-carousel,
	.all-hero-slide,
	.editor-styles-wrapper .all-hero-slide {
		height: clamp(230px, 68vw, 270px);
		min-height: 0;
	}

	.all-hero-carousel,
	.editor-styles-wrapper .all-hero-carousel {
		bottom: auto;
	}

	.all-hero-gradient,
	.editor-styles-wrapper .all-hero-gradient {
		background: linear-gradient(180deg, rgba(11, 29, 53, 0) 55%, rgba(11, 29, 53, 0.5) 100%);
		bottom: auto;
		height: clamp(230px, 68vw, 270px);
		min-height: 0;
	}

	.all-hero-content,
	.editor-styles-wrapper .all-hero-content {
		align-content: start;
		margin-bottom: 0 !important;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: calc(100% - 40px) !important;
		min-height: 0;
		padding: 1.75rem 0 2rem;
		width: calc(100% - 40px) !important;
	}

	.all-home-hero.is-layout-constrained > .all-hero-content,
	.editor-styles-wrapper .all-home-hero.is-layout-constrained > .all-hero-content {
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: calc(100% - 40px) !important;
		width: calc(100% - 40px) !important;
	}

	.all-hero-content h1,
	.editor-styles-wrapper .all-hero-content h1 {
		font-size: 2.45rem;
		line-height: 1.05;
	}

	.all-hero-lead,
	.editor-styles-wrapper .all-hero-lead,
	.all-hero-actions,
	.editor-styles-wrapper .all-hero-actions {
		margin-bottom: 0 !important;
	}

	.all-hero-actions,
	.editor-styles-wrapper .all-hero-actions {
		margin-top: 1.35rem !important;
	}

	.all-hero-actions,
	.editor-styles-wrapper .all-hero-actions {
		display: grid;
		gap: 0.75rem;
		width: 100%;
	}

	.all-hero-actions .wp-block-button,
	.editor-styles-wrapper .all-hero-actions .wp-block-button,
	.all-hero-actions .wp-block-button__link,
	.editor-styles-wrapper .all-hero-actions .wp-block-button__link {
		width: 100%;
	}

	.all-hero-trust,
	.editor-styles-wrapper .all-hero-trust {
		gap: 0.85rem;
		margin-top: 1.35rem !important;
	}

	.all-hero-trust > .wp-block-group:last-child,
	.editor-styles-wrapper .all-hero-trust > .wp-block-group:last-child {
		flex-basis: 100%;
		justify-content: center;
	}

	.all-hero-controls,
	.editor-styles-wrapper .all-hero-controls {
		bottom: auto;
		left: 50%;
		right: auto;
		top: calc(clamp(230px, 68vw, 270px) - 4rem);
		transform: translateX(-50%);
	}

	@media (max-width: 359px) {
		.all-hero-trust,
		.editor-styles-wrapper .all-hero-trust {
			align-items: center;
			flex-direction: column;
		}

		.all-hero-trust > .wp-block-group,
		.editor-styles-wrapper .all-hero-trust > .wp-block-group {
			justify-content: center;
		}
	}

	.all-services-intro,
	.all-process-intro,
	.editor-styles-wrapper .all-services-intro,
	.editor-styles-wrapper .all-process-intro {
		display: block;
		max-width: calc(100% - 40px);
	}

	.all-services-intro .all-services-heading,
	.editor-styles-wrapper .all-services-intro .all-services-heading {
		max-width: 100% !important;
	}

	.all-services-grid,
	.editor-styles-wrapper .all-services-grid {
		grid-template-columns: 1fr !important;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: calc(100% - 40px) !important;
		width: calc(100% - 40px) !important;
	}

	.all-services-grid > .wp-block-column,
	.editor-styles-wrapper .all-services-grid > .wp-block-column {
		flex-basis: 100% !important;
		width: 100%;
	}

	.all-why-grid,
	.editor-styles-wrapper .all-why-grid {
		flex-direction: column;
		gap: 1.25rem;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: calc(100% - 40px) !important;
		width: calc(100% - 40px) !important;
	}

	.all-why-grid > .wp-block-column,
	.editor-styles-wrapper .all-why-grid > .wp-block-column {
		flex-basis: 100% !important;
		width: 100%;
	}

	.all-process-flow,
	.editor-styles-wrapper .all-process-flow {
		gap: 1.25rem;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: calc(100% - 40px) !important;
		width: calc(100% - 40px) !important;
	}

	.all-why-intro,
	.editor-styles-wrapper .all-why-intro,
	.all-review-layout,
	.editor-styles-wrapper .all-review-layout {
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: calc(100% - 40px) !important;
		width: calc(100% - 40px) !important;
	}

	.all-why-icon,
	.editor-styles-wrapper .all-why-icon {
		margin-bottom: 0.75rem !important;
	}

	.all-why-item h3,
	.editor-styles-wrapper .all-why-item h3,
	.all-process-card h3,
	.editor-styles-wrapper .all-process-card h3 {
		margin-bottom: 0.6rem !important;
		margin-top: 0 !important;
	}

	.all-why-item p,
	.editor-styles-wrapper .all-why-item p,
	.all-process-card p:not(.all-step-number),
	.editor-styles-wrapper .all-process-card p:not(.all-step-number) {
		line-height: 1.55;
	}

	.all-step-number,
	.editor-styles-wrapper .all-step-number {
		height: 4.25rem;
		margin-bottom: 1rem !important;
		width: 4.25rem;
	}

	.all-review-testimonial::before,
	.all-review-testimonial::after,
	.editor-styles-wrapper .all-review-testimonial::before,
	.editor-styles-wrapper .all-review-testimonial::after {
		font-size: 3.8rem;
	}

	.all-review-testimonial::before,
	.editor-styles-wrapper .all-review-testimonial::before {
		left: 0;
	}

	.all-review-testimonial::after,
	.editor-styles-wrapper .all-review-testimonial::after {
		right: 0;
	}

	.all-review-quote,
	.editor-styles-wrapper .all-review-quote {
		padding-left: 2.05rem;
		padding-right: 2.05rem;
	}

	.all-review-stars,
	.editor-styles-wrapper .all-review-stars {
		margin-bottom: 1.45rem;
	}

	.all-faq-next-layout,
	.editor-styles-wrapper .all-faq-next-layout {
		flex-direction: column;
		gap: 1.75rem;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: calc(100% - 40px) !important;
		width: calc(100% - 40px) !important;
	}

	.all-faq-next-layout > .wp-block-column,
	.editor-styles-wrapper .all-faq-next-layout > .wp-block-column {
		flex-basis: 100% !important;
		width: 100%;
	}

	.all-faq-wrap,
	.editor-styles-wrapper .all-faq-wrap {
		margin-top: 1.6rem;
	}

	.all-faq-wrap summary,
	.editor-styles-wrapper .all-faq-wrap summary {
		padding: 1rem 0;
	}

	.all-attorney-image,
	.editor-styles-wrapper .all-attorney-image {
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: calc(100% - 40px) !important;
		min-height: 420px !important;
		width: calc(100% - 40px) !important;
	}

	.all-attorney-image img,
	.editor-styles-wrapper .all-attorney-image img {
		min-height: 420px !important;
	}

	.all-attorney-copy,
	.editor-styles-wrapper .all-attorney-copy {
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: calc(100% - 40px) !important;
		width: calc(100% - 40px) !important;
	}

	.all-credential-item,
	.editor-styles-wrapper .all-credential-item {
		align-items: flex-start;
	}

	.all-attorney-cta,
	.editor-styles-wrapper .all-attorney-cta {
		width: 100%;
	}

	.all-attorney-cta .wp-block-button__link,
	.editor-styles-wrapper .all-attorney-cta .wp-block-button__link {
		text-align: center;
		width: 100%;
	}

	.all-next-step,
	.editor-styles-wrapper .all-next-step {
		min-height: auto;
		padding: 1.75rem;
	}

	.all-next-step h2,
	.editor-styles-wrapper .all-next-step h2 {
		font-size: 1.75rem;
		max-width: none;
	}
}
