/*!
Theme Name:   Yuki Minimalist Blog
Theme URI:    https://www.wpmoose.com/themes/yuki-minimalist-blog/
Author:       WP Moose
Author URI:   https://www.wpmoose.com
Description:  A minimalist and customizable free WordPress blog theme. You can fully customize your website with rich customization options. It is perfect for personal bloggers and content publishers.
Template:     yuki
Version:      1.0.3
Tested up to: 6.5
Requires PHP: 7.2
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  yuki-minimalist-blog
Tags: news, blog, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, block-styles, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, threaded-comments, theme-options, translation-ready, wide-blocks
*/

/* -------------------------------------------------------------------------
 * Author / team box (single posts)
 * ---------------------------------------------------------------------- */

.sp-author-bio-box {
	display: block;
	margin-top: 40px;
	padding: 30px 20px;
	border-top: 3px solid #d4af37;
	background: #fafafa;
}

.sp-author-bio-title {
	margin: 0 0 20px;
	font-size: 1.4em;
	color: #333;
}

.sp-author-bio-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 15px;
}

.sp-author-card {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 15px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
}

.sp-author-name {
	font-size: 1.1em;
	color: #333;
}

.sp-author-role {
	font-size: 0.9em;
	color: #555;
}

.sp-author-link {
	font-size: 0.85em;
	color: #0b5fa5;
	text-decoration: none;
}

.sp-author-link:hover,
.sp-author-link:focus {
	text-decoration: underline;
}

.sp-author-bio-note {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #e0e0e0;
	font-size: 0.85em;
	color: #666;
}

.sp-author-bio-note a {
	color: #0b5fa5;
}

/* -------------------------------------------------------------------------
 * Cross-domain network footer
 * ---------------------------------------------------------------------- */

#sp-network-footer {
	padding: 20px;
	border-top: 3px solid #d4af37;
	background: #1a1a2e;
	color: #ccc;
	font-size: 13px;
	text-align: center;
}

#sp-network-footer .sp-network-title {
	margin: 0 0 10px;
	color: #d4af37;
	font-weight: 700;
}

#sp-network-footer .sp-network-links {
	line-height: 1.8;
}

#sp-network-footer .sp-network-links a {
	color: #9ecbe8;
	text-decoration: none;
}

#sp-network-footer .sp-network-links a:hover,
#sp-network-footer .sp-network-links a:focus {
	text-decoration: underline;
}

/* Dark scheme: the box colours are fixed, so keep the contrast intact. */
[data-yuki-theme="dark"] .sp-author-bio-box {
	background: #1c1c1c;
	color: #e6e6e6;
}

[data-yuki-theme="dark"] .sp-author-bio-title,
[data-yuki-theme="dark"] .sp-author-name {
	color: #f0f0f0;
}

[data-yuki-theme="dark"] .sp-author-card {
	background: #262626;
	border-color: #3a3a3a;
}

[data-yuki-theme="dark"] .sp-author-role,
[data-yuki-theme="dark"] .sp-author-bio-note {
	color: #b8b8b8;
}

[data-yuki-theme="dark"] .sp-author-link,
[data-yuki-theme="dark"] .sp-author-bio-note a {
	color: #7eb8da;
}
