/*!
Theme Name: trener
Theme URI: https://trener.loc/
Author: BodyManagement
Author URI: https://trener.loc/
Description: Тема для сайту тренера і дієтолога Артура Савченка (BodyManagement). Вміст редагується через Advanced Custom Fields.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: trener
Tags: custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.

trener is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*
 * The design system lives in assets/css/main.css, enqueued before this file.
 * Keep this stylesheet for overrides only, so main.css stays the single source
 * of truth for the ported design.
 */

/* WordPress core alignment classes, for content inside .rich blocks. */

.alignleft {
	float: left;
	margin-right: 24px;
	margin-bottom: 16px;
}

.alignright {
	float: right;
	margin-left: 24px;
	margin-bottom: 16px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignwide,
.alignfull {
	max-width: none;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
.wp-element-caption {
	margin: 8px 0 0;
	font-size: 14px;
	color: var(--muted);
}

.sticky,
.bypostauthor {
	/* Required by the theme-check guidelines. */
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
	gap: 12px;
}

.gallery-item {
	margin: 0;
}

.gallery-caption {
	font-size: 14px;
	color: var(--muted);
}
