/**
 * Hamenagen Singer Portal
 */

.hmsp-wrap {
	--hmsp-brand: #cb1e53;
	--hmsp-navy: #20215a;
	--hmsp-bg: #f4f5f8;
	--hmsp-surface: #fff;
	--hmsp-muted: rgba(32, 33, 90, 0.68);
	--hmsp-border: rgba(32, 33, 90, 0.12);
	--hmsp-radius: 14px;
	--hmsp-font: "פולין", "Polin", sans-serif;
	--hmsp-shadow: 0 8px 28px rgba(32, 33, 90, 0.1);
	font-family: var(--hmsp-font) !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
	background: var(--hmsp-bg) !important;
	margin: 0 !important;
	padding: 0.75rem !important;
	max-width: 100% !important;
	width: 100% !important;
	box-sizing: border-box !important;
	overflow-x: visible !important;
	isolation: isolate;
	position: relative !important;
	transform: none !important;
	left: auto !important;
	right: auto !important;
	color: var(--hmsp-navy) !important;
}

.hmsp-wrap *,
.hmsp-wrap *::before,
.hmsp-wrap *::after {
	box-sizing: border-box !important;
}

.elementor .hmsp-wrap h1,
.elementor .hmsp-wrap h2,
.elementor .hmsp-wrap h3,
.hmsp-wrap h1,
.hmsp-wrap h2,
.hmsp-wrap h3 {
	font-size: inherit !important;
	line-height: 1.3 !important;
	margin: 0 !important;
	font-weight: 700 !important;
	color: var(--hmsp-navy) !important;
}

.hmsp-wrap p {
	font-size: 12.5px !important;
	line-height: 1.45 !important;
	margin: 0 !important;
}

.hmsp-app {
	display: grid !important;
	grid-template-columns: minmax(220px, 280px) 1fr !important;
	gap: 1.25rem !important;
	max-width: 1100px !important;
	width: 100% !important;
	margin: 0 auto !important;
	box-sizing: border-box !important;
	overflow-x: clip !important;
}

.hmsp-toast {
	position: fixed !important;
	bottom: 1.5rem !important;
	left: 50% !important;
	right: auto !important;
	transform: translateX(-50%) !important;
	background: var(--hmsp-navy) !important;
	color: #fff !important;
	padding: 0.45rem 0.9rem !important;
	border-radius: 999px !important;
	z-index: 99999 !important;
	box-shadow: var(--hmsp-shadow) !important;
	max-width: min(90vw, 360px) !important;
	text-align: center !important;
	pointer-events: none !important;
	font-family: "פולין", "Polin", sans-serif !important;
	font-size: 12.5px !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
}

.hmsp-toast.is-error {
	background: #c0392b !important;
}

.hmsp-toast.is-success {
	background: #27ae60 !important;
}

@media (max-width: 768px) {
	.hmsp-app {
		grid-template-columns: 1fr;
	}
}

.hmsp-sidebar {
	background: linear-gradient(160deg, #fff5f7 0%, #f7f6ff 100%);
	border: 1px solid var(--hmsp-border);
	border-radius: var(--hmsp-radius);
	padding: 1.25rem;
	position: sticky;
	top: 1rem;
	align-self: start;
}

.hmsp-sidebar__brand {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	margin-bottom: 1.25rem;
}

.hmsp-sidebar__avatar {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
	box-shadow: var(--hmsp-shadow);
}

.hmsp-sidebar__avatar--fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--hmsp-brand);
	color: #fff;
	font-size: 1.1rem !important;
	font-weight: 700;
}

.hmsp-sidebar__eyebrow {
	margin: 0;
	font-size: 11px !important;
	color: var(--hmsp-muted);
}

.hmsp-sidebar__title {
	margin: 0.1rem 0 0;
	font-size: 14px !important;
	color: var(--hmsp-navy);
}

.hmsp-sidebar__switcher {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin: 0 0 1rem;
}

.hmsp-sidebar__switcher-label {
	font-size: 11px !important;
	font-weight: 700;
	color: var(--hmsp-muted);
}

.hmsp-sidebar__switcher-select {
	width: 100%;
	border: 1px solid var(--hmsp-border);
	border-radius: 10px;
	padding: 0.55rem 0.7rem;
	font: inherit;
	background: #fff;
	color: var(--hmsp-navy);
}

.hmsp-nav {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.hmsp-nav__link {
	display: block !important;
	padding: 0.45rem 0.7rem !important;
	border-radius: 8px !important;
	color: var(--hmsp-navy) !important;
	text-decoration: none !important;
	font-weight: 500 !important;
	font-size: 12.5px !important;
	transition: background 0.2s, color 0.2s;
}

.hmsp-nav__link:hover,
.hmsp-nav__link.is-active {
	background: rgba(203, 30, 83, 0.1) !important;
	color: var(--hmsp-brand) !important;
}

.hmsp-sidebar__public {
	display: block !important;
	margin-top: 0.75rem !important;
	padding-top: 0.75rem !important;
	border-top: 1px solid var(--hmsp-border) !important;
	font-size: 12px !important;
	color: var(--hmsp-brand) !important;
	text-decoration: none !important;
}

.hmsp-main {
	background: var(--hmsp-surface) !important;
	border: 1px solid var(--hmsp-border) !important;
	border-radius: var(--hmsp-radius) !important;
	padding: 0.9rem 1rem !important;
	box-shadow: var(--hmsp-shadow) !important;
	min-height: 320px !important;
}

.hmsp-panel[hidden] {
	display: none !important;
}

.hmsp-page-head h2 {
	margin: 0 0 0.25rem !important;
	color: var(--hmsp-navy) !important;
	font-size: 16px !important;
}

.hmsp-page-head p {
	margin: 0 0 0.75rem !important;
	color: var(--hmsp-muted) !important;
	font-size: 12px !important;
}

.hmsp-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5rem;
	margin-bottom: 0.9rem;
}

@media (max-width: 520px) {
	.hmsp-stats {
		grid-template-columns: 1fr;
	}
}

.hmsp-stat {
	background: #fff5f7;
	border-radius: 10px;
	padding: 0.65rem;
	text-align: center;
}

.hmsp-stat__num {
	display: block;
	font-size: 1.25rem !important;
	font-weight: 700;
	color: var(--hmsp-brand);
}

.hmsp-stat__label {
	font-size: 11.5px !important;
	color: var(--hmsp-muted);
}

.hmsp-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.hmsp-card {
	border: 1px solid var(--hmsp-border);
	border-radius: 12px;
	padding: 1rem;
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s, box-shadow 0.2s;
}

.hmsp-card--action:hover {
	transform: translateY(-2px);
	box-shadow: var(--hmsp-shadow);
	border-color: rgba(203, 30, 83, 0.25);
}

.hmsp-card h3 {
	margin: 0 0 0.35rem;
	font-size: 1rem;
	color: var(--hmsp-navy);
}

.hmsp-card p {
	margin: 0;
	font-size: 0.88rem;
	color: var(--hmsp-muted);
}

.hmsp-tip {
	background: #f7f6ff !important;
	border-radius: 10px !important;
	padding: 0.85rem 1rem !important;
	font-size: 0.9rem !important;
	color: var(--hmsp-navy) !important;
	margin-bottom: 1rem !important;
}

.hmsp-tip--info {
	background: #fff8f0 !important;
	border: 1px solid rgba(203, 30, 83, 0.18) !important;
	line-height: 1.55 !important;
}

.hmsp-commission-notice {
	margin-bottom: 1.15rem !important;
}

.hmsp-commission-notice__text {
	margin: 0 0 0.45rem !important;
	font-size: 0.92rem !important;
	line-height: 1.55 !important;
}

.hmsp-wrap button.hmsp-commission-approve,
.hmsp-commission-approve {
	all: unset !important;
	display: inline !important;
	color: var(--hmsp-brand) !important;
	font: inherit !important;
	font-weight: 700 !important;
	text-decoration: underline !important;
	cursor: pointer !important;
	margin-inline-start: 0.15em !important;
}

.hmsp-wrap button.hmsp-commission-approve.is-approved,
.hmsp-commission-approve.is-approved {
	color: #1a7a3c !important;
	text-decoration: none !important;
	cursor: default !important;
}

.hmsp-commission-notice__wa {
	margin: 0 !important;
	font-size: 0.78rem !important;
	line-height: 1.4 !important;
	color: var(--hmsp-muted) !important;
}

.hmsp-commission-notice__wa a {
	color: inherit !important;
	text-decoration: underline !important;
}

.hmsp-commission-notice__status {
	margin: 0.5rem 0 0 !important;
	font-size: 0.82rem !important;
	font-weight: 700 !important;
	color: #1a7a3c !important;
}

.hmsp-commission-notice.is-approved {
	border-color: rgba(26, 122, 60, 0.28) !important;
	background: #f3faf5 !important;
}

.hmsp-subhead {
	margin: 1.5rem 0 0.75rem !important;
	font-size: 1rem !important;
	color: var(--hmsp-navy) !important;
}

/* === כפתורים + אינפוטים - כפייה מוחלטת מול Elementor / תבנית === */
body.hmsp-portal-active .hmsp-wrap button,
body .hmsp-wrap button,
.elementor .hmsp-wrap button,
.elementor-widget-shortcode .hmsp-wrap button,
.hmsp-wrap a.hmsp-btn,
.hmsp-wrap button.hmsp-btn,
.hmsp-wrap label.hmsp-btn,
.hmsp-wrap .hmsp-btn {
	all: unset !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.35rem !important;
	box-sizing: border-box !important;
	padding: 0.45rem 0.9rem !important;
	min-height: 34px !important;
	height: auto !important;
	width: auto !important;
	max-width: none !important;
	border-radius: 999px !important;
	border: 1px solid transparent !important;
	font-family: var(--hmsp-font) !important;
	font-size: 12.5px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-align: center !important;
	white-space: nowrap !important;
	box-shadow: none !important;
	cursor: pointer !important;
	transition: opacity 0.2s, background 0.2s, border-color 0.2s, color 0.2s !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	background: #fff !important;
	background-image: none !important;
	color: var(--hmsp-navy) !important;
	vertical-align: middle !important;
	float: none !important;
	position: relative !important;
	inset: auto !important;
	transform: none !important;
	opacity: 1 !important;
}

body.hmsp-portal-active .hmsp-wrap button:disabled,
.hmsp-wrap button:disabled,
.hmsp-wrap .hmsp-btn:disabled {
	opacity: 0.55 !important;
	cursor: not-allowed !important;
}

body.hmsp-portal-active .hmsp-wrap .hmsp-btn--brand,
.hmsp-wrap .hmsp-btn--brand,
.hmsp-wrap a.hmsp-btn--brand,
.hmsp-wrap button.hmsp-btn--brand {
	background: var(--hmsp-brand) !important;
	background-color: var(--hmsp-brand) !important;
	background-image: none !important;
	color: #fff !important;
	border-color: var(--hmsp-brand) !important;
}

.hmsp-wrap .hmsp-btn--brand:hover {
	opacity: 0.92 !important;
	color: #fff !important;
	background: var(--hmsp-brand) !important;
}

body.hmsp-portal-active .hmsp-wrap .hmsp-btn--ghost,
.hmsp-wrap .hmsp-btn--ghost,
.hmsp-wrap a.hmsp-btn--ghost,
.hmsp-wrap button.hmsp-btn--ghost,
.hmsp-wrap label.hmsp-btn--ghost {
	background: #fff !important;
	background-color: #fff !important;
	background-image: none !important;
	color: var(--hmsp-navy) !important;
	border: 1px solid var(--hmsp-border) !important;
}

.hmsp-wrap .hmsp-btn--ghost:hover {
	background: rgba(203, 30, 83, 0.06) !important;
	color: var(--hmsp-navy) !important;
}

body.hmsp-portal-active .hmsp-wrap .hmsp-btn--danger,
.hmsp-wrap .hmsp-btn--danger,
.hmsp-wrap button.hmsp-btn--danger {
	background: #fff !important;
	background-color: #fff !important;
	background-image: none !important;
	color: #c0392b !important;
	border: 1px solid rgba(192, 57, 43, 0.35) !important;
}

.hmsp-wrap .hmsp-btn--danger:hover {
	background: #fdecea !important;
	color: #c0392b !important;
}

/* טפסים */
.hmsp-wrap .hmsp-form,
.elementor .hmsp-wrap .hmsp-form {
	display: flex !important;
	flex-direction: column !important;
	gap: 1rem !important;
	max-width: 520px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.hmsp-wrap .hmsp-field,
.elementor .hmsp-wrap .hmsp-field {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
}

.hmsp-wrap .hmsp-field label,
.elementor .hmsp-wrap .hmsp-field label {
	display: block !important;
	margin: 0 0 0.35rem !important;
	padding: 0 !important;
	font-family: var(--hmsp-font) !important;
	font-weight: 600 !important;
	font-size: 12.5px !important;
	line-height: 1.4 !important;
	color: var(--hmsp-navy) !important;
	text-align: right !important;
	width: auto !important;
	float: none !important;
}

body.hmsp-portal-active .hmsp-wrap input:not([type="hidden"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([aria-hidden="true"]):not([name="hm_hp"]):not(.hm-footer__hp):not(.hm-adv__hp):not(.hmsp-hp),
body.hmsp-portal-active .hmsp-wrap select,
body.hmsp-portal-active .hmsp-wrap textarea,
.hmsp-wrap .hmsp-field input:not([type="hidden"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):not([aria-hidden="true"]):not([name="hm_hp"]):not(.hm-footer__hp):not(.hm-adv__hp):not(.hmsp-hp),
.hmsp-wrap .hmsp-field select,
.hmsp-wrap .hmsp-field textarea,
.hmsp-wrap .hmsp-sidebar__switcher-select,
.elementor .hmsp-wrap input:not([type="hidden"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([aria-hidden="true"]):not([name="hm_hp"]):not(.hm-footer__hp):not(.hm-adv__hp):not(.hmsp-hp),
.elementor .hmsp-wrap select,
.elementor .hmsp-wrap textarea {
	all: unset !important;
	display: block !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 42px !important;
	height: auto !important;
	padding: 0.55rem 0.8rem !important;
	margin: 0 !important;
	border: 1px solid var(--hmsp-border) !important;
	border-radius: 10px !important;
	background: #fff !important;
	background-color: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
	font-family: var(--hmsp-font) !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	color: var(--hmsp-navy) !important;
	text-align: right !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	outline: none !important;
	float: none !important;
	position: static !important;
	transform: none !important;
	opacity: 1 !important;
}

.hmsp-wrap .hmsp-field textarea,
.elementor .hmsp-wrap .hmsp-field textarea {
	min-height: 110px !important;
	resize: vertical !important;
	white-space: pre-wrap !important;
}

.hmsp-wrap .hmsp-field input[dir="ltr"],
.hmsp-wrap .hmsp-field input[type="url"],
.hmsp-wrap .hmsp-field input[type="tel"],
.hmsp-wrap .hmsp-field input[type="date"],
.hmsp-wrap .hmsp-field input[type="time"],
.elementor .hmsp-wrap .hmsp-field input[dir="ltr"],
.elementor .hmsp-wrap .hmsp-field input[type="url"],
.elementor .hmsp-wrap .hmsp-field input[type="tel"],
.elementor .hmsp-wrap .hmsp-field input[type="date"],
.elementor .hmsp-wrap .hmsp-field input[type="time"] {
	text-align: left !important;
	direction: ltr !important;
}

/* date/time - כפיית עיצוב מול דפדפן / Elementor */
body.hmsp-portal-active .hmsp-wrap input[type="date"],
body.hmsp-portal-active .hmsp-wrap input[type="time"],
.hmsp-wrap .hmsp-field input[type="date"],
.hmsp-wrap .hmsp-field input[type="time"],
.elementor .hmsp-wrap input[type="date"],
.elementor .hmsp-wrap input[type="time"] {
	-webkit-appearance: none !important;
	appearance: none !important;
	min-height: 42px !important;
	line-height: 1.4 !important;
	color-scheme: light !important;
}

body.hmsp-portal-active .hmsp-wrap input[type="date"]::-webkit-calendar-picker-indicator,
body.hmsp-portal-active .hmsp-wrap input[type="time"]::-webkit-calendar-picker-indicator,
.hmsp-wrap .hmsp-field input[type="date"]::-webkit-calendar-picker-indicator,
.hmsp-wrap .hmsp-field input[type="time"]::-webkit-calendar-picker-indicator {
	opacity: 0.65 !important;
	cursor: pointer !important;
}

.hmsp-wrap .hmsp-field input:focus,
.hmsp-wrap .hmsp-field select:focus,
.hmsp-wrap .hmsp-field textarea:focus,
.hmsp-wrap .hmsp-sidebar__switcher-select:focus,
.elementor .hmsp-wrap input:focus,
.elementor .hmsp-wrap select:focus,
.elementor .hmsp-wrap textarea:focus {
	outline: none !important;
	border-color: var(--hmsp-brand) !important;
	box-shadow: 0 0 0 3px rgba(203, 30, 83, 0.14) !important;
}

.hmsp-wrap .hmsp-field input::placeholder,
.hmsp-wrap .hmsp-field textarea::placeholder,
.elementor .hmsp-wrap input::placeholder,
.elementor .hmsp-wrap textarea::placeholder {
	color: rgba(32, 33, 90, 0.45) !important;
	opacity: 1 !important;
}

/* קבצים מוסתרים - לא לשבור */
.hmsp-wrap input[type="file"],
.elementor .hmsp-wrap input[type="file"] {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

/*
 * Honeypot / anti-spam - נשאר ב-DOM לבוטים, בלתי נראה לבני אדם.
 * לא להשתמש ב-left:-9999px (מרחיב גלילה ב-RTL).
 */
body.hmsp-portal-active .hmsp-wrap input[name="hm_hp"],
body.hmsp-portal-active .hmsp-wrap input.hm-footer__hp,
body.hmsp-portal-active .hmsp-wrap input.hm-adv__hp,
body.hmsp-portal-active .hmsp-wrap input.hmsp-hp,
body.hmsp-portal-active .hmsp-wrap input[aria-hidden="true"],
body.hmsp-portal-active .hmsp-wrap input[placeholder*="Leave this field"],
body.hmsp-portal-active .hmsp-wrap input[placeholder*="leave this field"],
body.hmsp-portal-active .hmsp-wrap input[placeholder*="השאר את שדה"],
.hmsp-wrap input[name="hm_hp"],
.hmsp-wrap input.hm-footer__hp,
.hmsp-wrap input.hm-adv__hp,
.hmsp-wrap input.hmsp-hp,
.hmsp-wrap input[aria-hidden="true"],
.hmsp-wrap input[placeholder*="Leave this field"],
.hmsp-wrap input[placeholder*="leave this field"],
.hmsp-wrap input[placeholder*="השאר את שדה"],
.elementor .hmsp-wrap input[name="hm_hp"],
.elementor .hmsp-wrap input.hm-footer__hp,
.elementor .hmsp-wrap input.hm-adv__hp,
.elementor .hmsp-wrap input.hmsp-hp,
.elementor .hmsp-wrap input[aria-hidden="true"],
.elementor .hmsp-wrap input[placeholder*="Leave this field"],
.elementor .hmsp-wrap input[placeholder*="leave this field"],
.elementor .hmsp-wrap input[placeholder*="השאר את שדה"],
.hmsp-wrap .ff-el-honeypot,
.hmsp-wrap .ff_hny,
.hmsp-wrap .wpcf7-honeypot-wrap,
.elementor .hmsp-wrap .ff-el-honeypot,
.elementor .hmsp-wrap .ff_hny,
.elementor .hmsp-wrap .wpcf7-honeypot-wrap {
	position: absolute !important;
	inset: 0 auto auto 0 !important;
	width: 1px !important;
	height: 1px !important;
	min-height: 0 !important;
	max-width: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	white-space: nowrap !important;
	opacity: 0 !important;
	pointer-events: none !important;
	transform: none !important;
	float: none !important;
	z-index: -1 !important;
}

.hmsp-hint {
	margin: 0.35rem 0 0 !important;
	font-size: 0.82rem !important;
	color: var(--hmsp-muted) !important;
	line-height: 1.4 !important;
}

.hmsp-import-row {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.5rem !important;
	align-items: stretch !important;
}

.hmsp-import-row input[type="url"] {
	flex: 1 1 220px !important;
	min-width: 0 !important;
}

.hmsp-import-status {
	margin: 0.45rem 0 0 !important;
	font-size: 0.88rem !important;
	font-weight: 600 !important;
}

.hmsp-import-status.is-ok {
	color: #1a7f37 !important;
}

.hmsp-import-status.is-err {
	color: #b42318 !important;
}

.hmsp-import-status.is-busy {
	color: var(--hmsp-muted) !important;
}

.hmsp-field-row {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	gap: 0.75rem !important;
}

@media (max-width: 520px) {
	.hmsp-field-row {
		grid-template-columns: 1fr !important;
	}
}

.hmsp-form__actions {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.5rem !important;
	align-items: center !important;
}

.hmsp-song-list,
.hmsp-event-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 0.65rem !important;
}

.hmsp-song-item,
.hmsp-event-item {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	gap: 0.75rem !important;
	flex-wrap: wrap !important;
	padding: 0.85rem 1rem !important;
	border: 1px solid var(--hmsp-border) !important;
	border-radius: 12px !important;
	background: #fff !important;
}

.hmsp-song-item__main {
	display: flex !important;
	align-items: center !important;
	gap: 0.5rem !important;
	flex-wrap: wrap !important;
	min-width: 0 !important;
	flex: 1 1 auto !important;
}

.hmsp-song-item__actions {
	display: flex !important;
	gap: 0.35rem !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	flex: 0 0 auto !important;
}

/* אייקון הורדה - כפייה מוחלטת (התבנית הפכה אותו לעיגול שחור) */
body.hmsp-portal-active .hmsp-wrap button.hmsp-download-toggle,
body .hmsp-wrap button.hmsp-download-toggle,
.elementor .hmsp-wrap button.hmsp-download-toggle,
.hmsp-wrap .hmsp-download-toggle {
	all: unset !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.2rem !important;
	box-sizing: border-box !important;
	width: auto !important;
	min-width: 2.1rem !important;
	height: 2.1rem !important;
	min-height: 2.1rem !important;
	padding: 0 0.55rem !important;
	margin: 0 !important;
	border-radius: 999px !important;
	border: 1px solid #e5e7eb !important;
	background: #f3f4f6 !important;
	background-color: #f3f4f6 !important;
	background-image: none !important;
	color: #6b7280 !important;
	box-shadow: none !important;
	cursor: default !important;
	line-height: 1 !important;
	vertical-align: middle !important;
	float: none !important;
	position: relative !important;
	inset: auto !important;
	transform: none !important;
	opacity: 1 !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

body.hmsp-portal-active .hmsp-wrap button.hmsp-download-toggle.is-on,
.hmsp-wrap button.hmsp-download-toggle.is-on,
.hmsp-wrap .hmsp-download-toggle.is-on {
	background: #dcfce7 !important;
	background-color: #dcfce7 !important;
	border-color: #86efac !important;
	color: #166534 !important;
	cursor: pointer !important;
}

.hmsp-wrap .hmsp-download-toggle.is-on:hover {
	background: #bbf7d0 !important;
	background-color: #bbf7d0 !important;
}

.hmsp-wrap .hmsp-download-toggle.is-off {
	background: #f3f4f6 !important;
	border-color: #e5e7eb !important;
	color: #9ca3af !important;
	opacity: 0.9 !important;
	cursor: default !important;
}

.hmsp-wrap .hmsp-download-toggle__icon {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0.15rem !important;
	line-height: 0 !important;
}

.hmsp-wrap .hmsp-download-toggle svg {
	display: block !important;
	width: 16px !important;
	height: 16px !important;
	stroke: currentColor !important;
	fill: none !important;
	color: inherit !important;
	flex: 0 0 auto !important;
}

.hmsp-wrap .hmsp-download-toggle__check {
	display: none !important;
	align-items: center !important;
	justify-content: center !important;
	width: 0.95rem !important;
	height: 0.95rem !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 999px !important;
	background: #16a34a !important;
	color: #fff !important;
	font-size: 0.65rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	position: static !important;
	inset: auto !important;
}

.hmsp-wrap .hmsp-download-toggle.is-on .hmsp-download-toggle__check {
	display: inline-flex !important;
}

.hmsp-wrap .hmsp-download-toggle:disabled {
	opacity: 0.55 !important;
	cursor: wait !important;
}

.hmsp-wrap .hmsp-download-toggle.is-off:disabled {
	cursor: default !important;
	opacity: 0.9 !important;
}

.hmsp-badge {
	font-size: 0.75rem;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	background: #eee;
}

.hmsp-badge--publish {
	background: #d4edda;
	color: #155724;
}

.hmsp-badge--promoted {
	background: #fde047 !important;
	color: #713f12 !important;
	font-weight: 700 !important;
}

.hmsp-badge--pending,
.hmsp-badge--draft {
	background: #fff3cd;
	color: #856404;
}

.hmsp-badge--future {
	background: #e0e7ff;
	color: #3730a3;
}

body.hmsp-portal-active .hmsp-wrap .hmsp-btn--promote,
.hmsp-wrap .hmsp-btn--promote,
.hmsp-wrap button.hmsp-btn--promote {
	background: #fffbeb !important;
	color: #92400e !important;
	border: 1px solid #fbbf24 !important;
	font-weight: 700 !important;
}

.hmsp-wrap .hmsp-btn--promote:hover {
	background: #fef3c7 !important;
	border-color: #f59e0b !important;
}

.hmsp-promote-song__lock {
	display: inline-flex !important;
	align-items: center !important;
	margin-inline-end: 0.25rem;
	opacity: 0.85;
}

.hmsp-promote-modal__icon {
	width: 56px !important;
	height: 56px !important;
	margin: 0 auto 0.85rem !important;
	border-radius: 50% !important;
	background: #fde047 !important;
	color: #713f12 !important;
	font-size: 1.5rem !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.hmsp-promote-modal__title {
	margin: 0 0 0.5rem !important;
	color: var(--hmsp-navy) !important;
	font-size: 1.2rem !important;
	font-weight: 800 !important;
}

.hmsp-promote-modal__soon {
	margin: 0 0 1rem !important;
	font-size: 0.9rem !important;
	color: var(--hmsp-muted) !important;
	font-weight: 600 !important;
}

.hmsp-promote-banner {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
	padding: 1rem 1.15rem;
	margin: 0 0 1.25rem;
	border-radius: 12px;
	background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
	border: 1px solid #fbbf24;
}

.hmsp-promote-banner__badge {
	flex-shrink: 0;
	padding: 0.2rem 0.65rem;
	border-radius: 999px;
	background: #f59e0b;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.hmsp-promote-banner__body strong {
	display: block;
	margin: 0 0 0.25rem;
	color: #92400e;
	font-size: 1rem;
}

.hmsp-promote-banner__body p {
	margin: 0;
	color: #78350f;
	font-size: 0.9rem;
	line-height: 1.45;
}

.hmsp-promote-panel {
	display: grid;
	gap: 1.25rem;
}

.hmsp-promote-bulk {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.65rem;
	margin: 0 0 1rem;
}

.hmsp-promote-bulk .hmsp-btn {
	min-height: 2.25rem;
	padding: 0.4rem 0.9rem;
	font-size: 0.875rem;
}

.hmsp-promote-bulk__hint {
	flex: 1 1 12rem;
	font-size: 0.85rem;
	color: #92400e;
	line-height: 1.4;
}

.hmsp-promote-panel.is-bulk-price .hmsp-promote-item__price {
	color: #15803d;
}

@media (min-width: 720px) {
	.hmsp-promote-panel {
		grid-template-columns: 1fr minmax(220px, 280px);
		align-items: start;
	}
}

.hmsp-promote-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.hmsp-promote-item {
	border: 1px solid var(--hmsp-border, #e5e7eb);
	border-radius: 10px;
	background: #fff;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hmsp-promote-item:has(.hmsp-promote-check:checked) {
	border-color: #fbbf24;
	box-shadow: 0 0 0 1px #fde047;
}

.hmsp-promote-item.is-promoted {
	background: #fffbeb;
}

.hmsp-promote-item__label {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.85rem 1rem;
	cursor: pointer;
	margin: 0;
}

.hmsp-promote-item.is-promoted .hmsp-promote-item__label {
	cursor: default;
	opacity: 0.9;
}

.hmsp-promote-check {
	width: 1.15rem;
	height: 1.15rem;
	accent-color: #d97706;
	flex-shrink: 0;
}

.hmsp-promote-item__text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 0.75rem;
	min-width: 0;
	flex: 1;
}

.hmsp-promote-item__text strong {
	font-size: 0.95rem;
	color: var(--hmsp-navy, #0f172a);
}

.hmsp-promote-item__price {
	margin-inline-start: auto;
	font-size: 0.85rem;
	font-weight: 700;
	color: #92400e;
}

.hmsp-promote-summary {
	padding: 1.1rem;
	border-radius: 12px;
	background: #0f172a;
	color: #f8fafc;
	position: sticky;
	top: 1rem;
}

.hmsp-promote-summary__row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.75rem;
	margin-bottom: 0.65rem;
	font-size: 0.9rem;
}

.hmsp-promote-summary__row strong {
	font-size: 1.05rem;
}

.hmsp-promote-summary .hmsp-btn--promote-checkout {
	width: 100%;
	margin-top: 0.5rem;
	justify-content: center;
}

.hmsp-promote-summary .hmsp-btn--promote-checkout:disabled {
	opacity: 0.75;
	cursor: not-allowed;
}

.hmsp-promote-summary__hint {
	margin: 0.75rem 0 0 !important;
	color: #cbd5e1 !important;
	font-size: 0.8rem !important;
	line-height: 1.4;
	text-align: center;
}

.hmsp-event-meta {
	margin: 0.25rem 0 0;
	font-size: 0.85rem;
	color: var(--hmsp-muted);
}

.hmsp-empty {
	padding: 2rem;
	text-align: center;
	color: var(--hmsp-muted);
}

.hmsp-guest {
	text-align: center;
	padding: 2rem;
	background: var(--hmsp-surface);
	border-radius: var(--hmsp-radius);
}

.hmsp-profile-image {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.hmsp-profile-image__preview {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	background: #f0f0f5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hmsp-profile-image__preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hmsp-profile-image__placeholder {
	font-size: 0.8rem;
	color: var(--hmsp-muted);
	text-align: center;
	padding: 0.5rem;
}

/* === Events studio === */
.hmsp-page-head--row {
	display: flex !important;
	align-items: flex-start !important;
	justify-content: space-between !important;
	gap: 1rem !important;
}

.hmsp-plus-btn {
	flex-shrink: 0 !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	border: none !important;
	background: var(--hmsp-brand) !important;
	color: #fff !important;
	font-size: 1.35rem !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	cursor: pointer !important;
	box-shadow: 0 4px 14px rgba(203, 30, 83, 0.28) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	transition: transform 0.15s, box-shadow 0.15s !important;
}

.hmsp-plus-btn:hover {
	transform: scale(1.06) !important;
	box-shadow: 0 8px 22px rgba(203, 30, 83, 0.35) !important;
}

.hmsp-text-link {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	color: var(--hmsp-brand) !important;
	font: inherit !important;
	font-weight: 700 !important;
	text-decoration: underline !important;
	cursor: pointer !important;
}

.hmsp-back-link {
	display: inline-block !important;
	margin-bottom: 0.5rem !important;
	background: none !important;
	border: none !important;
	padding: 0 !important;
	color: var(--hmsp-brand) !important;
	font: inherit !important;
	font-weight: 600 !important;
	cursor: pointer !important;
}

.hmsp-empty--events {
	padding: 2.5rem 1.25rem !important;
	background: #fff5f7 !important;
	border-radius: 12px !important;
	border: 1px dashed rgba(203, 30, 83, 0.25) !important;
}

.hmsp-event-item {
	align-items: flex-start !important;
}

.hmsp-event-flyer-thumb {
	flex-shrink: 0 !important;
	width: 56px !important;
	height: 56px !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	cursor: zoom-in !important;
	background: #eee !important;
}

.hmsp-event-flyer-thumb img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}

.hmsp-event-item__title {
	display: block !important;
	color: var(--hmsp-navy) !important;
	font-size: 1.05rem !important;
}

.hmsp-event-tickets-link {
	display: inline-block !important;
	margin-top: 0.35rem !important;
	color: var(--hmsp-brand) !important;
	font-weight: 600 !important;
	font-size: 0.9rem !important;
	text-decoration: none !important;
}

.hmsp-wrap .hmsp-field input[type="file"] {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	position: absolute !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.hmsp-flyer-box {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 0.5rem !important;
	width: 100% !important;
}

.hmsp-flyer-preview {
	display: flex !important;
	align-items: center !important;
	gap: 0.65rem !important;
	flex-wrap: wrap !important;
}

.hmsp-flyer-preview[hidden] {
	display: none !important;
}

.hmsp-flyer-preview img {
	width: 72px !important;
	height: 72px !important;
	object-fit: cover !important;
	border-radius: 8px !important;
	border: 1px solid var(--hmsp-border) !important;
	display: block !important;
	background: #f0f0f5 !important;
}

.hmsp-flyer-pick {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0.45rem 0.95rem !important;
	min-height: 34px !important;
	border-radius: 999px !important;
	border: 1px solid var(--hmsp-border) !important;
	background: #fff !important;
	color: var(--hmsp-navy) !important;
	font-family: var(--hmsp-font) !important;
	font-size: 12.5px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	box-shadow: none !important;
	width: auto !important;
	max-width: none !important;
}

.hmsp-flyer-pick:hover {
	background: rgba(203, 30, 83, 0.06) !important;
}

.hmsp-flyer-pick[hidden] {
	display: none !important;
}

.hmsp-field__label {
	display: block !important;
	margin: 0 0 0.35rem !important;
	font-weight: 600 !important;
	font-size: 12.5px !important;
	color: var(--hmsp-navy) !important;
}

.hmsp-check-label {
	display: flex !important;
	align-items: flex-start !important;
	gap: 0.55rem !important;
	cursor: pointer !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	color: var(--hmsp-navy) !important;
	line-height: 1.35 !important;
}

.hmsp-check-label input[type="checkbox"],
.hmsp-wrap input[type="checkbox"],
body.hmsp-portal-active .hmsp-wrap input[type="checkbox"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	display: inline-block !important;
	margin: 0.15rem 0 0 !important;
	padding: 0 !important;
	width: 18px !important;
	min-width: 18px !important;
	max-width: 18px !important;
	height: 18px !important;
	min-height: 18px !important;
	max-height: 18px !important;
	border: 2px solid rgba(32, 33, 90, 0.35) !important;
	border-radius: 5px !important;
	background: #fff !important;
	background-color: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	accent-color: var(--hmsp-brand) !important;
	flex-shrink: 0 !important;
	position: relative !important;
	cursor: pointer !important;
	vertical-align: middle !important;
	opacity: 1 !important;
	transform: none !important;
	float: none !important;
}

.hmsp-check-label input[type="checkbox"]::before,
.hmsp-wrap input[type="checkbox"]::before,
body.hmsp-portal-active .hmsp-wrap input[type="checkbox"]::before,
.hmsp-check-label input[type="checkbox"]:not(:checked)::after,
.hmsp-wrap input[type="checkbox"]:not(:checked)::after,
body.hmsp-portal-active .hmsp-wrap input[type="checkbox"]:not(:checked)::after {
	content: none !important;
	display: none !important;
}

.hmsp-check-label input[type="checkbox"]:checked,
.hmsp-wrap input[type="checkbox"]:checked,
body.hmsp-portal-active .hmsp-wrap input[type="checkbox"]:checked {
	background: var(--hmsp-brand) !important;
	background-color: var(--hmsp-brand) !important;
	background-image: none !important;
	border-color: var(--hmsp-brand) !important;
}

.hmsp-check-label input[type="checkbox"]:checked::after,
.hmsp-wrap input[type="checkbox"]:checked::after,
body.hmsp-portal-active .hmsp-wrap input[type="checkbox"]:checked::after {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	top: 1px !important;
	left: 5px !important;
	right: auto !important;
	bottom: auto !important;
	width: 5px !important;
	height: 9px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: solid #fff !important;
	border-width: 0 2px 2px 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: rotate(45deg) !important;
	box-sizing: border-box !important;
}

.hmsp-check-label input[type="checkbox"]:focus-visible,
.hmsp-wrap input[type="checkbox"]:focus-visible,
body.hmsp-portal-active .hmsp-wrap input[type="checkbox"]:focus-visible {
	outline: 2px solid var(--hmsp-brand) !important;
	outline-offset: 2px !important;
}

/* תזמון פרסום + רדיו */
.hmsp-schedule {
	padding: 0.85rem 0.95rem !important;
	border: 1px solid var(--hmsp-border) !important;
	border-radius: 12px !important;
	background: rgba(32, 33, 90, 0.03) !important;
}

.hmsp-schedule .hmsp-field__label {
	margin-bottom: 0.55rem !important;
}

.hmsp-radio-group {
	display: flex !important;
	flex-direction: column !important;
	gap: 0.45rem !important;
	margin: 0 !important;
	padding: 0 !important;
}

.hmsp-radio-label {
	display: flex !important;
	align-items: center !important;
	gap: 0.55rem !important;
	cursor: pointer !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	color: var(--hmsp-navy) !important;
	line-height: 1.35 !important;
	margin: 0 !important;
	padding: 0.35rem 0.15rem !important;
	width: auto !important;
	float: none !important;
}

.hmsp-radio-label input[type="radio"],
.hmsp-wrap input[type="radio"],
body.hmsp-portal-active .hmsp-wrap input[type="radio"],
.elementor .hmsp-wrap input[type="radio"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	display: inline-block !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 18px !important;
	min-width: 18px !important;
	max-width: 18px !important;
	height: 18px !important;
	min-height: 18px !important;
	max-height: 18px !important;
	border: 2px solid rgba(32, 33, 90, 0.35) !important;
	border-radius: 50% !important;
	background: #fff !important;
	background-color: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	accent-color: var(--hmsp-brand) !important;
	flex-shrink: 0 !important;
	position: relative !important;
	cursor: pointer !important;
	vertical-align: middle !important;
	opacity: 1 !important;
	transform: none !important;
	float: none !important;
}

.hmsp-radio-label input[type="radio"]::before,
.hmsp-wrap input[type="radio"]::before,
body.hmsp-portal-active .hmsp-wrap input[type="radio"]::before,
.hmsp-radio-label input[type="radio"]:not(:checked)::after,
.hmsp-wrap input[type="radio"]:not(:checked)::after,
body.hmsp-portal-active .hmsp-wrap input[type="radio"]:not(:checked)::after {
	content: none !important;
	display: none !important;
}

.hmsp-radio-label input[type="radio"]:checked,
.hmsp-wrap input[type="radio"]:checked,
body.hmsp-portal-active .hmsp-wrap input[type="radio"]:checked {
	border-color: var(--hmsp-brand) !important;
	background: #fff !important;
	background-color: #fff !important;
}

.hmsp-radio-label input[type="radio"]:checked::after,
.hmsp-wrap input[type="radio"]:checked::after,
body.hmsp-portal-active .hmsp-wrap input[type="radio"]:checked::after {
	content: "" !important;
	display: block !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	right: auto !important;
	bottom: auto !important;
	width: 8px !important;
	height: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 50% !important;
	background: var(--hmsp-brand) !important;
	background-color: var(--hmsp-brand) !important;
	box-shadow: none !important;
	transform: translate(-50%, -50%) !important;
	box-sizing: border-box !important;
}

.hmsp-radio-label input[type="radio"]:focus-visible,
.hmsp-wrap input[type="radio"]:focus-visible,
body.hmsp-portal-active .hmsp-wrap input[type="radio"]:focus-visible {
	outline: 2px solid var(--hmsp-brand) !important;
	outline-offset: 2px !important;
}

.hmsp-schedule-when {
	margin-top: 0.75rem !important;
	padding-top: 0.75rem !important;
	border-top: 1px solid rgba(32, 33, 90, 0.1) !important;
}

.hmsp-schedule-when[hidden] {
	display: none !important;
}

.hmsp-co-artists {
	margin-top: 0.65rem !important;
	position: relative !important;
}

.hmsp-co-artists[hidden] {
	display: none !important;
}

.hmsp-co-search {
	width: 100% !important;
}

.hmsp-co-results {
	list-style: none !important;
	margin: 0.25rem 0 0 !important;
	padding: 0.25rem !important;
	border: 1px solid rgba(11, 11, 36, 0.12) !important;
	border-radius: 10px !important;
	background: #fff !important;
	max-height: 200px !important;
	overflow-y: auto !important;
	box-shadow: 0 8px 24px rgba(11, 11, 36, 0.08) !important;
	position: absolute !important;
	inset-inline: 0 !important;
	z-index: 20 !important;
}

.hmsp-co-results[hidden] {
	display: none !important;
}

.hmsp-co-result {
	display: block !important;
	width: 100% !important;
	text-align: right !important;
	border: 0 !important;
	background: transparent !important;
	padding: 0.55rem 0.7rem !important;
	border-radius: 8px !important;
	cursor: pointer !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: var(--hmsp-navy) !important;
}

.hmsp-co-result:hover {
	background: rgba(203, 30, 83, 0.06) !important;
}

.hmsp-co-selected {
	list-style: none !important;
	margin: 0.55rem 0 0 !important;
	padding: 0 !important;
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 0.4rem !important;
}

.hmsp-co-chip {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.35rem !important;
	padding: 0.28rem 0.55rem !important;
	border-radius: 999px !important;
	background: rgba(203, 30, 83, 0.08) !important;
	color: var(--hmsp-navy) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
}

.hmsp-co-chip__remove {
	border: 0 !important;
	background: transparent !important;
	cursor: pointer !important;
	font-size: 1rem !important;
	line-height: 1 !important;
	padding: 0 !important;
	color: #cb1e53 !important;
}

.hmsp-event-co {
	margin: 0.2rem 0 0 !important;
	font-size: 12px !important;
	color: rgba(11, 11, 36, 0.65) !important;
}

.hmsp-btn--sm {
	min-height: 30px !important;
	padding: 0.3rem 0.7rem !important;
	font-size: 11.5px !important;
}

/* Success modal */
.hmsp-success-modal {
	position: fixed !important;
	inset: 0 !important;
	z-index: 100000 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 1rem !important;
	background: rgba(11, 11, 36, 0.45) !important;
	box-sizing: border-box !important;
}

.hmsp-success-modal[hidden] {
	display: none !important;
}

.hmsp-success-modal__card {
	background: #fff !important;
	border-radius: 18px !important;
	padding: 1.75rem 1.5rem !important;
	max-width: 420px !important;
	width: 100% !important;
	text-align: center !important;
	box-shadow: 0 20px 50px rgba(32, 33, 90, 0.2) !important;
	font-family: var(--hmsp-font) !important;
	animation: hmsp-pop 0.28s ease;
}

@keyframes hmsp-pop {
	from {
		opacity: 0;
		transform: translateY(10px) scale(0.97);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.hmsp-success-modal__icon {
	width: 56px !important;
	height: 56px !important;
	margin: 0 auto 0.85rem !important;
	border-radius: 50% !important;
	background: #27ae60 !important;
	color: #fff !important;
	font-size: 1.6rem !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.hmsp-success-modal__text {
	margin: 0 0 0.75rem !important;
	color: var(--hmsp-navy) !important;
	font-size: 1.05rem !important;
	line-height: 1.45 !important;
	font-weight: 600 !important;
}

.hmsp-success-modal__link {
	color: var(--hmsp-brand) !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

.hmsp-success-modal__timer {
	margin: 0.85rem 0 0 !important;
	font-size: 0.82rem !important;
	color: var(--hmsp-muted) !important;
}

body.hmsp-modal-open,
body.hmsp-lightbox-open-body {
	overflow: hidden !important;
}

/* Lightbox */
.hmsp-lightbox {
	position: fixed !important;
	inset: 0 !important;
	z-index: 100001 !important;
	background: rgba(0, 0, 0, 0.85) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 1.5rem !important;
	box-sizing: border-box !important;
	cursor: zoom-out !important;
}

.hmsp-lightbox[hidden] {
	display: none !important;
}

.hmsp-lightbox__img {
	max-width: min(92vw, 900px) !important;
	max-height: 88vh !important;
	object-fit: contain !important;
	border-radius: 8px !important;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4) !important;
	cursor: default !important;
}

.hmsp-lightbox__close {
	position: absolute !important;
	top: 1rem !important;
	left: 1rem !important;
	width: 44px !important;
	height: 44px !important;
	border: none !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.15) !important;
	color: #fff !important;
	font-size: 1.6rem !important;
	cursor: pointer !important;
	line-height: 1 !important;
}

/* תיאור + טלפון ב-hero מתחת לשם */
.hm-singer-archive .hmsp-hero-profile,
.hmsp-hero-profile {
	display: block !important;
	margin: 0.55rem 0 0.35rem !important;
	max-width: 36rem !important;
	text-align: right !important;
}

.hm-singer-archive .hmsp-hero-bio,
.hmsp-hero-bio {
	margin: 0 0 0.4rem !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
	color: var(--hm-hero-muted, #666) !important;
	font-weight: 400 !important;
}

.hm-singer-archive .hmsp-hero-bio__more,
.hmsp-hero-bio__more {
	display: inline !important;
	margin: 0 0.15rem !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	box-shadow: none !important;
	color: #cb1e53 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	font-family: inherit !important;
	cursor: pointer !important;
	text-decoration: underline !important;
	border-radius: 0 !important;
	width: auto !important;
	height: auto !important;
	min-width: 0 !important;
	min-height: 0 !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.hm-singer-archive .hmsp-hero-phone,
.hmsp-hero-phone {
	margin: 0 !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
	color: var(--hm-hero-heading, #20215a) !important;
}

.hm-singer-archive .hmsp-hero-phone__label,
.hmsp-hero-phone__label {
	font-weight: 600 !important;
	margin-left: 0.25rem !important;
}

.hm-singer-archive .hmsp-hero-phone__num,
.hmsp-hero-phone__num {
	color: #cb1e53 !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	text-decoration: none !important;
	direction: ltr !important;
	unicode-bidi: isolate !important;
}

/* Public extras - בתוך טאב אירועים */
.hmsp-public-extras {
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

.hmsp-public-extras--in-tab {
	margin: 0 !important;
	padding: 0.25rem 0 0 !important;
}

.hmsp-public-card {
	background: #fff5f7 !important;
	border: 1px solid rgba(32, 33, 90, 0.12) !important;
	border-radius: 14px !important;
	padding: 1rem !important;
	margin-bottom: 0.85rem !important;
	font-family: "פולין", "Polin", sans-serif !important;
	box-shadow: none !important;
}

.hmsp-public-title {
	margin: 0 0 0.65rem !important;
	color: #20215a !important;
	font-size: 15px !important;
	font-weight: 700 !important;
}

.hmsp-public-events {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 0.65rem !important;
}

.hmsp-public-event {
	display: flex !important;
	flex-direction: row !important;
	gap: 0.75rem !important;
	align-items: flex-start !important;
	padding: 0.75rem !important;
	background: #fff !important;
	border: 1px solid rgba(32, 33, 90, 0.12) !important;
	border-radius: 12px !important;
	margin: 0 !important;
}

/* מודעה - ריבוע קבוע, לא אליפסה */
.hm-singer-archive .hmsp-public-event__flyer,
.hmsp-public-extras .hmsp-public-event__flyer,
span.hmsp-public-event__flyer {
	display: block !important;
	box-sizing: border-box !important;
	flex: 0 0 72px !important;
	width: 72px !important;
	height: 72px !important;
	min-width: 72px !important;
	max-width: 72px !important;
	min-height: 72px !important;
	max-height: 72px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	cursor: zoom-in !important;
	background: #eee !important;
	aspect-ratio: 1 / 1 !important;
	align-self: flex-start !important;
	line-height: 0 !important;
}

.hm-singer-archive .hmsp-public-event__flyer img,
.hmsp-public-extras .hmsp-public-event__flyer img,
span.hmsp-public-event__flyer img {
	display: block !important;
	box-sizing: border-box !important;
	width: 72px !important;
	height: 72px !important;
	min-width: 72px !important;
	max-width: 72px !important;
	min-height: 72px !important;
	max-height: 72px !important;
	object-fit: cover !important;
	object-position: center center !important;
	border-radius: 0 !important;
	aspect-ratio: 1 / 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.hmsp-public-event__body {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	text-align: right !important;
}

.hmsp-public-event__head {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 0.35rem 0.5rem !important;
	margin-bottom: 0.2rem !important;
}

.hmsp-public-event__title {
	display: block !important;
	color: #20215a !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	margin: 0 !important;
	line-height: 1.3 !important;
	flex: 1 1 auto !important;
}

.hmsp-public-event__countdown {
	display: inline-flex !important;
	align-items: center !important;
	flex-shrink: 0 !important;
	padding: 0.15rem 0.5rem !important;
	border-radius: 999px !important;
	background: rgba(203, 30, 83, 0.1) !important;
	color: #cb1e53 !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	white-space: nowrap !important;
}

.hmsp-public-event__meta,
.hmsp-public-event__location {
	font-size: 12.5px !important;
	color: rgba(32, 33, 90, 0.68) !important;
	line-height: 1.4 !important;
}

.hmsp-public-event__tickets {
	display: inline-block !important;
	margin-top: 0.4rem !important;
	color: #cb1e53 !important;
	font-weight: 700 !important;
	font-size: 12.5px !important;
	text-decoration: none !important;
}

.hmsp-public-event__tickets:hover {
	text-decoration: underline !important;
}

.hmsp-public-phone {
	margin: 0.35rem 0 0 !important;
	font-size: 13px !important;
}

.hmsp-public-phone a {
	color: #cb1e53 !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}

.hmsp-public-bio {
	font-size: 13px !important;
	color: #20215a !important;
	line-height: 1.5 !important;
}

.hmsp-overview-card .hm-pa-btn--brand {
	margin-top: 0.5rem;
}

.hmsp-success-modal__text {
	font-size: 14px !important;
}

.hmsp-success-modal__timer {
	font-size: 11.5px !important;
}