.edw-widget {
	max-width: 380px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 16px;
	padding: 20px;
	font-family: inherit;
	color: #2c2c2a;
	box-sizing: border-box;
}

.edw-widget * {
	box-sizing: border-box;
}

.edw-header {
	background: var( --edw-bg-light, #FAEEDA );
	border-radius: 14px;
	padding: 22px 16px;
	text-align: center;
	margin-bottom: 14px;
}

.edw-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #ffffff;
	margin: 0 auto 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	line-height: 1;
}

.edw-icon img {
	max-width: 28px;
	max-height: 28px;
}

.edw-title {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 4px;
	color: var( --edw-title, #412402 );
}

.edw-subtitle {
	font-size: 13px;
	margin: 0;
	color: var( --edw-subtitle, #633806 );
}

.edw-section {
	background: #f7f6f2;
	border-radius: 10px;
	padding: 14px 16px;
	margin-bottom: 10px;
}

.edw-label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #8a8a85;
	margin: 0 0 6px;
	font-weight: bold;
}

.edw-body {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

.edw-illustration-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.edw-illustration-list li {
	font-size: 13px;
	padding: 4px 0;
	border-bottom: 1px solid #e6e4dc;
}

.edw-illustration-list li:last-child {
	border-bottom: none;
}

.edw-future {
	background: var( --edw-future-bg, #E6F1FB );
	border-radius: 10px;
	padding: 14px 16px;
}

.edw-future .edw-label {
	color: var( --edw-future-label, #185FA5 );
}

.edw-future-title {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 4px;
	color: var( --edw-future-title, #042C53 );
}

.edw-future-text {
	font-size: 13px;
	margin: 0 0 10px;
	color: var( --edw-future-text, #0C447C );
}

.edw-btn {
	display: inline-block;
	background: #ffffff;
	border: 1px solid var( --edw-future-label, #185FA5 );
	color: var( --edw-future-label, #185FA5 );
	font-size: 12px;
	font-weight: bold;
	padding: 8px 14px;
	border-radius: 6px;
	text-decoration: none;
	cursor: pointer;
}

.edw-chapter-row {
	display: flex;
	align-items: center;
	gap: 10px;
}

.edw-chapter-swatch {
	width: 34px;
	height: 42px;
	border-radius: 4px;
	background: var( --edw-bg-light, #FAEEDA );
	flex-shrink: 0;
}
