:host {
	display: block;
}

.dealoftheday {
	border: 1px solid var(--color-gray-20, #d9dee6);
	border-radius: 10px;
	padding: 1rem;
	background: var(--color-white, #fff);
}

.dealoftheday__header {
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}

.dealoftheday__heading {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.25;
}

.dealoftheday__timer {
	font-weight: 700;
	font-size: 0.95rem;
	color: var(--color-primary, #0b4ea2);
}

.dealoftheday__panels {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
}

.dealoftheday__panel {
	border: 1px solid var(--color-gray-20, #d9dee6);
	border-radius: 8px;
	padding: 0.875rem;
	background: var(--color-gray-05, #f8f9fb);
}

.dealoftheday__panel--missing {
	background: #fff7f7;
	border-color: #e8b5b5;
}

.dealoftheday__badge {
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--color-gray-50, #687789);
}

.dealoftheday__title {
	margin: 0 0 0.25rem;
	font-size: 1.05rem;
	line-height: 1.3;
}

.dealoftheday__link {
	color: var(--color-primary, #0b4ea2);
	text-decoration: none;
}

.dealoftheday__link:hover,
.dealoftheday__link:focus {
	text-decoration: underline;
}

.dealoftheday__meta {
	margin: 0.125rem 0;
	font-size: 0.85rem;
	color: var(--color-gray-60, #4a5a6b);
}

.dealoftheday__price {
	margin: 0.5rem 0 0;
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--color-black, #111);
}
