/*
Theme Name: YouCanStudy.AI
Theme URI: https://youcanstudy.ai/
Author: YouCanStudy Studio
Author URI: https://youcanstudy.ai/
Description: A native WordPress learning-media theme for YouCanStudy.AI. Includes courses, lessons, AI directions, articles, membership and account templates.
Version: 0.2.7
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: youcanstudy-ai
*/

/* The compiled theme styles are loaded from assets/css/theme.css. */

.ycsa-site-brand {
	gap: 0.45rem;
	color: #111827;
	text-decoration: none;
}

.ycsa-site-logo-mark {
	display: block;
	width: 34px;
	height: 34px;
	object-fit: contain;
	max-width: none;
}

.ycsa-site-logo-wordmark {
	font-size: 1.08rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.035em;
}

.ycsa-site-logo-wordmark span {
	color: #10b981;
}

.ycsa-course-filter-tabs {
	border-bottom: 1px solid rgba(229, 231, 235, 0.8);
}

.ycsa-course-filter-button {
	margin-bottom: -1px;
}

.ycsa-course-filter-search {
	margin-bottom: 0.75rem;
}

@media (min-width: 640px) {
	.ycsa-course-filter-tabs {
		border-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.ycsa-article-toc-aside {
		margin-top: -1.5rem;
	}
}

@media (max-width: 639px) {
	.ycsa-site-brand {
		gap: 0;
	}

	.ycsa-site-logo-mark {
		width: 32px;
		height: 32px;
	}

	.ycsa-site-logo-wordmark {
		display: none;
	}
}
