/* Blog-specific adjustments layered after hub.css and style.css. */

.zipiahub-post-card-image {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: 3 / 1;
	background: linear-gradient(135deg, rgba(113, 105, 255, 0.12), rgba(0, 194, 168, 0.12));
}

.zipiahub-post-card-image-backdrop {
	position: absolute;
	inset: -12px;
	width: calc(100% + 24px);
	height: calc(100% + 24px);
	object-fit: cover;
	filter: blur(16px) saturate(0.85);
	opacity: 0.55;
	transform: scale(1.08);
}

.zipiahub-post-card-image .zipiahub-post-card-image-foreground {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.zipiahub-post-card-category {
	align-self: flex-start;
	display: inline-flex;
	margin-bottom: 12px;
	border-radius: 999px;
	background: rgba(113, 105, 255, 0.1);
	padding: 5px 10px;
	color: #7169ff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.zipiahub-post-card-category:hover {
	background: rgba(113, 105, 255, 0.16);
	color: #5b4fe5;
}

.zipiahub-post-card-title {
	margin: 0;
}

.zipiahub-post-card-meta {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
	padding-top: 20px;
}

.zipiahub-post-card-author-avatar {
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	border: 2px solid rgba(113, 105, 255, 0.18);
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(35, 35, 63, 0.12);
	object-fit: cover;
}

.zipiahub-post-card-meta p {
	margin: 0;
}

@media (max-width: 767px) {
	.zipiahub-post-card-author-avatar {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
	}
}

.zipiahub-post-card-cta {
	align-self: flex-end;
	width: auto;
	margin-top: 20px;
	white-space: nowrap;
}

.zipiahub-single-banner {
	position: relative;
	width: 100%;
	min-height: clamp(340px, 58vh, 620px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: linear-gradient(135deg, #7169ff, #00c2a8);
	isolation: isolate;
}

.zipiahub-single-banner-image {
	position: absolute;
	top: -8%;
	left: 0;
	width: 100%;
	height: 116%;
	object-fit: cover;
	will-change: transform;
	transform: translate3d(0, 0, 0) scale(1.04);
}

.zipiahub-single-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.36) 48%, rgba(0, 0, 0, 0.14) 100%),
		linear-gradient(to right, rgba(0, 0, 0, 0.22), transparent 56%);
}

.zipiahub-single-banner-content {
	position: relative;
	z-index: 1;
	width: min(100% - 32px, 980px);
	margin: 0 auto;
	padding: 64px 0;
	color: #fff;
}

.zipiahub-single-title {
	max-width: 900px;
	margin: 12px 0 0;
	font-size: clamp(34px, 5vw, 62px);
	line-height: 1.06;
	font-weight: 800;
	text-shadow:
		0 3px 14px rgba(0, 0, 0, 0.78),
		0 1px 3px rgba(0, 0, 0, 0.94);
}

.zipiahub-single-category {
	display: inline-flex;
	border-radius: 999px;
	background: #7169ff;
	padding: 6px 12px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 767px) {
	.zipiahub-single-banner {
		min-height: 420px;
	}

	.zipiahub-single-banner-content {
		width: min(100% - 28px, 980px);
		padding: 48px 0;
	}

	.zipiahub-single-title {
		font-size: 34px;
		line-height: 1.1;
	}

}

@media (prefers-reduced-motion: reduce) {
	.zipiahub-single-banner-image {
		transform: none !important;
		will-change: auto;
	}
}

.zipiahub-single-wrapper {
	width: min(100% - 32px, 980px);
	margin: 0 auto;
	padding: 40px 0 64px;
}

.zipiahub-single-info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 32px;
	color: #7169ff;
	font-size: 14px;
	font-weight: 600;
}

.zipiahub-single-info span,
.zipiahub-single-info a {
	color: #7169ff;
	text-decoration: none;
}

.zipiahub-single-info span + span::before,
.zipiahub-single-info span + a::before,
.zipiahub-single-author-name + a::before {
	content: "\2022";
	display: inline-block;
	margin-right: 10px;
	color: #7169ff;
	font-size: 16px;
	line-height: 1;
}

.zipiahub-single-author-avatar-link {
	position: relative;
	z-index: 9;
	width: 100px;
	height: 100px;
	flex: 0 0 100px;
	margin-top: -80px;
	border-radius: 999px;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.zipiahub-single-author-avatar-link:hover {
	transform: translateY(-2px);
}

.zipiahub-single-author-avatar {
	width: 100px;
	height: 100px;
	border: 5px solid #fff;
	border-radius: 999px;
	box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
	object-fit: cover;
}

.zipiahub-single-author-name {
	font-weight: 700;
}

.zipiahub-single-content {
	max-width: 760px;
	color: rgba(35, 35, 63, 0.86);
	font-size: 17px;
	line-height: 1.85;
}

.zipiahub-single-content p {
	margin: 0 0 20px;
	color: rgba(35, 35, 63, 0.86);
	line-height: 1.85;
}

.zipiahub-single-content h2,
.zipiahub-single-content h3,
.zipiahub-single-content h4,
.zipiahub-single-content h5,
.zipiahub-single-content h6 {
	color: #23233f;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.zipiahub-single-content h2 {
	margin: 42px 0 16px;
	font-size: clamp(28px, 3vw, 34px);
	line-height: 1.18;
}

.zipiahub-single-content h3 {
	margin: 34px 0 14px;
	font-size: clamp(22px, 2.4vw, 26px);
	line-height: 1.25;
}

.zipiahub-single-content h4 {
	margin: 28px 0 12px;
	font-size: 20px;
	line-height: 1.3;
}

.zipiahub-single-content ul,
.zipiahub-single-content ol {
	margin: 0 0 24px;
	padding-left: 26px;
	color: rgba(35, 35, 63, 0.86);
}

.zipiahub-single-content ul {
	list-style: disc;
}

.zipiahub-single-content ol {
	list-style: decimal;
}

.zipiahub-single-content li {
	margin-bottom: 10px;
	line-height: 1.75;
}

.zipiahub-single-content li::marker {
	color: #7169ff;
	font-weight: 800;
}

.zipiahub-single-content a {
	color: #5b4fe5;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: rgba(0, 194, 168, 0.45);
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.zipiahub-single-content a:hover {
	color: #00a990;
	text-decoration-color: currentColor;
}

.zipiahub-single-content strong,
.zipiahub-single-content b {
	color: #23233f;
	font-weight: 800;
}

.zipiahub-single-content blockquote {
	position: relative;
	margin: 32px 0;
	border-left: 5px solid #00c2a8;
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(113, 105, 255, 0.08), rgba(0, 194, 168, 0.08)),
		#fff;
	padding: 22px 24px;
	color: #23233f;
	box-shadow: 0 18px 42px rgba(35, 35, 63, 0.08);
}

.zipiahub-single-content blockquote p {
	margin-bottom: 0;
	color: #23233f;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.65;
}

.zipiahub-single-content figure,
.zipiahub-single-content .wp-block-image {
	margin: 32px 0;
}

.zipiahub-single-content img {
	border-radius: 20px;
	box-shadow: 0 20px 55px rgba(35, 35, 63, 0.12);
}

.zipiahub-single-content figcaption,
.zipiahub-single-content .wp-caption-text {
	margin-top: 10px;
	color: rgba(35, 35, 63, 0.58);
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}

.zipiahub-single-content code {
	border-radius: 8px;
	background: rgba(91, 79, 229, 0.08);
	padding: 0.15em 0.35em;
	color: #5b4fe5;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 0.92em;
}

.zipiahub-single-content pre {
	overflow: auto;
	margin: 28px 0;
	border-radius: 18px;
	background: #0f172a;
	padding: 18px;
	color: #e2e8f0;
}

.zipiahub-single-content pre code {
	background: transparent;
	padding: 0;
	color: inherit;
}

.zipiahub-single-content hr {
	height: 1px;
	margin: 34px 0;
	border: 0;
	background: rgba(35, 35, 63, 0.12);
}

.zipiahub-single-content table {
	width: 100%;
	margin: 28px 0;
	border-collapse: collapse;
	overflow: hidden;
	border-radius: 16px;
	font-size: 15px;
}

.zipiahub-single-content th,
.zipiahub-single-content td {
	border: 1px solid rgba(35, 35, 63, 0.1);
	padding: 12px 14px;
	text-align: left;
}

.zipiahub-single-content th {
	background: rgba(113, 105, 255, 0.08);
	color: #23233f;
	font-weight: 800;
}

.zipiahub-single-share,
.zipiahub-related-posts,
.zipiahub-single-comments {
	margin-top: 48px;
}

.zipiahub-single-share h2,
.zipiahub-related-posts h2 {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 800;
}

.zipiahub-single-share-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.zipiahub-single-share-button {
	display: inline-flex;
	align-items: center;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
	color: #23233f;
	font-weight: 700;
	text-decoration: none;
	box-shadow: none;
	transition: transform 0.25s ease, color 0.25s ease;
}

.zipiahub-single-share-button:hover {
	color: #7169ff;
	transform: translateY(-2px);
}

.zipiahub-single-share-icon {
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 60px;
	border-radius: 1rem;
	background: linear-gradient(135deg, #5b4fe5, #00c2a8);
	color: #fff;
}

.zipiahub-single-share-icon img {
	width: 24px;
	height: 24px;
	display: block;
	filter: brightness(0) invert(1);
}

.zipiahub-related-posts-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.zipiahub-archive-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at top right, rgba(0, 194, 168, 0.24), transparent 34%),
		radial-gradient(circle at bottom left, rgba(113, 105, 255, 0.22), transparent 32%),
		linear-gradient(135deg, #7169ff 0%, #5a8ed4 52%, #00c2a8 100%);
	padding: clamp(72px, 12vw, 128px) 0 clamp(54px, 8vw, 86px);
	color: #fff;
	text-align: center;
	isolation: isolate;
}

.zipiahub-archive-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(to top, rgba(0, 194, 168, 0.28), transparent 54%),
		radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.16) 1px, transparent 0);
	background-size: auto, 40px 40px;
	opacity: 0.86;
}

.zipiahub-archive-kicker {
	display: inline-flex;
	margin-bottom: 16px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	padding: 7px 15px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
	backdrop-filter: blur(10px);
}

.zipiahub-archive-title {
	max-width: 900px;
	margin: 0 auto;
	color: #fff;
	font-size: clamp(36px, 6vw, 64px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.04em;
	text-shadow:
		0 3px 14px rgba(0, 0, 0, 0.34),
		0 1px 3px rgba(0, 0, 0, 0.42);
}

.zipiahub-archive-title span {
	color: #e0f6ff;
}

.zipiahub-archive-description {
	max-width: 680px;
	margin: 18px auto 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(16px, 2vw, 19px);
	line-height: 1.7;
}

.zipiahub-archive-description p {
	margin: 0;
}

.zipiahub-archive-search {
	max-width: 620px;
	margin: 28px auto 0;
}

.zipiahub-archive-search .search-form {
	display: flex;
	gap: 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.12);
	padding: 8px;
	backdrop-filter: blur(12px);
}

.zipiahub-archive-search label {
	flex: 1;
}

.zipiahub-archive-search .search-field {
	width: 100%;
	height: 46px;
	border: 0;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.12);
	padding: 0 14px;
	color: #fff;
	outline: none;
}

.zipiahub-archive-search .search-field::placeholder {
	color: rgba(255, 255, 255, 0.58);
}

.zipiahub-archive-search .search-submit {
	border: 0;
	border-radius: 12px;
	background: linear-gradient(90deg, #7169ff, #00c2a8);
	padding: 0 20px;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.zipiahub-archive-search .search-submit:hover {
	transform: translateY(-1px);
	opacity: 0.92;
}

.zipiahub-archive-section {
	background: rgba(245, 245, 250, 0.55);
	padding: clamp(44px, 8vw, 72px) 0;
}

.zipiahub-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.zipiahub-archive-empty {
	max-width: 760px;
	margin: 0 auto;
	border: 1px solid rgba(113, 105, 255, 0.14);
	border-radius: 24px;
	background: #fff;
	padding: 32px;
	box-shadow: 0 18px 45px rgba(35, 35, 63, 0.08);
}

.zipiahub-page-wrapper {
	width: min(100% - 32px, 980px);
	margin: 0 auto;
	padding: 48px 0 72px;
}

.zipiahub-page-footer {
	margin-top: 32px;
}

.zipiahub-page-footer a {
	display: inline-flex;
	border-radius: 999px;
	background: rgba(113, 105, 255, 0.1);
	padding: 9px 14px;
	color: #7169ff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.zipiahub-author-profile {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	gap: 24px;
	max-width: 860px;
	margin: 0 auto 40px;
	border: 1px solid rgba(113, 105, 255, 0.14);
	border-radius: 28px;
	background:
		linear-gradient(135deg, rgba(113, 105, 255, 0.06), rgba(0, 194, 168, 0.06)),
		#fff;
	padding: clamp(22px, 4vw, 34px);
	box-shadow: 0 18px 45px rgba(35, 35, 63, 0.08);
	text-align: center;
}

.zipiahub-author-profile-avatar-frame {
	position: relative;
	width: clamp(118px, 15vw, 152px);
	height: clamp(118px, 15vw, 152px);
	margin: 0 auto;
	display: grid;
	place-items: center;
}

.zipiahub-author-profile-avatar-frame::before,
.zipiahub-author-profile-avatar-frame::after {
	content: "";
	position: absolute;
	width: clamp(104px, 13vw, 132px);
	height: clamp(104px, 13vw, 132px);
	border: 1px solid rgba(113, 105, 255, 0.52);
	border-radius: 999px;
	background: rgba(231, 236, 239, 0.8);
	transition: left 0.3s ease, top 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.zipiahub-author-profile-avatar-frame::before {
	left: -12px;
	top: 16px;
	z-index: 1;
	animation: zipiahub-author-frame-before 5s ease-in-out infinite;
}

.zipiahub-author-profile-avatar-frame::after {
	left: 28px;
	top: -14px;
	z-index: 1;
	animation: zipiahub-author-frame-after 5s ease-in-out infinite;
}

.zipiahub-author-profile-avatar-frame:hover::before {
	left: -18px;
	top: 22px;
	border-color: rgba(0, 194, 168, 0.74);
}

.zipiahub-author-profile-avatar-frame:hover::after {
	left: 34px;
	top: -20px;
	border-color: rgba(0, 194, 168, 0.74);
}

.zipiahub-author-profile-avatar {
	position: relative;
	z-index: 2;
	width: clamp(104px, 13vw, 132px);
	height: clamp(104px, 13vw, 132px);
	border: 5px solid #fff;
	border-radius: 999px;
	box-shadow: 0 14px 30px rgba(113, 105, 255, 0.18);
	object-fit: cover;
}

.zipiahub-author-profile-content {
	min-width: 0;
}

@keyframes zipiahub-author-frame-before {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(-2deg);
	}

	50% {
		transform: translate3d(-4px, 4px, 0) rotate(1deg);
	}
}

@keyframes zipiahub-author-frame-after {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(2deg);
	}

	50% {
		transform: translate3d(4px, -4px, 0) rotate(-1deg);
	}
}

.zipiahub-404-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.zipiahub-404-card {
	border: 1px solid rgba(113, 105, 255, 0.14);
	border-radius: 24px;
	background: #fff;
	padding: 28px;
	box-shadow: 0 18px 45px rgba(35, 35, 63, 0.08);
}

.zipiahub-404-card h2,
.zipiahub-404-card .widgettitle {
	margin: 0 0 16px;
	color: #23233f;
	font-size: 22px;
	font-weight: 800;
}

.zipiahub-404-card ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.zipiahub-404-card a {
	color: rgba(35, 35, 63, 0.78);
	font-weight: 700;
	text-decoration: none;
	transition: color 0.2s ease;
}

.zipiahub-404-card a:hover {
	color: #00a990;
}

.pagination {
	margin-top: 36px;
}

.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.pagination .page-numbers {
	display: inline-flex;
	min-width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(113, 105, 255, 0.16);
	border-radius: 999px;
	background: #fff;
	padding: 0 14px;
	color: #7169ff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	transform: translateY(-1px);
	background: linear-gradient(90deg, #7169ff, #00c2a8);
	color: #fff;
}

.comments-area {
	position: relative;
	display: grid;
	gap: 28px;
}

.comments-title,
.comment-reply-title {
	margin: 0;
	color: #23233f;
	font-size: clamp(26px, 4vw, 36px);
	font-weight: 800;
	line-height: 1.12;
}

.comments-title span {
	color: #7169ff;
}

.comment-list {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-list .children {
	display: grid;
	gap: 16px;
	margin: 16px 0 0 32px;
	padding: 0;
	list-style: none;
}

.comment-list .comment-body {
	position: relative;
	padding: 24px;
	border: 1px solid rgba(113, 105, 255, 0.14);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(113, 105, 255, 0.045), rgba(255, 255, 255, 0) 42%),
		#fff;
	box-shadow: 0 18px 45px rgba(35, 35, 63, 0.08);
	transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.comment-list .comment-body:hover {
	transform: translateY(-3px);
	border-color: rgba(113, 105, 255, 0.32);
	box-shadow: 0 24px 55px rgba(35, 35, 63, 0.12);
}

.comment-author {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 52px;
	padding-right: 116px;
	color: #23233f;
	font-size: 15px;
	font-weight: 700;
}

.comment-author .avatar {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	border: 3px solid #fff;
	border-radius: 999px;
	box-shadow: 0 10px 22px rgba(113, 105, 255, 0.2);
	object-fit: cover;
}

.comment-author .says {
	display: none;
}

.comment-metadata {
	position: absolute;
	top: 26px;
	right: 24px;
}

.comment-metadata a,
.comment-edit-link {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	color: #7169ff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.comment-content {
	margin-top: 18px;
	color: rgba(35, 35, 63, 0.72);
	font-size: 15px;
	line-height: 1.75;
}

.comment-content p {
	margin: 0 0 14px;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.reply {
	margin-top: 18px;
}

.comment-reply-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(113, 105, 255, 0.1);
	padding: 9px 14px;
	color: #7169ff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.comment-reply-link:hover {
	transform: translateY(-2px);
	background: #7169ff;
	color: #fff;
}

.comment-navigation,
.comments-area .navigation {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.comment-navigation a,
.comments-area .navigation a {
	color: #7169ff;
	font-weight: 700;
	text-decoration: none;
}

.no-comments {
	margin: 0;
	border-radius: 18px;
	background: rgba(113, 105, 255, 0.08);
	padding: 16px 18px;
	color: #7169ff;
	font-weight: 700;
}

.comment-respond {
	position: relative;
	margin-top: 8px;
	overflow: hidden;
	border-radius: 28px;
	background:
		radial-gradient(circle at top right, rgba(0, 194, 168, 0.24), transparent 34%),
		radial-gradient(circle at bottom left, rgba(113, 105, 255, 0.22), transparent 30%),
		linear-gradient(135deg, #7169ff 0%, #5a8ed4 52%, #00c2a8 100%);
	padding: clamp(24px, 5vw, 48px);
	color: #fff;
	text-align: center;
	box-shadow: 0 26px 70px rgba(35, 35, 63, 0.2);
	isolation: isolate;
}

.comment-respond::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(to top, rgba(0, 194, 168, 0.3), transparent 52%),
		radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.18) 1px, transparent 0);
	background-size: auto, 38px 38px;
	opacity: 0.8;
}

.comment-reply-title {
	color: #fff;
}

.comment-reply-title small {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	font-weight: 700;
}

.comment-reply-title small a,
.logged-in-as a {
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
}

.comment-notes,
.logged-in-as {
	max-width: 620px;
	margin: 12px auto 24px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 15px;
	line-height: 1.6;
}

.comment-form {
	display: grid;
	max-width: 680px;
	margin: 28px auto 0;
	gap: 16px;
	text-align: left;
}

.comment-form p {
	margin: 0;
}

.comment-form label {
	display: block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 13px;
	font-weight: 700;
}

.comment-form input:not([type="submit"]):not([type="checkbox"]),
.comment-form textarea {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
	padding: 14px 16px;
	color: #fff;
	outline: none;
	backdrop-filter: blur(10px);
	transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.comment-form textarea {
	min-height: 150px;
	resize: vertical;
}

.comment-form input:not([type="submit"]):not([type="checkbox"])::placeholder,
.comment-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.52);
}

.comment-form input:not([type="submit"]):not([type="checkbox"]):focus,
.comment-form textarea:focus {
	border-color: rgba(255, 255, 255, 0.46);
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 0 0 3px rgba(113, 105, 255, 0.32);
}

.comment-form-cookies-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	line-height: 1.5;
}

.comment-form-cookies-consent input {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	accent-color: #00c2a8;
}

.comment-form .form-submit {
	text-align: center;
}

.comment-form .submit {
	display: inline-flex;
	width: 100%;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(90deg, #7169ff, #00c2a8);
	padding: 12px 24px;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	box-shadow: 0 14px 30px rgba(113, 105, 255, 0.3);
	cursor: pointer;
	transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.comment-form .submit:hover {
	transform: translateY(-2px);
	opacity: 0.94;
	box-shadow: 0 18px 38px rgba(113, 105, 255, 0.4);
}

@media (max-width: 900px) {
	.zipiahub-related-posts-grid,
	.zipiahub-archive-grid,
	.zipiahub-404-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.zipiahub-archive-search .search-form {
		flex-direction: column;
	}

	.zipiahub-archive-search .search-submit {
		min-height: 46px;
	}

	.zipiahub-author-profile-avatar-frame::before {
		left: -8px;
		top: 12px;
	}

	.zipiahub-author-profile-avatar-frame::after {
		left: 22px;
		top: -10px;
	}

	.zipiahub-single-content {
		font-size: 16px;
		line-height: 1.78;
	}

	.zipiahub-single-content p {
		margin-bottom: 18px;
		line-height: 1.78;
	}

	.zipiahub-single-content h2 {
		margin-top: 34px;
	}

	.zipiahub-single-content blockquote {
		margin: 26px 0;
		padding: 18px 20px;
	}

	.zipiahub-single-content table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.comment-list .children {
		margin-left: 16px;
	}

	.comment-list .comment-body {
		padding: 20px;
		border-radius: 20px;
	}

	.comment-author {
		align-items: flex-start;
		padding-right: 0;
	}

	.comment-metadata {
		position: static;
		margin: 12px 0 0 64px;
	}

	.comment-respond {
		border-radius: 22px;
	}
}
