/* =========================================================================
   Tips & Resources
   Figma: 928:25051 desktop · 928:25523 mobile
   Scoped to .page-tips-resources / template-tips-resources only.
   Header & footer intentionally untouched.

   Page content:
     H1 + lede + search
     accordion groups (H2 + lede + intro column + accordion) | last = CTA
   ========================================================================= */

:is(.page-template-template-tips-resources, .page-tips-resources) .site-main {
	background: #fafaf6;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__head {
	display: none;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page {
	max-width: none;
	width: 100%;
	margin-inline: 0;
	padding: 0;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content {
	max-width: none;
	width: 100%;
	margin-inline: 0;
	padding: 80px 0 0;
	box-sizing: border-box;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .prose {
	color: #5c544a;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .prose > * + * {
	margin-top: 0;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > p:empty {
	display: none;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns {
	margin-block: 0 !important;
}

/* ---- Breadcrumb — Home / Tips & Resources (above centered H1) ----------- */
:is(.page-template-template-tips-resources, .page-tips-resources) .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 auto 20px;
	padding: 0 48px;
	color: #6e665a;
	font-family: var(--font-sans);
	font-size: 0.75rem; /* 12 */
	font-weight: var(--weight-regular);
	line-height: 1.5;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .breadcrumb a {
	color: #6e665a;
	text-decoration: none;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .breadcrumb a:hover {
	color: #a03038;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .breadcrumb__current {
	color: #1a1816;
}

/* ---- Hero: H1 + lede + search ------------------------------------------- */
:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > h1 {
	margin: 0 auto 20px;
	padding: 0 48px;
	max-width: none;
	color: #1a1816;
	font-family: var(--font-display);
	font-size: 61px;
	font-weight: var(--weight-medium);
	letter-spacing: -0.03em;
	line-height: 1;
	text-align: center;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > p {
	margin: 0 auto 80px;
	padding: 0 48px;
	max-width: 775px;
	color: #5c544a;
	font-family: var(--font-sans);
	font-size: 1.3125rem; /* 21 */
	font-weight: var(--weight-regular);
	line-height: 1.3;
	text-align: center;
	box-sizing: border-box;
}

/* SearchBar — same as FAQs (Figma 928:24829) */
:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-search {
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
	width: calc(100% - 96px);
	max-width: 720px;
	min-height: 69px;
	height: 69px;
	margin: 0 auto 80px;
	padding: 8px;
	border: 1px solid #d8d1c2;
	border-radius: 12px;
	background: #fff;
	box-sizing: border-box;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-search__field {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-search__icon {
	position: absolute;
	left: 16px;
	top: 50%;
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	color: #6e665a;
	transform: translateY(-50%);
	pointer-events: none;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-search__icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-search__input {
	display: block;
	width: 100%;
	height: 53px;
	padding: 0 16px 0 44px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #1a1816;
	font-family: var(--font-sans);
	font-size: 1rem;
	line-height: 1.5;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-search__input::-webkit-search-decoration,
:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-search__input::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-search__input::placeholder {
	color: #9a958a;
	opacity: 1;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-search__input:focus {
	outline: none;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-search:focus-within {
	border-color: #a03038;
	box-shadow: 0 0 0 3px rgba(160, 48, 56, 0.12);
}

:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-search__btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 53px;
	height: 53px;
	padding: 0 24px;
	border: 1px solid #a03038;
	border-radius: 8px;
	background: #a03038;
	color: #fff;
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	box-sizing: border-box;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-search__btn:hover {
	background: #882830;
	border-color: #882830;
	color: #fff;
	text-decoration: none;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-item.is-faq-hidden,
:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns.is-faq-hidden {
	display: none !important;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-empty {
	max-width: 664px;
	margin: 0 auto 80px;
	padding: 0 48px;
	text-align: center;
	box-sizing: border-box;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-empty__copy {
	margin: 0 0 16px;
	color: #5c544a;
	font-family: var(--font-sans);
	font-size: 1.1875rem;
	font-weight: var(--weight-regular);
	line-height: 1.4;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-empty__clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 45px;
	padding: 12px 24px;
	border: 1px solid #d8d1c2;
	border-radius: 8px;
	background: #fff;
	color: #1a1816;
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-empty__clear:hover {
	border-color: #a03038;
	color: #a03038;
}

/* ---- Accordion groups — H2 + lede + items, centered 890 ----------------- */
:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-accordion) {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 48px 80px;
	box-sizing: border-box;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-accordion) > .wp-block-column {
	width: 100%;
	max-width: 890px;
	flex-basis: 100% !important;
	margin-inline: auto;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-accordion) h2 {
	margin: 0 0 16px;
	color: #1a1816;
	font-family: var(--font-display);
	font-size: 2.9375rem; /* 47 */
	font-weight: var(--weight-medium);
	letter-spacing: -0.03em;
	line-height: 1;
	text-align: center;
	scroll-margin-top: 96px;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-accordion) > .wp-block-column > p {
	margin: 0 auto 48px;
	max-width: 720px;
	color: #5c544a;
	font-family: var(--font-sans);
	font-size: 16px;
	font-weight: var(--weight-regular);
	line-height: 1.3;
	text-align: center;
}

/* ---- Intro columns — maroon callout + warning icon (Figma 928:25051) ----- */
:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-accordion) > .wp-block-column > .wp-block-columns {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 0 32px;
	padding: 16px;
	border: 0;
	border-radius: 12px;
	background: #a03038;
	box-sizing: border-box;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-accordion) > .wp-block-column > .wp-block-columns > .wp-block-column {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	max-width: none;
	flex-basis: 100% !important;
	margin: 0;
	padding: 0;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-accordion) > .wp-block-column > .wp-block-columns p {
	margin: 0;
	max-width: none;
	color: #fff7f0;
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: var(--weight-regular);
	line-height: 1.5;
	text-align: left;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-accordion) > .wp-block-column > .wp-block-columns > .wp-block-column > p:first-child {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: #fff7f0;
	font-family: var(--font-sans);
	font-size: 1rem; /* 16 */
	font-weight: var(--weight-semibold);
	letter-spacing: 0;
	line-height: 1.5;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-accordion) > .wp-block-column > .wp-block-columns > .wp-block-column > p:first-child::before {
	content: "";
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	background: center / 24px 24px no-repeat
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 11.5V16.5' stroke='%23FAFAF6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 7.51L12.01 7.49889' stroke='%23FAFAF6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%23FAFAF6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-accordion) > .wp-block-column > .wp-block-columns > .wp-block-column > p:first-child strong {
	font-weight: inherit;
}

/* Top-level 3-up of the same cards (if edited into one Columns block) */
:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(> .wp-block-column:nth-child(3)):not(:has(.wp-block-accordion)):not(:has(.wp-block-buttons)) {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 80px;
	padding: 0 48px;
	box-sizing: border-box;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(> .wp-block-column:nth-child(3)):not(:has(.wp-block-accordion)):not(:has(.wp-block-buttons)) > .wp-block-column {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: auto;
	max-width: none;
	flex-basis: auto !important;
	margin: 0;
	padding: 32px;
	border-radius: 12px;
	background: #a03038;
	box-sizing: border-box;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(> .wp-block-column:nth-child(3)):not(:has(.wp-block-accordion)):not(:has(.wp-block-buttons)) p {
	margin: 0;
	color: #fff7f0;
	font-family: var(--font-sans);
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(> .wp-block-column:nth-child(3)):not(:has(.wp-block-accordion)):not(:has(.wp-block-buttons)) > .wp-block-column > p:first-child {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: #fff7f0;
	font-family: var(--font-sans);
	font-size: 1rem; /* 16 */
	font-weight: var(--weight-semibold);
	letter-spacing: 0;
	line-height: 1.5;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(> .wp-block-column:nth-child(3)):not(:has(.wp-block-accordion)):not(:has(.wp-block-buttons)) > .wp-block-column > p:first-child::before {
	content: "";
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	background: center / 24px 24px no-repeat
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 11.5V16.5' stroke='%23FAFAF6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 7.51L12.01 7.49889' stroke='%23FAFAF6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%23FAFAF6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(> .wp-block-column:nth-child(3)):not(:has(.wp-block-accordion)):not(:has(.wp-block-buttons)) > .wp-block-column > p:first-child strong {
	font-weight: inherit;
}

/* ---- Accordion — same shell as FAQs / How to Buy ------------------------ */
:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion + .wp-block-accordion {
	margin-top: 16px;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-item {
	background: #fff;
	border: 1px solid #e7e2d7;
	border-radius: 10px;
	overflow: hidden;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-heading {
	margin: 0;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-heading__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	min-height: 59px;
	padding: 16px 24px;
	margin: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #1a1816;
	cursor: pointer;
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: var(--weight-semibold);
	line-height: 1.2;
	text-align: left;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-heading__toggle:hover,
:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-heading__toggle:focus {
	background: transparent;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-heading__toggle:focus-visible {
	outline: 2px solid #a03038;
	outline-offset: -2px;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-heading__toggle-title {
	flex: 1 1 auto;
	min-width: 0;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-heading__toggle-title strong {
	font-weight: inherit;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-heading__toggle-icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	color: #5c544a;
	font-size: 0;
	font-weight: var(--weight-medium);
	line-height: 1;
	transform: none;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-heading__toggle-icon::before {
	content: "+";
	color: inherit;
	font-family: var(--font-display);
	font-size: 1.6875rem; /* 27 */
	font-weight: var(--weight-medium);
	letter-spacing: -0.02em;
	line-height: 1;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon,
:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon {
	color: #a03038;
	transform: none;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle-icon::before {
	content: "–";
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-panel {
	padding: 0 24px 24px;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-panel > *:first-child {
	margin-top: 0;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-panel p {
	margin: 0;
	color: #5c544a;
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: var(--weight-regular);
	line-height: 1.5;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-panel p + p,
:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-panel p + ul,
:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-panel p + ol,
:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-panel ul + p,
:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-panel ol + p {
	margin-top: 12px;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-panel ul,
:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-panel ol {
	margin: 0;
	padding-left: 1.25em;
	color: #5c544a;
	font-family: var(--font-sans);
	font-size: 1rem;
	line-height: 1.5;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-panel li + li {
	margin-top: 6px;
}

/* ---- CTA — maroon, two buttons ------------------------------------------ */
:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) {
	width: 100vw;
	max-width: 100vw;
	margin: 0;
	margin-inline: calc(50% - 50vw);
	padding: 80px 48px;
	background: #a03038;
	text-align: center;
	box-sizing: border-box;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) > .wp-block-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: 100%;
	max-width: 720px;
	flex-basis: 100% !important;
	margin-inline: auto;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) h2 {
	margin: 0;
	color: #fff7f0;
	font-family: var(--font-display);
	font-size: 2.9375rem; /* 47 */
	font-weight: var(--weight-medium);
	letter-spacing: -0.03em;
	line-height: 1;
	text-align: center;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) p {
	margin: 0;
	color: #fff7f0;
	font-family: var(--font-sans);
	font-size: 1.3125rem; /* 21 */
	font-weight: var(--weight-regular);
	line-height: 1.3;
	text-align: center;
	max-width: none;
	padding: 0;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 0;
	padding-top: 8px;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) .wp-block-button {
	margin: 0;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 45px;
	padding: 13px 24px;
	border-radius: 8px;
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: background var(--duration) var(--ease), border-color var(--duration) var(--ease), color var(--duration) var(--ease);
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) .wp-block-button__link strong {
	font-weight: inherit;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) .wp-block-button:first-child .wp-block-button__link {
	background: #fff;
	border: 1px solid #fff;
	color: #a03038;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) .wp-block-button:first-child .wp-block-button__link:hover {
	background: #fafaf6;
	border-color: #fafaf6;
	color: #a03038;
	text-decoration: none;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) .wp-block-button:last-child .wp-block-button__link {
	background: transparent;
	border: 1px solid #d8d1c2;
	color: #fafaf6;
}

:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) .wp-block-button:last-child .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: #d8d1c2;
	color: #fafaf6;
	text-decoration: none;
}

/* ---- Mobile — same breakpoints as FAQs ---------------------------------- */
@media (max-width: 960px) {
	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content {
		padding-top: 32px;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .breadcrumb,
	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > h1,
	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > p {
		padding-left: 24px;
		padding-right: 24px;
		text-align: left;
		justify-content: flex-start;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > h1 {
		font-size: 2.5rem; /* 40 */
		margin-bottom: 12px;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > p {
		font-size: 1.1875rem; /* 19 */
		line-height: 1.5;
		margin-bottom: 24px;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-search {
		width: calc(100% - 48px);
		margin-top: 40px;
		margin-bottom: 48px;
		padding: 0 8px 0 0;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-empty {
		margin: 0 auto 48px;
		padding: 0 24px;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-search__input {
		height: 48px;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .ots-faq-search__btn {
		min-height: 48px;
		padding: 0 20px;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-accordion) {
		padding: 0 24px 48px;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) {
		padding: 48px 24px;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-accordion) h2,
	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) h2 {
		font-size: 2rem; /* 32 */
		margin-bottom: 16px;
		text-align: left;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-accordion) > .wp-block-column > p {
		text-align: left;
		margin-bottom: 32px;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-accordion) > .wp-block-column > .wp-block-columns {
		padding: 24px;
		margin-bottom: 24px;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(> .wp-block-column:nth-child(3)):not(:has(.wp-block-accordion)):not(:has(.wp-block-buttons)) {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 48px;
		padding: 0 24px;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(> .wp-block-column:nth-child(3)):not(:has(.wp-block-accordion)):not(:has(.wp-block-buttons)) > .wp-block-column {
		padding: 24px;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-heading__toggle {
		padding: 16px 20px;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .wp-block-accordion-panel {
		padding: 0 20px 20px;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) p {
		font-size: 1.1875rem;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) .wp-block-buttons {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) .wp-block-button,
	:is(.page-template-template-tips-resources, .page-tips-resources) .page__content > .wp-block-columns:has(.wp-block-buttons) .wp-block-button__link {
		width: 100%;
	}
}
