/* === BASE === */
.apeiron-section {
	background: #fff;
	border-radius: 20px;
	padding: 2rem;
	box-shadow: 0 4px 24px rgba(15,23,42,.06);
	border: 1px solid rgba(15,23,42,.06);
}

/* === COPY TEXT === */
.apeiron-copy-text {
	text-align: center;
}

.elementor-align-left .apeiron-copy-text { text-align: left; }
.elementor-align-center .apeiron-copy-text { text-align: center; }
.elementor-align-right .apeiron-copy-text { text-align: right; }
.elementor-align-justify .apeiron-copy-text { text-align: justify; }

.apeiron-copy-text__image {
	margin-bottom: 1.25rem;
}

.apeiron-copy-text__image img {
	display: block;
	margin: 0 auto;
}

.apeiron-copy-text__heading {
	margin: 0 0 1rem;
	font-weight: 600;
	color: #0f172a;
}

.apeiron-copy-text__content {
	margin-bottom: 1.5rem;
	padding-bottom: 1.25rem;
	color: #475569;
	word-break: break-word;
	line-height: 1.7;
}

.apeiron-copy-text__content.is-hidden {
	display: none;
}

.apeiron-copy-text__button {
	background: #083c57;
	color: #fff;
	border: none;
	border-radius: 12px;
	padding: .875rem 2rem;
	cursor: pointer;
	font-weight: 600;
	font-size: 1rem;
	box-shadow: 0 4px 16px rgba(8,60,87,.15);
	transition: all .25s ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.apeiron-copy-text__button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(8,60,87,.25);
}

.apeiron-copy-text__button:active {
	transform: translateY(0);
}

.apeiron-copy-text__button.is-copied {
	background: #10b981;
	box-shadow: 0 4px 16px rgba(16,185,129,.2);
}

.apeiron-copy-text__button-content {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .5rem;
}

.apeiron-copy-text__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.apeiron-copy-text__button-icon i,
.apeiron-copy-text__button-icon svg {
	width: 1em;
	height: 1em;
}

.apeiron-copy-text__button-text {
	display: inline-block;
}

.apeiron-copy-text__success {
	margin-top: 1rem;
	color: #10b981;
	font-weight: 600;
	font-size: .9rem;
	opacity: 0;
	transition: opacity .25s ease;
}

.apeiron-copy-text__success.is-visible {
	opacity: 1;
}

/* === EMPTY STATE === */
.apeiron-kit-empty-audio {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background: #f8fafc;
	border: 1px dashed #e2e8f0;
	border-radius: 12px;
	color: #64748b;
	font-size: .9rem;
	text-align: center;
}
