/*
Theme Name: Tarot.NYC for Blog Pro
Theme URI: https://tarot.nyc/
Description: A purpose-built Blog Pro child theme for the Tarot.NYC editorial homepage. Existing posts, pages, archives, and Blog Pro settings remain available.
Author: Tarot.NYC
Template: blog-pro
Version: 1.0.43
Text Domain: tarot-nyc-blog-pro-child
*/

.tnyc-standard-policy-bar { padding: 22px 5vw; background: #191815; color: #fff; }
.tnyc-standard-policy-bar .tnyc-footer-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.tnyc-standard-policy-bar a { color: inherit; }
@media (max-width:760px) { html,body{max-width:100%;overflow-x:hidden}.tnyc-standard-policy-bar{padding:22px}.tnyc-standard-policy-bar .tnyc-footer-legal a{min-height:40px;display:inline-flex;align-items:center} }

/* The production homepage stylesheet is loaded from assets/css/tarot-home.css. */

/* Keep the Sun Seal identity on Blog Pro posts, archives, and standard pages. */
#header .tnyc-parent-brand {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 88px;
}

#header .tnyc-parent-brand-mark {
	display: block;
	flex: 0 0 52px;
}

#header .tnyc-parent-brand-mark img {
	width: 52px;
	height: 52px;
	object-fit: contain;
}

#header .tnyc-parent-brand .logo-text {
	min-width: 0;
}

#header .tnyc-parent-brand .logo-text span a {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 31px;
	letter-spacing: -0.04em;
}

#header .tnyc-parent-brand .site-description {
	margin-top: 5px;
	color: #665f55;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	#header .tnyc-parent-brand-mark {
		flex-basis: 42px;
	}

	#header .tnyc-parent-brand-mark img {
		width: 42px;
		height: 42px;
	}

	#header .tnyc-parent-brand .logo-text span a {
		font-size: 27px;
	}

	#header .tnyc-parent-brand .site-description {
		display: none;
	}
}
