/**
 * Theme Name: Blue Pill
 * Theme Label: Blue Background with Pill Button
 * Theme Slug: blue-pill
 *
 * @package Socios_Sticky_Banner
 * @since   1.0.0
 */

.socios-sticky-banner--blue-pill {
	background-color: #1c39c2;
	font-family: 'Manrope', sans-serif;
}

.socios-sticky-banner--blue-pill .socios-sticky-banner__content::after {
	color: #fb543b;
}

.socios-sticky-banner--blue-pill .socios-sticky-banner__cta {
	padding: 4px 8px;
	border-radius: 100px;
	background-color: #fb543b;
	text-decoration: none;
}

.socios-sticky-banner--blue-pill .socios-sticky-banner__cta:hover {
	background-color: #e8442f;
}
