/*
Theme Name: Nineteen Seventeen
Theme URI: https://example.com/
Author: Benjamin Birkenhake
Author URI: https://example.com/
Description: A child theme for TT3.
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.6
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kemi
Template: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Kemi WordPress Theme, (C) 2021 WordPress.org
Kemi is distributed under the terms of the GNU GPL.
*/

body {
	--wp--preset--font-size--xsmall: clamp(0.875rem, 0.875rem + ((1vw - 0.48rem) * 0.14), 1rem);
	--wp--preset--color--ninthary: #a5a5a5;
}

.wp-block-comment-content blockquote {
	padding-left:20px;
}

.wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
	width: auto !important;
}

.wp-caption-text.media-license__figcaption {
	font-size: .5em;
	color: var(--wp--preset--color--ninthary);
	margin-top: 5px;
	text-align:left;
}

.wp-caption-text.media-license__figcaption a {
	display:inline;
}

figcaption img[src*="https://i.creativecommons.org"] {
	display: none;
}

.wp-block-post-author__content p.wp-block-post-author__byline,
.wp-block-post-author__content p.wp-block-post-author__name {
	display: inline-block;
	width: auto !important;
	min-width: 2em;
	font-size: var(--wp--preset--font-size--small);
}