/*
 * Rezoom GEO — front end.
 *
 * Deliberately minimal: the theme already defines .rzm-btn, .summary and
 * .tip_sec, and the CTA reuses .rzm-btn--primary directly. Only the capsule
 * needs styling, and it is written to sit beside .summary and .tip_sec rather
 * than compete with them.
 */
.rzg-capsule{
	margin:0 0 1.5em;
	padding:0.9em 1.1em;
	border-left:3px solid rgba(26,115,233,.65);
	background:rgba(26,115,233,.045);
	border-radius:0 .75rem .75rem 0;
}
.rzg-capsule p{
	margin:0;
	font-size:15px;
	line-height:1.62;
	letter-spacing:-.012em;
	color:#404040;
}
@media (min-width:640px){
	.rzg-capsule p{font-size:15.5px;line-height:1.7}
}

.rzg-cta--theme{
	margin:2.5em 0;
	padding:1.5rem;
	border:1px solid rgba(23,23,23,.06);
	border-radius:1.125rem;
	background:rgba(255,255,255,.72);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.95),inset 0 0 0 1px rgba(26,115,233,.04),inset 0 12px 36px rgba(26,115,233,.045);
}
@media (min-width:640px){
	.rzg-cta--theme{padding:1.75rem}
}
.rzg-cta__heading{
	margin:0 0 .4rem;
	font-size:1.0625rem;
	font-weight:600;
	line-height:1.375;
	letter-spacing:-.022em;
	color:#1d1d1f;
}
@media (min-width:640px){
	.rzg-cta__heading{font-size:1.125rem}
}
.rzg-cta__body{
	margin:0 0 1rem;
	font-size:14.5px;
	line-height:1.55;
	letter-spacing:-.01em;
	color:#525252;
}
.rzg-cta--theme .rzg-cta__button{text-decoration:none}
