/**
 * BW Admin Column - Post list table styles.
 */

.column-bw_featured_image {
	width: 60px;
}

.bw-featured-image-cell {
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: 1px solid #ddd;
	background: #f0f0f0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: opacity 0.2s;
}

.bw-featured-image-cell:hover {
	opacity: 0.7;
}

.bw-featured-image-cell img.bw-admin-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bw-no-thumb-icon {
	font-size: 24px;
	width: 24px;
	height: 24px;
	color: #ccc;
}

[class*="column-bw_meta_"],
[class*="column-bw_tax_"] {
	width: 120px;
}

[class*="column-bw_meta_"] span,
[class*="column-bw_tax_"] a {
	word-break: break-word;
}
