@charset "utf-8";

/* Compact shared board list rows without changing typography or thumbnails. */
@media (min-width: 768px) {
	#bo_list_wrap.slotmaru-standard-list #bo_list > ul.na-table > li.d-md-table-row > .d-md-table-cell {
		height: 44px !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	#bo_list_wrap.slotmaru-standard-list #bo_list > ul.na-table > li.d-md-table-row.slotmaru-review-list-row > .d-md-table-cell {
		height: 55px !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	#bo_list .slotmaru-basic-qa-table tbody tr {
		height: 44px !important;
	}

	#bo_list .slotmaru-basic-qa-table tbody td,
	#bo_list:has(input[name="bo_table"][value="qa"]) .slotmaru-basic-qa-table tbody td {
		height: 44px !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
}

@media (max-width: 767.98px) {
	#bo_list_wrap.slotmaru-standard-list #bo_list > ul.na-table > li.d-md-table-row {
		padding-top: 7px !important;
		padding-bottom: 7px !important;
	}

	#bo_list_wrap.slotmaru-standard-list #bo_list > ul.na-table > li.d-md-table-row.slotmaru-review-list-row {
		min-height: 60px !important;
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}

	#bo_list_wrap.slotmaru-standard-list #bo_list > ul.na-table > li.slotmaru-has-mobile-meta > .cpostnamecls,
	#bo_list_wrap.slotmaru-standard-list #bo_list > ul.na-table > li.slotmaru-has-mobile-meta > .board-mobile-meta {
		margin-top: 4px !important;
	}

	#bo_list_wrap.slotmaru-standard-list #bo_list .slotmaru-review-title-layout__body {
		gap: 2px;
	}
}
