/*
Theme Name: Duvardan
Theme URI: https://duvardan.com
Template: twentytwentyfive
Author: duvardan
Description: Twenty Twenty-Five için duvardan.com child (block) teması.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.2
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: duvardan
*/

/* Tekil haber ve arşiv sayfalarında tarih/kategori satırı için düz gri görünüm */
.wp-block-post-terms.is-style-meta-plain {
	text-transform: none;
	letter-spacing: normal;
	font-weight: 400;
}

.wp-block-post-terms.is-style-meta-plain a {
	background: none;
	color: var(--wp--preset--color--accent-4);
	padding: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-weight: 600;
	white-space: nowrap;
}

.wp-block-post-terms.is-style-meta-plain a:hover {
	background: none;
	color: var(--wp--preset--color--contrast);
}
