.dgxxl-card {
	position: relative;
	background: #1e1826;
	border-radius: 16px;
	overflow: hidden;
	max-width: 380px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.4);
}

.dgxxl-card * {
	box-sizing: border-box;
}

.dgxxl-card--image-bottom {
	display: flex;
	flex-direction: column;
}

.dgxxl-card--image-bottom .dgxxl-image {
	order: 3;
}

.dgxxl-card--image-bottom .dgxxl-badgerow {
	order: 1;
	padding-top: 20px;
}

.dgxxl-card--image-bottom .dgxxl-content {
	order: 2;
}

.dgxxl-image {
	position: relative;
	aspect-ratio: 2.38;
	overflow: hidden;
	background: #15111c;
}

.dgxxl-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.dgxxl-image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(21, 17, 28, 0) 55%, rgba(21, 17, 28, 0.9) 100%);
	pointer-events: none;
}

.dgxxl-badgerow {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 0 20px;
	margin-top: -32px;
	position: relative;
	z-index: 2;
}

.dgxxl-badge {
	flex-shrink: 0;
	width: 68px;
	height: 68px;
	border-radius: 12px;
	background: #8f2c1b;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.45);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.dgxxl-badge__day {
	font-size: 24px;
	line-height: 1;
	color: #f1ece6;
	font-weight: 700;
}

.dgxxl-badge__mon {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #f1ece6;
	opacity: 0.85;
	margin-top: 2px;
}

.dgxxl-heading {
	flex: 1;
	min-width: 0;
}

.dgxxl-city {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 2px;
	color: #f1ece6;
	line-height: 1.2;
}

.dgxxl-subline {
	margin: 0;
	font-size: 12.5px;
	color: rgba(241, 236, 230, 0.55);
}

.dgxxl-content {
	padding: 16px 20px 20px;
}

.dgxxl-lineup {
	padding-top: 14px;
	margin-top: 14px;
	border-top: 1px solid rgba(241, 236, 230, 0.12);
}

.dgxxl-lineup--no-divider {
	border-top: none;
}

.dgxxl-lineup__top {
	margin: 0 0 4px;
	font-size: 14.5px;
	font-weight: 700;
	color: #f1ece6;
}

.dgxxl-lineup__support {
	margin: 0;
	font-size: 12.5px;
	color: rgba(241, 236, 230, 0.55);
	line-height: 1.5;
}

.dgxxl-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}

.dgxxl-status {
	display: flex;
	align-items: center;
	gap: 7px;
}

.dgxxl-status__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #d6472b;
	flex-shrink: 0;
}

.dgxxl-status__label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(241, 236, 230, 0.55);
}

.dgxxl-tag {
	font-size: 11px;
	font-weight: 600;
	color: rgba(241, 236, 230, 0.55);
	border: 1px solid rgba(241, 236, 230, 0.12);
	padding: 3px 8px;
	border-radius: 4px;
}

.dgxxl-actions {
	display: flex;
	gap: 10px;
	margin-top: 16px;
}

.dgxxl-btn {
	flex: 1;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	padding: 11px 14px;
	border-radius: 8px;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.dgxxl-btn--primary {
	background: #8f2c1b;
	color: #f1ece6;
	border: none;
}

.dgxxl-btn--primary:hover {
	opacity: 0.88;
	color: #f1ece6;
}

.dgxxl-btn--ghost {
	background: transparent;
	border: 1px solid #d6472b;
	color: #d6472b;
}

.dgxxl-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.05);
}

@media (prefers-reduced-motion: reduce) {
	.dgxxl-btn {
		transition: none;
	}
}
