.hypoxu08 .kv-ee-section{display:flex;align-items:center;box-sizing:content-box}.hypoxu08 .kv-ee-cover-subtitle{margin-bottom:1rem}.hypoxu08 .kv-ee-cover-title{margin-bottom:1.5rem}.hypoxu08 .kv-ee-cover-description{max-width:32rem}.hypoxu08 .kv-ee-button{margin-bottom:1rem;margin-top:.5rem}.hypoxu08 .kv-ee-align-left{text-align:left}.hypoxu08 .kv-ee-align-left .kv-ee-cover-description{margin-right:auto}.hypoxu08 .kv-ee-align-left .kv-ee-button{margin-right:1.5rem}.hypoxu08 .kv-ee-align-center{text-align:center}.hypoxu08 .kv-ee-align-center .kv-ee-cover-description{margin-left:auto;margin-right:auto}.hypoxu08 .kv-ee-align-center .kv-ee-button{margin-right:.75rem;margin-left:.75rem}.hypoxu08 .kv-ee-align-right{text-align:right}.hypoxu08 .kv-ee-align-right .kv-ee-cover-description{margin-left:auto}.hypoxu08 .kv-ee-align-right .kv-ee-button{margin-left:1.5rem}

.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper{display:flex;flex-wrap:wrap;width:100%;margin-bottom:2rem}.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper .kv-ee-post-image-wrapper{width:20%}.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper .kv-ee-post-image-wrapper .kv-ee-post-image{width:100%;background-color:rgba(var(--kv-ee-text1-rgb),.08);background-position:center center;background-size:cover;background-repeat:no-repeat}.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper .kv-ee-post-text{width:calc(80% - 1rem);margin-left:1rem}.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper:last-of-type{margin-bottom:0}.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper a{cursor:pointer;text-decoration:none !important}.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper a:hover{text-decoration:underline !important}.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper .kv-ee-post-title{color:var(--kv-ee-text1);font-size:1.5rem;margin-bottom:1rem;text-decoration:none}.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper ul.kv-ee-metadata{color:var(--kv-ee-text2);font-size:1rem;text-transform:uppercase;padding:0}.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper ul.kv-ee-metadata li{display:inline}.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper ul.kv-ee-metadata li:after{content:"  · ";margin:8px}.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper ul.kv-ee-metadata li:last-child:after{content:""}.wpblogabc10 .kv-ee-align-left{text-align:left}.wpblogabc10 .kv-ee-align-center{text-align:center}.wpblogabc10 .kv-ee-align-right{text-align:right}.wpblogabc10 .kv-ee-image-landscape .kv-ee-post-image{padding-bottom:65.5%}.wpblogabc10 .kv-ee-image-portrait .kv-ee-post-image{padding-bottom:125%}.wpblogabc10 .kv-ee-image-square .kv-ee-post-image{padding-bottom:100%}

#index-blog-post-list-mount {
	margin-top: 1.5rem;
}

#index-blog-post-list-mount .index-post-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.15rem;
	margin-top: 1rem;
}

#index-blog-post-list-mount .index-post-card {
	position: relative;
	text-decoration: none;
	color: inherit;
	background: #ffffff;
	border: 1px solid #e3e5e8;
	border-radius: 16px;
	padding: 1.05rem 1rem;
	box-shadow: 0 12px 24px rgba(17, 24, 39, 0.1), 0 2px 6px rgba(17, 24, 39, 0.06);
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#index-blog-post-list-mount .index-post-card::before {
	content: none;
}

#index-blog-post-list-mount .index-post-card:hover {
	transform: translateY(-8px);
	border-color: #cfd4da;
	box-shadow: 0 20px 34px rgba(17, 24, 39, 0.14), 0 6px 14px rgba(17, 24, 39, 0.1);
}

#index-blog-post-list-mount .index-post-card:focus-visible {
	outline: 2px solid #a5adb7;
	outline-offset: 2px;
	transform: translateY(-8px);
	border-color: #cfd4da;
	box-shadow: 0 20px 34px rgba(17, 24, 39, 0.14), 0 6px 14px rgba(17, 24, 39, 0.1);
}

#index-blog-post-list-mount .index-post-card-title {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.5;
	color: var(--wb4wp-text-color, #212121);
	text-decoration: none;
}


#index-blog-post-list-mount .index-post-card:hover .index-post-card-title,
#index-blog-post-list-mount .index-post-card:focus-visible .index-post-card-title {
	color: #4b5563;
}

#index-blog-post-list-mount .index-post-card-excerpt {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.7;
	color: rgba(33, 33, 33, 0.78);
	min-height: 3.4em;
}

#index-blog-post-list-mount .index-post-card-meta {
	position: relative;
	z-index: 1;
	margin-top: auto;
	padding-top: 0.35rem;
	font-size: 0.8rem;
	color: rgba(75, 85, 99, 0.78);
	font-variant-numeric: tabular-nums;
}

#index-blog-post-list-mount .index-post-controls {
	display: flex;
	justify-content: center;
	margin-top: 1.25rem;
}

#index-blog-post-list-mount .index-post-more-button {
	appearance: none;
	border: 1px solid rgba(15, 76, 129, 0.35);
	background: rgba(255, 255, 255, 0.9);
	color: #0f4c81;
	border-radius: 999px;
	padding: 0.55rem 1.2rem;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: all 0.2s ease;
}

#index-blog-post-list-mount .index-post-more-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(17, 24, 39, 0.15);
	border-color: rgba(15, 76, 129, 0.55);
}

#index-blog-post-list-mount .index-post-more-button:disabled {
	opacity: 0.7;
	cursor: default;
	transform: none;
	box-shadow: none;
}

/* Floating block style for the built-in blog preview section. */
.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper {
	background: #ffffff;
	border: 1px solid #e3e5e8;
	border-radius: 16px;
	box-shadow: 0 12px 24px rgba(17, 24, 39, 0.1), 0 2px 6px rgba(17, 24, 39, 0.06);
	padding: 1rem;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper:hover {
	transform: translateY(-8px);
	border-color: #cfd4da;
	box-shadow: 0 20px 34px rgba(17, 24, 39, 0.14), 0 6px 14px rgba(17, 24, 39, 0.1);
}

.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper:focus-visible {
	outline: 2px solid #a5adb7;
	outline-offset: 2px;
	transform: translateY(-8px);
	border-color: #cfd4da;
	box-shadow: 0 20px 34px rgba(17, 24, 39, 0.14), 0 6px 14px rgba(17, 24, 39, 0.1);
}

.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper .kv-ee-post-title {
	line-height: 1.45;
}

.wpblogabc10 .kv-ee-section .kv-ee-post-wrapper .kv-ee-post-text {
	background: transparent;
}

@media (max-width: 640px) {
	#index-blog-post-list-mount .index-post-cards {
		grid-template-columns: 1fr;
	}
}
