:root {
	--global-font-family: "IBM Plex Sans", "IBM Plex Sans Variable", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--global-font-size-small: 0.875rem;
	--global-font-size-medium: 1rem;
	--global-font-size-large: 1.3125rem;
	--global-font-size-larger: clamp(1.75rem, 1.08rem + 2.1vw, 2.75rem);
	--global-font-size-xxlarge: clamp(2.2rem, 1.3rem + 3vw, 4rem);
	--global-calc-content-width: min(1120px, calc(100vw - 32px));
	--global-calc-wide-content-width: min(1280px, calc(100vw - 32px));
	--global-content-boxed-padding: 0px;
}

html {
	background: var(--global-palette8);
}

body {
	background: var(--global-palette8);
	color: var(--global-palette5);
	font-family: var(--global-font-family);
	letter-spacing: 0;
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: var(--global-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.entry-title {
	color: var(--global-palette3);
	font-family: var(--global-font-family);
	letter-spacing: 0;
}

a {
	color: #1078a3;
}

a:hover,
a:focus {
	color: #1d4ed8;
}

button,
.button,
.wp-block-button__link,
.wp-element-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid transparent;
	border-radius: 6px;
	box-shadow: none;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 8px 16px;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.wp-element-button:hover,
.wp-element-button:focus,
.wp-element-button:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
	box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	background: var(--global-palette9);
	border: 1px solid #bfc1b7;
	border-radius: 6px;
	box-shadow: none;
	color: var(--global-palette3);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	border-color: #2c84e0;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18);
	color: var(--global-palette3);
	outline: none;
}

#wrapper.site {
	background: var(--global-palette8);
}

.wp-site-blocks > header.wp-block-template-part {
	background: #ffffff;
	border-bottom: 1px solid #d8d8d8;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	position: sticky;
	top: 0;
	z-index: 1000;
}

body.admin-bar .wp-site-blocks > header.wp-block-template-part {
	top: 32px;
}

.wp-site-blocks > header.wp-block-template-part > .wp-block-group {
	background: #ffffff;
}

.wp-site-blocks > header.wp-block-template-part .wp-block-group.alignwide {
	gap: clamp(18px, 2.5vw, 34px);
	min-height: 72px;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.wp-block-site-title {
	flex: 0 0 auto;
	line-height: 1;
	margin: 0;
	position: relative;
	z-index: 3;
}

.wp-block-site-title a {
	background: url("/wp-content/mu-plugins/assets/bonchon-menu-logo.png") center / contain no-repeat;
	display: block;
	height: 90px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
	transform: translateY(8px);
	white-space: nowrap;
	width: 220px;
}

header.wp-block-template-part .wp-block-navigation {
	font-family: "Arial Narrow", "Roboto Condensed", "Oswald", var(--global-font-family);
	font-size: 1rem;
	font-stretch: condensed;
	font-weight: 900;
	gap: clamp(14px, 2vw, 28px);
	letter-spacing: 0;
	text-transform: uppercase;
}

header.wp-block-template-part .wp-block-navigation__container {
	gap: clamp(14px, 2vw, 28px);
}

header.wp-block-template-part .wp-block-navigation-item__content {
	border-radius: 0;
	color: #050505;
	line-height: 1.15;
	padding: 10px 0;
	text-decoration: none;
}

header.wp-block-template-part .wp-block-navigation-item__content:hover,
header.wp-block-template-part .wp-block-navigation-item__content:focus,
header.wp-block-template-part .current-menu-item > .wp-block-navigation-item__content,
header.wp-block-template-part .current-menu-ancestor > .wp-block-navigation-item__content,
header.wp-block-template-part .current-menu-item > .wp-block-navigation-submenu__toggle,
header.wp-block-template-part .current-menu-ancestor > .wp-block-navigation-submenu__toggle {
	background: transparent;
	color: #d1111b;
}

header.wp-block-template-part .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	background: #ffffff !important;
	border: 1px solid #d8d8d8;
	border-radius: 0;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
	min-width: 220px !important;
	padding: 10px 14px;
}

header.wp-block-template-part .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	border-radius: 6px;
	font-size: 0.9rem;
	padding: 10px 12px;
	white-space: nowrap;
}

header.wp-block-template-part .wp-block-navigation__responsive-container-open,
header.wp-block-template-part .wp-block-navigation__responsive-container-close {
	align-items: center;
	background: #111111;
	border: 1px solid #111111;
	border-radius: 3px;
	color: #ffffff;
	height: 42px;
	justify-content: center;
	padding: 0;
	width: 42px;
}

header.wp-block-template-part .wp-block-navigation__responsive-container-open svg,
header.wp-block-template-part .wp-block-navigation__responsive-container-close svg {
	fill: currentColor;
}

#masthead,
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap),
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner,
.site-top-header-wrap .site-header-row-container-inner,
.site-main-header-wrap .site-header-row-container-inner,
.site-bottom-header-wrap .site-header-row-container-inner {
	background: #ffffff !important;
}

.site-header-row-container-inner {
	border-bottom: 1px solid #d8d8d8;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.site-main-header-inner-wrap {
	gap: clamp(18px, 2.5vw, 34px);
	min-height: 72px;
}

.site-branding,
.mobile-site-branding {
	position: relative;
	z-index: 3;
}

.site-branding a.brand,
.mobile-site-branding a.brand {
	align-items: center;
	display: inline-flex;
	min-width: 0;
	transform: translateY(8px);
}

.site-branding a.brand img.custom-logo,
.mobile-site-branding a.brand img.custom-logo {
	display: block;
	height: auto;
	max-height: 88px;
	max-width: 88px;
	object-fit: contain;
	width: auto;
}

.site-branding .site-title,
.mobile-site-branding .site-title {
	color: #d1111b;
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.main-navigation .primary-menu-container > ul {
	gap: clamp(14px, 2vw, 28px);
}

.main-navigation .primary-menu-container > ul > li.menu-item > a,
.mobile-navigation ul li > a,
.mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
	color: #050505;
	font-family: "Arial Narrow", "Roboto Condensed", "Oswald", var(--global-font-family);
	font-size: 1rem;
	font-stretch: condensed;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a {
	padding-left: 0;
	padding-right: 0;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
.main-navigation .primary-menu-container > ul > li.menu-item > a:focus,
.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a,
.mobile-navigation ul li.current-menu-item > a,
.mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap {
	background: transparent;
	color: #d1111b;
}

.header-button,
.mobile-header-button {
	background: #d1111b !important;
	border: 1px solid #d1111b !important;
	border-radius: 3px !important;
	color: #ffffff !important;
	font-family: "Arial Narrow", "Roboto Condensed", "Oswald", var(--global-font-family);
	font-size: 1rem !important;
	font-weight: 900 !important;
	letter-spacing: 0;
	line-height: 1 !important;
	padding: 13px 22px !important;
	text-transform: uppercase;
}

.header-button:hover,
.header-button:focus,
.mobile-header-button:hover,
.mobile-header-button:focus {
	background: #a90d15 !important;
	border-color: #a90d15 !important;
	color: #ffffff !important;
}

.header-navigation .header-menu-container ul ul.sub-menu,
.header-navigation .header-menu-container ul ul.submenu,
#mobile-drawer .drawer-inner {
	background: #ffffff;
	border: 1px solid #d8d8d8;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.14);
}

#inner-wrap {
	background: var(--global-palette8);
	padding-bottom: 56px;
}

.entry-hero.page-hero-section {
	background: var(--global-palette8);
}

.entry-hero.page-hero-section .entry-hero-container-inner {
	padding-bottom: 24px;
	padding-top: 48px;
}

.entry-hero .hero-section-overlay {
	display: none;
}

.entry-header.page-title,
.entry-hero .hero-container {
	position: relative;
}

.entry-hero .hero-container::after {
	background:
		radial-gradient(circle at 18% 30%, rgba(247, 165, 1, 0.22), transparent 0 42%),
		radial-gradient(circle at 86% 18%, rgba(124, 68, 166, 0.16), transparent 0 38%);
	border: 1px solid #bfc1b7;
	border-radius: 6px;
	content: "";
	inset: -16px 0 auto;
	height: 150px;
	pointer-events: none;
	position: absolute;
}

.entry-title {
	font-size: clamp(2.3rem, 4vw, 4rem);
	font-weight: 800;
	line-height: 1.02;
	position: relative;
}

.content-container.site-container,
.hero-container.site-container,
.site-header-row .site-container,
.site-footer-row .site-container {
	max-width: 1280px;
}

.content-wrap {
	position: relative;
}

.entry.single-entry,
.entry.loop-entry {
	background: var(--global-palette10);
	border: 1px solid #bfc1b7;
	border-radius: 8px;
	box-shadow: none;
}

.entry-content-wrap {
	padding: 24px;
}

.site-main {
	padding-top: 8px;
}

body.home .entry-hero.page-hero-section {
	display: none;
}

body.home .content-container.site-container {
	max-width: 1320px;
}

body.home .content-wrap,
body.home .entry.single-entry,
body.home .entry-content-wrap,
body.home .entry-content.single-content {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

body.home #primary {
	padding-top: 28px;
}

body.home .site-main {
	padding-top: 0;
}

body.home .entry.single-entry {
	overflow: visible;
}

body.category .entry-hero.post-archive-hero-section {
	background: var(--global-palette8);
	padding: 32px 0 12px;
}

body.category .entry-hero .hero-container::after {
	display: none;
}

body.category .entry-hero.post-archive-hero-section .entry-hero-container-inner {
	background: var(--global-palette3);
	border: 1px solid #bfc1b7;
	border-radius: 8px;
	overflow: hidden;
	padding: clamp(34px, 5vw, 64px);
	position: relative;
}

body.category .entry-hero.post-archive-hero-section .entry-hero-container-inner::before {
	background:
		linear-gradient(135deg, rgba(247, 165, 1, 0.22), transparent 44%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
	background-position: 0 0, 0 0, 0 0;
	background-size: auto, 28px 28px, 28px 28px;
	content: "";
	inset: 0;
	opacity: 0.72;
	pointer-events: none;
	position: absolute;
}

body.category .entry-hero.post-archive-hero-section .entry-header {
	display: grid;
	gap: 16px;
	max-width: 780px;
	position: relative;
	z-index: 1;
}

body.category .entry-hero.post-archive-hero-section .archive-title {
	color: #ffffff;
	font-size: clamp(2.25rem, 5vw, 4.75rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
}

body.category .entry-hero.post-archive-hero-section .archive-description {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1rem, 1.5vw, 1.16rem);
	line-height: 1.6;
	margin: 0;
	max-width: 720px;
}

body.category .entry-hero.post-archive-hero-section .archive-description p {
	margin: 0;
}

body.category .content-area {
	margin-top: 22px;
}

body.category .content-container.site-container {
	max-width: min(100%, 1320px);
}

body.category .post-archive {
	align-items: stretch;
	gap: 18px;
}

body.category .post-archive > .entry-list-item {
	display: flex;
	min-width: 0;
}

body.category .entry.loop-entry {
	background: var(--global-palette10);
	border: 1px solid #bfc1b7;
	border-radius: 8px;
	box-shadow: none;
	flex: 1 1 auto;
	display: grid;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	transition: border-color 0.15s ease, transform 0.15s ease;
	width: 100%;
}

body.category .entry.loop-entry:hover,
body.category .entry.loop-entry:focus-within {
	border-color: #9b9c92;
	transform: translateY(-2px);
}

body.category .loop-entry .entry-content-wrap {
	display: grid;
	gap: 12px;
	grid-template-rows: auto minmax(0, 1fr) auto;
	height: 100%;
	min-height: 100%;
	padding: clamp(18px, 2.4vw, 26px);
	width: 100%;
}

body.category .loop-entry .entry-header {
	display: grid;
	gap: 12px;
	margin: 0;
}

body.category .loop-entry .entry-taxonomies {
	margin: 0;
}

body.category .loop-entry .entry-taxonomies a {
	background: #e5e7e0;
	border: 1px solid #dcdfd2;
	border-radius: 999px;
	color: var(--global-palette3);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	padding: 8px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

body.category .loop-entry .entry-title {
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
}

body.category .loop-entry .entry-meta {
	color: var(--global-palette6);
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

body.category .loop-entry .entry-summary {
	align-self: stretch;
	color: var(--global-palette5);
	font-size: 0.98rem;
	line-height: 1.58;
	margin: 0;
}

body.category .loop-entry .entry-summary p {
	margin: 0;
}

body.category .loop-entry .entry-footer {
	align-self: end;
}

body.category .loop-entry .more-link-wrap {
	align-self: end;
	margin: 4px 0 0;
}

body.category .loop-entry .post-more-link {
	align-items: center;
	color: #1078a3;
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 900;
	gap: 6px;
	text-decoration: none;
}

body.category .loop-entry .post-more-link:hover,
body.category .loop-entry .post-more-link:focus {
	color: #1d4ed8;
}

.site-footer-wrap {
	background: #ffffff;
	border-top: 0;
}

.site-bottom-footer-inner-wrap {
	padding: 88px 20px 54px;
}

.footer-html,
.footer-html a {
	color: #050505;
}

.footer-html a:hover,
.footer-html a:focus {
	color: #d1111b;
}

.cavacc-site-footer,
.bonchon-site-footer__inner {
	align-items: center;
	display: grid;
	gap: 20px;
	justify-items: center;
	margin: 0 auto;
	text-align: center;
}

.cavacc-site-footer__links,
.bonchon-site-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px clamp(18px, 2.2vw, 30px);
	justify-content: center;
	line-height: 1.35;
	max-width: 650px;
}

.footer-html .cavacc-site-footer__links a,
.bonchon-site-footer__links a {
	color: #050505;
	font-family: "Arial Narrow", "Roboto Condensed", "Oswald", var(--global-font-family);
	font-size: 0.92rem;
	font-weight: 900;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-html .cavacc-site-footer__links a:hover,
.footer-html .cavacc-site-footer__links a:focus,
.bonchon-site-footer__links a:hover,
.bonchon-site-footer__links a:focus {
	color: #d1111b;
	text-decoration: none;
}

.cavacc-site-footer p,
.bonchon-site-footer__copy {
	color: #050505;
	font-family: "Arial Narrow", "Roboto Condensed", "Oswald", var(--global-font-family);
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0;
	text-transform: uppercase;
}

.cavacc-site-footer__actions,
.bonchon-site-footer__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 22px 30px;
	justify-content: center;
	margin-top: 4px;
}

.footer-html .cavacc-site-footer__club,
.bonchon-site-footer__club {
	align-items: center;
	background: #ffffff;
	border: 4px solid #111111;
	border-radius: 0;
	color: #d1111b;
	display: inline-flex;
	font-family: "Arial Narrow", "Roboto Condensed", "Oswald", var(--global-font-family);
	font-size: 0.92rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-height: 36px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-html .cavacc-site-footer__club:hover,
.footer-html .cavacc-site-footer__club:focus,
.bonchon-site-footer__club:hover,
.bonchon-site-footer__club:focus {
	background: #111111;
	color: #ffffff;
}

.cavacc-site-footer__social,
.bonchon-site-footer__social {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 17px;
	justify-content: center;
}

.cavacc-site-footer__social a,
.bonchon-site-footer__social a {
	align-items: center;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.cavacc-site-footer__social img,
.bonchon-site-footer__social img {
	display: block;
	height: 33px;
	max-width: 34px;
	object-fit: contain;
	width: auto;
}

.bonchon-site-footer {
	background: #ffffff;
	border-top: 0;
	margin-block-start: 0;
}

.bonchon-site-footer__inner {
	box-sizing: border-box;
	max-width: 760px;
	padding: 88px 20px 54px;
}

.bonchon-site-footer__brand {
	display: none;
}

.bonchon-site-footer__title {
	color: #050505 !important;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.1 !important;
	text-transform: uppercase;
}

.bonchon-menu-managed-page .wp-block-post-title {
	display: none;
}

.bonchon-menu-managed-page main#wp--skip-link--target {
	margin-top: 0 !important;
}

.bonchon-menu-managed-page main#wp--skip-link--target > .wp-block-group.alignfull {
	padding-top: 0 !important;
}

.entry-content > *:not(.cavacc):not(.bonmenu) {
	background: var(--global-palette10);
	border: 1px solid #bfc1b7;
	border-radius: 6px;
	margin-bottom: 16px;
	padding: 20px;
}

.bonchon-menu-managed-page .entry-content > .bonmenu {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	padding: clamp(20px, 4vw, 48px) clamp(18px, 4vw, 32px);
}

@media (max-width: 640px) {
	.bonchon-menu-managed-page .entry-content.has-global-padding {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}

	.bonchon-menu-managed-page .entry-content > .bonmenu {
		padding: 10px;
	}
}

.entry-content > ul:not(.wp-block-list),
.entry-content > ol:not(.wp-block-list) {
	padding-left: 40px;
}

.wp-block-group,
.wp-block-columns,
.wp-block-cover,
.wp-block-media-text,
.wp-block-table,
.wp-block-quote,
.wp-block-preformatted,
.wp-block-code {
	border-radius: 6px;
}

.wp-block-quote,
blockquote {
	background: var(--global-palette9);
	border-left: 4px solid var(--global-palette1);
	border-radius: 0 6px 6px 0;
	padding: 20px 20px 20px 24px;
}

pre,
.wp-block-code {
	background: var(--global-palette3);
	border: 1px solid var(--global-palette3);
	border-radius: 6px;
	color: #ffffff;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.is-style-outline .wp-element-button,
.button.button-style-outline,
.button.kb-btn-global-outline {
	border-width: 1px;
}

@media all and (max-width: 1024px) {
	.wp-site-blocks > header.wp-block-template-part .wp-block-group.alignwide {
		min-height: 66px;
	}

	.wp-block-site-title a {
		height: 78px;
		transform: translateY(6px);
		width: 190px;
	}

	.site-main-header-inner-wrap {
		min-height: 66px;
	}

	.site-branding a.brand,
	.mobile-site-branding a.brand {
		transform: translateY(6px);
	}

	.site-branding a.brand img.custom-logo,
	.mobile-site-branding a.brand img.custom-logo {
		max-height: 76px;
		max-width: 76px;
	}

	.entry-hero.page-hero-section .entry-hero-container-inner {
		padding-top: 36px;
	}

	.entry-content-wrap {
		padding: 20px;
	}
}

@media all and (max-width: 767px) {
	body.admin-bar .wp-site-blocks > header.wp-block-template-part {
		top: 46px;
	}

	.wp-site-blocks > header.wp-block-template-part .wp-block-group.alignwide {
		gap: 14px;
		min-height: 58px;
	}

	.wp-block-site-title a {
		height: 62px;
		transform: translateY(5px);
		width: 150px;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open {
		background: #ffffff !important;
		color: #050505 !important;
		overflow-x: hidden;
		padding: 22px;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog,
	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		box-sizing: border-box;
		max-width: 100%;
		width: 100%;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		align-items: stretch;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		gap: 8px;
		max-width: 100%;
		width: 100%;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
		box-sizing: border-box;
		display: block;
		max-width: 100%;
		width: 100%;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		border-radius: 8px;
		box-sizing: border-box;
		color: #050505;
		display: flex;
		font-size: 1rem;
		justify-content: flex-start;
		max-width: 100%;
		padding: 12px 14px;
		width: 100%;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
		background: transparent !important;
		border: 0;
		box-sizing: border-box;
		box-shadow: none;
		display: flex;
		flex-direction: column;
		max-width: 100%;
		min-width: 0 !important;
		padding: 4px 0 0 14px !important;
		width: 100% !important;
	}

	header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
		font-size: 0.95rem;
		white-space: normal;
	}

	.site-main-header-inner-wrap {
		min-height: 58px;
	}

	.site-branding a.brand,
	.mobile-site-branding a.brand {
		transform: translateY(5px);
	}

	.site-branding a.brand img.custom-logo,
	.mobile-site-branding a.brand img.custom-logo {
		max-height: 62px;
		max-width: 62px;
	}

	.mobile-navigation ul li > a,
	.mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap {
		font-size: 1.08rem;
		padding-bottom: 12px;
		padding-top: 12px;
	}

	.mobile-header-button {
		margin-top: 18px;
		width: 100%;
	}

	.site-bottom-footer-inner-wrap,
	.bonchon-site-footer__inner {
		padding-bottom: 42px;
		padding-top: 58px;
	}

	.cavacc-site-footer__links,
	.bonchon-site-footer__links {
		gap: 10px 20px;
	}

	.cavacc-site-footer__actions,
	.bonchon-site-footer__actions {
		gap: 18px;
	}

	.entry-content-wrap {
		padding: 16px;
	}

	body.category .entry-hero.post-archive-hero-section {
		padding-top: 20px;
	}

	body.category .entry-hero.post-archive-hero-section .entry-hero-container-inner {
		padding: 28px 22px;
	}

	body.category .entry-hero.post-archive-hero-section .entry-header {
		gap: 14px;
	}

	.entry-title {
		font-size: 2.4rem;
	}

	.hero-container.site-container::after {
		height: 132px;
		inset-top: -10px;
	}
}
