/**
 * Minimal styling for CommunityQ community/member sidebar widgets.
 * Loaded only when at least one page-content sidebar with these widgets
 * can be shown (see CommunityWidgetRegistrar::enqueue_styles()).
 */

.cq-widget-online-dot {
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #2ecc71;
	border: 2px solid var(--bs-body-bg, #fff);
}

.cq-widget-people img,
.cq-widget-inbox img,
.cq-widget-sent-messages img,
.cq-widget-recent-conversations img,
.cq-widget-favorite-contacts img,
.cq-widget-blocked-members img,
.cq-widget-member-spotlight img {
	object-fit: cover;
}

.cq-widget-locked {
	text-align: center;
}

.min-w-0 {
	min-width: 0;
}
