/* Editorial detail page (cms/editorial_page.twig) — rovnaké pozadie a šírka ako /editorial */
#cms-editorial-detail .news-section-nav {
	margin-bottom: 1.5rem;
}

#cms-editorial-detail .news-detail__title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.625rem, 3vw, 2.25rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
}

#cms-editorial-detail .news-detail__meta {
	margin: 0;
	font-size: 0.875rem;
	color: #64748b;
	line-height: 1.45;
}

#cms-editorial-detail .news-detail__source {
	color: #666;
	font-weight: 600;
	text-decoration: none;
}

#cms-editorial-detail .news-detail__time,
#cms-editorial-detail .news-detail__meta-dot,
#cms-editorial-detail .news-detail__meta-by {
	color: #64748b;
}

#cms-editorial-detail .news-detail__author {
	color: #64748b;
	font-weight: 600;
}

#cms-editorial-detail .editorial-detail__byline {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 1rem 0 0;
}

#cms-editorial-detail .editorial-detail__byline-avatar {
	display: block;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.08);
}

#cms-editorial-detail .editorial-detail__byline-avatar img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#cms-editorial-detail .editorial-detail__byline-kicker {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #64748b;
}

#cms-editorial-detail .editorial-detail__byline-name {
	margin: 0.1rem 0 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

#cms-editorial-detail .editorial-detail__byline-name a {
	color: #1a1a22;
	text-decoration: none;
}

#cms-editorial-detail .editorial-detail__byline-name a:hover {
	text-decoration: underline;
}

#cms-editorial-detail .editorial-detail__byline-name .badge-curator {
	display: inline-flex;
	align-items: center;
	margin-left: 0.4rem;
	padding: 0.1rem 0.45rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #166534;
	background: #ecfdf3;
	border: 1px solid #bbf7d0;
	vertical-align: middle;
}

#cms-editorial-detail .news-detail__artists {
	margin: 0.45rem 0 0;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.45;
}

#cms-editorial-detail .news-detail__artists a {
	color: #1a1a22;
	text-decoration: none;
}

#cms-editorial-detail .news-detail__artists a:hover {
	text-decoration: underline;
}

#cms-editorial-detail .news-detail__engagement {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1.1rem;
	margin-top: 0.85rem;
	font-size: 0.8125rem;
	color: #64748b;
}

#cms-editorial-detail .news-detail__view-link:hover {
	color: #1a1a22;
}

#cms-editorial-detail .news-detail__article {
	margin-bottom: 0;
}

#cms-editorial-detail .news-detail__comment-cta {
	margin-top: 1.5rem;
}

#cms-editorial-detail .editorial-detail__intro-wrap {
	margin-top: 1.25rem;
}

#cms-editorial-detail .editorial-detail__body {
	margin-top: 1.25rem;
}

#cms-editorial-detail .editorial-detail__list {
	margin-top: 1.5rem;
}

#cms-editorial-detail .news-detail__comments,
#cms-editorial-detail #editorial-comments {
	scroll-margin-top: 120px;
}

#cms-editorial-detail .editorial-detail__breadcrumb {
	display: none;
}

.editorial-detail-page {
	--ed-card-border: #e6e6ea;
	--ed-accent: #f5d547;
	--ed-tag-bg: #ede7f6;
	--ed-tag-text: #5b4b8a;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
	padding-bottom: 3rem;
	font-size: 1rem;
	color: #1a1a22;
	background: #fff;
	border-radius: 0;
}

.editorial-detail-page .editorial-detail__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 1.25rem 0.75rem 0;
}

@media (min-width: 768px) {
	.editorial-detail-page .editorial-detail__inner {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.editorial-detail__breadcrumb {
	font-size: 0.8125rem;
	color: #6c6c78;
	margin-bottom: 1.25rem;
}

.editorial-detail__breadcrumb a {
	color: #6c6c78;
	text-decoration: none;
}

.editorial-detail__breadcrumb a:hover {
	text-decoration: underline;
}

.editorial-detail__breadcrumb-sep {
	margin: 0 0.35rem;
	opacity: 0.7;
}

.editorial-detail__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: #fff;
	background: #111;
	border: 1px solid #111;
	border-radius: 0;
	padding: 0.25rem 0.75rem;
	margin-bottom: 0.75rem;
}

.editorial-detail__badge i {
	font-size: 0.75rem;
	opacity: 0.85;
}

.editorial-detail__title {
	font-size: clamp(1.75rem, 4vw, 2.35rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.02em;
	margin: 0 0 1rem;
	color: #111;
}

.editorial-detail__meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.5rem;
	font-size: 0.875rem;
	color: #555;
	margin-bottom: 1.75rem;
}

.editorial-detail__meta-row span {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	white-space: nowrap;
}

.editorial-detail__meta-row i {
	color: #888;
	width: 1em;
	text-align: center;
}

.editorial-detail__intro-wrap {
	display: flex;
	gap: 1rem;
	margin-bottom: 2rem;
	align-items: stretch;
}

.editorial-detail__intro-accent {
	width: 4px;
	border-radius: 0;
	background: var(--ed-accent);
	flex-shrink: 0;
}

.editorial-detail__intro {
	font-size: 1.05rem;
	line-height: 1.65;
	color: #333;
}

.editorial-detail__intro p:last-child {
	margin-bottom: 0;
}

.editorial-detail__body {
	font-size: 1rem;
	line-height: 1.65;
	color: #333;
	margin-bottom: 2rem;
}

.editorial-detail__body h2,
.editorial-detail__body .h4 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}

.editorial-detail__list {
	border-top: 1px solid #e8e8ed;
	margin-bottom: 2rem;
}

.editorial-detail__row {
	display: grid;
	grid-template-columns: 2.25rem 4.5rem minmax(0, 1fr) auto;
	gap: 1rem 1rem;
	align-items: center;
	padding: 1.1rem 0;
	border-bottom: 1px solid #e8e8ed;
}

@media (max-width: 576px) {
	.editorial-detail__row {
		grid-template-columns: 1.75rem 3.75rem minmax(0, 1fr);
		grid-template-rows: auto auto;
	}

	.editorial-detail__row .editorial-detail__score {
		grid-column: 2 / -1;
		justify-self: start;
	}
}

.editorial-detail__rank {
	font-size: 1.125rem;
	font-weight: 700;
	color: #999;
	text-align: right;
}

.editorial-detail__cover {
	display: block;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 0;
	overflow: hidden;
	flex-shrink: 0;
	text-decoration: none;
}

.editorial-detail__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.editorial-detail__ph {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: 800;
	font-size: 0.95rem;
	color: #3d3d45;
	letter-spacing: -0.02em;
}

.editorial-detail__ph--0 {
	background: #fde4e4;
}
.editorial-detail__ph--1 {
	background: #e4f0fd;
}
.editorial-detail__ph--2 {
	background: #e8f8e8;
}
.editorial-detail__ph--3 {
	background: #fff5d6;
}
.editorial-detail__ph--4 {
	background: #f0e8ff;
}
.editorial-detail__ph--5 {
	background: #e8f4f2;
}

.editorial-detail__info {
	min-width: 0;
}

.editorial-detail__info a {
	text-decoration: none;
	color: inherit;
}

.editorial-detail__info a:hover .editorial-detail__album-title {
	text-decoration: underline;
}

.editorial-detail__artist {
	display: block;
	font-weight: 400;
	font-size: 0.95rem;
	color: #333;
	margin-bottom: 0.15rem;
}

.editorial-detail__album-title {
	display: block;
	font-weight: 700;
	font-size: 1.05rem;
	color: #111;
}

.editorial-detail__meta-line {
	margin: 0.35rem 0 0;
	font-size: 0.8125rem;
	color: #888;
}

.editorial-detail__score {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	padding: 0.25rem 0.6rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: #333;
	background: #f0f0f3;
	border: 1px solid #dcdce0;
	border-radius: 0;
}

.editorial-detail__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 2.5rem;
}

.editorial-detail__tag {
	display: inline-block;
	padding: 0.35rem 0.85rem;
	font-size: 0.8125rem;
	font-weight: 500;
	color: var(--ed-tag-text);
	background: var(--ed-tag-bg);
	border: 1px solid var(--ed-card-border);
	border-radius: 0;
	text-decoration: none;
	cursor: default;
}

/* Sidebar zjednotený s news detailom (rovnaké karty a ghost akcie) */
#cms-editorial-detail .news-detail__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	margin-bottom: 1rem;
	font-size: 0.875rem;
	color: #64748b;
}

#cms-editorial-detail .news-detail__breadcrumb a {
	color: #64748b;
	text-decoration: none;
}

#cms-editorial-detail .news-detail__breadcrumb a:hover {
	color: #0f172a;
	text-decoration: underline;
}

#cms-editorial-detail .news-detail__breadcrumb-sep {
	color: #94a3b8;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__layout.mp3-grid {
	margin-top: 0;
	row-gap: 16px;
	align-items: start;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__sidebar .mp3-card {
	background: #fff;
	border: 1px solid #e8e9f0;
	box-shadow: 0 8px 28px rgba(24, 20, 40, 0.06);
	padding: 18px 18px 16px;
	margin: 0;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__sidebar-actions.mp3-card {
	padding: 12px;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__sidebar .mp3-card__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e8e9f0;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__sidebar .mp3-card__head h2 {
	margin: 0;
	font-size: 15px !important;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #1a1a22;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__sidebar .mp3-sidebar-actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__sidebar .mp3-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	min-height: 48px;
	padding: 10px 12px;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__sidebar .mp3-btn--ghost {
	background: #fcfcff;
	border: 1px solid #e8e9f0;
	color: #1a1a22;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__sidebar .mp3-btn--ghost:hover {
	background: #fcfcff;
	border-color: #d8dbe6;
	color: #1a1a22;
	transform: translateY(-1px);
	text-decoration: none;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__sidebar .mp3-btn__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 22px;
	color: #000;
	font-size: 18px;
	background: transparent;
	box-shadow: none;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__sidebar .mp3-btn__label {
	flex: 1;
	min-width: 0;
	text-align: left;
	line-height: 1.35;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__sidebar .mp3-btn__chevron {
	flex-shrink: 0;
	font-size: 12px;
	color: #9aa0b0;
	transition: transform 0.15s ease, color 0.15s ease;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__sidebar .mp3-btn--ghost:hover .mp3-btn__chevron {
	color: var(--mp3-accent, #46A4D7);
	transform: translateX(2px);
}

#cms-editorial-detail.manu-profile-v3 .news-detail__meta-list {
	margin: 0;
	padding: 0;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__meta-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #eef0f5;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__meta-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__meta-item:first-child {
	padding-top: 0;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__meta-item dt {
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: #5c5f6e;
	flex: 0 0 auto;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__meta-item dd {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #1a1a22;
	text-align: right;
}

.editorial-detail__list-foot {
	margin-top: -1rem;
	margin-bottom: 2rem;
	font-size: 0.9rem;
}

.editorial-detail__list-foot a {
	color: #5b4b8a;
	font-weight: 600;
}

.editorial-detail__related-title {
	font-size: 0.85rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #111;
	margin: 0 0 1rem;
}

.editorial-detail__related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}

@media (max-width: 991px) {
	.editorial-detail__related-grid {
		grid-template-columns: 1fr;
	}
}

.editorial-detail__related-card {
	display: block;
	padding: 1.1rem 1.2rem;
	border: 1px solid var(--ed-card-border);
	border-radius: 0;
	background: #fff;
	text-decoration: none;
	color: inherit;
	transition: box-shadow 0.15s, border-color 0.15s;
}

.editorial-detail__related-card:hover {
	border-color: #cfcfd6;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.editorial-detail__related-card h3 {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 0.65rem;
	line-height: 1.35;
	color: #111;
}

.editorial-detail__related-meta {
	font-size: 0.8125rem;
	color: #777;
	margin: 0;
}

#cms-editorial-detail .news-section-nav {
	margin-bottom: 1.25rem;
}

#cms-editorial-detail .news-detail__engagement,
#cms-editorial-detail .editorial-detail__engagement {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem 1.1rem;
	margin: 0.85rem 0 1.25rem;
	font-size: 0.875rem;
	color: #6b6b76;
}

#cms-editorial-detail .news-detail__like-btn,
#cms-editorial-detail .news-detail__stat-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	border: 0;
	background: transparent;
	padding: 0;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	font: inherit;
}

#cms-editorial-detail .news-detail__like-btn.is-active,
#cms-editorial-detail .news-detail__like-btn.is-active i {
	color: #e74c3c;
}

#cms-editorial-detail .news-detail__like-btn:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

#cms-editorial-detail .news-detail__stat-link:hover {
	color: #1a1a22;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .blog_comments.mp3-comments {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid #e8e9f0;
}

#cms-editorial-detail.manu-profile-v3 .mp3-news-login-cta {
	margin-top: 16px;
}

/* Komentáre — rovnaký štýl ako #cms-news-detail (novinky) */
#cms-editorial-detail .news-detail__comments {
	margin-top: 0;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__comment-cta {
	margin-top: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid #e8e9f0;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__comment-cta .mp3-btn--ghost {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 40px;
	padding: 8px 14px;
	background: #fcfcff;
	border: 1px solid #e8e9f0;
	border-radius: 0;
	color: #1a1a22;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

#cms-editorial-detail.manu-profile-v3 .news-detail__comment-cta .mp3-btn--ghost:hover {
	border-color: #d8dbe6;
	color: #1a1a22;
	text-decoration: none;
	transform: translateY(-1px);
}

#cms-editorial-detail.manu-profile-v3 .news-detail__comment-cta .mp3-btn__icon {
	color: #000;
	font-size: 15px;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments {
	background: #fff;
	border: 1px solid #e8e9f0;
	box-shadow: 0 8px 28px rgba(24, 20, 40, 0.06);
	padding: 20px 20px 24px;
	margin-top: 16px;
	overflow: visible;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-card__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e8e9f0;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-card__head h2 {
	margin: 0;
	font-size: 18px !important;
	font-weight: 600;
	color: #1a1a22;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .blog_comments ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comments > ol > li {
	margin-bottom: 14px;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comments > ol > li:last-child {
	margin-bottom: 0;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .ms_comment_section {
	position: relative;
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin: 0;
	min-height: unset;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid #e8e9f0;
	border-radius: 0;
	color: #1a1a22;
	box-shadow: none;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__avatar,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_img {
	position: static;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	top: auto;
	left: auto;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__avatar img,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_img img {
	width: 40px;
	height: 40px;
	border-radius: 0;
	object-fit: cover;
	display: block;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__body,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_info {
	flex: 1;
	min-width: 0;
	padding-left: 0;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__head,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 10px;
	margin-bottom: 6px;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__head::after,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_info::after,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_head::after {
	display: none;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__author,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_head h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	color: #1a1a22;
	text-transform: none;
	display: inline;
	float: none;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__author > a {
	color: #1a1a22;
	text-decoration: none;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__author > a:hover {
	color: #1a1a22;
	text-decoration: underline;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__author .user-badges .badge {
	color: #475569;
	background: #f1f5f9;
	border: 1px solid #e2e8f0;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__date,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_head p {
	margin: 0;
	float: none;
	font-size: 12px;
	color: #5c5f6e;
	display: inline;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__text,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_info > p {
	font-size: 14px;
	line-height: 1.55;
	color: #333;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__text p:last-child {
	margin-bottom: 0;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__actions,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
	margin-top: 10px;
	float: none;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__likes {
	font-size: 12px;
	font-weight: 600;
	color: #5c5f6e;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__actions a,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_actions a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 12px;
	font-weight: 600;
	color: #46A4D7;
	text-decoration: none;
	text-transform: none;
	float: none;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__actions a:hover,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_actions a:hover {
	color: #3b96c7;
	text-decoration: none;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__actions .comment_like.is-liked,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment__actions .comment_like.is-liked i {
	color: #e04545;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comments__replies {
	list-style: none;
	margin: 10px 0 0 20px;
	padding: 0 0 0 16px;
	border-left: 2px solid #e8e9f0;
	position: relative;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comments__replies > li {
	position: relative;
	margin-bottom: 10px;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comments__replies > li:last-child {
	margin-bottom: 0;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment--reply {
	background: #f8f9fc;
	border-left: 3px solid #46A4D7;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment--reply .mp3-comment__avatar,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment--reply .comment_img {
	width: 34px;
	height: 34px;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment--reply .mp3-comment__avatar img,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment--reply .comment_img img {
	width: 34px;
	height: 34px;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .blog_comments_forms {
	margin-top: 20px;
	padding: 20px 0 4px;
	border-top: 1px solid #e8e9f0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .blog_comments_forms h2 {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 600;
	color: #1a1a22;
	text-transform: none;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_input_wrapper {
	margin-bottom: 16px;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_input_wrapper input.cmnt_field,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_input_wrapper textarea.cmnt_field,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_input_wrapper textarea#comment {
	width: 100%;
	padding: 10px 12px;
	background: #fff;
	border: 1px solid #e8e9f0;
	border-bottom: 1px solid #e8e9f0;
	border-radius: 0;
	font-size: 14px;
	color: #1a1a22;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_input_wrapper input.cmnt_field:focus,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_input_wrapper textarea.cmnt_field:focus,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment_input_wrapper textarea#comment:focus {
	outline: none;
	border-color: #46A4D7;
	box-shadow: 0 0 0 2px rgba(70, 164, 215, 0.15);
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment-form .note-editor.note-frame {
	border: 1px solid #e8e9f0;
	border-radius: 0;
	box-shadow: none;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment-form .note-editable {
	background: #fff;
	color: #1a1a22;
	min-height: 120px;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment-form .mp3-comment-form__submit,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment-form-submit {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: visible;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment-form .mp3-comment-form__submit input[type="submit"].mp3-btn--primary,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment-form-submit input#comment-submit {
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 132px;
	min-height: 44px;
	height: auto;
	line-height: 1.2;
	padding: 11px 22px;
	background: #65b24c;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	overflow: visible;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment-form .mp3-comment-form__submit input[type="submit"].mp3-btn--primary:hover,
#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .comment-form-submit input#comment-submit:hover {
	background: #5aa344;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment-form .row > [class*="col-"]:last-child {
	margin-bottom: 0;
}

#cms-editorial-detail.manu-profile-v3 .mp3-card--comments .mp3-comment-form #alert .alert {
	margin-bottom: 12px;
	font-size: 14px;
}
