/* Marktüberblick Kursübersicht – Figma 18316-114552: ohne Rahmen, Grid wie Design */

.kursuebersicht-marktuebersicht-figma {
	background: transparent;
	padding: 0;
	border: none;
}

.kursuebersicht-marktuebersicht-figma__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 12px;
}

.kursuebersicht-marktuebersicht-figma__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.kursuebersicht-marktuebersicht-figma__time {
	font-size: 12px;
	color: rgba(255,255,255,0.7);
	display: flex;
	align-items: center;
	gap: 6px;
}

.kursuebersicht-marktuebersicht-figma__grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 3px;
	margin: 0 !important;
	min-height: 200px;
}

.kursuebersicht-marktuebersicht-figma__grid > .col-3 {
	max-width: none;
	flex: none;
	padding: 0;
}

.kursuebersicht-marktuebersicht-figma__grid .rounded {
	border-radius: 0 !important;
	height: 68px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border: none;
	box-shadow: none;
}

/* Äußere Ecken 10px (Figma) */
.kursuebersicht-marktuebersicht-figma__grid > .col-3:nth-child(1) .rounded {
	border-radius: 10px 0 0 0 !important;
}
.kursuebersicht-marktuebersicht-figma__grid > .col-3:nth-child(3) .rounded {
	border-radius: 0 10px 0 0 !important;
}
.kursuebersicht-marktuebersicht-figma__grid > .col-3:nth-last-child(3) .rounded {
	border-radius: 0 0 0 10px !important;
}
.kursuebersicht-marktuebersicht-figma__grid > .col-3:nth-last-child(1) .rounded {
	border-radius: 0 0 10px 0 !important;
}

.kursuebersicht-marktuebersicht-figma__grid .headline-name {
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 2px;
	color: #fff;
}

.kursuebersicht-marktuebersicht-figma__grid .subline {
	font-size: 11px !important;
	font-weight: 500;
	line-height: 11px;
	margin-bottom: 4px;
	color: rgba(255,255,255,0.8);
}

.kursuebersicht-marktuebersicht-figma__grid .headline-percent {
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	background: transparent;
	border-radius: 0;
	padding: 0;
	height: auto;
	min-width: 0;
	color: #fff;
}

/* Figma-Farben: Grün (positiv) */
.kursuebersicht-marktuebersicht-figma__grid .greenfull.rounded { background: rgba(44, 156, 72, 0.9) !important; }
.kursuebersicht-marktuebersicht-figma__grid .greenlite1.rounded { background: rgba(44, 156, 72, 0.8) !important; }
.kursuebersicht-marktuebersicht-figma__grid .greenlite2.rounded { background: rgba(44, 156, 72, 0.6) !important; }
.kursuebersicht-marktuebersicht-figma__grid .greenlite3.rounded { background: rgba(44, 156, 72, 0.4) !important; }

/* Figma-Farben: Rot (negativ) */
.kursuebersicht-marktuebersicht-figma__grid .redfull.rounded { background: rgba(218, 85, 85, 0.9) !important; }
.kursuebersicht-marktuebersicht-figma__grid .redlite1.rounded { background: rgba(218, 85, 85, 0.6) !important; }
.kursuebersicht-marktuebersicht-figma__grid .redlite2.rounded { background: rgba(218, 85, 85, 0.4) !important; }
.kursuebersicht-marktuebersicht-figma__grid .redlite3.rounded { background: rgba(218, 85, 85, 0.4) !important; }

.kursuebersicht-marktuebersicht-figma__grid .null.rounded {
	background: rgba(72, 72, 72, 0.5) !important;
}

.kursuebersicht-marktuebersicht-figma__loading {
	padding: 2rem;
	grid-column: 1 / -1;
}

.kursuebersicht-marktuebersicht-figma__footer {
	margin-top: 12px;
}

.kursuebersicht-marktuebersicht-figma__footer .btn {
	font-size: 12px;
}

@media (max-width: 767px) {
	.kursuebersicht-marktuebersicht-figma__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.kursuebersicht-marktuebersicht-figma__grid > .col-3:nth-child(3) .rounded { border-radius: 0 !important; }
	.kursuebersicht-marktuebersicht-figma__grid > .col-3:nth-child(2) .rounded { border-radius: 0 10px 0 0 !important; }
	.kursuebersicht-marktuebersicht-figma__grid > .col-3:nth-last-child(2) .rounded { border-radius: 0 0 0 10px !important; }
	.kursuebersicht-marktuebersicht-figma__grid > .col-3:nth-last-child(1) .rounded { border-radius: 0 0 10px 0 !important; }
}
