/* Listing actions (Like/Share/Report) alignment */
.project-head-details .head-left .info-right,
.felan-jobs-header-top .felan-header-right {
	display: flex;
	align-items: center;
	gap: 12px;
}

.project-head-details .head-left .info-right > .toggle-social,
.felan-jobs-header-top .felan-header-right > .toggle-social,
.project-head-details .head-left .info-right > .logged-out,
.felan-jobs-header-top .felan-header-right > .logged-out {
	display: flex;
	align-items: center;
	margin: 0 !important;
}

.project-head-details .head-left .info-right .toggle-social,
.felan-jobs-header-top .felan-header-right .toggle-social {
	margin: 0 !important;
}

.project-head-details .head-left .info-right .btn-share,
.project-head-details .head-left .info-right .btn-add-to-wishlist,
.project-head-details .head-left .info-right .btn-report-listing,
.felan-jobs-header-top .felan-header-right .btn-share,
.felan-jobs-header-top .felan-header-right .btn-add-to-wishlist,
.felan-jobs-header-top .felan-header-right .btn-report-listing {
	width: 42px;
	height: 42px;
	padding: 0;
	margin: 0 !important;
	border-radius: 999px;
	border: 1px solid #e6e6e6;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	transition: all 0.2s ease;
}

.project-head-details .head-left .info-right .btn-add-to-wishlist .icon-heart,
.felan-jobs-header-top .felan-header-right .btn-add-to-wishlist .icon-heart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.project-head-details .head-left .info-right .btn-add-to-wishlist i,
.project-head-details .head-left .info-right .btn-share i,
.project-head-details .head-left .info-right .btn-report-listing i,
.felan-jobs-header-top .felan-header-right .btn-add-to-wishlist i,
.felan-jobs-header-top .felan-header-right .btn-share i,
.felan-jobs-header-top .felan-header-right .btn-report-listing i {
	margin: 0 !important;
	font-size: 18px;
}

.project-head-details .head-left .info-right .btn-report-listing,
.felan-jobs-header-top .felan-header-right .btn-report-listing {
	color: #171717;
}

.project-head-details .head-left .info-right .btn-report-listing:hover,
.project-head-details .head-left .info-right .btn-report-listing:focus,
.felan-jobs-header-top .felan-header-right .btn-report-listing:hover,
.felan-jobs-header-top .felan-header-right .btn-report-listing:focus {
	color: #b42318;
	border-color: #f4c7c4;
	background: #fff4f4;
}

/* Freelancer profile actions (Like/Share/Report) */
body.single-freelancer .furkan-like-and-share-container {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 12px !important;
	flex-wrap: wrap;
	padding: 10px 0 !important;
}

body.single-freelancer .furkan-like-and-share-container > .toggle-social,
body.single-freelancer .furkan-like-and-share-container > .logged-out {
	display: flex;
	align-items: center;
	margin: 0 !important;
}

body.single-freelancer .furkan-like-and-share-container .toggle-social {
	margin: 0 !important;
}

body.single-freelancer .furkan-like-and-share-container .add-follow-freelancer,
body.single-freelancer .furkan-like-and-share-container .btn-share,
body.single-freelancer .furkan-like-and-share-container .btn-report-listing {
	width: 42px;
	height: 42px;
	padding: 0;
	margin: 0 !important;
	border-radius: 999px;
	border: 1px solid #e6e6e6;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

body.single-freelancer .furkan-like-and-share-container .add-follow-freelancer .text-icon {
	display: none;
}

body.single-freelancer .furkan-like-and-share-container .add-follow-freelancer .icon-plus {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

body.single-freelancer .furkan-like-and-share-container .btn-share {
	font-size: 0;
}

body.single-freelancer .furkan-like-and-share-container .add-follow-freelancer i,
body.single-freelancer .furkan-like-and-share-container .btn-share i,
body.single-freelancer .furkan-like-and-share-container .btn-report-listing i {
	margin: 0 !important;
	font-size: 18px;
}

body.single-freelancer .furkan-like-and-share-container .btn-report-listing {
	color: #171717;
}

body.single-freelancer .furkan-like-and-share-container .btn-report-listing:hover,
body.single-freelancer .furkan-like-and-share-container .btn-report-listing:focus {
	color: #b42318;
	border-color: #f4c7c4;
	background: #fff4f4;
}

.felan-listing-report-open {
	overflow: hidden;
}

.felan-listing-report-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 99999;
	padding: 20px;
	align-items: center;
	justify-content: center;
}

.felan-listing-report-modal.is-visible {
	display: flex;
}

.felan-listing-report-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.felan-listing-report-modal__dialog {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 540px;
	background: #fff;
	border-radius: 14px;
	padding: 22px;
	box-shadow: 0 20px 40px rgba(17, 17, 17, 0.2);
}

.felan-listing-report-modal__title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	color: #111;
}

.felan-listing-report-modal__text {
	margin: 10px 0 12px;
	color: #525252;
}

.felan-listing-report-modal__textarea {
	width: 100%;
	min-height: 130px;
	padding: 12px;
	border: 1px solid #d4d4d8;
	border-radius: 10px;
	resize: vertical;
	color: #111;
}

.felan-listing-report-modal__textarea:focus {
	outline: none;
	border-color: #171717;
}

.felan-listing-report-modal__status {
	min-height: 24px;
	margin: 10px 0 0;
	font-size: 14px;
	color: #166534;
}

.felan-listing-report-modal__status.is-error {
	color: #b42318;
}

.felan-listing-report-modal__actions {
	margin-top: 12px;
	display: flex;
	justify-content: flex-end;
	gap: 10px;
}

.felan-listing-report-cancel,
.felan-listing-report-submit {
	border: 0;
	border-radius: 10px;
	padding: 10px 16px;
	font-weight: 600;
	cursor: pointer;
}

.felan-listing-report-cancel {
	background: #f4f4f5;
	color: #111;
}

.felan-listing-report-submit {
	background: #171717;
	color: #fff;
}

.felan-listing-report-submit:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

@media (max-width: 767px) {
	.project-head-details .head-left .info {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.project-head-details .head-left .info-left,
	.felan-jobs-header-top .felan-header-left {
		width: 100%;
		min-width: 0;
	}

	.project-head-details .head-left .info-left h1,
	.felan-jobs-header-top .felan-header-left .title-wapper h1 {
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.project-head-details .head-left .info-right {
		width: 100%;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 2px;
	}

	.felan-jobs-header-top {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.felan-jobs-header-top .felan-header-left {
		margin-right: 0;
	}

	.felan-jobs-header-top .felan-header-left .info,
	.felan-jobs-header-top .felan-header-left .title-wapper,
	.felan-jobs-header-top .felan-header-left .author-wrapper {
		width: 100%;
	}

	.felan-jobs-header-top .felan-header-right {
		display: flex !important;
		width: 100%;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 2px;
	}

	.felan-jobs-header-top .felan-header-right .toggle-social {
		padding: 0 !important;
	}

	.btn-report-listing {
		padding: 10px;
		width: 42px;
		height: 42px;
	}

	.felan-listing-report-modal {
		padding: 14px;
	}
}
