/*
 * Theme-conflict guard: keep text readable even when the active theme applies
 * generic white card text later in the cascade.
 */
.gbsnap-entry{
	box-sizing:border-box;
	margin:0 0 24px;
	padding:18px 20px;
	border:1px solid #bfdbfe;
	border-left:5px solid #2563eb;
	border-radius:12px;
	background:#eff6ff!important;
	color:#0f172a!important;
	-webkit-text-fill-color:#0f172a!important;
	opacity:1!important;
}
body .gbsnap-entry p,
body .entry-content .gbsnap-entry p,
body .wp-site-blocks .gbsnap-entry p{
	margin:0 0 10px;
	color:#0f172a!important;
	-webkit-text-fill-color:#0f172a!important;
	opacity:1!important;
}
.gbsnap-entry p:last-child{margin-bottom:0}
body .gbsnap-entry .gbsnap-entry-title{
	font-size:1.2rem;
	font-weight:800;
	color:#1e3a8a!important;
	-webkit-text-fill-color:#1e3a8a!important;
}
body .gbsnap-entry .gbsnap-entry-cta,
body .gbsnap-entry .gbsnap-entry-cta:link,
body .gbsnap-entry .gbsnap-entry-cta:visited{
	display:inline-block;
	box-sizing:border-box;
	padding:12px 18px;
	border:2px solid #1d4ed8;
	border-radius:8px;
	background:#1d4ed8!important;
	color:#fff!important;
	-webkit-text-fill-color:#fff!important;
	font-weight:800;
	line-height:1.25;
	text-align:center;
	text-decoration:none;
}
.gbsnap-entry .gbsnap-entry-cta *,
.gbsnap-entry .gbsnap-entry-cta:link *,
.gbsnap-entry .gbsnap-entry-cta:visited *{
	color:inherit!important;
	-webkit-text-fill-color:inherit!important;
}
body .gbsnap-entry .gbsnap-entry-cta:hover,
body .gbsnap-entry .gbsnap-entry-cta:focus{
	border-color:#1e3a8a;
	background:#1e3a8a!important;
	color:#fff!important;
	-webkit-text-fill-color:#fff!important;
	text-decoration:underline;
}
.gbsnap-entry .gbsnap-entry-cta:focus-visible{
	outline:3px solid #f59e0b;
	outline-offset:3px;
}
body .gbsnap-entry .gbsnap-entry-note{
	font-size:.875rem;
	color:#334155!important;
	-webkit-text-fill-color:#334155!important;
}
.gbsnap-finder-entry{display:flex;flex-wrap:wrap;align-items:center;gap:10px;width:100%;margin:0 0 12px}
body .gbsnap-finder-entry span{
	font-size:.875rem;
	color:#334155!important;
	-webkit-text-fill-color:#334155!important;
}
@media(max-width:480px){
	.gbsnap-entry{padding:16px}
	.gbsnap-entry .gbsnap-entry-cta{width:100%}
	.gbsnap-finder-entry{display:block}
	.gbsnap-finder-entry span{display:block;margin-top:8px}
}
