/*
Theme Name: Meridian
Theme URI: https://example.com/meridian
Author: Radhe Gupta
Author URI: https://example.com
Description: Meridian is a premium editorial news and media theme built for financial, crypto, business, technology, politics and world-news publications. It ships with a layered "depth" design system, seven hero presets, a drag-and-drop homepage section builder, a ten-layout section engine, a ten-style card library, a configurable footer builder, ad slots, dark mode, and a full design-token architecture.
Version: 1.1.2
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meridian
Tags: news, magazine, blog, editorial, three-columns, custom-menu, custom-logo, featured-images, block-patterns, translation-ready, accessibility-ready, full-width-template, rtl-language-support

Meridian WordPress Theme, (C) 2026.
Meridian is distributed under the terms of the GNU GPL v2 or later.

All theme styling lives in assets/css/main.css. This file exists for the
WordPress theme header and for a small set of overrides that must load last.
*/

/* Overrides that must win against enqueued stylesheets are placed here. */
.mrd-skip-link:focus {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 100000;
	padding: 12px 20px;
	background: var(--mrd-color-surface, #fff);
	color: var(--mrd-color-text, #12203a);
	border-radius: var(--mrd-r-8, 8px);
	box-shadow: var(--mrd-sh-floating, 0 18px 40px rgba(10, 20, 40, .28));
	font: 600 15px/1 var(--mrd-ff-nav, system-ui, sans-serif);
	text-decoration: none;
	clip: auto !important;
	clip-path: none;
	width: auto;
	height: auto;
}
