/*
Theme Name: Datak
Theme URI: https://www.datak.co.uk/
Author: Datak
Author URI: https://www.datak.co.uk/
Description: Datak is a modern WordPress block theme for business applications and cloud software news. It ships with reusable, editable block patterns for the homepage content areas, per-category post sections and category archive intros.
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: datak
Tags: blog, news, block-patterns, full-site-editing, one-column, two-columns, custom-colors, custom-menu, editor-style, featured-images, block-styles, wide-blocks
*/

/* Block themes are styled through theme.json. Only small helpers live here. */

.datak-card {
	height: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.datak-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(11, 32, 66, 0.12);
}

.datak-eyebrow {
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.datak-hero {
	background-position: center;
	background-size: cover;
}

.wp-block-post-excerpt__more-link {
	display: inline-block;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.wp-block-post-featured-image img {
	border-radius: 10px;
}
