.like, .liked { 
	float: right;
	width: 16px;
	height: 16px;
	margin-left: 1px;
	margin-bottom: -3px;
	background-size: 16px 16px;
}

.button .like, .button .liked {
	float: none;
}

.like_info, .liked_info {
	float: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	vertical-align: -2px;
}
	
.like {
	position:relative;
}
.like:hover:before{
	color: #ff726c;
}
.like:before{
	font-family: inherit;
	content: "\2665";
	color: #ff0000;
}

.button .like:before, .button .liked:before {
	font-size: 1em;
	padding-right: 3px;
}

.liked {
	position:relative;
}
.liked:hover:before{
	color: #ff726c;
}
.liked:before{
	font-family: inherit;
	content: "\2661";
	color: #ff0000;
	font-weight: bold;
}

.like_info {
	position:relative;
}
.like_info:before {
	font-family: inherit;
	content: "\2665";
	color: #ff0000;
}
.liked_info {
	position:relative;
}
.liked_info:before {
	font-family: inherit;
	content: "\2661";
	color: #ff0000;
	font-weight: bold;
}

.postlove-count {
    color: #222222 !important;
}

.post.has-profile {
	position: relative;
	padding-bottom: 64px;
}

.postbody [id^="post_content"] {
	position: static;
	padding-bottom: 0;
}

.kku-postlove-bar {
	position: absolute;
	right: 24px;
	bottom: 20px;
	display: flex;
	justify-content: flex-end;
	width: auto;
	clear: none;
	margin-top: 0;
	z-index: 2;
}

.kku-postlove-button {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 30px;
	padding: 5px 9px;
	border: 1px solid #e5e7eb;
	border-radius: 7px;
	background: #ffffff;
	color: #0f172a;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
	transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.kku-postlove-button:hover {
	border-color: #cbd5e1;
	background: #f8fafc;
	color: #0f172a;
	box-shadow: none;
	text-decoration: none;
}

.kku-postlove-button-disabled {
	cursor: not-allowed;
	opacity: .62;
	box-shadow: none;
}

.kku-postlove-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	color: #ef4444;
	font-size: 15px;
	line-height: 1;
}

.kku-postlove-icon.like::before {
	content: "\2661";
}

.kku-postlove-icon.liked::before {
	content: "\2665";
}

.kku-postlove-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	background: #eff6ff;
	color: #2563eb !important;
	font-size: 11px;
	font-weight: 800;
}

@media (max-width: 768px) {
	.post.has-profile {
		padding-bottom: 60px;
	}

	.kku-postlove-bar {
		right: 16px;
		bottom: 16px;
	}
}
/* keep postlove button out of responsive dropdown menu */
.post-buttons .postlove-li {
    display: inline-block;
    float: right;
}

.dropdown-contents .postlove-li {
    display: none;
}

/* MODALS */
.modal {
  display: none;
  width: 95%;
  height: 80%;
  background: #fff;
  padding-right: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .inner {
	width: 100%;
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  z-index: 999;
  background: url(./images/close.png) no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(./images/spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.postprofile dd.profile-custom-field,
.postprofile .profile-custom-field {
	width: 100%;
	margin-inline-start: 0;
	text-align: center;
}

.postprofile .profile-contact {
	justify-content: center;
	text-align: center;
}
.kku-profile-center-fix,
.kku-profile-center-fix .author,
.kku-profile-center-fix .rank-img,
.kku-profile-center-fix .rank-title,
.kku-profile-center-fix dd,
.kku-profile-center-fix dt {
	text-align: center;
}

.kku-profile-center-fix .author {
	display: block;
	width: 100%;
}

.kku-profile-center-fix .rank-img,
.kku-profile-center-fix .rank-title {
	margin-left: auto;
	margin-right: auto;
}

.article-content {
	line-height: 1.7;
}

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