.bkt-widget {
	--bkt-background: #fdf6f7;
	--bkt-border-color: #ead7d8;
	--bkt-accent-color: #c9a5a5;
	--bkt-title-color: #6f4f52;
	--bkt-body-color: #5c4a4d;
	--bkt-icon-color: #b88c8f;
	--bkt-shadow: 0 14px 36px rgba(111, 79, 82, 0.08);
	background: linear-gradient(180deg, #fdf6f7 0%, #fffafb 100%);
	border: 1px solid var(--bkt-border-color);
	border-left: 4px solid var(--bkt-accent-color);
	border-radius: 12px;
	box-shadow: var(--bkt-shadow);
	color: var(--bkt-body-color);
	margin: 0 0 24px;
	padding: 16px;
	position: relative;
}

.bkt-header {
	align-items: flex-start;
	column-gap: 12px;
	display: flex;
	margin-bottom: 16px;
}

.bkt-heading-group {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.bkt-title {
	color: var(--bkt-title-color);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.bkt-reading-time {
	color: var(--bkt-title-color);
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4;
	opacity: 0.8;
}

.bkt-title-icon,
.bkt-item-icon {
	align-items: center;
	color: var(--bkt-icon-color);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 1rem;
	justify-content: center;
	line-height: 1;
}

.bkt-title-icon svg,
.bkt-item-icon svg {
	fill: currentColor;
	height: 1em;
	width: 1em;
}

.bkt-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bkt-takeaway {
	align-items: flex-start;
	display: flex;
	gap: 12px;
}

.bkt-item-content {
	color: var(--bkt-body-color);
	flex: 1 1 auto;
	font-size: 1rem;
	line-height: 1.7;
	min-width: 0;
}

.bkt-item-content > :first-child {
	margin-top: 0;
}

.bkt-item-content > :last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.bkt-widget {
		padding: 24px;
	}

	.bkt-header {
		margin-bottom: 18px;
	}
}
