/* Single-post extras. Pixel sizes — parent rem must not shrink these. */

body.goi.single-post .goi-blog-after,
body.goi.single-post .goi-blog-after *,
body.goi.single-post .goi-blog-aside,
body.goi.single-post .goi-blog-aside * {
	box-sizing: border-box;
	font-family: Cabin, sans-serif;
}

body.goi.single-post .widget_recent_entries,
body.goi.single-post .widget_search {
	display: none !important;
}

/* Readable article scale — parent uses 13px body + shouty .font-alt headings. */
body.goi.single-post .shop-isle-page-content {
	font-size: 17px;
	line-height: 1.75;
	color: #2c3038;
}

body.goi.single-post .shop-isle-page-content .post-header.font-alt,
body.goi.single-post .shop-isle-page-content .post-title,
body.goi.single-post .shop-isle-page-content .post-entry {
	font-family: Cabin, sans-serif !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

body.goi.single-post .shop-isle-page-content h1.post-title,
body.goi.single-post .shop-isle-page-content h1.post-title.entry-title {
	display: none !important;
}

body.goi.single-post .shop-isle-page-content .post-entry {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 0;
	color: #2c3038;
}

body.goi.single-post .shop-isle-page-content .post-entry p,
body.goi.single-post .shop-isle-page-content .post-entry li,
body.goi.single-post .shop-isle-page-content .post-entry td,
body.goi.single-post .shop-isle-page-content .post-entry .wp-block-paragraph {
	font-size: 17px !important;
	line-height: 1.75 !important;
	color: #2c3038;
}

body.goi.single-post .shop-isle-page-content .post-entry :where(h1, h2, h3, h4, h5, h6),
body.goi.single-post .shop-isle-page-content .post-entry :where(h1, h2, h3, h4, h5, h6)[class] {
	font-family: Cabin, sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: -0.02em !important;
	text-transform: none !important;
	color: #15171c !important;
	line-height: 1.3 !important;
	margin: 28px 0 12px !important;
}

body.goi.single-post .shop-isle-page-content .post-entry h1,
body.goi.single-post .shop-isle-page-content .post-entry h1[class] {
	font-size: 24px !important;
}

body.goi.single-post .shop-isle-page-content .post-entry h2,
body.goi.single-post .shop-isle-page-content .post-entry h2[class] {
	font-size: 22px !important;
}

body.goi.single-post .shop-isle-page-content .post-entry h3,
body.goi.single-post .shop-isle-page-content .post-entry h3[class] {
	font-size: 19px !important;
}

body.goi.single-post .shop-isle-page-content .post-entry h4,
body.goi.single-post .shop-isle-page-content .post-entry h4[class],
body.goi.single-post .shop-isle-page-content .post-entry h5,
body.goi.single-post .shop-isle-page-content .post-entry h5[class],
body.goi.single-post .shop-isle-page-content .post-entry h6,
body.goi.single-post .shop-isle-page-content .post-entry h6[class] {
	font-size: 17px !important;
}

body.goi.single-post .shop-isle-page-content .post-entry ul,
body.goi.single-post .shop-isle-page-content .post-entry ol {
	padding-left: 1.2em;
}

body.goi.single-post .shop-isle-page-content .post-entry a {
	color: #e32636;
}

body.goi.single-post .goi-blog-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 8px;
}

body.goi.single-post .goi-blog-meta__chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 32px;
	padding: 4px 12px;
	border-radius: 999px;
	background: #f4f5f7;
	border: 1px solid #eceef2;
	color: #3d424c;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

body.goi.single-post .goi-blog-meta__chip svg {
	width: 14px;
	height: 14px;
	display: block;
	color: #e32636;
}

body.goi.single-post .goi-blog-meta__chip:hover,
body.goi.single-post .goi-blog-meta__chip:focus-visible {
	color: #e32636;
	border-color: rgba(227, 38, 54, 0.35);
	background: #fff5f6;
}

body.goi.single-post .goi-blog-search {
	background: #fff;
	border: 1px solid #eceef2;
	border-radius: 16px;
	padding: 14px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

body.goi.single-post .goi-blog-search__form {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 46px;
	padding: 4px 4px 4px 12px;
	border: 1px solid #e4e7ee;
	border-radius: 12px;
	background: #f7f8fa;
}

body.goi.single-post .goi-blog-search__form:focus-within {
	border-color: #e32636;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(227, 38, 54, 0.12);
}

body.goi.single-post .goi-blog-search__icon {
	flex: 0 0 auto;
	color: #8b909a;
	display: inline-flex;
}

body.goi.single-post .goi-blog-search__icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

body.goi.single-post .goi-blog-search__input {
	flex: 1 1 auto;
	min-width: 0;
	height: 38px;
	margin: 0;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #15171c;
	font-family: Cabin, sans-serif !important;
	font-size: 14px !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

body.goi.single-post .goi-blog-search__input:focus {
	outline: none;
}

body.goi.single-post .goi-blog-search__submit {
	flex: 0 0 auto;
	height: 38px;
	padding: 0 14px;
	border: 0;
	border-radius: 10px;
	background: #e32636;
	color: #fff;
	font-family: Cabin, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	cursor: pointer;
}

body.goi.single-post .goi-blog-search__submit:hover,
body.goi.single-post .goi-blog-search__submit:focus-visible {
	background: #c41f2d;
}

body.goi.single-post .navigation.post-navigation {
	margin: 28px 0 0;
	padding-top: 20px;
	border-top: 1px solid #eceef2;
}

body.goi.single-post .navigation.post-navigation .nav-links a {
	color: #3d424c;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

body.goi.single-post .navigation.post-navigation .nav-links a:hover,
body.goi.single-post .navigation.post-navigation .nav-links a:focus-visible {
	color: #e32636;
}

body.goi.single-post .goi-blog-after {
	margin: 36px 0 8px;
}

body.goi.single-post .goi-blog-author {
	display: flex;
	align-items: flex-start;
	gap: 22px;
	padding: 24px;
	background: #fff;
	border: 1px solid #eceef2;
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

body.goi.single-post .goi-blog-author__avatar {
	flex: 0 0 88px;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	overflow: hidden;
	background: #f4f5f7;
	border: 1px solid #eceef2;
}

body.goi.single-post .goi-blog-author__avatar img {
	width: 88px;
	height: 88px;
	object-fit: contain;
	padding: 10px;
	display: block;
}

body.goi.single-post .goi-blog-author__body {
	min-width: 0;
	flex: 1 1 auto;
}

body.goi.single-post .goi-blog-author__label {
	margin: 0 0 4px;
	color: #8b909a;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.goi.single-post .goi-blog-author__name {
	margin: 0 0 10px;
	color: #15171c;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

body.goi.single-post .goi-blog-author__bio {
	margin: 0 0 16px;
	color: #5b616c;
	font-size: 16px;
	line-height: 1.65;
}

body.goi.single-post .goi-blog-author__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

body.goi.single-post .goi-blog-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

body.goi.single-post .goi-blog-btn svg {
	width: 16px;
	height: 16px;
	display: block;
}

body.goi.single-post .goi-blog-btn--ig {
	color: #fff;
	background: linear-gradient(135deg, #f58529 0%, #dd2a7b 45%, #8134af 100%);
}

body.goi.single-post .goi-blog-btn--ig:hover,
body.goi.single-post .goi-blog-btn--ig:focus-visible {
	color: #fff;
	filter: brightness(1.06);
}

body.goi.single-post .goi-blog-btn--ghost {
	color: #e32636;
	background: #fff;
	border: 1px solid #e32636;
}

body.goi.single-post .goi-blog-btn--ghost:hover,
body.goi.single-post .goi-blog-btn--ghost:focus-visible {
	color: #fff;
	background: #e32636;
}

body.goi.single-post .goi-blog-share {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 8px;
}

body.goi.single-post .goi-blog-share__label {
	color: #e32636;
	font-size: 16px;
	font-weight: 700;
}

body.goi.single-post .goi-blog-share__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.goi.single-post .goi-blog-share__btn {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
}

body.goi.single-post .goi-blog-share__btn svg {
	width: 16px;
	height: 16px;
	display: block;
}

body.goi.single-post .goi-blog-share__btn--fb {
	background: #1877f2;
}

body.goi.single-post .goi-blog-share__btn--x {
	background: #1d9bf0;
}

body.goi.single-post .goi-blog-share__btn--in {
	background: #0a66c2;
}

body.goi.single-post .goi-blog-share__btn--wa {
	background: #25d366;
}

body.goi.single-post .goi-blog-share__btn:hover,
body.goi.single-post .goi-blog-share__btn:focus-visible {
	color: #fff;
	filter: brightness(1.08);
}

body.goi.single-post .goi-blog-aside {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-bottom: 22px;
}

body.goi.single-post .goi-blog-recent {
	background: #fff;
	border: 1px solid #eceef2;
	border-radius: 16px;
	padding: 16px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

body.goi.single-post .goi-blog-recent__heading {
	margin: 0 0 12px;
	color: #15171c;
	font-size: 16px;
	font-weight: 700;
}

body.goi.single-post .goi-blog-recent__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.goi.single-post .goi-blog-recent__list li + li {
	border-top: 1px solid #eef0f4;
}

body.goi.single-post .goi-blog-recent__item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	text-decoration: none;
}

body.goi.single-post .goi-blog-recent__name {
	flex: 1 1 auto;
	min-width: 0;
	color: #e32636;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

body.goi.single-post .goi-blog-recent__go {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	border: 1px solid #e32636;
	color: #e32636;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.goi.single-post .goi-blog-recent__go svg {
	width: 14px;
	height: 14px;
	display: block;
}

body.goi.single-post .goi-blog-recent__item:hover .goi-blog-recent__name,
body.goi.single-post .goi-blog-recent__item:focus-visible .goi-blog-recent__name {
	color: #b81d2b;
}

body.goi.single-post .goi-blog-recent__item:hover .goi-blog-recent__go,
body.goi.single-post .goi-blog-recent__item:focus-visible .goi-blog-recent__go {
	color: #fff;
	background: #e32636;
}

body.goi.single-post .goi-blog-ask {
	padding: 22px 20px;
	border-radius: 16px;
	background: #1a2233;
	color: #fff;
}

body.goi.single-post .goi-blog-ask__title {
	margin: 0 0 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

body.goi.single-post .goi-blog-ask__title::before {
	content: "";
	display: block;
	width: 28px;
	height: 3px;
	margin-bottom: 10px;
	border-radius: 99px;
	background: #e32636;
}

body.goi.single-post .goi-blog-ask__text {
	margin: 0 0 16px;
	color: #e8ebf0;
	font-size: 14px;
	line-height: 1.6;
}

body.goi.single-post .goi-blog-ask__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 20px;
	border-radius: 999px;
	background: #fff;
	color: #e32636;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
}

body.goi.single-post .goi-blog-ask__btn svg {
	width: 16px;
	height: 16px;
	display: block;
}

body.goi.single-post .goi-blog-ask__btn:hover,
body.goi.single-post .goi-blog-ask__btn:focus-visible {
	color: #fff;
	background: #e32636;
}

@media (max-width: 767px) {
	body.goi.single-post .goi-blog-author {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	body.goi.single-post .goi-blog-author__actions {
		justify-content: center;
	}

	body.goi.single-post .goi-blog-share {
		justify-content: center;
	}

	body.goi.single-post .shop-isle-page-content h1.post-title,
	body.goi.single-post .shop-isle-page-content h1.post-title.entry-title {
		display: none !important;
	}

	body.goi.single-post .shop-isle-page-content .post-entry p,
	body.goi.single-post .shop-isle-page-content .post-entry li,
	body.goi.single-post .shop-isle-page-content .post-entry .wp-block-paragraph {
		font-size: 16px !important;
	}
}
