/*
Theme Name: Newlook Dashboard
Theme URI: https://glitterboutiqueflower.com/
Author: Glitter Boutique Flower
Description: A deliberately minimal WordPress theme that ships the Newlook store dashboard. Put the [newlook_hello] shortcode on a page and that page becomes a full screen store command center for administrators. Everything else stays plain on purpose.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newlook-dashboard
Tags: e-commerce, custom-colors, translation-ready
*/

/* The dashboard styles itself. These rules only keep ordinary pages readable. */

:root {
	--nl-theme-ink: #1d2430;
	--nl-theme-mut: #6b7482;
	--nl-theme-line: #e3e6ea;
	--nl-theme-accent: #e8899f;
}

body {
	margin: 0;
	color: var(--nl-theme-ink);
	background: #fff;
	font: 16px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

a {
	color: var(--nl-theme-accent);
}

img {
	max-width: 100%;
	height: auto;
}

.nl-theme-wrap {
	max-width: 760px;
	margin: 0 auto;
	padding: 32px 20px 64px;
	box-sizing: border-box;
}

.nl-theme-wrap--bar {
	padding-top: 18px;
	padding-bottom: 18px;
}

.nl-theme-head,
.nl-theme-foot {
	border-bottom: 1px solid var(--nl-theme-line);
}

.nl-theme-foot {
	border-bottom: 0;
	border-top: 1px solid var(--nl-theme-line);
	color: var(--nl-theme-mut);
	font-size: 13px;
}

.nl-theme-head a {
	color: var(--nl-theme-ink);
	text-decoration: none;
	font-weight: 650;
	font-size: 18px;
}

.nl-theme-nav {
	margin-top: 10px;
}

.nl-theme-nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.nl-theme-title {
	font-size: 26px;
	letter-spacing: -.01em;
	margin: 0 0 10px;
}

.nl-theme-meta {
	color: var(--nl-theme-mut);
	font-size: 13px;
	margin: 0 0 24px;
}

.nl-theme-entry {
	margin-bottom: 40px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
