/*
Theme Name: Latingles Site
Theme URI: https://latingles.com
Description: Standalone Latingles theme — marketing homepage, blog hub, language pages, category archives, singles, Gutenberg blocks, and Tutor CPT. Field groups, the Tutor post type, and Language taxonomy live in /acf-json and sync through Secure Custom Fields.
Author: Daniyal Hassan
Author URI: https://latingles.com
Version: 1.1.0
Text Domain: latingles-site
Requires at least: 6.0
Requires PHP: 7.4
Requires Plugins: secure-custom-fields
*/

.ltb-breadcrumb__current {
	color: var(--ltb-text-primary);
}

.ltb-category-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 28px;
}

.ltb-category-toolbar__count {
	margin: 0;
	font-size: 14px;
	color: var(--ltb-text-secondary);
}

.ltb-category-sort {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ltb-category-sort label {
	font-size: 14px;
	font-weight: 500;
	color: var(--ltb-text-primary);
}

.ltb-category-sort select {
	appearance: none;
	font: inherit;
	font-size: 14px;
	font-weight: 500;
	color: var(--ltb-text-primary);
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23121117' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E") no-repeat right 12px center;
	border: 1px solid var(--ltb-border-color, #e2e8f0);
	border-radius: 999px;
	padding: 8px 36px 8px 16px;
	min-width: 160px;
	cursor: pointer;
}

.ltb-category-sort select:focus {
	outline: 2px solid var(--ltb-primary, #004aad);
	outline-offset: 2px;
}

.ltb-lang-articles__head .ltb-category-sort {
	flex-shrink: 0;
}

.ltb-lang-articles__head .ltb-category-sort label {
	color: var(--ltb-lang-ink);
}

@media (max-width: 640px) {
	.ltb-category-toolbar {
		flex-direction: column;
		align-items: flex-start;
	}
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	word-wrap: normal !important;
}
