/**
 * Developer log layout for milestone / accomplishment / client spotlight posts.
 */

.mm-milestone-devlog .mm-section {
	background: #f3f7fc;
}

.mm-devlog-entry {
	background: #fff;
	border: 1px solid #c5d5ea;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(12, 35, 64, 0.08);
	overflow: hidden;
}

.mm-devlog-meta-bar {
	background: linear-gradient(180deg, #12325a 0%, #0c2340 100%);
	color: #e8f0fa;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-size: 12px;
	letter-spacing: 0.06em;
	padding: 10px 18px;
	text-transform: uppercase;
}

.mm-devlog-tag {
	color: #5c9de0;
	font-weight: 700;
}

.mm-devlog-sep {
	color: #3b7bc4;
	margin: 0 6px;
}

.mm-devlog-type {
	color: #fff;
}

.mm-devlog-layout {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 24px;
	padding: 24px;
}

@media (max-width: 640px) {
	.mm-devlog-layout {
		grid-template-columns: 1fr;
	}
}

.mm-devlog-author {
	text-align: center;
}

.mm-devlog-avatar-wrap {
	margin-bottom: 12px;
}

.mm-devlog-avatar,
.mm-devlog-avatar-wrap img {
	border: 2px solid #c5d5ea;
	border-radius: 8px;
	display: block;
	height: 120px;
	margin: 0 auto;
	object-fit: cover;
	width: 120px;
}

.mm-devlog-author-meta {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	gap: 4px;
}

.mm-devlog-author-name {
	color: #0c2340;
	font-size: 15px;
}

.mm-devlog-author-role {
	color: #24599a;
	font-weight: 600;
}

.mm-devlog-author-org {
	color: #5a7291;
	font-size: 12px;
}

.mm-devlog-body {
	min-width: 0;
}

.mm-devlog-title {
	margin-bottom: 16px;
}

.mm-devlog-content {
	color: #0c2340;
	font-size: 17px;
	line-height: 1.7;
}

.mm-devlog-content h2 {
	color: #12325a;
	font-size: 1.25rem;
	margin-top: 1.75rem;
}

.mm-devlog-content a {
	color: #24599a;
	font-weight: 600;
}

.mm-devlog-client-spotlight {
	background: #fff;
	border-top: 1px solid #dce6f2;
	padding: 24px;
}

.mm-devlog-client-spotlight .mm-spotlight {
	margin: 0;
}

.mm-devlog-replies {
	background: #f7f9fc;
	border-top: 1px solid #dce6f2;
	padding: 20px 24px 24px;
}

.mm-devlog-replies-title {
	font-size: 14px;
	letter-spacing: 0.04em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.mm-devlog-reply-list,
.mm-devlog-replies .commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mm-devlog-reply {
	border-top: 1px solid #dce6f2;
	padding: 14px 0;
}

.mm-devlog-reply:first-child {
	border-top: none;
	padding-top: 0;
}

.mm-devlog-reply-layout {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 12px;
}

.mm-devlog-reply-avatar img {
	border-radius: 6px;
	height: 48px;
	object-fit: cover;
	width: 48px;
}

.mm-devlog-reply-author {
	font-size: 13px;
	margin: 0 0 6px;
}

.mm-devlog-reply-author time {
	color: #5a7291;
	font-size: 12px;
	margin-left: 8px;
}

.mm-devlog-reply-content {
	color: #0c2340;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.mm-devlog-reply-content p {
	margin: 0;
}
