/*
Theme Name: BlankSlate Child
Theme URI: https://opencollective.com/blankslate
Template: blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Version: 2025.1765820122
Updated: 2025-12-15 17:35:22

*/

/*** Posts ***/
.single-post h2 {font-size: 30px !important; font-weight: 700 !important; margin-bottom: .85em;}
.single-post h3 {margin-bottom: .85em;}
.single-post ul {margin-bottom: 1.25em;}
.single-post figure {margin: 6% 0;}


/*** Technology Page Cards ***/
[id^="rbcard-thumb-"] { 
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
}
/* Card active state */
[id^="rbcard-thumb-"].active {background-color: #EEEEEE !important;}
[id^="rbcard-thumb-"].active img {filter: saturate(100%) !important;}
/* Card hover state */
[id^="rbcard-thumb-"]:hover {background-color: #EEEEEE !important;}
[id^="rbcard-thumb-"]:hover img {filter: saturate(100%) !important;}

/*** RubberBond Elevate Page ***/
	.features-number p {
	margin-block-end: 0 !important;
	}