/**
 * Elementor Button → preview .btn-line / .btn-red
 * Preview reference:
 *   .btn-line = gold text + expanding rule (::before)
 *   .btn-red  = gold fill, dark text, uppercase
 */

/* ——— Filled CTA (.btn-red) ——— */
.hahxmia-btn-red .elementor-button,
.hahxmia-preview-elementor .hahxmia-btn-red .elementor-button,
.hahxmia-preview .hahxmia-btn-red .elementor-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0 !important;
	background: #d4af37 !important;
	background-color: #d4af37 !important;
	color: #0a0a0b !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 0.68rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	padding: 0.72rem 1.05rem !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	fill: #0a0a0b !important;
	transition: background 0.35s ease, transform 0.35s ease !important;
	opacity: 1 !important;
}

.hahxmia-btn-red .elementor-button:hover,
.hahxmia-btn-red .elementor-button:focus {
	background: #e8c968 !important;
	background-color: #e8c968 !important;
	color: #0a0a0b !important;
	transform: translateY(-2px);
}

.hahxmia-btn-red .elementor-button-text {
	color: inherit !important;
}

/* ——— Line CTA (.btn-line) — “Discover our story” ——— */
.hahxmia-btn-line .elementor-button,
.hahxmia-preview-elementor .hahxmia-btn-line .elementor-button,
.hahxmia-preview .hahxmia-btn-line .elementor-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 0.75rem !important;
	background: transparent !important;
	background-color: transparent !important;
	color: #d4af37 !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 0.68rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.18em !important;
	text-transform: uppercase !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	min-height: 0 !important;
	line-height: 1.2 !important;
	transition: color 0.35s ease !important;
	opacity: 1 !important;
}

.hahxmia-btn-line .elementor-button-content-wrapper {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.75rem !important;
	flex-direction: row !important;
}

/* Expanding gold rule — same as preview .btn-line::before */
.hahxmia-btn-line .elementor-button-content-wrapper::before {
	content: "";
	display: block;
	width: 2rem;
	height: 1px;
	flex-shrink: 0;
	background: rgba(212, 175, 55, 0.45);
	transition: width 0.65s ease, background 0.65s ease;
}

.hahxmia-btn-line .elementor-button:hover .elementor-button-content-wrapper::before,
.hahxmia-btn-line .elementor-button:focus .elementor-button-content-wrapper::before {
	width: 3.8rem;
	background: #d4af37;
}

.hahxmia-btn-line .elementor-button:hover,
.hahxmia-btn-line .elementor-button:focus {
	background: transparent !important;
	color: #d4af37 !important;
	transform: none !important;
}

.hahxmia-btn-line .elementor-button-text {
	color: #d4af37 !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
}

/* Hide Elementor default icon gap when using line style */
.hahxmia-btn-line .elementor-button-icon {
	display: none !important;
}

/* Editor: keep line style readable on canvas */
.elementor-editor-active .hahxmia-btn-line .elementor-button {
	min-height: auto !important;
}
