/* CSS Document */

.wp-block {
	max-width: 100% !important;
}

/* Widget container styling - preserve dashboard widget appearance */
.cf-container {
	display: block !important;
	position: relative;
	box-sizing: border-box;
	padding: 12px;
	margin: 10px 0;
	background: #fff;
	border: 1px solid #c3c4c7;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
}

/* Ensure widget content renders properly */
.cf-container * {
	box-sizing: border-box;
}

/* Dashboard widget specific styles - mimicking WordPress dashboard.css */
.cf-container .inside {
	margin: 0;
	padding: 0;
}

.cf-container h2,
.cf-container h3 {
	margin: 0 0 8px;
	font-size: 14px;
	padding: 8px 12px;
	margin: -12px -12px 12px;
	line-height: 1.4;
	border-bottom: 1px solid #f0f0f1;
}

.cf-container table {
	width: 100%;
	border-collapse: collapse;
}

.cf-container p,
.cf-container ul,
.cf-container ol {
	margin: 0.5em 0;
}

/* Styling for widgets that can't render during snapshot */
.cf-widget-no-preview {
	padding: 20px;
	background: #f0f6fc;
	border-left: 4px solid #72aee6;
	text-align: center;
}

.cf-widget-no-preview p {
	margin: 8px 0;
	line-height: 1.5;
}

.cf-widget-no-preview strong {
	font-size: 14px;
	color: #1d2327;
}