body.vox-twentysix-template,
.wp-site-blocks,
.editor-styles-wrapper {
	font-family: "Inter", sans-serif;
	background-color: #f4f1ea;
	color: #111827;
}

body.vox-twentysix-template h1,
body.vox-twentysix-template h2,
body.vox-twentysix-template h3,
body.vox-twentysix-template .serif,
.wp-site-blocks h1,
.wp-site-blocks h2,
.wp-site-blocks h3,
.wp-site-blocks .serif,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper .serif {
	font-family: "Libre Baskerville", serif;
}

body.vox-twentysix-template .btn-red,
.wp-site-blocks .btn-red,
.editor-styles-wrapper .btn-red {
	background-color: #8b261e;
	transition: all 0.3s ease;
}

body.vox-twentysix-template .btn-red:hover,
.wp-site-blocks .btn-red:hover,
.editor-styles-wrapper .btn-red:hover {
	background-color: #a32d24;
	transform: translateY(-1px);
}

body.vox-twentysix-template .wp-block-button__link,
.wp-site-blocks .wp-block-button__link,
.editor-styles-wrapper .wp-block-button__link {
	border: 0;
	border-radius: 0;
	text-decoration: none;
}

body.vox-twentysix-template .wp-block-group,
body.vox-twentysix-template .wp-block-columns,
body.vox-twentysix-template .wp-block-buttons,
.wp-site-blocks .wp-block-group,
.wp-site-blocks .wp-block-columns,
.wp-site-blocks .wp-block-buttons,
.editor-styles-wrapper .wp-block-group,
.editor-styles-wrapper .wp-block-columns,
.editor-styles-wrapper .wp-block-buttons {
	margin-block: 0;
}

body.vox-twentysix-template .wp-block-heading,
body.vox-twentysix-template .wp-block-paragraph,
.wp-site-blocks .wp-block-heading,
.wp-site-blocks .wp-block-paragraph,
.editor-styles-wrapper .wp-block-heading,
.editor-styles-wrapper .wp-block-paragraph {
	margin-block: 0;
}

body.vox-twentysix-template .wp-block-buttons,
.wp-site-blocks .wp-block-buttons,
.editor-styles-wrapper .wp-block-buttons {
	gap: 0;
}

body.vox-twentysix-template .wp-site-blocks,
.wp-site-blocks {
	padding: 0;
}

:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .vox-header-bar {
	background-color: #252c5f !important;
	color: #ffffff;
	width: 100%;
}

:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .vox-logo-mark {
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 9999px;
	display: flex;
	align-items: center;
	justify-content: center;
}

:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .vox-logo-letter {
	font-family: "Libre Baskerville", serif;
	font-size: 18px;
	letter-spacing: 0.08em;
	margin: 0;
}

:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .vox-nav a {
	color: #ffffff;
	text-decoration: none;
}

:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .vox-nav a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
}

:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .vox-nav .current-menu-item > a,
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .vox-nav .current-menu-item > .wp-block-navigation-item__content,
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .vox-nav .current-menu-ancestor > a,
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .vox-nav .current-menu-ancestor > .wp-block-navigation-item__content,
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .vox-nav .current-menu-parent > a,
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .vox-nav .current-menu-parent > .wp-block-navigation-item__content {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
}

:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .vox-nav .current-menu-item > a,
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .vox-nav .current-menu-item > .wp-block-navigation-item__content {
	text-decoration-color: #8b261e;
}

:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .vox-hero {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .absolute { position: absolute; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .relative { position: relative; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .top-0 { top: 0; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .left-0 { left: 0; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .z-10 { z-index: 10; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .overflow-hidden { overflow: hidden; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .flex { display: flex; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .grid { display: grid; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .flex-col { flex-direction: column; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .flex-grow { flex-grow: 1; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .flex-shrink-0 { flex-shrink: 0; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .items-center { align-items: center; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .justify-between { justify-content: space-between; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .justify-center { justify-content: center; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .gap-16 { gap: 4rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .gap-20 { gap: 5rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .space-x-4 > * + * { margin-left: 1rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .space-x-10 > * + * { margin-left: 2.5rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .space-x-6 > * + * { margin-left: 1.5rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .space-x-8 > * + * { margin-left: 2rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .space-y-6 > * + * { margin-top: 1.5rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .max-w-7xl { max-width: 80rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .max-w-6xl { max-width: 72rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .max-w-4xl { max-width: 56rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .mx-auto { margin-left: auto; margin-right: auto; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .w-10 { width: 2.5rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .w-20 { width: 5rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .h-10 { height: 2.5rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .h-20 { height: 5rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .px-8 { padding-left: 2rem; padding-right: 2rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .py-8 { padding-top: 2rem; padding-bottom: 2rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .py-12 { padding-top: 3rem; padding-bottom: 3rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .py-20 { padding-top: 5rem; padding-bottom: 5rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .pt-24 { padding-top: 6rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .pb-6 { padding-bottom: 1.5rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .mt-4 { margin-top: 1rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .mt-8 { margin-top: 2rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .mt-12 { margin-top: 3rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .mb-2 { margin-bottom: 0.5rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .mb-8 { margin-bottom: 2rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .mb-12 { margin-bottom: 3rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .text-center { text-align: center; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .uppercase { text-transform: uppercase; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .italic { font-style: italic; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .font-light { font-weight: 300; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .font-semibold { font-weight: 600; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .font-bold { font-weight: 700; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .text-xs { font-size: 0.75rem; line-height: 1rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .text-sm { font-size: 0.875rem; line-height: 1.25rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .text-lg { font-size: 1.125rem; line-height: 1.75rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .text-xl { font-size: 1.25rem; line-height: 1.75rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .text-2xl { font-size: 1.5rem; line-height: 2rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .text-5xl { font-size: 3rem; line-height: 1; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .text-7xl { font-size: 4.5rem; line-height: 1; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .text-[10px] { font-size: 10px; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .tracking-tight { letter-spacing: -0.025em; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .tracking-tighter { letter-spacing: -0.05em; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .tracking-widest { letter-spacing: 0.1em; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .tracking-[0.2em] { letter-spacing: 0.2em; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .tracking-[0.3em] { letter-spacing: 0.3em; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .leading-relaxed { line-height: 1.625; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .text-white { color: #ffffff; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .text-gray-400 { color: #9ca3af; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .text-gray-500 { color: #6b7280; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .text-gray-700 { color: #374151; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .text-gray-900 { color: #111827; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .text-red-800 { color: #991b1b; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .bg-gray-200 { background-color: #e5e7eb; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .bg-gray-600 { background-color: #4b5563; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .bg-gray-700 { background-color: #374151; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .bg-red-800 { background-color: #991b1b; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .bg-\[\#1B2A4E\] { background-color: #1b2a4e; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .bg-\[\#0F172A\] { background-color: #0f172a; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .border { border-width: 1px; border-style: solid; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .border-8 { border-width: 8px; border-style: solid; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .border-b { border-bottom-width: 1px; border-bottom-style: solid; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .border-t { border-top-width: 1px; border-top-style: solid; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .border-gray-200 { border-color: #e5e7eb; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .border-gray-300 { border-color: #d1d5db; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .border-white { border-color: #ffffff; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .border-opacity-30 { border-color: rgba(255, 255, 255, 0.3); }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .rounded-sm { border-radius: 0.125rem; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .rounded-full { border-radius: 9999px; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06); }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05); }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .shadow-xl { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04); }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .opacity-80 { opacity: 0.8; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .cursor-pointer { cursor: pointer; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .aspect-\[4\/3\] { aspect-ratio: 4 / 3; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .hover\:bg-white:hover { background-color: #ffffff; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .hover\:text-black:hover { color: #000000; }
:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .hover\:bg-red-700:hover { background-color: #b91c1c; }

@media (min-width: 768px) {
	:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .md\:flex { display: flex; }
	:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .md\:flex-row { flex-direction: row; }
	:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .md\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
	:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
	:is(body.vox-twentysix-template, .wp-site-blocks, .editor-styles-wrapper) .md\:mb-0 { margin-bottom: 0; }
}
