/**
 * Minimal frontend styling for the Dimitra sample button.
 * Deliberately avoids fixed colors that would fight the Astra theme;
 * inherits WooCommerce button classes wherever possible.
 */

.dimitra-sample-block {
	margin: 1em 0;
	clear: both;
}

.dimitra-sample-block--compact {
	margin: 0.5em 0 0;
}

.dimitra-sample-block--compact .dimitra-sample-button {
	width: 100%;
	text-align: center;
	font-size: 0.85em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.dimitra-sample-block--compact .dimitra-sample-message {
	font-size: 0.8em;
}

.dimitra-sample-description {
	font-size: 0.9em;
	opacity: 0.85;
	margin-bottom: 0.5em;
}

.dimitra-sample-button {
	display: inline-block;
	cursor: pointer;
}

.dimitra-sample-button:focus-visible,
.dimitra-sample-button:focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.dimitra-sample-button.loading {
	opacity: 0.6;
	pointer-events: none;
}

.dimitra-sample-message {
	display: block;
	margin-top: 0.5em;
	font-size: 0.9em;
}

.dimitra-sample-message.success {
	color: #2a7a2a;
}

.dimitra-sample-message.error {
	color: #c0392b;
}

.dimitra-shipping-progress {
	margin-bottom: 1em;
}

.dimitra-shipping-progress:empty {
	display: none;
	margin: 0;
}

@media ( max-width: 480px ) {
	.dimitra-sample-button {
		width: 100%;
		text-align: center;
	}
}
