/* This restyles blockquotes to mimic the footnote styling used with the original. */

/* body {
	font-family: georgia, "times new roman", times, serif;
	line-height: 1.6;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	color: #333;
}

.header {
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
} */

.nyt-logo {
	/* font-family: "times new roman", times, serif; */
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

/* h1 {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 1.2;
} */

.byline {
	font-size: 0.9rem;
	color: #666;
	margin-bottom: 20px;
}

.date {
	color: #666;
	font-size: 0.9rem;
	margin-bottom: 30px;
}

.content {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}

p {
	font-size: 1.1rem;
	margin-bottom: 20px;
}

.map-container, .chart-container {
	margin: 40px auto;
	width: 85%;
	max-width: 800px;
}

.texas-map-container {
	margin: 40px auto;
	width: 75%;
	max-width: 700px;
}

.section-break {
	border-top: 1px solid #e2e2e2;
	margin: 40px 0;
}

@media (max-width: 768px) {
	.map-container, .chart-container, .texas-map-container {
		width: 95%;
	}
}

/* Map toggle styles */
.map-toggle-container {
	text-align: center;
	margin-bottom: 20px;
}

.color-scheme-white-heritage-papaya button.toggle-button {
	background-color: #f8f9fa !important;
	border: 1px solid #dee2e6;
	padding: 8px 16px;
	margin: 0 5px;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.9rem;
	transition: all 0.2s;
}

.color-scheme-white-heritage-papaya button.toggle-button.active {
	background-color: #007bff !important;
	color: white !important;
	border-color: #007bff;
}

.color-scheme-white-heritage-papaya button.toggle-button:hover,
.color-scheme-white-heritage-papaya button.toggle-button.active:hover {
	background-color: #0d2c5a !important;
}
.color-scheme-white-heritage-papaya button.toggle-button:focus,
.color-scheme-white-heritage-papaya button.toggle-button.active:focus {
	outline: none !important;
}


.map-view {
	display: none;
}

.map-view.active {
	display: block;
}

/* Footer Styles */
.main .footer {
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #e2e2e2;
	background-color: #f8f9fa;
	color: #333;
}

.main .footer-content {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main .footer-section {
	flex: 1;
	min-width: 200px;
	margin-bottom: 20px;
	padding-right: 20px;
}

.main .footer-section h3 {
	font-size: 1rem;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.main .footer-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main .footer-section li {
	margin-bottom: 8px;
}

.main .footer-section a {
	text-decoration: none;
	color: #333;
}

.main .footer-section a:hover {
	text-decoration: underline;
}

.main .footer-bottom {
	text-align: center;
	padding: 20px 0;
	font-size: 0.8rem;
	border-top: 1px solid #e2e2e2;
	margin-top: 20px;
}

.team-info {
	background-color: #f0f0f0;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	font-size: 0.9rem;
	line-height: 1.5;
}

.copyright {
	margin-top: 10px;
	font-size: 0.8rem;
	color: #666;
}

.map-section-container {
	position: relative;
	margin-bottom: 40px;
	clear: both;
	width: 100%;
	min-height: 60px;
}

.key-metrics-container {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 10;
}

.nyt-cases-indicator {
	/* font-family: georgia, "times new roman", times, serif; */
	width: 175px;
	margin: 0;
	border: 1px solid #e2e2e2;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.indicator-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.indicator-header {
	margin-bottom: 5px;
}

.indicator-header h3 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 500;
	margin: 0 0 2px 0;
	color: #333;
}

.indicator-date {
	font-size: 10px;
	color: #666;
}

.indicator-value {
	margin-bottom: 0;
}

.big-number {
	font-size: 2.2rem;
	font-weight: 400;
	color: #121212;
}

@media (max-width: 768px) {
	.key-metrics-container {
		position: relative;
		text-align: right;
		top: auto;
		right: auto;
		margin-bottom: 15px;
	}
	
	.nyt-cases-indicator {
		display: inline-block;
	}
}

/* Static Banner Style */
.static-banner {
	background-color: #f44336;
	color: white;
	text-align: center;
	padding: 10px;
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 20px;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Section title style */
.section-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 30px 0 15px 0;
	color: #333;
}


.case-indicator {
	display: none;
}

.case-indicator.active {
	display: block;
}

/* Box for highlighted text */
.nyt-style-box {
	background-color: #f8f9fa;
	border-left: 4px solid #333;
	padding: 20px 25px;
	margin: 30px 0;
	font-size: 1.05rem;
	line-height: 1.7;
	color: #333;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.nyt-style-box p {
	margin-bottom: 15px;
}

.nyt-style-box p:last-child {
	margin-bottom: 0;
}

blockquote::before,
blockquote::after {
	display: none;
	padding: 0;
	margin: 0;
}

blockquote,
.footnote {
	font-size: 0.85rem;
	color: #727272;
	line-height: 1.5;
	margin: 25px 0;
	max-width: 90%;
	padding: 0 0 0 15px;
	position: relative;
	min-height: initial;
}

blockquote {
	margin-top:-4rem;
}


 blockquote::before,
 .footnote::before {
	 display: initial;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background-color: #f0f0f0;
	border-radius: 2px;
}
.color-scheme-white-heritage-papaya blockquote::before {
  border-color: #f0f0f0;
}
.footnote-label {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.7rem;
	letter-spacing: 0.5px;
	margin-bottom: 8px;
	color: #333;
}

blockquote a,
.footnote a {
	color: #326891;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

.footnote a:hover {
	border-bottom: 1px solid #326891;
}

/* @media (min-width: 768px) {
	.footnote {
		column-count: 1;
		column-gap: 30px;
	}
	
	.footnote-label {
		column-span: all;
	}
} */

/* BSPH Component Overrides */


.full-width-container {
	max-width: 900px;
	margin: 0 auto;
	border-bottom: 1px solid #efefef;
}

.full-width-container__inner.inner {
	padding-top: 2rem;
	padding-bottom: 1rem;
} 

h2.full-width-container__title,
.text-long h2 {
	font-size: 145%;
	font-family: "Quadon Bold",tahoma,sans-serif !important;
}

.text-long {
	padding: 0;
}

.hr, .text-long hr {
	color: #d2d2d2 !important;
}

/* grey not at the bottom. targeting via the background data attribute. */
.full-width-container[data-bg-color="#f2f5f8"] {
	border-bottom: none;
	width: 100%;
	max-width: 100%;
}

.full-width-container[data-bg-color="#f2f5f8"] .text-inner.inner {
	margin-top: 0;
	margin-bottom: 2rem;
	padding-top: 1rem;
}

.full-width-container[data-bg-color="#f2f5f8"] .text-long {
	max-width: 900px;
	margin: 0 auto;
}

.full-width-container[data-bg-color="#f2f5f8"] .text-long p:last-child {
	margin: inherit;
}

.tile-grid .tile-grid__inner {
  max-width: 900px;
	padding: 0 !important;
} 