/* メルマガ管理 — フロント表示スタイル（[merumaga_list]） */

.mmag-list {
	margin: 1.5em 0;
}

.mmag-list__heading {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.75em;
	padding-bottom: 0.4em;
	border-bottom: 2px solid #e2e8f0;
}

.mmag-list__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mmag-list__item {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.5em 0.9em;
	padding: 0.7em 0.2em;
	border-bottom: 1px solid #edf2f7;
}

.mmag-list__item:last-child {
	border-bottom: none;
}

.mmag-list__date {
	color: #718096;
	font-size: 0.85em;
	font-variant-numeric: tabular-nums;
	min-width: 5.5em;
}

.mmag-list__no {
	display: inline-block;
	background: #ebf4ff;
	color: #3182ce;
	font-size: 0.75em;
	font-weight: 600;
	padding: 0.1em 0.6em;
	border-radius: 999px;
	white-space: nowrap;
}

.mmag-list__link {
	color: #2d3748;
	text-decoration: none;
	font-weight: 500;
	flex: 1 1 auto;
}

.mmag-list__link:hover {
	color: #3182ce;
	text-decoration: underline;
}

.mmag-empty {
	color: #718096;
	font-style: italic;
}
