html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Sections ========================================================================== */
.editor-styles-wrapper,
.wp-site-blocks {
	font-family:
		-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
		Arial, "Noto Sans", serif, "Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol", "Noto Color Emoji";
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.editor-styles-wrapper h1:not(.editor-post-title),
.wp-site-blocks h1 {
	font-size: 2.5rem;
}
.editor-styles-wrapper h2,
.wp-site-blocks h2 {
	font-size: 2rem;
}
.editor-styles-wrapper h3,
.wp-site-blocks h3 {
	font-size: 1.75rem;
}
.editor-styles-wrapper h4,
.wp-site-blocks h4 {
	font-size: 1.5rem;
}
.editor-styles-wrapper h5,
.wp-site-blocks h5 {
	font-size: 1.25rem;
}
.editor-styles-wrapper h6,
.wp-site-blocks h6 {
	font-size: 1rem;
}
.editor-styles-wrapper p,
.wp-site-blocks p {
	margin-top: 0;
	margin-bottom: 0;
}
.editor-styles-wrapper .lifeawesome-h1-alt,
.wp-site-blocks .lifeawesome-h1-alt {
	font-size: 60px;
}

img {
	height: auto;
}

ul > li {
	list-style: none;
}

.editor-styles-wrapper a,
.wp-site-blocks a {
	transition: color 0.3s ease;
}

.wp-block-cover.has-aspect-ratio {
	margin-block-start: unset;
}

/* Font ========================================================================== */
/* Desktop */
.editor-styles-wrapper h1:not(.editor-post-title),
.wp-site-blocks h1 {
	font-size: 72px;
	line-height: 1.2;
}
.editor-styles-wrapper .lifeawesome-h1-alt,
.wp-site-blocks .lifeawesome-h1-alt {
	font-size: 60px;
	line-height: 1.2;
}

.editor-styles-wrapper h2,
.wp-site-blocks h2 {
	font-size: 48px;
	line-height: 1.2;
}
.editor-styles-wrapper .lifeawesome-h2-alt,
.wp-site-blocks .lifeawesome-h2-alt {
	font-size: 52px;
	line-height: 1.2;
}
.editor-styles-wrapper .lifeawesome-h2-alt-2,
.wp-site-blocks .lifeawesome-h2-alt-2 {
	font-size: 40px;
	line-height: 1.2;
}

.editor-styles-wrapper h3,
.wp-site-blocks h3 {
	font-size: 26px;
	line-height: 1.2;
}
.editor-styles-wrapper .lifeawesome-h3-alt,
.wp-site-blocks .lifeawesome-h3-alt {
	font-size: 38px;
	line-height: 1.2;
}
.editor-styles-wrapper .lifeawesome-h3-alt-2,
.wp-site-blocks .lifeawesome-h3-alt-2 {
	font-size: 32px;
	line-height: 1.2;
}

.editor-styles-wrapper h4,
.wp-site-blocks h4 {
	font-size: 22px;
	line-height: 1.2;
}
.editor-styles-wrapper .lifeawesome-h4-al,
.wp-site-blocks .lifeawesome-h4-alt,
.comment-respond .comment-reply-title {
	font-size: 24px;
	line-height: 1.2;
}

.editor-styles-wrapper h5,
.wp-site-blocks h5 {
	font-size: 18px;
	line-height: 1.2;
}

.editor-styles-wrapper .lifeawesome-404,
.wp-site-blocks .lifeawesome-404 {
	font-size: 200px;
	line-height: 1.2;
}

/* Tablet */
@media (max-width: 1024px) {
	.editor-styles-wrapper h1:not(.editor-post-title),
	.wp-site-blocks h1 {
		font-size: 56px;
	}
	.editor-styles-wrapper .lifeawesome-h1-alt,
	.wp-site-blocks .lifeawesome-h1-alt {
		font-size: 56px;
	}

	.editor-styles-wrapper h2,
	.wp-site-blocks h2 {
		font-size: 40px;
	}
	.editor-styles-wrapper .lifeawesome-h2-alt,
	.wp-site-blocks .lifeawesome-h2-alt {
		font-size: 48px;
	}
	.editor-styles-wrapper .lifeawesome-h2-alt-2,
	.wp-site-blocks .lifeawesome-h2-alt-2 {
		font-size: 32px;
	}

	.editor-styles-wrapper h3,
	.wp-site-blocks h3 {
		font-size: 24px;
	}
	.editor-styles-wrapper .lifeawesome-h3-alt,
	.wp-site-blocks .lifeawesome-h3-alt {
		font-size: 32px;
	}
	.editor-styles-wrapper .lifeawesome-h3-alt-2,
	.wp-site-blocks .lifeawesome-h3-alt-2 {
		font-size: 28px;
	}

	.editor-styles-wrapper h4,
	.wp-site-blocks h4 {
		font-size: 20px;
	}
	.editor-styles-wrapper .lifeawesome-h4-al,
	.wp-site-blocks .lifeawesome-h4-alt,
	.comment-respond .comment-reply-title {
		font-size: 24px;
	}

	.editor-styles-wrapper h5,
	.wp-site-blocks h5 {
		font-size: 17px;
	}

	.editor-styles-wrapper .lifeawesome-404,
	.wp-site-blocks .lifeawesome-404 {
		font-size: 200px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.editor-styles-wrapper h1:not(.editor-post-title),
	.wp-site-blocks h1 {
		font-size: 48px;
	}
	.editor-styles-wrapper .lifeawesome-h1-alt,
	.wp-site-blocks .lifeawesome-h1-alt {
		font-size: 48px;
	}

	.editor-styles-wrapper h2,
	.wp-site-blocks h2 {
		font-size: 32px;
	}
	.editor-styles-wrapper .lifeawesome-h2-alt,
	.wp-site-blocks .lifeawesome-h2-alt {
		font-size: 40px;
	}
	.editor-styles-wrapper .lifeawesome-h2-alt-2,
	.wp-site-blocks .lifeawesome-h2-alt-2 {
		font-size: 24px;
	}

	.editor-styles-wrapper h3,
	.wp-site-blocks h3 {
		font-size: 22px;
	}
	.editor-styles-wrapper .lifeawesome-h3-alt,
	.wp-site-blocks .lifeawesome-h3-alt {
		font-size: 28px;
	}
	.editor-styles-wrapper .lifeawesome-h3-alt-2,
	.wp-site-blocks .lifeawesome-h3-alt-2 {
		font-size: 26px;
	}

	.editor-styles-wrapper h4,
	.wp-site-blocks h4 {
		font-size: 18px;
	}
	.editor-styles-wrapper .lifeawesome-h4-al,
	.wp-site-blocks .lifeawesome-h4-alt,
	.comment-respond .comment-reply-title {
		font-size: 22px;
	}

	.editor-styles-wrapper h5,
	.wp-site-blocks h5 {
		font-size: 16px;
	}

	.editor-styles-wrapper .lifeawesome-404 {
		font-size: 160px;
	}
}
/* Font ========================================================================== */

/* responsive ========================================================================== */
/* Tablet */
@media (max-width: 1024px) {
	.lifeawesome-header-nav
		nav
		.wp-block-navigation__responsive-container
		.wp-block-navigation__responsive-container-content {
		padding-left: 25px;
		padding-right: 25px;
	}
	.lifeawesome-header-nav
		nav
		.wp-block-navigation__responsive-container
		.wp-block-navigation__responsive-container-close {
		top: 40px;
		right: 25px;
	}
	.lifeawesome-front-hero-container {
		padding-top: 200px !important;
		padding-bottom: 140px !important;
	}
	.front-page-image-middle-container {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	.front-page-image-middle-container > .wp-block-group {
		gap: 32px;
	}
	.lifeawesome-front-post-container {
		padding-bottom: 100px !important;
	}
	.lifeawesome-front-post-container > .wp-block-group {
		gap: 32px;
	}
	.lifeawesome-front-post-container > .wp-block-group > .wp-block-query {
		width: 100%;
	}
	.lifeawesome-world-class-container {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	.lifeawesome-feature-container > .wp-block-column > .wp-block-group {
		gap: 32px;
	}
	.lifeawesome-world-class-container > .wp-block-group > .wp-block-columns {
		gap: 32px;
	}
	.lifeawesome-footer-cta-container .wp-block-cover {
		padding: 3em;
		min-height: 380px;
	}
	.lifeawesome-logo-container {
		padding-bottom: 100px !important;
	}
	.lifeawesome-fun-fact-container {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	.lifeawesome-fun-fact-container
		> .wp-block-columns
		> .lifeawesome-fun-fact-value
		> .wp-block-group {
		min-height: fit-content !important;
	}
	ul.wp-block-post-template.is-layout-grid {
		grid-template-columns: 1fr;
	}
	.lifeawesome-footer-group {
		padding-bottom: 30px !important;
	}
	.lifeawesome-footer-container {
		flex-direction: column-reverse;
	}
	.lifeawesome-footer-container > .wp-block-column:nth-child(1) {
		flex-basis: 0px !important;
	}
	.lifeawesome-footer-container
		> .wp-block-column:nth-child(1)
		> .wp-block-group {
		flex-direction: row;
		justify-content: space-between;
	}
	.lifeawesome-footer-container
		> .wp-block-column:nth-child(1)
		> .wp-block-group
		> .wp-block-group {
		flex-direction: row;
		display: flex;
		gap: 5px;
	}
	.footer-columns-container > .wp-block-column.wp-block-column-is-layout-flow {
		flex-basis: 30% !important;
	}
	.wp-container-core-group-is-layout-0886d5ec.wp-block-group-is-layout-flex {
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
	}
	.lifeawesome-feature-container {
		flex-direction: column;
		justify-content: center;
	}
	.wp-container-core-group-is-layout-0886d5ec.wp-block-group-is-layout-flex
		.wp-container-core-group-is-layout-6fe931d8 {
		flex-direction: row;
	}
	.lifeawesome-logo-section > :nth-child(4),
	.lifeawesome-logo-section > :nth-child(5) {
		display: none;
	}
	.lifeawesome-column-feature
		.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
		flex-basis: 30% !important;
	}
	.world-class-service {
		gap: 100px;
	}
	.world-class-service > .wp-block-column:nth-child(2) {
		padding-top: 0 !important;
	}
	.lifeawesome-funfact-section {
		flex-direction: column;
	}
	.lifeawesome-footer-list .footer-columns-container {
		gap: unset;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.lifeawesome-header-nav
		nav
		.wp-block-navigation__responsive-container
		.wp-block-navigation__responsive-container-content {
		padding-left: 25px;
		padding-right: 25px;
	}
	.lifeawesome-header-nav
		nav
		.wp-block-navigation__responsive-container
		.wp-block-navigation__responsive-container-close {
		top: 40px;
		right: 25px;
	}
	.lifeawesome-front-hero-container {
		padding-top: 140px !important;
		padding-bottom: 80px !important;
	}
	.column-features-three-container {
		padding-bottom: 80px !important;
	}
	.lifeawesome-world-class-container {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	.lifeawesome-world-class-container > .wp-block-group > .wp-block-columns {
		gap: 16px;
	}
	.lifeawesome-world-class-container > .wp-block-group {
		gap: 32px;
	}
	.lifeawesome-logo-container {
		padding-bottom: 80px !important;
	}
	.lifeawesome-logo-section > :nth-child(1) {
		display: none;
	}
	.lifeawesome-fun-fact-container {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.front-page-image-middle-container {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.lifeawesome-front-post-container {
		padding-bottom: 80px !important;
	}
	ul.wp-block-post-template.is-layout-grid {
		grid-template-columns: 1fr;
	}
	.lifeawesome-footer-container
		> .wp-block-column:nth-child(1)
		> .wp-block-group {
		flex-direction: column;
		justify-content: space-between;
	}
	.lifeawesome-footer-list .footer-columns-container {
		gap: 24px;
	}
	.lifeawesome-footer-container
		> .wp-block-column:nth-child(1)
		> .wp-block-group {
		gap: 20px;
	}
	.lifeawesome-column-feature
		.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
		flex-basis: 100% !important;
	}
	.footer-columns-container > .wp-block-column.wp-block-column-is-layout-flow {
		flex-basis: 100% !important;
	}
	.lifeawesome-feature-container .wp-block-column .wp-block-cover {
		min-height: 300px !important;
	}
	.lifeawesome-fun-fact-container
		.lifeawesome-funfact-section
		.wp-block-column
		.wp-block-cover {
		min-height: 300px !important;
	}
}
/* responsive ========================================================================== */

/* Template ========================================================================== */
.lifeawesome-post-template figure {
	width: 100% !important;
}
.lifeawesome-post-template hr {
	border-width: 1px;
}

.lifeawesome-sidebar-term-category > *:not(:nth-child(-n + 10)) {
	display: none !important;
}

.lifeawesome-post-template
	> .wp-block-post
	> .wp-block-group
	> .wp-block-group
	> .wp-block-group
	> .wp-block-group
	> hr,
.lifeawesome-post-details > hr {
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background-color: rgba(1, 18, 34, 0.4) !important;
	border: unset;
	flex-basis: auto;
}

.lifeawesome-post-template .wp-block-post-date time {
	color: #99a0a7;
}
.lifeawesome-404-content-container a {
	color: #7722ff;
	transition: color 0.3s ease;
}
.lifeawesome-404-content-container a:hover {
	color: #6518e0;
}
.do-not-wrap {
	flex-wrap: nowrap !important;
}
.do-not-wrap .wp-block-post-content > * {
	max-width: fit-content !important;
}
/* Template ========================================================================== */

/* Comment ========================================================================== */
.lifeawesome-comment-column .comment-form
	.form-submit.wp-block-button
	.wp-block-button__link.wp-element-button {
	border-radius: 8px;
	padding-top: 15px;
	padding-right: 24px;
	padding-bottom: 15px;
	padding-left: 24px;
	font-family: "Host Grotesk", sans-serif;
	font-size: 15px;
	line-height: 100%;
	background: rgba(119, 34, 255, 1);
	border-color: rgba(119, 34, 255, 1);
	margin-top: 32px;
	transition: background 0.3s ease;
}

.lifeawesome-comment-column
	.comment-form
	.form-submit.wp-block-button
	.wp-block-button__link.wp-element-button:hover {
	background: #6518e0;
}

.lifeawesome-comment-column .wp-block-post-comments-form textarea {
	border-width: 1px;
	border-radius: 8px;
	padding: 15px 16px;
	margin-top: 8px;
	border: 1px solid rgba(228, 234, 244, 1);
}

.lifeawesome-comment-column .wp-block-post-comments-form label {
	font-family: "Host Grotesk", sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	color: rgba(1, 18, 34, 1);
	margin-top: 24px;
}

.lifeawesome-comment-column .comment-reply-title {
	font-family: "Host Grotesk", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
}

.lifeawesome-comment-column .wp-block-post-comments-form .logged-in-as,
.lifeawesome-comment-column .wp-block-post-comments-form .comment-notes {
	font-family: "Host Grotesk", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: rgba(1, 18, 34, 1);
	margin-top: 16px;
	margin-bottom: 16px;
}

.lifeawesome-comment-column .wp-block-post-comments-form p.comment-form-author,
.lifeawesome-comment-column .wp-block-post-comments-form p.comment-form-email,
.lifeawesome-comment-column .wp-block-post-comments-form p.comment-form-url {
	width: 30.3%;
	display: inline-flex;
	flex-direction: column;
	gap: 8px;
}

.lifeawesome-comment-column
	.wp-block-post-comments-form
	p:not(.comment-form-cookies-consent)
	input {
	border-radius: 8px;
	padding: 15px 16px;
	border: 1px solid rgba(228, 234, 244, 1);
}

.lifeawesome-comment-column
	.wp-block-post-comments-form
	p:not(.comment-form-url) {
	margin-right: 20px;
}

.lifeawesome-comment-column .comment-form-cookies-consent {
	margin-top: 24px;
	align-items: center;
}

.lifeawesome-comment-column .comment-form-cookies-consent input {
	accent-color: rgba(119, 34, 255, 1);
	width: 16px;
	height: 16px;
}

.lifeawesome-comment-column .comment-form-cookies-consent label {
	margin-top: 0px;
}

.lifeawesome-comment-column
	.wp-block-post-author__content
	.wp-block-post-author__byline {
	font-family: "Host Grotesk", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: rgba(1, 18, 34, 0.4);
	letter-spacing: 1.2px;
	margin-bottom: 8px;
}

.lifeawesome-comment-column
	.wp-block-post-author__content
	.wp-block-post-author__name {
	font-family: "Host Grotesk", sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 100%;
	color: rgba(1, 18, 34, 1);
}

.lifeawesome-comment-column
	.wp-block-post-author__content
	.wp-block-post-author__bio {
	font-family: "Host Grotesk", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-top: 12px;
	color: rgba(1, 18, 34, 1);
}

.lifeawesome-comment-column .wp-block-comments-title {
	font-family: "Host Grotesk", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	color: rgba(1, 18, 34, 1);
}

.lifeawesome-comment-column .comment .wp-block-comment-date {
	font-family: "Host Grotesk", sans-serif;
	font-weight: 400;
	line-height: 100%;
	margin-right: 8px;
}

.lifeawesome-comment-column .comment .wp-block-comment-reply-link {
	font-family: "Host Grotesk", sans-serif;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 1.2px;
}

.lifeawesome-comment-column .wp-block-comments-pagination.is-layout-flex,
.lifeawesome-comment-column
	.wp-block-comments-pagination
	.wp-block-comments-pagination-numbers {
	gap: 12px;
	display: flex;
}

.lifeawesome-comment-column .wp-block-comments-pagination a,
.lifeawesome-comment-column
	.wp-block-comments-pagination
	.wp-block-comments-pagination-numbers
	span.current {
	width: 38px;
	height: 38px;
	border-width: 1px;
	border-radius: 8px;
	border: 1px solid rgba(228, 234, 244, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: black;
	text-decoration: none;
	transition: background 0.3s ease;
}

.lifeawesome-comment-column .wp-block-comments-pagination {
	justify-content: center;
}

.lifeawesome-comment-column .wp-block-comments-pagination > a {
	width: fit-content;
	padding: 0 14px;
}

.lifeawesome-comment-column .wp-block-comments-pagination a span {
	margin: 0 !important;
}

.lifeawesome-comment-column .wp-block-comments-pagination a:not(.dots):hover {
	background: rgba(119, 34, 255, 1);
	color: white;
}

.lifeawesome-comment-column .wp-block-comments-pagination .dots {
	align-items: flex-end;
	display: flex;
}

.lifeawesome-comment-column
	.wp-block-comments-pagination
	.wp-block-comments-pagination-numbers
	span.current {
	background: rgba(249, 247, 255, 1);
	color: rgba(1, 18, 34, 0.4);
	pointer-events: none;
}
/* Comment ========================================================================== */

/* Front Page ========================================================================== */

/* Front Page : Frontend ========================================================================== */
.wp-block-navigation {
	font-family: "Host Grotesk", sans-serif;
}

.wp-block-navigation
	.wp-block-navigation__container
	.has-child
	.wp-block-navigation__submenu-container {
	left: -20px !important;
	margin-top: 26px;
	width: 248px !important;
	gap: 10px;
	border-radius: 16px;
	padding: 10px;
	border: 1px solid rgba(228, 234, 244, 1);
	transition:
		visibility 1s ease,
		opacity 0.5s ease;
	height: auto !important;
}

.wp-block-navigation
	.wp-block-navigation__container
	.has-child.hover
	> .wp-block-navigation__submenu-container {
	visibility: hidden;
	opacity: 0;
}

.wp-block-navigation
	.wp-block-navigation__container
	.has-child.hover
	> .wp-block-navigation__submenu-container {
	visibility: visible;
	opacity: 1;
}

.wp-block-navigation
	.wp-block-navigation__container
	.has-child.left
	.wp-block-navigation__submenu-container {
	left: unset !important;
	right: 0%;
}

.lifeawesome-header-nav
	.wp-block-navigation
	.wp-block-navigation__container
	.wp-block-navigation-item.has-child
	.wp-block-navigation__submenu-container
	.wp-block-navigation-item.has-child
	.wp-block-navigation__submenu-container {
	left: calc(100% + 30px) !important;
	border-radius: 16px;
	top: -20px;
}

.lifeawesome-header-nav
	.wp-block-navigation
	.wp-block-navigation__container
	.wp-block-navigation-item.has-child
	.wp-block-navigation__submenu-container
	.wp-block-navigation-item.has-child.left
	.wp-block-navigation__submenu-container {
	left: unset !important;
	right: calc(100% + 30px);
}

.wp-block-navigation-item__content {
	padding: 0;
}

.lifeawesome-header-nav
	.wp-block-page-list
	> .wp-block-navigation-item.has-child
	> .wp-block-navigation__submenu-container
	> .wp-block-navigation-item:not(.current-menu-item):hover
	> a,
.lifeawesome-header-nav
	.wp-block-navigation__container
	> .wp-block-navigation-item:not(.current-menu-item):hover
	> a,
.lifeawesome-header-nav
	.wp-block-page-list
	> .wp-block-navigation-item:hover
	> a,
.lifeawesome-header-nav
	.wp-block-page-list
	> .wp-block-navigation-item.has-child
	> .wp-block-navigation__submenu-container
	> .wp-block-navigation-item:not(.current-menu-item)
	> .wp-block-navigation__submenu-container
	> .wp-block-navigation-item:not(.current-menu-item):hover
	> a,
.lifeawesome-header-nav
	.wp-block-navigation__container
	.wp-block-navigation-item.current-menu-item
	> a {
	color: rgba(119, 34, 255, 1);
}

.lifeawesome-header-nav
	.wp-block-navigation__container
	.wp-block-navigation-item.current-menu-item
	> .wp-block-navigation__submenu-container
	> .wp-block-navigation-item
	> a {
	color: #000000;
}

.lifeawesome-header-nav
	.wp-block-navigation__container
	.wp-block-navigation-item.current-menu-item
	> .wp-block-navigation__submenu-container
	> .wp-block-navigation-item:hover
	> a {
	color: rgba(119, 34, 255, 1);
}

.lifeawesome-header-nav
	.wp-block-navigation__container
	> .wp-block-navigation-item.has-child
	> .wp-block-navigation__submenu-container
	> .wp-block-navigation-item:hover
	> a {
	color: rgba(119, 34, 255, 1);
}

/* Nav menu level 3 ========================================================================== */
.lifeawesome-header-nav .wp-block-page-list
	> .wp-block-navigation-item.has-child
	> .wp-block-navigation__submenu-container
	> .wp-block-navigation-item.has-child
	> .wp-block-navigation__submenu-container
	> .wp-block-navigation-item {
	color: #000000;
}

.lifeawesome-header-nav
	.wp-block-navigation__container
	> .wp-block-navigation-item
	> button {
	width: 12px;
	height: 12px;
}

.lifeawesome-header-nav-template
	.wp-block-navigation
	.wp-block-navigation__container
	.has-child
	.wp-block-navigation__submenu-container {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.core-frontpage-button .wp-block-button {
	position: relative;
}

.core-frontpage-button {
	transition: transform 0.5s ease;
}

.core-frontpage-button:hover {
	transform: scale(0.94);
}

.core-frontpage-button .wp-block-button::before {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 1;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.5),
		rgba(255, 255, 255, 0)
	);
	border-radius: 10px;
	opacity: 1;
}

.core-frontpage-button .wp-block-button a.wp-block-button__link {
	z-index: 2;
	position: relative;
	transition: color 0.3s ease;
}

.core-frontpage-button:hover .wp-block-button a.wp-block-button__link {
	color: rgba(255, 255, 255, 0.72) !important;
}

.column-features-three .wp-block-column {
	transition: box-shadow 0.3s ease;
}

.column-features-three .wp-block-column:hover {
	box-shadow: 0px 8px 24px 0px rgba(4, 22, 43, 0.1);
}

.column-features-three
	.wp-block-column
	.wp-block-group
	.wp-block-group.has-background {
	position: relative;
	overflow: hidden;
}

.column-features-three
	.wp-block-column
	.wp-block-group
	.wp-block-group.has-background::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f7f4ff;
	opacity: 1;
	border-radius: inherit;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.column-features-three
	.wp-block-column
	.wp-block-group
	.wp-block-group.has-background::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 1px);
	height: calc(100% - 1px);
	background: linear-gradient(
		180deg,
		rgb(159, 101, 255) 0%,
		rgb(72, 57, 240) 100%
	);
	opacity: 1;
	border-radius: inherit;
	z-index: 0;
}

.column-features-three
	.wp-block-column:hover
	.wp-block-group
	.wp-block-group.has-background::after {
	opacity: 0;
}

.column-features-three
	.wp-block-column
	.wp-block-group
	.wp-block-group.has-background
	> * {
	position: relative;
	z-index: 2;
}

.column-features-three
	.wp-block-column
	.wp-block-group
	.wp-block-group.has-background
	img {
	transition: filter 0.3s ease;
}

.column-features-three
	.wp-block-column:hover
	.wp-block-group
	.wp-block-group.has-background
	img {
	filter: brightness(0) invert(1);
}

.front-page-image-middle figure:not(:first-of-type):not(:last-of-type) {
	z-index: 2;
}

.lifeawesome-footer-list ul {
	padding-left: 0px;
}
/* Front Page ========================================================================== */

/* Core Archive ========================================================================== */
.wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
	border-radius: 10px;
	padding-top: 13px;
	padding-right: 25px;
	padding-bottom: 13px;
	padding-left: 25px;
	background: rgba(119, 34, 255, 1);
	font-family: "Host Grotesk", sans-serif;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	margin-top: 20px;
	transition: background-color 0.3s ease;
}

.wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover {
	background-color: #6518e0;
}

.wp-block-query-pagination.is-layout-flex,
.wp-block-query-pagination .wp-block-query-pagination-numbers {
	gap: 12px;
	display: flex;
}

.wp-block-query-pagination a,
.wp-block-query-pagination .wp-block-query-pagination-numbers span.current {
	width: 38px;
	height: 38px;
	border-width: 1px;
	border-radius: 8px;
	border: 1px solid rgba(228, 234, 244, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	text-align: center;
	color: black;
	text-decoration: none;
	transition:
		background 0.3s ease,
		border 0.3s ease,
		color 0.3s ease;
}

.wp-block-query-pagination a span {
	margin: 0 !important;
}

.wp-block-query-pagination a:not(.dots):hover {
	background: rgba(119, 34, 255, 1);
	border-color: rgba(119, 34, 255, 1);
	color: white;
}

.wp-block-query-pagination .dots {
	align-items: flex-end;
	display: flex;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers span.current {
	background: rgba(249, 247, 255, 1);
	color: rgba(1, 18, 34, 0.4);
	pointer-events: none;
}
/* Core Archive ========================================================================== */

/* Side Bar ========================================================================== */

/* Side Bar: Frontend ========================================================================== */
.lifeawesome-sidebar-container > .wp-block-group > .wp-block-group ul {
	padding-left: 0;
	flex-wrap: wrap;
}
.lifeawesome-terms-list {
	display: flex;
	gap: 12px;
}
.lifeawesome-terms-list .cat-item {
	padding: 10px 16px;
	width: fit-content;
	height: fit-content;
	border-radius: 8px;
	border: 1px solid var(--Color-Border, #e4eaf4);
	display: inline-flex;
	transition:
		background 0.3s ease,
		border 0.3s ease;
}
.lifeawesome-terms-list .cat-item a {
	color: #7722ff;
	font-family: "Host Grotesk", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	transition: color 0.3s ease;
	text-decoration: none;
}
.lifeawesome-terms-list .cat-item:hover {
	background: var(--Color-Accent, #7722ff);
	border-color: #7722ff;
}
.lifeawesome-terms-list .cat-item:hover a {
	color: #ffff;
}
.wp-block-latest-comments {
	padding-left: 0px;
}

.search-core-sidebar .wp-block-search__input {
	padding: 14px;
	line-height: normal;
}

.search-core-sidebar .wp-block-search__input::placeholder {
	font-family: "Host Grotesk", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: rgba(1, 18, 34, 0.4);
}

/* Side Bar: Backend ========================================================================== */
.search-core-sidebar .wp-block-search__input {
	padding: 14px;
	line-height: normal;
}

.search-core-sidebar .wp-block-search__button,
.search-core-sidebar
	.wp-block-search__button.has-black-background-color.has-white-color {
	background-color: unset !important;
	color: rgba(1, 18, 34, 1) !important;
	padding: 14px;
}
/* Side Bar ========================================================================== */

/* Core Search ========================================================================== */
.core-search-input {
	position: relative;
}
.core-search-input .first-search-input input {
	display: none;
}
.core-search-input .first-search-input {
	pointer-events: none;
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.core-search-input .first-search-input .wp-block-search__button {
	background: unset !important;
	color: black !important;
	border: unset !important;
	padding: 0;
}

.core-search-input .second-search-input .wp-block-search__input {
	line-height: normal;
	padding: 14px;
	padding-left: 42px;
}

.core-search-input .second-search-input .wp-block-search__inside-wrapper {
	width: 100% !important;
}
.core-search-input .second-search-input .wp-block-search__button {
	transition: background-color 0.3s ease;
}
.core-search-input .second-search-input .wp-block-search__button:hover {
	background-color: #5d16da !important;
}
/* Core Search ========================================================================== */

/* Animation ========================================================================== */
:root {
	--lifeawesome-transition: cubic-bezier(0.165, 0.84, 0.44, 1);
}

body .lifeawesome-animate-init,
body.editor-styles-wrapper .lifeawesome-animate {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) translateX(0) scale(1) rotate(0);
}

.lifeawesome-animate {
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, transform;
}

.lifeawesome-move-up {
	transform: translateY(30px);
}

.lifeawesome-move-down {
	transform: translateY(-30px);
}

.lifeawesome-move-right {
	transform: translateX(-40px);
}

.lifeawesome-move-left {
	transform: translateX(40px);
}

.lifeawesome-flip {
	transform: perspective(500px) translateY(60px) scaleY(0.75) rotateX(-40deg);
}

.lifeawesome-scale {
	transform: scale(0.5);
}

.lifeawesome-flip,
.lifeawesome-move-down,
.lifeawesome-move-up,
.lifeawesome-move-right,
.lifeawesome-move-left,
.lifeawesome-scale {
	transition-duration: 0.7s;
	transition-timing-function: var(--lifeawesome-transition);
}

.lifeawesome-delay-1 {
	transition-delay: 0.1s;
}

.lifeawesome-delay-3 {
	transition-delay: 0.3s;
}

.lifeawesome-delay-5 {
	transition-delay: 0.5s;
}

.lifeawesome-delay-7 {
	transition-delay: 0.7s;
}

.lifeawesome-delay-10 {
	transition-delay: 1s;
}

.lifeawesome-delay-20 {
	transition-delay: 2s;
}

/* Advanced ========================================================================== */
.wp-block-columns {
	margin-bottom: 0;
}

body .wp-site-blocks > * + * {
	margin-block-start: 0 !important;
}

.lifeawesome-z-index-1 {
	position: relative;
	z-index: 1;
}

.lifeawesome-z-index-10 {
	position: relative;
	z-index: 10;
}

.lifeawesome-z-index-100 {
	position: relative;
	z-index: 100;
}

.lifeawesome-z-index-1000 {
	position: relative;
	z-index: 1000;
}

.lifeawesome-margin-top-n10 {
	position: relative;
	margin-top: -10px !important;
}

.lifeawesome-margin-top-n20 {
	position: relative;
	margin-top: -20px !important;
}

.lifeawesome-margin-top-n30 {
	position: relative;
	margin-top: -30px !important;
}

.lifeawesome-margin-top-n40 {
	position: relative;
	margin-top: -40px !important;
}

.lifeawesome-margin-top-n50 {
	position: relative;
	margin-top: -50px !important;
}

.lifeawesome-margin-top-n60 {
	position: relative;
	margin-top: -60px !important;
}

.lifeawesome-margin-top-n70 {
	position: relative;
	margin-top: -70px !important;
}

.lifeawesome-margin-top-n80 {
	position: relative;
	margin-top: -80px !important;
}

.lifeawesome-margin-top-n90 {
	position: relative;
	margin-top: -90px !important;
}

.lifeawesome-margin-top-n100 {
	position: relative;
	margin-top: -100px !important;
}

.lifeawesome-radius-5 {
	border-radius: 5px;
}

.lifeawesome-radius-10 {
	border-radius: 10px;
}

.lifeawesome-radius-25 {
	border-radius: 25px;
}

.lifeawesome-radius-50 {
	border-radius: 50px;
}

.lifeawesome-margin-left-n10 {
	position: relative;
	margin-left: -10px !important;
}

.lifeawesome-margin-left-n20 {
	position: relative;
	margin-left: -20px !important;
}

.lifeawesome-margin-left-n30 {
	position: relative;
	margin-left: -30px !important;
}

.lifeawesome-margin-left-n40 {
	position: relative;
	margin-left: -40px !important;
}

.lifeawesome-margin-left-n50 {
	position: relative;
	margin-left: -50px !important;
}

.lifeawesome-margin-left-n60 {
	position: relative;
	margin-left: -60px !important;
}

.lifeawesome-margin-left-n70 {
	position: relative;
	margin-left: -70px !important;
}

.lifeawesome-margin-left-n80 {
	position: relative;
	margin-left: -80px !important;
}

.lifeawesome-margin-left-n90 {
	position: relative;
	margin-left: -90px !important;
}

.lifeawesome-margin-left-n100 {
	position: relative;
	margin-left: -100px !important;
}

.lifeawesome-post-template-gap {
	margin-left: -17.5px !important;
	margin-right: -17.5px !important;
}

.lifeawesome-post-template-gap .wp-block-post-template {
	gap: 0 !important;
}

.lifeawesome-post-template-gap .wp-block-post-template > .wp-block-post {
	padding-left: 17.5px !important;
	padding-right: 17.5px !important;
	padding-bottom: 35px !important;
}

@media only screen and (min-width: 600px) {
	.lifeawesome-post-template-gap
		.wp-block-post-template.column-2
		> .wp-block-post,
	.lifeawesome-post-template-gap
		.wp-block-post-template.columns-2
		> .wp-block-post {
		width: calc(50% - 35px) !important;
	}

	.lifeawesome-post-template-gap
		.wp-block-post-template.column-3
		> .wp-block-post,
	.lifeawesome-post-template-gap
		.wp-block-post-template.columns-3
		> .wp-block-post {
		width: calc(33.33333% - 35px) !important;
	}

	.lifeawesome-post-template-gap
		.wp-block-post-template.column-4
		> .wp-block-post,
	.lifeawesome-post-template-gap
		.wp-block-post-template.columns-4
		> .wp-block-post {
		width: calc(25% - 35px) !important;
	}

	.lifeawesome-post-template-gap
		.wp-block-post-template.column-5
		> .wp-block-post,
	.lifeawesome-post-template-gap
		.wp-block-post-template.columns-5
		> .wp-block-post {
		width: calc(20% - 35px) !important;
	}

	.lifeawesome-post-template-gap
		.wp-block-post-template.column-6
		> .wp-block-post,
	.lifeawesome-post-template-gap
		.wp-block-post-template.columns-6
		> .wp-block-post {
		width: calc(16.66667% - 35px) !important;
	}

	body:not(.editor-styles-wrapper)
		.lifeawesome-post-template-gap
		.wp-block-post-template.column-2
		> .wp-block-post,
	body:not(.editor-styles-wrapper)
		.lifeawesome-post-template-gap
		.wp-block-post-template.columns-2
		> .wp-block-post {
		width: calc(50%) !important;
	}

	body:not(.editor-styles-wrapper)
		.lifeawesome-post-template-gap
		.wp-block-post-template.column-3
		> .wp-block-post,
	body:not(.editor-styles-wrapper)
		.lifeawesome-post-template-gap
		.wp-block-post-template.columns-3
		> .wp-block-post {
		width: calc(33.33333%) !important;
	}

	body:not(.editor-styles-wrapper)
		.lifeawesome-post-template-gap
		.wp-block-post-template.column-4
		> .wp-block-post,
	body:not(.editor-styles-wrapper)
		.lifeawesome-post-template-gap
		.wp-block-post-template.columns-4
		> .wp-block-post {
		width: calc(25%) !important;
	}

	body:not(.editor-styles-wrapper)
		.lifeawesome-post-template-gap
		.wp-block-post-template.column-5
		> .wp-block-post,
	body:not(.editor-styles-wrapper)
		.lifeawesome-post-template-gap
		.wp-block-post-template.columns-5
		> .wp-block-post {
		width: calc(20%) !important;
	}

	body:not(.editor-styles-wrapper)
		.lifeawesome-post-template-gap
		.wp-block-post-template.column-6
		> .wp-block-post,
	body:not(.editor-styles-wrapper)
		.lifeawesome-post-template-gap
		.wp-block-post-template.columns-6
		> .wp-block-post {
		width: calc(16.66667%) !important;
	}
}

/* -------------------------------------------------------------------------
   Sticky site header
   - Outer: header.wp-block-template-part (FSE wrapper — works even if the inner
     group lost the lifeawesome-site-header class after a customized template part)
   - Inner: .lifeawesome-site-header (Core group or Gutenverse section-wrapper)
   Disable: Appearance → Customize → Additional CSS:
     :root { --lifeawesome-sticky-header: static; }
   ------------------------------------------------------------------------- */
html {
	scroll-padding-top: 6rem;
}

header.wp-block-template-part,
.lifeawesome-site-header {
	position: var(--lifeawesome-sticky-header, sticky);
	top: var(--lifeawesome-sticky-header-top, 0);
	z-index: 100;
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}

/* One shadow line when both outer template part and inner group are sticky */
header.wp-block-template-part .lifeawesome-site-header {
	box-shadow: none;
}

body.admin-bar header.wp-block-template-part,
body.admin-bar .lifeawesome-site-header {
	--lifeawesome-sticky-header-top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar header.wp-block-template-part,
	body.admin-bar .lifeawesome-site-header {
		--lifeawesome-sticky-header-top: 46px;
	}
}

/* -------------------------------------------------------------------------
   Home hero banner — purple→pink brand gradient sheen (core + Gutenverse)
   ------------------------------------------------------------------------- */
body:not(.editor-styles-wrapper) .wp-block-group.lifeawesome-home-hero-gradient,
body:not(.editor-styles-wrapper)
	.section-wrapper.lifeawesome-home-hero-gradient
	> .wp-block-gutenverse-section,
body:not(.editor-styles-wrapper)
	.guten-element.guten-wrap-helper.lifeawesome-home-hero-gradient {
	position: relative;
	overflow: hidden;
}

body:not(.editor-styles-wrapper) .wp-block-group.lifeawesome-home-hero-gradient::before,
body:not(.editor-styles-wrapper)
	.section-wrapper.lifeawesome-home-hero-gradient
	> .wp-block-gutenverse-section::before,
body:not(.editor-styles-wrapper)
	.guten-element.guten-wrap-helper.lifeawesome-home-hero-gradient::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
	background:
		radial-gradient(
			ellipse 90% 70% at 12% 18%,
			rgba(255, 255, 255, 0.22) 0%,
			transparent 52%
		),
		radial-gradient(
			ellipse 80% 60% at 92% 85%,
			rgba(255, 255, 255, 0.09) 0%,
			transparent 50%
		);
}

body:not(.editor-styles-wrapper)
	.wp-block-group.lifeawesome-home-hero-gradient
	> * {
	position: relative;
	z-index: 1;
}

body:not(.editor-styles-wrapper)
	.section-wrapper.lifeawesome-home-hero-gradient
	.guten-container {
	position: relative;
	z-index: 1;
}

body:not(.editor-styles-wrapper)
	.guten-element.guten-wrap-helper.lifeawesome-home-hero-gradient
	.guten-inner-wrap {
	position: relative;
	z-index: 1;
}

/* -------------------------------------------------------------------------
   Page & single — full-width brand strip (core/cover, 20px, no image)
   ------------------------------------------------------------------------- */
.lifeawesome-page-hero-cover-outer {
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}

.wp-block-cover.lifeawesome-page-hero-cover {
	min-height: 20px !important;
	height: 20px;
	max-height: 20px;
	padding: 0 !important;
	margin: 0;
	box-sizing: border-box;
}

.wp-block-cover.lifeawesome-page-hero-cover .wp-block-cover__inner-container {
	padding: 0 !important;
	min-height: 0 !important;
}

.wp-block-cover.lifeawesome-page-hero-cover .wp-block-cover__inner-container > * {
	margin-block: 0 !important;
	padding: 0 !important;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.wp-block-cover.lifeawesome-page-hero-cover .wp-block-cover__background {
	opacity: 0 !important;
}

/* -------------------------------------------------------------------------
   Home blog hero — depth + motion (respect reduced motion)
   ------------------------------------------------------------------------- */
.lifeawesome-hero-blog {
	position: relative;
	overflow: hidden;
}

.lifeawesome-hero-blog::before,
.lifeawesome-hero-blog::after {
	content: "";
	position: absolute;
	inset: -40% -20%;
	pointer-events: none;
	z-index: 0;
}

.lifeawesome-hero-blog::before {
	background:
		radial-gradient(
			ellipse 80% 60% at 15% 20%,
			rgba(124, 58, 237, 0.14) 0%,
			transparent 55%
		),
		radial-gradient(
			ellipse 70% 50% at 85% 30%,
			rgba(236, 72, 153, 0.1) 0%,
			transparent 50%
		);
	opacity: 0.95;
	animation: lifeawesome-hero-mesh 18s ease-in-out infinite alternate;
}

.lifeawesome-hero-blog::after {
	background: radial-gradient(
		circle at 50% 120%,
		rgba(15, 23, 42, 0.04) 0%,
		transparent 45%
	);
	opacity: 1;
	animation: lifeawesome-hero-mesh 22s ease-in-out infinite alternate-reverse;
}

@keyframes lifeawesome-hero-mesh {
	0% {
		transform: translate3d(0, 0, 0) scale(1);
	}
	100% {
		transform: translate3d(2%, -1%, 0) scale(1.04);
	}
}

.lifeawesome-hero-blog > * {
	position: relative;
	z-index: 1;
}

.lifeawesome-hero-blog__title {
	letter-spacing: -0.02em;
	line-height: 1.08;
}

.lifeawesome-hero-blog__lede {
	max-width: 38rem;
	margin-left: auto;
	margin-right: auto;
}

.lifeawesome-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	justify-content: center;
	align-items: center;
}

/* -------------------------------------------------------------------------
   “Alive” buttons — gradient primary + outline secondary
   ------------------------------------------------------------------------- */
.lifeawesome-btn-alive .wp-block-button__link,
.lifeawesome-btn-alive-outline .wp-block-button__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35em;
	font-weight: 600;
	border-radius: 999px;
	padding: 0.65em 1.35em;
	transition:
		transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.22s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.22s ease;
	will-change: transform;
}

.lifeawesome-btn-alive .wp-block-button__link {
	color: #fff !important;
	border: none;
	background: linear-gradient(
		120deg,
		#7c3aed 0%,
		#a855f7 35%,
		#ec4899 100%
	);
	background-size: 200% 100%;
	box-shadow:
		0 4px 14px rgba(124, 58, 237, 0.35),
		0 1px 0 rgba(255, 255, 255, 0.2) inset;
}

.lifeawesome-btn-alive .wp-block-button__link:hover,
.lifeawesome-btn-alive .wp-block-button__link:focus-visible {
	transform: translateY(-2px) scale(1.02);
	box-shadow:
		0 12px 28px rgba(124, 58, 237, 0.4),
		0 0 0 1px rgba(255, 255, 255, 0.15) inset;
	filter: brightness(1.05);
	background-position: 100% 0;
}

.lifeawesome-btn-alive-outline .wp-block-button__link {
	color: #4c1d95 !important;
	background: rgba(255, 255, 255, 0.65) !important;
	backdrop-filter: blur(8px);
	border: 2px solid rgba(124, 58, 237, 0.45) !important;
	box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
}

.lifeawesome-btn-alive-outline .wp-block-button__link:hover,
.lifeawesome-btn-alive-outline .wp-block-button__link:focus-visible {
	transform: translateY(-2px) scale(1.02);
	border-color: rgba(236, 72, 153, 0.65) !important;
	box-shadow:
		0 10px 24px rgba(124, 58, 237, 0.18),
		0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

.lifeawesome-btn-alive .wp-block-button__link:active,
.lifeawesome-btn-alive-outline .wp-block-button__link:active {
	transform: translateY(0) scale(0.99);
}

/* Gutenverse hero button (pattern elementId guten-BHrBt) */
.guten-BHrBt .guten-button-link {
	border-radius: 999px !important;
	font-weight: 600 !important;
	padding: 0.65em 1.35em !important;
	transition:
		transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.22s ease,
		filter 0.22s ease !important;
	box-shadow:
		0 4px 14px rgba(124, 58, 237, 0.35),
		0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
}

.guten-BHrBt .guten-button-link:hover,
.guten-BHrBt .guten-button-link:focus-visible {
	transform: translateY(-2px) scale(1.02);
	filter: brightness(1.05);
	box-shadow:
		0 12px 28px rgba(124, 58, 237, 0.4),
		0 0 0 1px rgba(255, 255, 255, 0.15) inset !important;
}

@media (prefers-reduced-motion: reduce) {
	.lifeawesome-hero-blog::before,
	.lifeawesome-hero-blog::after {
		animation: none;
	}

	.lifeawesome-btn-alive .wp-block-button__link,
	.lifeawesome-btn-alive-outline .wp-block-button__link,
	.guten-BHrBt .guten-button-link {
		transition: none;
	}

	.lifeawesome-btn-alive .wp-block-button__link:hover,
	.lifeawesome-btn-alive-outline .wp-block-button__link:hover,
	.guten-BHrBt .guten-button-link:hover {
		transform: none;
	}
}
