/* Force the active orbit card and its links to accept mouse clicks */

.paragraph--type--feature-highlight .orbit-card.is-active,
.paragraph--type--feature-highlight .orbit-card.is-active * {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Ensure the button links themselves are always clickable */
.paragraph--type--feature-highlight a.btn-primary {
    pointer-events: auto !important;
    position: relative !important;
    z-index: 100 !important;
}

.paragraph--type--feature-highlight .orbit-shell p{
	
	font-size:.88rem;
	line-height:1.45;
}
