/* W-09 — 썸네일 없을 때 디폴트 (프론트 dw-def-thumb 동일) */
.dw-w09-card-thumb .dw-def-thumb {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.dw-w09-card-thumb .dw-def-thumb--md {
	height: 120px;
	padding: 16px 12px;
}

.dw-w09-card-thumb .dw-def-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	font-weight: 600;
	flex-shrink: 0;
	box-sizing: border-box;
	width: 52px;
	height: 52px;
	font-size: 20px;
	border: 2px solid;
}

.dw-w09-card-thumb .dw-def-tag {
	font-size: 13px;
	font-weight: 600;
	color: #1a1a1a;
	letter-spacing: -0.3px;
	text-align: center;
	line-height: 1.4;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 8px;
}

/* W-09 산책 후기 목록 — 헤더·본문과 동일 1080px 정렬 */
.dw-w09-page .dw-w09 {
	max-width: 1080px;
	margin: 0 auto;
	padding: 20px 24px 48px;
	box-sizing: border-box;
}

.dw-w09-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.dw-w09-title {
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
	margin: 0;
	letter-spacing: -0.4px;
}

.dw-w09-write {
	font-size: 13px;
	padding: 8px 14px;
	background: #2d5016;
	color: #fff;
	border-radius: 20px;
	text-decoration: none;
	font-weight: 500;
}

.dw-w09-write:hover {
	background: #3b6d11;
	color: #fff;
}

.dw-w09-sort {
	display: flex;
	gap: 0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 14px;
}

.dw-w09-sort-btn {
	flex: 1;
	max-width: 120px;
	font-size: 14px;
	color: #999;
	padding: 10px 14px;
	border: none;
	border-bottom: 2px solid transparent;
	background: none;
	cursor: pointer;
	font-family: inherit;
	letter-spacing: -0.2px;
	margin-bottom: -1px;
}

.dw-w09-sort-btn.is-active,
.dw-w09-sort-btn:hover {
	color: #2d5016;
	border-bottom-color: #2d5016;
	font-weight: 500;
}

.dw-w09-tags-wrap {
	margin-bottom: 16px;
	overflow: hidden;
}

.dw-w09-tags {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	padding-bottom: 6px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.dw-w09-tags::-webkit-scrollbar {
	height: 4px;
}

.dw-w09-tag-btn,
a.dw-w09-tag-btn,
button.dw-w09-tag-btn {
	flex-shrink: 0;
	font-size: 13px;
	padding: 7px 14px;
	border-radius: 20px;
	border: 1px solid #e8e8e8;
	background: #fff;
	color: #666;
	cursor: pointer;
	font-family: inherit;
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
	box-sizing: border-box;
}

button.dw-w09-tag-btn {
	appearance: none;
	-webkit-appearance: none;
}

.dw-w09-tag-btn.is-active {
	background: #2D5016;
	border-color: #2D5016;
	color: #fff;
	font-weight: 500;
}

.dw-w09-tag-btn:not(.is-active):hover {
	background: #eaf3de;
	border-color: #c0dd97;
	color: #27500a;
}

.dw-w09-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.dw-w09-card {
	display: flex;
	flex-direction: column;
	border: 1px solid #ebebeb;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	background: #fff;
	color: inherit;
	min-width: 0;
}

.dw-w09-card:hover:not(.is-locked) {
	border-color: #ccc;
}

.dw-w09-card:hover:not(.is-locked) .dw-w09-card-title {
	color: #2d5016;
}

.dw-w09-card.is-locked {
	cursor: default;
}

.dw-w09-card-thumb {
	position: relative;
	height: 120px;
	background: #f8f8f6;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.dw-w09-card-thumb:not(.has-photo) {
	padding: 0;
	background: transparent;
}

.dw-w09-card-lock {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: #fff;
	font-size: 12px;
}

.dw-w09-lock-icon {
	font-size: 20px;
}

.dw-w09-card-body {
	padding: 12px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.dw-w09-card-author {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
}

.dw-w09-card-av-img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.dw-w09-card-av-fallback {
	width: 28px;
	height: 28px;
	min-width: 28px;
	min-height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
	flex-shrink: 0;
	background: #fff;
}

.dw-w09-card-nick {
	font-size: 12px;
	color: #888;
}

.dw-w09-card-title {
	font-size: 14px;
	font-weight: 600;
	color: #1a1a1a;
	margin: 0;
	line-height: 1.45;
	letter-spacing: -0.3px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dw-w09-card-route {
	font-size: 11px;
	color: #3b6d11;
	background: #eaf3de;
	padding: 2px 8px;
	border-radius: 20px;
	margin: 0;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dw-w09-card-meta {
	font-size: 11px;
	color: #bbb;
	display: flex;
	gap: 8px;
}

.dw-w09-card-excerpt {
	font-size: 12px;
	color: #999;
	line-height: 1.5;
	margin: 4px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dw-w09-card-stats {
	display: flex;
	gap: 10px;
	margin-top: auto;
	padding-top: 6px;
	font-size: 12px;
	color: #ccc;
}

.dw-w09-empty {
	grid-column: 1 / -1;
	text-align: center;
	color: #999;
	padding: 40px 16px;
	font-size: 14px;
}

.dw-w09-load-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 24px 0 8px;
}

.dw-w09-load-wrap[hidden] {
	display: none;
}

.dw-w09-spinner {
	width: 28px;
	height: 28px;
	border: 3px solid #e8e8e8;
	border-top-color: #2d5016;
	border-radius: 50%;
	animation: dw-w09-spin 0.8s linear infinite;
}

.dw-w09-load-wrap.is-loading .dw-w09-spinner {
	display: block;
}

.dw-w09-load-text {
	font-size: 12px;
	color: #bbb;
	margin: 0;
}

.dw-w09-sentinel {
	height: 1px;
	width: 100%;
}

@keyframes dw-w09-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 768px) {
	.dw-w09-page .dw-w09 {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 599px) {
	.dw-w09-grid {
		grid-template-columns: 1fr;
	}
}
