/*
Theme Name: Tamed Autonomy
Theme URI: https://tamedautonomy.ai
Description: Staging child of Twenty Twenty-Five. Article cards with featured images and excerpts instead of stacked full posts.
Author: Robin Martherus
Template: twentytwentyfive
Version: 0.1.0
Text Domain: tamed-autonomy
*/

.ta-card {
	border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 1.75rem;
	background: color-mix(in srgb, currentColor 3%, transparent);
}

.ta-card .wp-block-post-featured-image {
	margin: 0;
}

.ta-card .wp-block-post-featured-image img {
	border-radius: 0;
	width: 100%;
	height: auto;
	display: block;
}

.ta-card .wp-block-post-title {
	margin-top: 0.35rem;
}

.ta-card .wp-block-post-excerpt {
	margin-bottom: 0.25rem;
}

.ta-card .wp-block-post-date {
	opacity: 0.7;
}
