/* ===== Visitors Shortcode ===== */
.bp-ga-visitors {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
.bp-ga-visitors__count {
	font-weight: 700;
}

/* ===== Realtime Shortcode ===== */
.bp-ga-realtime--card {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	background: #059669;
	color: #fff;
	padding: 16px 24px;
	border-radius: 12px;
	text-align: center;
	line-height: 1.3;
}
.bp-ga-realtime--card .bp-ga-realtime__dot {
	width: 10px;
	height: 10px;
	background: #6ee7b7;
	border-radius: 50%;
	margin-bottom: 6px;
	animation: bp-ga-pulse 1.5s ease-in-out infinite;
}
.bp-ga-realtime--card .bp-ga-realtime__count {
	font-size: 2em;
	font-weight: 800;
}
.bp-ga-realtime--card .bp-ga-realtime__label {
	font-size: 0.85em;
	opacity: 0.9;
}

.bp-ga-realtime--minimal {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.95em;
}
.bp-ga-realtime--minimal .bp-ga-realtime__dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #059669;
	border-radius: 50%;
	animation: bp-ga-pulse 1.5s ease-in-out infinite;
}

@keyframes bp-ga-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.4; }
}

/* ===== Pageviews Shortcode ===== */
.bp-ga-pageviews--inline {
	display: inline;
}

.bp-ga-pageviews--badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: #f0f0f1;
	color: #50575e;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 0.85em;
	font-weight: 600;
}

.bp-ga-pageviews--card {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	background: #f8f9fa;
	border: 1px solid #e2e4e7;
	padding: 16px 24px;
	border-radius: 12px;
	text-align: center;
}
.bp-ga-pageviews--card .bp-ga-pageviews__icon {
	font-size: 1.5em;
	margin-bottom: 4px;
}
.bp-ga-pageviews--card .bp-ga-pageviews__count {
	font-size: 1.8em;
	font-weight: 800;
	color: #1d2327;
}
.bp-ga-pageviews--card .bp-ga-pageviews__label {
	font-size: 0.85em;
	color: #646970;
}

/* ===== Widget Styles ===== */
.bp-ga-widget-visitors {
	text-align: center;
	padding: 10px 0;
}
.bp-ga-widget-visitors__count {
	font-size: 2em;
	font-weight: 800;
	color: #1d2327;
}
.bp-ga-widget-visitors__label {
	font-size: 0.85em;
	color: #646970;
}

.bp-ga-widget-realtime {
	text-align: center;
	padding: 10px 0;
}
.bp-ga-widget-realtime__dot {
	width: 10px;
	height: 10px;
	background: #059669;
	border-radius: 50%;
	margin: 0 auto 6px;
	animation: bp-ga-pulse 1.5s ease-in-out infinite;
}
.bp-ga-widget-realtime__count {
	font-size: 2em;
	font-weight: 800;
	color: #059669;
}
.bp-ga-widget-realtime__label {
	font-size: 0.85em;
	color: #646970;
}

/* ===== Error ===== */
.bp-ga-error {
	color: #d63638;
	font-size: 0.85em;
}
