/* Custom CSS for Header Styling (menu border and mobile layout) */
.current-menu-item > a {
	color: #178913;
}

.menu-item > a:hover {
	color: #178913;
}

.current-menu-item {
	border-bottom: 3px solid #178913;
}

/* Make mobile menu items fill the space */
nav.flex.md\:hidden .menu-item {
	flex: 1;
	text-align: center;
}

/* Active navigation link styles */
.nav-link.is-active {
	color: #178913 !important;
	border-bottom: 3px solid #178913;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.entry-content {

		/* 長いURL等の折り返し */
		overflow-wrap: break-word;
		word-wrap: break-word;
		word-break: break-word;

		/* ベースフォントサイズ（CSS変数でレスポンシブ対応） */
		font-size: var(--font-size-md, 1rem);
	}
/* h2 */
.entry-content h2 {
			font-size: var(--font-size-ml, 1.125rem);
			font-weight: 600;
			color: #000;
			line-height: 1.4;
			margin: 2.5rem 0 1.5rem 0;
		}
/* h3, h4, h5, h6 */
.entry-content h3,
		.entry-content h4,
		.entry-content h5,
		.entry-content h6 {
			font-size: var(--font-size-md, 1rem);
			font-weight: 600;
			color: #000;
			line-height: 1.4;
			margin: 2.5rem 0 1.5rem 0;
		}
/* 段落 */
.entry-content p {
			font-weight: 300;
			color: #000;
			line-height: 2;
			margin: 0 0 1.5rem 0;
		}
.entry-content p img {
				margin: 1.5rem auto;
			}
/* リンク */
.entry-content a {
			color: #178913;
			text-decoration: none;
		}
.entry-content a :hover {
				text-decoration: underline;
			}
/* 強調 */
.entry-content strong,
		.entry-content b {
			font-weight: 600;
		}
/* リスト */
.entry-content ul {
			list-style: disc;
			padding-left: 1.3125rem; /* 21px */
			margin: 0 0 1.5rem 0;
		}
.entry-content ul ul {
			list-style: circle;
			padding-left: 1.125rem; /* 18px */
			margin: 0.75rem 0 0 0;
		}
.entry-content ol {
			list-style: decimal;
			padding-left: 1.3125rem; /* 21px */
			margin: 0 0 1.5rem 0;
		}
.entry-content li {
			color: #30333B; /* #30333b */
			line-height: 1.4;
			margin: 0 0 0.75rem 0;
		}
/* 12px */
.entry-content li::marker {
				color: #b5b5b5; /* Neutral/300 */
			}
.entry-content li:last-child {
				margin-bottom: 0;
			}
/* テーブル */
.entry-content table {
			width: 100%;
			border-collapse: collapse;
			margin: 1.5rem 0;
			font-size: 1rem;
		}
.entry-content th,
		.entry-content td {
			padding: 0.75rem 1rem;
			border: 1px solid #E7E7EE;
			text-align: left;
			line-height: 1.5;
		}
.entry-content th {
			background-color: #F2F2F2;
			font-weight: 600;
			color: #30333B;
		}
.entry-content td {
			font-weight: 300;
			color: #30333B;
		}
/* 引用 */
.entry-content blockquote {
			border-left: 4px solid #34A34D;
			padding: 1rem 1.5rem;
			margin: 1.5rem 0;
			background-color: #FAFAFA;
			font-style: italic;
		}
.entry-content blockquote p {
				margin: 0;
			}
/* 画像 */
.entry-content img {
			max-width: 100%;
			height: auto;
			display: block;
		}
/* figure / figcaption */
.entry-content figure {
			margin: 1.5rem 0;
			text-align: center;
		}
.entry-content figure img {
				margin: 0 auto;
			}
.entry-content figcaption {
			font-size: 0.875rem;
			font-weight: 300;
			color: #5F6577;
			line-height: 1.8;
			margin: 0.625rem 0 0 0;
			text-align: center;
		}
/* WordPress レガシー配置クラス */
.entry-content .aligncenter {
			display: block;
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}
.entry-content .alignleft {
			float: left;
			margin-right: 1.5rem;
			margin-bottom: 1rem;
		}
.entry-content .alignright {
			float: right;
			margin-left: 1.5rem;
			margin-bottom: 1rem;
		}
/* 最初/最後の要素のマージン調整 */
.entry-content > *:first-child {
			margin-top: 0;
		}
.entry-content > *:last-child {
			margin-bottom: 0;
		}
/* Gutenberg用スタイル（.block-content スコープ） */
.block-content {

		/* 基本設定 */
		overflow-wrap: break-word;
		word-wrap: break-word;
		word-break: break-word;
		font-weight: 300;
		color: #000;
		line-height: 2;

		/* ベースフォントサイズ（CSS変数でレスポンシブ対応） */
		font-size: var(--font-size-md, 1rem);
	}
/* h2 */
.block-content h2 {
			font-size: var(--font-size-ml, 1.125rem);
			font-weight: 600;
			color: #000;
			line-height: 1.4;
			margin: 2.5rem 0 1.5rem 0;
		}
/* h3, h4, h5, h6 */
.block-content h3,
		.block-content h4,
		.block-content h5,
		.block-content h6 {
			font-size: var(--font-size-md, 1rem);
			font-weight: 600;
			color: #000;
			line-height: 1.4;
			margin: 2.5rem 0 1.5rem 0;
		}
/* 段落 */
.block-content p {
			margin: 0 0 1.5rem 0;
		}
/* リンク */
.block-content a:not(.cta-primary) {
			color: #178913;
			text-decoration: none;
		}
.block-content a:not(.cta-primary) :hover {
				text-decoration: underline;
			}
/* 強調 */
.block-content strong,
		.block-content b {
			font-weight: 600;
		}
/* リスト */
.block-content ul {
			list-style: disc;
			padding-left: 1.3125rem; /* 21px */
			margin: 0 0 1.5rem 0;
		}
.block-content ul ul {
			list-style: circle;
			padding-left: 1.125rem; /* 18px */
			margin: 0.75rem 0 0 0;
		}
.block-content ol {
			list-style: decimal;
			padding-left: 1.3125rem; /* 21px */
			margin: 0 0 1.5rem 0;
		}
.block-content li {
			font-weight: 300;
			color: #30333B; /* #30333b */
			line-height: 1.4;
			margin: 0 0 0.75rem 0;
		}
/* 12px */
.block-content li::marker {
				color: #b5b5b5; /* Neutral/300 */
			}
.block-content li:last-child {
				margin-bottom: 0;
			}
/* テーブルブロック（table-basic） */
.block-content .wp-block-asken-more-table-basic {
			margin: 1.5rem 0;
		}
.block-content .wp-block-asken-more-table-basic table {
				width: 100%;
				border-collapse: collapse;
				border: none;
			}
.block-content .wp-block-asken-more-table-basic thead tr {
				border-bottom: 2px solid #000;
			}
.block-content .wp-block-asken-more-table-basic tbody tr {
				border-bottom: 1px solid #e5e5e5;
			}
.block-content .wp-block-asken-more-table-basic th,
			.block-content .wp-block-asken-more-table-basic td {
				padding: 0.75rem 0.25rem;
				text-align: left;
				font-size: 0.875rem;
				line-height: 1.2;
				border: none;
				background: transparent;
			}
.block-content .wp-block-asken-more-table-basic th {
				font-weight: 600;
				background: #fff;
			}
.block-content .wp-block-asken-more-table-basic td {
				font-weight: 400;
			}
/* 画像ブロック - サイズバリエーション対応 */
.block-content .wp-block-image {
			margin: 1.5rem 0;
			text-align: left;
		}
.block-content .wp-block-image.aligncenter {
				width: -moz-fit-content;
				width: fit-content;
				max-width: 100%;
				margin: 1.5rem auto;
			}
.block-content .wp-block-image.aligncenter figcaption,
				.block-content .wp-block-image.aligncenter .wp-element-caption {
					text-align: center;
				}
.block-content .wp-block-image img {
				display: block;
				width: 100%;
				max-width: 700px;
				height: auto;
			}
.block-content .wp-block-image figcaption,
			.block-content .wp-block-image .wp-element-caption {
				font-size: 0.875rem;
				font-weight: 300;
				color: #5F6577;
				line-height: 1.8;
				margin: 0.625rem 0 0 0;
				text-align: left;
				max-width: 700px;
			}
/* WordPress標準サイズクラス: フルサイズ */
.block-content .wp-block-image.size-full img,
				.block-content .wp-block-image.size-full figcaption,
				.block-content .wp-block-image.size-full .wp-element-caption {
					max-width: 100%;
				}
/* WordPress標準サイズクラス: 大サイズ */
.block-content .wp-block-image.size-large img,
				.block-content .wp-block-image.size-large figcaption,
				.block-content .wp-block-image.size-large .wp-element-caption {
					max-width: 700px;
				}
/* WordPress標準サイズクラス: 中サイズ */
.block-content .wp-block-image.size-medium img,
				.block-content .wp-block-image.size-medium figcaption,
				.block-content .wp-block-image.size-medium .wp-element-caption {
					width: 70%;
					max-width: 490px;
				}
/* カスタムサイズクラス: 小サイズ */
.block-content .wp-block-image.size-small img {
					width: 50%;
					max-width: 350px;
				}
.block-content .wp-block-image.size-small figcaption,
				.block-content .wp-block-image.size-small .wp-element-caption {
					width: 70%;
					max-width: 490px;
				}
/* WordPress標準サイズクラス: サムネイル（後方互換） */
.block-content .wp-block-image.size-thumbnail img {
					width: 50%;
					max-width: 350px;
				}
.block-content .wp-block-image.size-thumbnail figcaption,
				.block-content .wp-block-image.size-thumbnail .wp-element-caption {
					width: 70%;
					max-width: 490px;
				}
/* 最初/最後の要素のマージン調整 */
.block-content > *:first-child {
			margin-top: 0;
		}
.block-content > *:last-child {
			margin-bottom: 0;
		}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 834px){
  .container{
    max-width: 834px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
/* Ingredients List Block Styles - シンプル化してテーマのtypography scaleに委譲 */
.wp-block-asken-more-ingredients-list ul li .ingredient-name, .wp-block-asken-more-ingredients-list ol li .ingredient-name {
					flex: 1;
				}
.wp-block-asken-more-ingredients-list ul li .ingredient-quantity, .wp-block-asken-more-ingredients-list ol li .ingredient-quantity {
					width: 106px;
					text-align: right;
				}
.wp-block-asken-more-ingredients-list .ingredient-group-title {
			margin: 0;
		}
/* Ingredient Group Styles */
.ingredient-group-wrapper {
		display: flex;
		flex-direction: column;
		gap: 0.625rem;
	}
.ingredient-group-wrapper .ingredient-group-title {
			font-size: 1.125rem;
			font-weight: 600;
			color: #30333B;
			line-height: 1.4;
			margin: 0;
		}
.ingredient-group-content {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 1.125rem;
		padding-left: 0.625rem;
	}
.ingredient-group-border {
		width: 0;
		height: 100%;
		border-left: 2px solid #E6E6E6;
		flex-shrink: 0;
	}
.ingredient-group-list {
		flex: 1;
	}
/* Link Card Component - for external link previews */
/* Card Link Block Styles */
.wp-block-asken-more-card-link .card-link {
			display: flex;
			gap: 0.625rem; /* 10px - spacing/xs */
			border: 1px solid #e7e7ee; /* border-neutral-150 */
			border-radius: 0.5rem;
			overflow: hidden;
			text-decoration: none;
			transition: box-shadow 0.2s;
		}
.wp-block-asken-more-card-link .card-link :hover {
				box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
			}
.wp-block-asken-more-card-link .card-link__image {
			flex-shrink: 0;
			width: 120px;
			height: 120px;
		}
.wp-block-asken-more-card-link .card-link__image img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
				border-radius: 0.5rem 0 0 0.5rem;
			}
.wp-block-asken-more-card-link .card-link__content {
			flex: 1;
			display: flex;
			flex-direction: column;
			justify-content: center;
			gap: 0.625rem; /* 10px */
			padding: 0.875rem 0.875rem 0.875rem 0; /* 14px */
		}
.wp-block-asken-more-card-link .card-link__title {
			font-size: 1rem; /* 16px */
			font-weight: 600;
			line-height: 1.4;
			color: #30333b; /* text-body */
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
			overflow: hidden;
			margin: 0;
		}
.wp-block-asken-more-card-link .card-link__domain {
			font-size: 0.75rem; /* 12px */
			line-height: 1.2;
			color: #5f6577; /* text-tertiary */
			margin: 0;
		}
/* Card Interviewee Profile Block Styles */
.wp-block-asken-more-card-interviewee-profile .card-interviewee-profile {
			display: flex;
			flex-direction: column;
			gap: 0.5rem;
			align-items: flex-start;
			padding: 1rem;
			background-color: #efeff4;
			border-radius: 0.5rem;
		}
@media (min-width: 834px) {

		.wp-block-asken-more-card-interviewee-profile .card-interviewee-profile {
				gap: 0.75rem;
				padding: 1.25rem
		}
			}
.wp-block-asken-more-card-interviewee-profile .card-interviewee-profile__header {
			display: flex;
			flex-direction: row;
			align-items: center;
			gap: 0.5rem;
			width: 100%;
		}
.wp-block-asken-more-card-interviewee-profile .card-interviewee-profile__image {
			width: 3rem;
			height: 3rem;
			flex-shrink: 0;
		}
@media (min-width: 834px) {

		.wp-block-asken-more-card-interviewee-profile .card-interviewee-profile__image {
				width: 3.875rem;
				height: 3.875rem
		}
			}
.wp-block-asken-more-card-interviewee-profile .card-interviewee-profile__image img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
				border-radius: 9999px;
			}
.wp-block-asken-more-card-interviewee-profile .card-interviewee-profile__info {
			display: flex;
			flex-direction: column;
			flex: 1;
			min-width: 0;
		}
.wp-block-asken-more-card-interviewee-profile .card-interviewee-profile__role {
			font-size: var(--font-size-sm, 0.875rem);
			font-weight: 300;
			color: #30333b;
			line-height: 1.6;
		}
.wp-block-asken-more-card-interviewee-profile .card-interviewee-profile__name-container {
			display: flex;
			flex-direction: row;
			align-items: baseline;
		}
.wp-block-asken-more-card-interviewee-profile .card-interviewee-profile__name {
			font-size: var(--font-size-sm, 0.875rem);
			font-weight: 600;
			color: #30333b;
			line-height: 1.6;
		}
.wp-block-asken-more-card-interviewee-profile .card-interviewee-profile__name-suffix {
			font-size: var(--font-size-sm, 0.875rem);
			font-weight: 300;
			color: #30333b;
			line-height: 1.6;
		}
.wp-block-asken-more-card-interviewee-profile .card-interviewee-profile__bio {
			font-size: var(--font-size-sm, 0.875rem);
			font-weight: 300;
			color: #5f6577;
			line-height: 1.8;
			width: 100%;
			margin: 0;
		}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-left-2{
  left: -0.5rem;
}
.-top-2{
  top: -0.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-2{
  bottom: 0.5rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-2{
  right: 0.5rem;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-2{
  top: 0.5rem;
}
.top-\[1\.5px\]{
  top: 1.5px;
}
.z-10{
  z-index: 10;
}
.z-\[999\]{
  z-index: 999;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.float-left{
  float: left;
}
.m-1{
  margin: 0.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mt-12{
  margin-top: -3rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-48{
  margin-top: 12rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[6\.5px\]{
  margin-top: 6.5px;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.aspect-\[258\/69\.5\]{
  aspect-ratio: 258/69.5;
}
.aspect-\[3\/4\]{
  aspect-ratio: 3/4;
}
.aspect-\[374\/280\]{
  aspect-ratio: 374/280;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-\[40\/27\]{
  aspect-ratio: 40/27;
}
.aspect-\[601\/368\]{
  aspect-ratio: 601/368;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.size-full{
  width: 100%;
  height: 100%;
}
.\!h-\[196px\]{
  height: 196px !important;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-24{
  height: 6rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[110px\]{
  height: 110px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[166px\]{
  height: 166px;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[187px\]{
  height: 187px;
}
.h-\[188px\]{
  height: 188px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[196px\]{
  height: 196px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[21px\]{
  height: 21px;
}
.h-\[280px\]{
  height: 280px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[414px\]{
  height: 414px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[473px\]{
  height: 473px;
}
.h-\[47px\]{
  height: 47px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[62px\]{
  height: 62px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[76px\]{
  height: 76px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.min-h-\[96px\]{
  min-height: 96px;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-\[140px\]{
  width: 140px !important;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-155{
  width: 155px;
}
.w-16{
  width: 4rem;
}
.w-24{
  width: 6rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-62{
  width: 62px;
}
.w-8{
  width: 2rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[155px\]{
  width: 155px;
}
.w-\[161px\]{
  width: 161px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[21px\]{
  width: 21px;
}
.w-\[286px\]{
  width: 286px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[5px\]{
  width: 5px;
}
.w-\[600px\]{
  width: 600px;
}
.w-\[62px\]{
  width: 62px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[76px\]{
  width: 76px;
}
.w-\[80px\]{
  width: 80px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[40px\]{
  min-width: 40px;
}
.min-w-\[50px\]{
  min-width: 50px;
}
.max-w-\[1280px\]{
  max-width: 1280px;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.max-w-\[382px\]{
  max-width: 382px;
}
.max-w-\[466px\]{
  max-width: 466px;
}
.max-w-\[580px\]{
  max-width: 580px;
}
.max-w-\[601px\]{
  max-width: 601px;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-content{
  max-width: 1024px;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-wide{
  max-width: 1440px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-text{
  cursor: text;
}
.resize{
  resize: both;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-3\.5{
  gap: 0.875rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[14px\]{
  gap: 14px;
}
.gap-\[18px\]{
  gap: 18px;
}
.gap-\[3px\]{
  gap: 3px;
}
.gap-\[6\.065px\]{
  gap: 6.065px;
}
.gap-\[6px\]{
  gap: 6px;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-\[13px\]{
  -moz-column-gap: 13px;
       column-gap: 13px;
}
.gap-x-\[8px\]{
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-y-0{
  row-gap: 0px;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-\[32px\]{
  row-gap: 32px;
}
.gap-y-\[9\.8px\]{
  row-gap: 9.8px;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-start{
  align-self: flex-start;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 8px;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[28px\]{
  border-radius: 28px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-br-\[100px\]{
  border-bottom-right-radius: 100px;
}
.rounded-tl-\[100px\]{
  border-top-left-radius: 100px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-border-light{
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}
.border-border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
}
.border-border-neutral-150{
  --tw-border-opacity: 1;
  border-color: rgb(231 231 238 / var(--tw-border-opacity, 1));
}
.border-border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-border-success{
  --tw-border-opacity: 1;
  border-color: rgb(23 137 19 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(135 183 63 / var(--tw-border-opacity, 1));
}
.border-theme-green{
  --tw-border-opacity: 1;
  border-color: rgb(23 137 19 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-l-blue-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.bg-\[\#F4F3F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 248 / var(--tw-bg-opacity, 1));
}
.bg-accent-red{
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 107 / var(--tw-bg-opacity, 1));
}
.bg-bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.bg-bg-neutral-250{
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
}
.bg-bg-neutral-card{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 244 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-border-success{
  --tw-bg-opacity: 1;
  background-color: rgb(23 137 19 / var(--tw-bg-opacity, 1));
}
.bg-dot-inactive{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-light-alt{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 247 / var(--tw-bg-opacity, 1));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-pickup-badge{
  --tw-bg-opacity: 1;
  background-color: rgb(107 203 16 / var(--tw-bg-opacity, 1));
}
.bg-pr-label{
  --tw-bg-opacity: 1;
  background-color: rgb(133 138 157 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(135 183 63 / var(--tw-bg-opacity, 1));
}
.bg-text-body{
  --tw-bg-opacity: 1;
  background-color: rgb(48 51 59 / var(--tw-bg-opacity, 1));
}
.bg-theme-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(234 255 215 / var(--tw-bg-opacity, 1));
}
.bg-theme-green{
  --tw-bg-opacity: 1;
  background-color: rgb(23 137 19 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black{
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/80{
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary{
  --tw-gradient-from: #87B73F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(135 183 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/80{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-7{
  padding: 1.75rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[5\%\]{
  padding-left: 5%;
  padding-right: 5%;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.text-10{
  font-size: 10px;
}
.text-12{
  font-size: 12px;
}
.text-14{
  font-size: 14px;
}
.text-17{
  font-size: 17px;
}
.text-18{
  font-size: 18px;
}
.text-24{
  font-size: 24px;
}
.text-26{
  font-size: 26px;
}
.text-28{
  font-size: 28px;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-32{
  font-size: 32px;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[120px\]{
  font-size: 120px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[36px\]{
  font-size: 36px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-\[1\.21\]{
  line-height: 1.21;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-\[1\.6\]{
  line-height: 1.6;
}
.leading-\[1\.7\]{
  line-height: 1.7;
}
.leading-\[1\.8\]{
  line-height: 1.8;
}
.leading-\[2\]{
  line-height: 2;
}
.leading-\[43px\]{
  line-height: 43px;
}
.leading-\[44px\]{
  line-height: 44px;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.text-accent-success{
  --tw-text-opacity: 1;
  color: rgb(52 163 77 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-border-success{
  --tw-text-opacity: 1;
  color: rgb(23 137 19 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-neutral-700{
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(135 183 63 / var(--tw-text-opacity, 1));
}
.text-text-body{
  --tw-text-opacity: 1;
  color: rgb(48 51 59 / var(--tw-text-opacity, 1));
}
.text-text-muted{
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity, 1));
}
.text-text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-text-secondary{
  --tw-text-opacity: 1;
  color: rgb(100 98 98 / var(--tw-text-opacity, 1));
}
.text-text-tertiary{
  --tw-text-opacity: 1;
  color: rgb(95 101 119 / var(--tw-text-opacity, 1));
}
.text-theme-green{
  --tw-text-opacity: 1;
  color: rgb(23 137 19 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.no-underline{
  text-decoration-line: none;
}
.opacity-50{
  opacity: 0.5;
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.py-\[10px\] {
		padding-top: 10px;
		padding-bottom: 10px;
	}
/* 記事コンテンツ内のグループ間スペーシング */
.block-content > .wp-block-group + .wp-block-group {
		margin-block-start: 2.5rem !important;
	}
/* 40px mobile */
@media (min-width: 834px) {
	.block-content > .wp-block-group + .wp-block-group {
			margin-block-start: 2.875rem !important /* 46px desktop */
	}
		}
/* デフォルトのflow layout（wp-block-group） */
.wp-block-group > * + * {
		margin-block-start: 2.5rem !important;
	}
/* 40px mobile default */
@media (min-width: 834px) {
	.wp-block-group > * + * {
			margin-block-start: 2.875rem !important /* 46px desktop */
	}
		}
/* stack--loose: セクション間の大きなスペーシング */
/* 40px mobile */
/* stack--tight: 本文段落間の小さなスペーシング */
/* 16px mobile */
/* stack--xs: 小さな固定スペーシング（16px all breakpoints） */
/* no-gap: スペーシングなし */
.no-gap,
	.wp-block-group > .no-gap {
		margin-block-start: 0 !important;
	}

/* Font Size CSS Variables */
:root {

	/* モバイル用 */
	--font-size-xxs: 0.625rem;
	--font-size-xs: 0.75rem;
	--font-size-sm: 0.875rem;
	--font-size-md: 1rem;
	--font-size-ml: 1.125rem;
	--font-size-lg: 1.25rem;
	--font-size-xl: 1.5rem;
}

@media (min-width: 834px) {

	:root {

		/* デスクトップ用 */
		--font-size-xxs: 0.75rem;
		--font-size-xs: 0.875rem;
		--font-size-sm: 1rem;
		--font-size-md: 1.125rem;
		--font-size-ml: 1.5rem;
		--font-size-lg: 1.75rem;
		--font-size-xl: 2rem;
	}
}

/* クラシックエディタ用スタイル（.entry-content スコープ） */

/* Custom utilities for arbitrary values not picked up by content scan */

/* Stack Spacing System
 * lobotomized owl selector を使用したスペーシングユーティリティ
 * - stack--loose: セクション間（46px desktop / 40px mobile）
 * - stack--tight: 本文段落間（24px desktop / 16px mobile）
 * - no-gap: スペーシングなし
 */

/* WordPress Block Styles */

/**
 * Asken More Theme Styling
 *
 * Repository Rule: 100% Utility-First Approach
 * NEVER use @apply directives - all styling MUST be done with utility classes in HTML/JSX
 *
 * This file only contains Tailwind directives. Custom styles should be:
 * 1. Applied directly in templates/blocks using Tailwind utility classes
 * 2. Defined in tailwind.config.js for theme-wide tokens
 * 3. Added here ONLY as raw CSS (not @apply) for exceptional cases
 *
 * Examples:
 * - Card styling: Use "bg-white rounded-lg overflow-hidden shadow-sm border border-border-neutral-100" in HTML
 * - Buttons: Use "bg-primary text-white px-4 py-2 rounded-md font-bold hover:opacity-90 transition-opacity" in HTML
 * - Typography: Use "text-24 md:text-32 font-bold text-text-primary" in HTML
 *
 * For component-specific styling, see individual block files in blocks/ directory.
 */

/* Card Data Layout */
.card-data {
	border: 1px solid #e7e7ee;
	border-radius: 0.5rem; /* 8px */
	padding: 1.25rem; /* 20px */
	display: flex;
	flex-direction: column;
	gap: 1.25rem; /* 20px */
}

@media (min-width: 834px) {

.card-data__content {
		display: flex;
		gap: 1.5rem /* 24px */
}

.card-data__content > .wp-block-asken-more-talk {
		flex: 1;
		min-width: 0
}

.card-data-right {
		width: 17.5rem; /* 280px */
		flex-shrink: 0;
		display: flex;
		flex-direction: column;
		gap: 0.875rem; /* 14px */
		align-items: center
}
	}

.card-data__footer {
	font-size: 0.75rem; /* 12px */
	line-height: 1.4;
	color: #5f6577;
	text-align: right;
	margin: 0;
	align-self: flex-end;
}

/* Donut Chart (for wp:html blocks) */
.donut-chart {
	position: relative;
	width: 11.625rem; /* 186px */
	height: 11.625rem; /* 186px */
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: conic-gradient(var(--donut-color, #6bcb10) 0% var(--donut-percentage, 75%), #e6e6e6 var(--donut-percentage, 75%) 100%);
}

.donut-chart__inner {
	position: absolute;
	width: 70%;
	height: 70%;
	background: #fff;
	border-radius: 50%;
}

.donut-chart__value {
	position: relative;
	z-index: 1;
	font-family: "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 3rem; /* 48px */
	font-weight: 700;
	color: #30333b;
}

.donut-chart__percent {
	font-size: 1.5rem; /* 24px */
}

/* Home Page Background Image */
@media (min-width: 834px) {
body.front-page {
		background-image: url(images/background_main_visual.93a41855.webp);
		background-repeat: no-repeat;
		background-position: calc(50% + 700px) top;
		background-size: 1700px 620px
}
	}
@media (min-width: 1474px) {
body.front-page {
		background-size: 1964px 750px
}
	}
.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(135 183 63 / var(--tw-border-opacity, 1));
}
.hover\:border-theme-green:hover{
  --tw-border-opacity: 1;
  border-color: rgb(23 137 19 / var(--tw-border-opacity, 1));
}
.hover\:bg-bg-neutral-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-bg-neutral-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.hover\:bg-border-success:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(23 137 19 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pickup-badge\/90:hover{
  background-color: rgb(107 203 16 / 0.9);
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(135 183 63 / var(--tw-bg-opacity, 1));
}
.hover\:bg-text-body\/90:hover{
  background-color: rgb(48 51 59 / 0.9);
}
.hover\:bg-theme-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(23 137 19 / var(--tw-bg-opacity, 1));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-border-success:hover{
  --tw-text-opacity: 1;
  color: rgb(23 137 19 / var(--tw-text-opacity, 1));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(135 183 63 / var(--tw-text-opacity, 1));
}
.hover\:text-text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(135 183 63 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(135 183 63 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary\/20:focus{
  --tw-ring-color: rgb(135 183 63 / 0.2);
}
.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(135 183 63 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-80{
  opacity: 0.8;
}
@media (min-width: 640px){
  .sm\:inline{
    display: inline;
  }
}
@media (min-width: 834px){
  .md\:relative{
    position: relative;
  }
  .md\:z-auto{
    z-index: auto;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-0\.5{
    margin-top: 0.125rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:mt-3{
    margin-top: 0.75rem;
  }
  .md\:mt-\[46px\]{
    margin-top: 46px;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-\[374\/280\]{
    aspect-ratio: 374/280;
  }
  .md\:aspect-video{
    aspect-ratio: 16 / 9;
  }
  .md\:h-8{
    height: 2rem;
  }
  .md\:h-9{
    height: 2.25rem;
  }
  .md\:h-\[154px\]{
    height: 154px;
  }
  .md\:h-\[238px\]{
    height: 238px;
  }
  .md\:h-\[275\.73px\]{
    height: 275.73px;
  }
  .md\:h-\[280px\]{
    height: 280px;
  }
  .md\:h-\[300px\]{
    height: 300px;
  }
  .md\:h-\[400px\]{
    height: 400px;
  }
  .md\:h-\[5px\]{
    height: 5px;
  }
  .md\:h-\[70px\]{
    height: 70px;
  }
  .md\:h-\[76px\]{
    height: 76px;
  }
  .md\:h-\[80vh\]{
    height: 80vh;
  }
  .md\:min-h-\[80vh\]{
    min-height: 80vh;
  }
  .md\:w-12{
    width: 3rem;
  }
  .md\:w-8{
    width: 2rem;
  }
  .md\:w-\[200px\]{
    width: 200px;
  }
  .md\:w-\[300px\]{
    width: 300px;
  }
  .md\:w-\[600px\]{
    width: 600px;
  }
  .md\:w-\[70px\]{
    width: 70px;
  }
  .md\:w-\[76px\]{
    width: 76px;
  }
  .md\:w-\[900px\]{
    width: 900px;
  }
  .md\:w-\[calc\(50\%-9px\)\]{
    width: calc(50% - 9px);
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-\[1440px\]{
    max-width: 1440px;
  }
  .md\:max-w-content{
    max-width: 1024px;
  }
  .md\:max-w-screen-xl{
    max-width: 1280px;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:flex-shrink-0{
    flex-shrink: 0;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-\[max-content_max-content\]{
    grid-template-columns: max-content max-content;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:gap-1\.5{
    gap: 0.375rem;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-12{
    gap: 3rem;
  }
  .md\:gap-2\.5{
    gap: 0.625rem;
  }
  .md\:gap-20{
    gap: 5rem;
  }
  .md\:gap-3\.5{
    gap: 0.875rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-7{
    gap: 1.75rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-\[10px\]{
    gap: 10px;
  }
  .md\:gap-\[14px\]{
    gap: 14px;
  }
  .md\:gap-\[18px\]{
    gap: 18px;
  }
  .md\:gap-\[7\.782px\]{
    gap: 7.782px;
  }
  .md\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .md\:gap-x-\[18px\]{
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .md\:gap-y-4{
    row-gap: 1rem;
  }
  .md\:gap-y-8{
    row-gap: 2rem;
  }
  .md\:border-2{
    border-width: 2px;
  }
  .md\:border-b-0{
    border-bottom-width: 0px;
  }
  .md\:border-l-0{
    border-left-width: 0px;
  }
  .md\:border-r{
    border-right-width: 1px;
  }
  .md\:bg-sub{
    --tw-bg-opacity: 1;
    background-color: rgb(23 137 19 / var(--tw-bg-opacity, 1));
  }
  .md\:bg-transparent{
    background-color: transparent;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:p-7{
    padding: 1.75rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:p-\[18px\]{
    padding: 18px;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-4\.5{
    padding-left: 18px;
    padding-right: 18px;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-\[138px\]{
    padding-left: 138px;
    padding-right: 138px;
  }
  .md\:px-\[14px\]{
    padding-left: 14px;
    padding-right: 14px;
  }
  .md\:px-\[71px\]{
    padding-left: 71px;
    padding-right: 71px;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:py-\[6px\]{
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-12{
    padding-bottom: 3rem;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pb-3{
    padding-bottom: 0.75rem;
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pt-\[46px\]{
    padding-top: 46px;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-12{
    font-size: 12px;
  }
  .md\:text-14{
    font-size: 14px;
  }
  .md\:text-17{
    font-size: 17px;
  }
  .md\:text-18{
    font-size: 18px;
  }
  .md\:text-24{
    font-size: 24px;
  }
  .md\:text-28{
    font-size: 28px;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-32{
    font-size: 32px;
  }
  .md\:text-\[160px\]{
    font-size: 160px;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .md\:font-semibold{
    font-weight: 600;
  }
  .md\:leading-\[1\.2\]{
    line-height: 1.2;
  }
  .md\:leading-\[1\.4\]{
    line-height: 1.4;
  }
  .md\:text-text-tertiary{
    --tw-text-opacity: 1;
    color: rgb(95 101 119 / var(--tw-text-opacity, 1));
  }
  .md\:after\:absolute::after{
    content: var(--tw-content);
    position: absolute;
  }
  .md\:after\:bottom-0::after{
    content: var(--tw-content);
    bottom: 0px;
  }
  .md\:after\:left-0::after{
    content: var(--tw-content);
    left: 0px;
  }
  .md\:after\:h-\[5px\]::after{
    content: var(--tw-content);
    height: 5px;
  }
  .md\:after\:w-12::after{
    content: var(--tw-content);
    width: 3rem;
  }
  .md\:after\:bg-sub::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(23 137 19 / var(--tw-bg-opacity, 1));
  }
  .md\:after\:content-\[\'\'\]::after{
    --tw-content: '';
    content: var(--tw-content);
  }
  .md\:hover\:bg-gray-light-alt:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 247 / var(--tw-bg-opacity, 1));
  }
  .md\:hover\:opacity-80:hover{
    opacity: 0.8;
  }
}
@media (min-width: 1024px){
  .lg\:h-\[65px\]{
    height: 65px;
  }
  .lg\:w-\[109px\]{
    width: 109px;
  }
  .lg\:w-\[135px\]{
    width: 135px;
  }
  .lg\:w-\[191px\]{
    width: 191px;
  }
  .lg\:w-\[258px\]{
    width: 258px;
  }
  .lg\:w-\[65px\]{
    width: 65px;
  }
  .lg\:min-w-\[65px\]{
    min-width: 65px;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[1\.15fr_0\.95fr\]{
    grid-template-columns: 1.15fr 0.95fr;
  }
  .lg\:grid-cols-\[800fr_460fr\]{
    grid-template-columns: 800fr 460fr;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-\[10\%\]{
    padding-left: 10%;
    padding-right: 10%;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px){
  .xl\:gap-12{
    gap: 3rem;
  }
}

