/* =========================================================
   Single "Indicator" (ycm_indicator) template.
   ========================================================= */

.ycm-single {
	background-color: #fff;
	padding: 28px 0 0;
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

/* --- Breadcrumb --- */
.ycm-single__crumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #6b7280;
	margin-bottom: 20px;
}

.ycm-single__crumb-home {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #6b7280;
	text-decoration: none;
}

.ycm-single__crumb-current {
	color: #111827;
	text-decoration: none;
}

.ycm-single__crumb a:hover {
	color: #2f6bff;
}

/* --- Featured image --- */
.ycm-single__hero {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 28px;
	background-color: #0a0a0a;
}

.ycm-single__hero-img {
	display: block;
	width: 100%;
	height: auto;
}

/* --- Two-column layout --- */
.ycm-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 48px;
	align-items: start;
	margin-bottom: 60px;
}

.ycm-single__main {
	min-width: 0;
}

/* --- Meta row --- */
.ycm-single__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	color: #6b7280;
	font-size: 15px;
	margin-bottom: 16px;
}

.ycm-single__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.ycm-single__meta-item svg {
	color: #2f6bff;
	flex: 0 0 auto;
}

/* --- Title --- */
.ycm-single__title {
	font-size: 40px;
	line-height: 1.15;
	font-weight: 800;
	color: #111827;
	margin: 0 0 22px;
}

/* --- Byline + share --- */
.ycm-single__byline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.ycm-single__author {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ycm-single__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.ycm-single__author-name {
	font-weight: 700;
	color: #111827;
}

.ycm-single__share {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.ycm-single__share-btn {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: none;
	cursor: pointer;
	text-decoration: none;
	transition: opacity 0.2s ease, transform 0.15s ease;
}

.ycm-single__share-btn:hover {
	opacity: 0.9;
	transform: translateY(-1px);
	color: #fff;
}

.ycm-single__share-btn--whatsapp  { background-color: #25d366; }
.ycm-single__share-btn--facebook  { background-color: #1877f2; }
.ycm-single__share-btn--twitter   { background-color: #1da1f2; }
.ycm-single__share-btn--linkedin  { background-color: #0a66c2; }
.ycm-single__share-btn--pinterest { background-color: #e60023; }
.ycm-single__share-btn--copy      { background-color: #e5e7eb; color: #6b7280; }
.ycm-single__share-btn--copy:hover { color: #374151; }
.ycm-single__share-btn--copy.is-copied { background-color: #22c55e; color: #fff; }

/* --- Content --- */
.ycm-single__content {
	color: #374151;
	font-size: 16px;
	line-height: 1.75;
}

.ycm-single__content > *:first-child { margin-top: 0; }

.ycm-single__content h2,
.ycm-single__content h3 {
	color: #111827;
	font-weight: 800;
	line-height: 1.2;
}

.ycm-single__content h2 { font-size: 26px; margin: 34px 0 14px; }
.ycm-single__content h3 { font-size: 21px; margin: 28px 0 12px; }

.ycm-single__content p { margin: 0 0 18px; }

.ycm-single__content img {
	max-width: 100%;
	height: auto;
	border-radius: 14px;
	margin: 22px 0;
}

.ycm-single__content hr {
	border: none;
	border-top: 1px solid #e5e7eb;
	margin: 34px 0;
}

.ycm-single__content a { color: #2f6bff; }

/* --- Comments --- */
.ycm-single__comments {
	margin-top: 46px;
	border-top: 1px solid #e5e7eb;
	padding-top: 34px;
}

.ycm-single__comments-title {
	font-size: 24px;
	font-weight: 800;
	color: #111827;
	margin: 0 0 22px;
}

.ycm-comment-form {
	margin-bottom: 10px;
}

.comment-form-comment { margin: 0; }

.ycm-single__comment-field {
	width: 100%;
	min-height: 130px;
	background-color: #eef2ff;
	border: 1px solid #e3e8f7;
	border-radius: 14px;
	padding: 18px 20px;
	font: inherit;
	font-size: 15px;
	color: #374151;
	box-sizing: border-box;
	resize: vertical;
}

.ycm-single__comment-field::placeholder { color: #9aa3b2; }

.ycm-comment-form .form-submit {
	text-align: right;
	margin: 18px 0 0;
}

.ycm-single__post-btn,
.ycm-comment-form #submit {
	background-color: #2f6bff;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 13px 34px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.ycm-single__post-btn:hover,
.ycm-comment-form #submit:hover {
	background-color: #1f57e6;
}

/* Author/email fields (shown to logged-out visitors) */
.ycm-comment-form .comment-form-author,
.ycm-comment-form .comment-form-email,
.ycm-comment-form .comment-form-url {
	margin: 14px 0 0;
}

.ycm-comment-form .comment-form-author input,
.ycm-comment-form .comment-form-email input,
.ycm-comment-form .comment-form-url input {
	width: 100%;
	max-width: 360px;
	padding: 11px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	font: inherit;
}

/* Comment list */
.ycm-comment-list {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

.ycm-comment-list .children {
	list-style: none;
	margin: 0 0 0 40px;
	padding: 0;
}

.ycm-comment {
	padding: 26px 0;
	border-top: 1px solid #eef2f7;
}

.ycm-comment__head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.ycm-comment__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	flex: 0 0 auto;
}

.ycm-comment__meta {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
}

.ycm-comment__name {
	font-weight: 700;
	color: #111827;
}

.ycm-comment__time {
	font-size: 13px;
	color: #9ca3af;
}

.ycm-comment__text {
	color: #4b5563;
	font-size: 15px;
	line-height: 1.75;
}

.ycm-comment__text p { margin: 0 0 12px; }
.ycm-comment__text p:last-child { margin-bottom: 0; }

.ycm-comment__reply {
	margin-top: 10px;
	font-size: 14px;
}

.ycm-comment__reply a { color: #2f6bff; text-decoration: none; }

/* Override Hello Elementor parent comment styles (ID-level specificity). */
#comments .ycm-comment {
	position: relative;
	padding: 26px 0;
	border-top: 1px solid #eef2f7;
}

#comments .ycm-comment .ycm-comment__avatar {
	position: static;
	left: auto;
	float: none;
	margin: 0;
	width: 40px;
	height: 40px;
}

#comments .ycm-comment .comment-body {
	padding: 0;
	border: none;
	display: block;
}

/* --- Sidebar --- */
.ycm-single__sidebar {
	min-width: 0;
}

.ycm-single__widget {
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	padding: 24px;
	background-color: #fff;
}

.ycm-single__widget-title {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #111827;
	margin: 0 0 18px;
}

.ycm-single__search-form {
	position: relative;
	display: flex;
}

.ycm-single__search-input {
	width: 100%;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 12px 44px 12px 14px;
	font: inherit;
	font-size: 15px;
	color: #374151;
	box-sizing: border-box;
}

.ycm-single__search-submit {
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: #6b7280;
	cursor: pointer;
	padding: 8px;
	display: inline-flex;
}

/* --- Reviews section (full-width band below the article) --- */
.ycm-single__reviews {
	background-color: #eff3ff;
	padding: 82px 0 110px;
}

.ycm-reviews__pill {
	display: inline-block;
	background-color: #ffe5a4;
	color: #3f3312;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	padding: 9px 18px;
	border-radius: 999px;
}

.ycm-reviews__title {
	font-size: 52px;
	line-height: 1.1;
	font-weight: 800;
	color: #111827;
	margin: 22px 0 14px;
}

.ycm-reviews__sub {
	font-size: 16px;
	line-height: 1.6;
	color: #374151;
	margin: 0;
}

.ycm-reviews__empty {
	padding: 96px 0 40px;
}

.ycm-reviews__empty p {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	font-size: 44px;
	line-height: 1.28;
	font-weight: 400;
	color: #1f2937;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
	.ycm-single__layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.ycm-single__title { font-size: 32px; }
	.ycm-reviews__title { font-size: 40px; }
	.ycm-reviews__empty p { font-size: 34px; }
	.ycm-reviews__empty { padding: 64px 0 24px; }
}

@media (max-width: 560px) {
	.ycm-single__reviews { padding: 56px 0 72px; }
	.ycm-reviews__title { font-size: 30px; }
	.ycm-reviews__empty p { font-size: 26px; }
}

@media (max-width: 560px) {
	.ycm-single__title { font-size: 26px; }
	.ycm-single__byline { align-items: flex-start; }
}
