/* כפתור נגן באתר הראשי */
.cmp-music-button {
	margin: 1rem 0;
}

/* עקיפת סגנונות גלובליים של תבנית WP (button / .site .button וכו') */
.cmp-music-button button.cmp-play-btn,
button.cmp-play-btn.has-background {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.55rem 1.1rem;
	margin: 0;
	border: none;
	border-radius: 40px;
	cursor: pointer;
	font: inherit;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	background: #cb1e53 !important;
	background-color: #cb1e53 !important;
	background-image: none;
	box-shadow: none;
	transition: transform 0.15s ease, filter 0.15s ease;
}

.cmp-music-button button.cmp-play-btn:not(:hover):not(:active),
button.cmp-play-btn.has-background:not(:hover):not(:active) {
	background-color: #cb1e53 !important;
}

.cmp-music-button button.cmp-play-btn:hover,
button.cmp-play-btn.has-background:hover {
	filter: brightness(1.08);
	transform: translateY(-1px);
	background-color: #cb1e53 !important;
	box-shadow: none;
}

.cmp-music-button button.cmp-play-btn:focus-visible,
button.cmp-play-btn.has-background:focus-visible {
	outline: 2px solid #38bdf8;
	outline-offset: 2px;
}

.cmp-music-button button.cmp-play-btn:active,
button.cmp-play-btn.has-background:active {
	transform: translateY(0);
	background-color: #cb1e53 !important;
}

button.cmp-not-interested-btn {
	appearance: none !important;
	-webkit-appearance: none !important;
	box-sizing: border-box !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0 !important;
	width: 32px !important;
	min-width: 32px !important;
	max-width: 32px !important;
	height: 32px !important;
	min-height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 50% !important;
	background: transparent !important;
	background-image: none !important;
	color: #7f1d4e !important;
	font: 700 16px/1 "פולין", "Polin", sans-serif !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	text-shadow: none !important;
	box-shadow: none !important;
	cursor: pointer !important;
	vertical-align: middle !important;
	transition: color 0.15s ease, transform 0.15s ease, background-color 0.15s ease !important;
}

button.cmp-not-interested-btn .cmp-not-interested-btn__icon {
	display: block !important;
	line-height: 1 !important;
	font-size: 16px !important;
	font-weight: 800 !important;
}

button.cmp-not-interested-btn .cmp-not-interested-btn__label {
	display: none !important;
}

button.cmp-not-interested-btn:hover,
button.cmp-not-interested-btn:focus-visible {
	color: #7f1d4e !important;
	background: rgba(127, 29, 78, 0.1) !important;
	outline: none !important;
	transform: scale(1.1) !important;
}

button.cmp-not-interested-btn.is-marked {
	color: #fff !important;
	background: #7f1d4e !important;
}

button.cmp-not-interested-btn.is-marked:hover,
button.cmp-not-interested-btn.is-marked:focus-visible {
	color: #fff !important;
	background: #6b1842 !important;
}

button.cmp-not-interested-btn:focus-visible {
	box-shadow: 0 0 0 3px rgba(127, 29, 78, 0.25) !important;
}

button.cmp-not-interested-btn:disabled {
	opacity: 0.55 !important;
	cursor: wait !important;
	pointer-events: none !important;
}

button.cmp-not-interested-btn.has-error {
	background: #b91c1c !important;
	color: #fff !important;
}

/* כפתור "נגן המנגן" בהדר - שפת עיצוב המנגן (#26235a / #cb1e53 / פולין) */
.cmp-header-player-button {
	--cmp-hpb-bg: #121212;
	--cmp-hpb-bg-hover: #1c1c1c;
	--cmp-hpb-bg-active: #0a0a0a;
	--cmp-hpb-text: #ffffff;
	--cmp-hpb-icon-bg: rgba(255, 255, 255, 0.12);
	--cmp-hpb-icon-bg-hover: rgba(255, 255, 255, 0.2);
	--cmp-hpb-radius: 10px;
	--cmp-hpb-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
	--cmp-hpb-shadow-hover: 0 4px 16px rgba(0, 0, 0, 0.22);
	--cmp-hpb-font: "פולין", "Polin", sans-serif;
	--cmp-hpb-transition: 0.22s ease;

	margin: 0;
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.cmp-player-body {
	font-family: "polin", "Polin", sans-serif !important;
}

.cmp-header-player-button .cmp-header-player-btn.cmp-play-btn {
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0.45rem 0.95rem 0.45rem 0.8rem;
	min-height: 38px;
	min-width: 0;
	width: auto;
	height: auto;
	border: none;
	border-radius: var(--cmp-hpb-radius);
	background: var(--cmp-hpb-bg);
	background-image: none;
	color: var(--cmp-hpb-text);
	font-family: var(--cmp-hpb-font);
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	vertical-align: middle;
	cursor: pointer;
	box-shadow: var(--cmp-hpb-shadow);
	transition:
		background-color var(--cmp-hpb-transition),
		box-shadow var(--cmp-hpb-transition),
		transform var(--cmp-hpb-transition);
	filter: none;
	transform: none;
}

.cmp-header-player-button .cmp-header-player-btn.cmp-play-btn:hover {
	background: var(--cmp-hpb-bg-hover);
	box-shadow: var(--cmp-hpb-shadow-hover);
	transform: translateY(-1px);
	filter: none;
}

.cmp-header-player-button .cmp-header-player-btn.cmp-play-btn:active {
	background: var(--cmp-hpb-bg-active);
	box-shadow: var(--cmp-hpb-shadow);
	transform: translateY(0);
	filter: none;
}

.cmp-header-player-button .cmp-header-player-btn.cmp-play-btn:focus-visible {
	outline: 2px solid #26235a;
	outline-offset: 2px;
}

.cmp-header-player-button .cmp-header-player-btn__icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--cmp-hpb-icon-bg);
	transition: background-color var(--cmp-hpb-transition);
}

.cmp-header-player-button .cmp-header-player-btn.cmp-play-btn:hover .cmp-header-player-btn__icon-wrap {
	background: var(--cmp-hpb-icon-bg-hover);
}

.cmp-header-player-button .cmp-header-player-btn__icon {
	display: block;
	flex: 0 0 auto;
	width: 11px;
	height: 11px;
	margin-inline-start: 1px;
}

.cmp-header-player-button .cmp-header-player-btn__text {
	display: inline-block;
	white-space: nowrap;
}

/* כרטיסי ארכיון (המנגן): פליי מפעיל את הנגן - רמז ויזואלי */
.hm-archive-card-play,
.hm-archive-play-badge {
	cursor: pointer;
}

/* הוספה לתור - class חובה: cmp-queue-add-btn.
   מוסתר עד שהנגן פתוח (מחלקה cmp-player-can-queue על html). */
.cmp-queue-add-btn {
	cursor: pointer;
	visibility: hidden;
	pointer-events: none;
}

html.cmp-player-can-queue .cmp-queue-add-btn {
	visibility: visible;
	pointer-events: auto;
}

/* כפתורי פעולה על התמונה - מעל הלינק/שכבות */
.hm-archive-card-actions {
	position: relative;
	z-index: 4;
}

/* "לא מעניין אותי" בגריד ארכיון - אייקון hover כמו סימניה/הורדה */
.hm-archive-card-actions button.cmp-not-interested-btn,
.hm-archive-card-actions button.cmp-not-interested-btn.hm-archive-action-btn {
	appearance: none !important;
	-webkit-appearance: none !important;
	box-sizing: border-box !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 38px !important;
	min-width: 38px !important;
	max-width: 38px !important;
	height: 38px !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 50% !important;
	background: #fff !important;
	background-image: none !important;
	color: #333 !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
	font-size: 0 !important;
	line-height: 1 !important;
	cursor: pointer !important;
	transform: none !important;
}

.hm-archive-card-actions button.cmp-not-interested-btn .cmp-not-interested-btn__icon {
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	color: inherit !important;
}

.hm-archive-card-actions button.cmp-not-interested-btn .cmp-not-interested-btn__label {
	display: none !important;
}

.hm-archive-card-actions button.cmp-not-interested-btn:hover,
.hm-archive-card-actions button.cmp-not-interested-btn:focus-visible {
	background: #26235a !important;
	color: #fff !important;
	transform: scale(1.1) !important;
	outline: none !important;
}

.hm-archive-card-actions button.cmp-not-interested-btn.is-marked {
	background: #7f1d4e !important;
	color: #fff !important;
}

.cmp-queue-added,
.cmp-queue-playing {
	position: relative;
}

/* תווית תור / נגינה - בירוק בתור (לחיצה מסירה), בוורוד כשהשיר מתנגן כעת */
.cmp-queue-added-label {
	display: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0.28rem 0.65rem;
	max-width: 100%;
	border: none;
	border-radius: 999px;
	font: inherit;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.25;
	text-align: inherit;
	color: #f0fdf4;
	background: linear-gradient(135deg, #047857, #059669);
	box-shadow: 0 1px 6px rgba(5, 150, 105, 0.35);
	cursor: pointer;
	transition: filter 0.15s ease, transform 0.12s ease;
}

.cmp-queue-added .cmp-queue-added-label:hover {
	filter: brightness(1.06);
}

.cmp-queue-added .cmp-queue-added-label:active {
	transform: scale(0.98);
}

.cmp-queue-added .cmp-queue-added-label:focus-visible {
	outline: 2px solid #6ee7b7;
	outline-offset: 2px;
}

.cmp-queue-added .cmp-queue-added-label::after {
	content: " ×";
	font-weight: 800;
	opacity: 0.95;
}

.cmp-queue-playing .cmp-queue-added-label {
	color: #fdf2f8;
	background: linear-gradient(135deg, #be185d, #ec4899);
	box-shadow: 0 1px 8px rgba(236, 72, 153, 0.45);
	cursor: default;
}

.cmp-queue-playing .cmp-queue-added-label:hover {
	filter: none;
}

.cmp-queue-playing .cmp-queue-added-label:focus-visible {
	outline: 2px solid #fbcfe8;
	outline-offset: 2px;
}

.cmp-queue-playing .cmp-queue-added-label::after {
	content: none;
}

.cmp-queue-added .cmp-queue-added-label,
.cmp-queue-playing .cmp-queue-added-label {
	display: block;
	align-items: center;
	justify-content: center;
	position: absolute !important;
	bottom: 12px;
}