.gk-post-action-wrap{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
	margin:16px 0 22px;
	padding:18px 22px;
	background:linear-gradient(180deg,#fff9f7 0%,#fff4ef 100%);
	border:1px solid #ffd9cc;
	border-left:4px solid #ff6b4a;
	border-radius:18px;
	box-shadow:0 10px 24px rgba(255,107,74,.08);
	position:relative;
	overflow:hidden;
}

.gk-post-action-wrap:before{
	content:'';
	position:absolute;
	right:-40px;
	top:-40px;
	width:120px;
	height:120px;
	background:radial-gradient(circle, rgba(255,107,74,.10) 0%, rgba(255,107,74,0) 70%);
	pointer-events:none;
}

.gk-post-action-left{
	display:flex;
	align-items:center;
	min-width:0;
	flex:1;
	position:relative;
	z-index:2;
}

.gk-post-action-icon{
	width:42px;
	height:42px;
	min-width:42px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-right:14px;
	background:linear-gradient(180deg,#ff7f61 0%,#ff6243 100%);
	box-shadow:0 6px 16px rgba(255,98,67,.25);
}

.gk-post-action-icon i{
	color:#fff;
	font-size:18px;
	line-height:1;
}

.gk-post-action-text{
	min-width:0;
}

.gk-post-action-title{
	font-size:17px;
	font-weight:700;
	color:#2f2f2f;
	line-height:1.35;
	margin:0 0 4px;
}

.gk-post-action-title strong{
	color:#ff5a3c;
	font-weight:700;
}

.gk-post-action-desc{
	font-size:13px;
	color:#7b6f69;
	line-height:1.6;
	margin:0;
}

.gk-post-action-box{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	position:relative;
	z-index:2;
}


.gk-post-action-box .article-act{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	gap:12px;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	background:none !important;
	box-shadow:none !important;
}


.gk-post-action-box .article-act ul{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	flex-wrap:wrap;
	gap:12px;
	margin:0;
	padding:0;
	list-style:none;
}

.gk-post-action-box .article-act li{
	margin:0;
	padding:0;
	list-style:none;
}


.gk-post-action-box .article-act a,
.gk-post-action-box .article-act button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:6px;
	min-width:56px;
	min-height:56px;
	padding:0 16px;
	border-radius:999px;
	background:#fff;
	border:1px solid #ffd6cb;
	color:#6a615d;
	font-size:14px;
	font-weight:600;
	line-height:56px;
	text-decoration:none;
	box-shadow:0 6px 14px rgba(255,107,74,.08);
	transition:all .2s ease;
}

.gk-post-action-box .article-act a:hover,
.gk-post-action-box .article-act button:hover{
	transform:translateY(-2px);
	background:#fff5f2;
	border-color:#ffb7a5;
	color:#ff5a3c;
	box-shadow:0 10px 22px rgba(255,107,74,.16);
}

.gk-post-action-box .article-act i{
	font-size:18px;
	color:#ff6b4a;
}


.gk-post-action-box .article-act span,
.gk-post-action-box .article-act em{
	font-style:normal;
	font-size:14px;
	font-weight:600;
	color:#8a5d50;
	white-space:nowrap;
}


.gk-post-action-box .article-act .act-item,
.gk-post-action-box .article-act .item{
	border-radius:999px;
}


@media screen and (max-width: 768px){
	.gk-post-action-wrap{
		display:block;
		padding:16px;
		border-radius:16px;
		margin:12px 0 18px;
	}

	.gk-post-action-left{
		margin-bottom:14px;
		align-items:flex-start;
	}

	.gk-post-action-icon{
		width:38px;
		height:38px;
		min-width:38px;
		margin-right:12px;
	}

	.gk-post-action-title{
		font-size:15px;
	}

	.gk-post-action-desc{
		font-size:12px;
	}

	.gk-post-action-box{
		justify-content:flex-start;
	}

	.gk-post-action-box .article-act,
	.gk-post-action-box .article-act ul{
		justify-content:flex-start;
		gap:10px;
	}

	.gk-post-action-box .article-act a,
	.gk-post-action-box .article-act button{
		min-width:50px;
		min-height:50px;
		line-height:50px;
		padding:0 14px;
		font-size:13px;
	}
}
#wpd-bubble-wrapper{display:none!important}

@media screen and (min-width:1025px){
body.single .article-header-box{padding-left:445px!important}
body.single .header-box-img{width:400px!important;height:auto!important;min-height:260px;margin-left:-425px!important}
body.single .header-box-img img{display:block;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important}
}
@media screen and (min-width:769px) and (max-width:1024px){
body.single .article-header-box{padding-left:380px!important}
body.single .header-box-img{width:340px!important;height:auto!important;min-height:220px;margin-left:-360px!important}
body.single .header-box-img img{display:block;width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important}
}
