/**
 * Styles für das Marktwerte-Chart.
 *
 * @author LeineGlück Online-Marketing
 */

.lgmwc-chart-wrap {
	position: relative;
	width: 100%;
	min-height: 240px;
}

.lgmwc-chart-wrap canvas.lgmwc-chart {
	width: 100% !important;
	height: 100% !important;
}

.lgmwc-notice {
	padding: 1em 1.25em;
	border-left: 4px solid #C463C8;
	background: #faf6fa;
	font-size: 0.95em;
}

.lgmwc-fallback-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9em;
}

.lgmwc-fallback-table th,
.lgmwc-fallback-table td {
	padding: 0.4em 0.6em;
	border-bottom: 1px solid #e5e5e5;
	text-align: right;
}

.lgmwc-fallback-table thead th,
.lgmwc-fallback-table tbody th {
	text-align: left;
}

@media (max-width: 767px) {
	.lgmwc-chart-wrap {
		height: 340px !important;
	}
}

.lgmwc-chart-block {
	width: 100%;
	min-width: 0;
}

.lgmwc-range-toggle {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.lgmwc-range-toggle button {
	font: inherit;
	font-size: 0.85em;
	line-height: 1.2;
	padding: 8px 16px;
	min-height: 40px;
	border: 1px solid currentColor;
	border-radius: 999px;
	background: transparent;
	color: #4327AA;
	cursor: pointer;
	opacity: 0.65;
	transition: opacity 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.lgmwc-range-toggle button:hover {
	opacity: 1;
}

.lgmwc-range-toggle button[aria-pressed="true"] {
	background: #4327AA;
	border-color: #4327AA;
	color: #ffffff;
	opacity: 1;
}

.lgmwc-range-toggle button:focus-visible {
	outline: 2px solid #27EAA6;
	outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
	.lgmwc-range-toggle button { transition: none; }
}
