/*
Theme Name: News Plus Reviews
Theme URI: https://newsplusreviews.com/
Author: News Plus Reviews
Description: A fast, accessible editorial WordPress theme for technology,     automotive, product analysis, reviews, and buying guides.
Version: 1.1.17
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: newsplusreviews
*/

:root {
	--npr-ink: #101827;
	--npr-muted: #5b6678;
	--npr-paper: #ffffff;
	--npr-surface: #f5f7fb;
	--npr-line: #dfe5ee;
	--npr-blue: #1585dc;
	--npr-blue-dark: #0b62ab;
	--npr-red: #d33d45;
	--npr-green: #0a8f5b;
	--npr-gold: #efb941;
	--npr-radius: 18px;
	--npr-shadow: 0 18px 45px rgba(16, 24, 39, .10);
	--npr-content: 1180px;
	--npr-reading: 760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--npr-paper);
	color: var(--npr-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--npr-blue-dark); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { color: var(--npr-blue); }
button, input, textarea, select { font: inherit; }
button, .npr-button { cursor: pointer; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: #fff; clip: auto !important; clip-path: none; color: var(--npr-ink); display: block; height: auto; left: 1rem; padding: .75rem 1rem; position: fixed; top: 1rem; width: auto; z-index: 100000; }

.npr-shell { width: min(var(--npr-content), calc(100% - 40px)); margin-inline: auto; }
.npr-site-header { border-bottom: 1px solid var(--npr-line); background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); }
.admin-bar .npr-site-header { top: 32px; }
.npr-header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; justify-content: space-between; }
.npr-brand { flex: 0 0 auto; display: inline-flex; align-items: center; text-decoration: none; color: var(--npr-ink); }
.npr-brand .custom-logo { width: auto; max-height: 52px; }
.npr-brand-wordmark { font-size: 1.28rem; font-weight: 900; letter-spacing: -.045em; text-decoration: none; color: var(--npr-ink); }
.npr-brand-wordmark span { color: var(--npr-blue); }
.npr-primary-nav { flex: 1 1 auto; }
.npr-primary-nav ul { align-items: center; display: flex; flex-wrap: wrap; gap: 4px; justify-content: center; list-style: none; margin: 0; padding: 0; }
.npr-primary-nav a { border-radius: 999px; color: var(--npr-ink); display: block; font-size: .91rem; font-weight: 750; padding: .55rem .72rem; text-decoration: none; }
.npr-primary-nav a:hover, .npr-primary-nav .current-menu-item > a { background: #eaf5ff; color: var(--npr-blue-dark); }
.npr-primary-nav .menu-item-has-children { position: relative; }
.npr-primary-nav .sub-menu { align-items: stretch; background: #fff; border: 1px solid var(--npr-line); border-radius: 14px; box-shadow: 0 16px 34px rgba(10, 24, 40, .12); display: none; flex-direction: column; gap: 2px; left: 0; min-width: 176px; padding: 8px; position: absolute; top: calc(100% + 6px); z-index: 40; }
.npr-primary-nav .menu-item-has-children:hover > .sub-menu, .npr-primary-nav .menu-item-has-children:focus-within > .sub-menu { display: flex; }
.npr-primary-nav .sub-menu a { border-radius: 8px; white-space: nowrap; }
.npr-header-actions { align-items: center; display: flex; flex: 0 0 auto; gap: 8px; }
.npr-icon-button { align-items: center; background: transparent; border: 1px solid var(--npr-line); border-radius: 50%; color: var(--npr-ink); display: inline-flex; height: 38px; justify-content: center; padding: 0; width: 38px; }
.npr-icon-button:hover { border-color: var(--npr-blue); color: var(--npr-blue); }
.npr-menu-toggle { display: none; }
.npr-search-panel { background: #fff; border-top: 1px solid var(--npr-line); padding: 14px 0; }
.npr-search-panel form { display: flex; gap: 9px; }
.npr-search-panel input { border: 1px solid #c9d4e0; border-radius: 10px; min-width: 0; padding: .82rem 1rem; width: min(560px, 100%); }

.npr-section { padding: 72px 0; }
.npr-section--surface { background: var(--npr-surface); }
.npr-section-heading { align-items: end; display: flex; gap: 18px; justify-content: space-between; margin-bottom: 28px; }
.npr-section-heading h1, .npr-section-heading h2 { font-size: clamp(1.55rem, 2vw, 2.15rem); letter-spacing: -.05em; line-height: 1.08; margin: 0; }
.npr-section-heading p { color: var(--npr-muted); margin: 8px 0 0; max-width: 600px; }
.npr-section-link { font-size: .9rem; font-weight: 800; white-space: nowrap; }

.npr-hero { background: linear-gradient(180deg, #f5f9fd 0%, #fff 100%); padding: 34px 0 24px; }
.npr-hero-grid { display: grid; gap: 16px; grid-template-columns: minmax(0, 1.65fr) minmax(260px, .85fr); }
.npr-hero-secondary { display: grid; gap: 16px; }
.npr-card { background: var(--npr-paper); border: 1px solid var(--npr-line); border-radius: var(--npr-radius); min-width: 0; overflow: hidden; position: relative; }
.npr-card:hover { box-shadow: var(--npr-shadow); transform: translateY(-2px); transition: box-shadow .22s ease, transform .22s ease; }
.npr-card__image { aspect-ratio: 16 / 10; background: linear-gradient(135deg, #dfeeff, #e9edf4); display: block; overflow: hidden; }
.npr-card__image img { height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.npr-card:hover .npr-card__image img { transform: scale(1.035); }
.npr-card__body { padding: 18px; }
.npr-card__meta { align-items: center; color: var(--npr-muted); display: flex; flex-wrap: wrap; font-size: .78rem; font-weight: 700; gap: 8px; }
.npr-card__meta a { color: var(--npr-blue-dark); text-decoration: none; }
.npr-card__title { font-size: 1.12rem; letter-spacing: -.03em; line-height: 1.2; margin: 9px 0 0; }
.npr-card__title a { color: var(--npr-ink); text-decoration: none; }
.npr-card__title a:hover { color: var(--npr-blue-dark); }
.npr-card__excerpt { color: var(--npr-muted); font-size: .91rem; margin: 9px 0 0; }
.npr-card--hero { min-height: 500px; display: flex; align-items: end; border: 0; background: var(--npr-ink); }
.npr-card--hero .npr-card__image { inset: 0; position: absolute; aspect-ratio: auto; width: 100%; }
.npr-card--hero .npr-card__image::after { background: linear-gradient(180deg, rgba(12,18,29,.03), rgba(12,18,29,.86)); content: ""; inset: 0; position: absolute; }
.npr-card--hero .npr-card__body { color: #fff; padding: clamp(26px, 4vw, 46px); position: relative; width: min(760px, 100%); }
.npr-card--hero .npr-card__title { font-size: clamp(1.75rem, 3.5vw, 3.45rem); }
.npr-card--hero .npr-card__title a, .npr-card--hero .npr-card__meta, .npr-card--hero .npr-card__meta a { color: #fff; }
.npr-card--hero .npr-card__excerpt { color: #d8e4ef; font-size: 1rem; }
.npr-card--compact { align-items: end; background: var(--npr-ink); display: flex; min-height: 220px; }
.npr-card--compact .npr-card__image { aspect-ratio: auto; height: 100%; inset: 0; position: absolute; width: 100%; }
.npr-card--compact .npr-card__image::after { background: linear-gradient(180deg, rgba(7, 15, 27, .08) 0%, rgba(7, 15, 27, .28) 34%, rgba(7, 15, 27, .94) 100%); content: ""; inset: 0; position: absolute; }
.npr-card--compact .npr-card__body { background: linear-gradient(180deg, rgba(7, 15, 27, 0) 0%, rgba(7, 15, 27, .76) 24%, rgba(7, 15, 27, .96) 100%); color: #fff; padding: 54px 18px 17px; position: relative; width: 100%; }
.npr-card--compact .npr-card__meta { font-size: .84rem; }
.npr-card--compact .npr-card__meta, .npr-card--compact .npr-card__meta a { color: #d8efff; text-shadow: 0 1px 3px rgba(0, 0, 0, .65); }
.npr-card--compact .npr-card__title { font-size: 1.08rem; line-height: 1.25; text-shadow: 0 2px 5px rgba(0, 0, 0, .8); }
.npr-card--compact .npr-card__title a { color: #fff; }
.npr-card--compact .npr-card__excerpt { display: none; }
.npr-card--list { display: grid; grid-template-columns: minmax(0, 170px) minmax(0, 1fr); }
.npr-card--list .npr-card__image { aspect-ratio: 16 / 10; height: 100%; min-height: 132px; min-width: 0; width: 100%; }
.npr-card--list .npr-card__image img { min-width: 0; width: 100%; }
.npr-card--list .npr-card__body { background: var(--npr-paper); min-width: 0; overflow: hidden; padding: 15px 17px; }
.npr-card--list .npr-card__title { font-size: 1.08rem; line-height: 1.25; margin-top: 7px; }
.npr-card--list .npr-card__excerpt { font-size: .86rem; line-height: 1.45; margin-top: 7px; }
.npr-card--review .npr-card__body { padding-top: 16px; }
.npr-card__score { align-items: center; background: var(--npr-ink); border-radius: 999px; color: #fff; display: inline-flex; font-size: .8rem; font-weight: 900; gap: 5px; padding: .35rem .6rem; }
.npr-card__score strong { color: #82ceff; }
.npr-badge { background: #eaf5ff; border-radius: 999px; color: var(--npr-blue-dark); display: inline-flex; font-size: .72rem; font-weight: 850; letter-spacing: .035em; padding: .3rem .55rem; text-transform: uppercase; }
.npr-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.npr-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.npr-carousel-wrap { position: relative; }
.npr-carousel { display: grid; gap: 22px; grid-auto-columns: minmax(260px, 31.8%); grid-auto-flow: column; grid-template-columns: unset; overflow-x: auto; overscroll-behavior-inline: contain; padding: 2px 2px 16px; scroll-behavior: smooth; scrollbar-color: #b6c5d6 transparent; scrollbar-width: thin; }
.npr-carousel-controls { display: flex; gap: 8px; justify-content: end; margin: -54px 0 22px; }
.npr-carousel-controls .npr-icon-button { background: #fff; box-shadow: 0 4px 14px rgba(16, 24, 39, .08); }
.npr-empty { border: 1px dashed #b7c3d3; border-radius: var(--npr-radius); color: var(--npr-muted); padding: 34px; text-align: center; }

.npr-topic-strip { display: flex; flex-wrap: wrap; gap: 10px; }
.npr-topic-pill { background: #fff; border: 1px solid var(--npr-line); border-radius: 999px; color: var(--npr-ink); font-size: .86rem; font-weight: 800; padding: .65rem .95rem; text-decoration: none; }
.npr-topic-pill:hover { background: var(--npr-blue); border-color: var(--npr-blue); color: #fff; }
.npr-newsletter { align-items: center; background: var(--npr-ink); border-radius: 26px; color: #fff; display: grid; gap: 30px; grid-template-columns: 1.2fr .8fr; padding: clamp(28px, 5vw, 55px); }
.npr-newsletter h2 { font-size: clamp(1.7rem, 3vw, 2.8rem); letter-spacing: -.055em; line-height: 1.04; margin: 0; }
.npr-newsletter p { color: #c2d1df; margin: 12px 0 0; }
.npr-newsletter__form { display: flex; gap: 9px; }
.npr-newsletter__form input { border: 0; border-radius: 10px; min-width: 0; padding: .85rem 1rem; width: 100%; }
.npr-button { background: var(--npr-blue); border: 1px solid var(--npr-blue); border-radius: 10px; color: #fff; display: inline-flex; font-size: .9rem; font-weight: 850; justify-content: center; padding: .82rem 1.05rem; text-decoration: none; }
.npr-button:hover { background: var(--npr-blue-dark); border-color: var(--npr-blue-dark); color: #fff; }
.npr-button--outline { background: transparent; border-color: #9ec5e8; color: var(--npr-blue-dark); }
.npr-contact-page .npr-article__dek { color: var(--npr-muted); font-size: 1.08rem; margin: 14px 0 0; }
.npr-contact-card { background: var(--npr-paper); border: 1px solid var(--npr-line); border-radius: 22px; box-shadow: 0 14px 32px rgba(10, 24, 40, .06); padding: clamp(24px, 5vw, 42px); }
.npr-contact-card h2 { margin-top: 0; }
.npr-contact-card p { max-width: 58ch; }
.npr-contact-note { color: var(--npr-muted); font-size: .9rem; margin-bottom: 0; margin-top: 22px; }

.npr-page-header { background: var(--npr-surface); border-bottom: 1px solid var(--npr-line); padding: 46px 0; }
.npr-page-header h1 { font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.06em; line-height: 1; margin: 0; }
.npr-page-header p { color: var(--npr-muted); font-size: 1.04rem; margin: 14px 0 0; max-width: 680px; }
.npr-archive-grid { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.npr-pagination { display: flex; justify-content: center; margin-top: 40px; }
.npr-pagination .nav-links { display: flex; gap: 8px; }
.npr-pagination a, .npr-pagination .current { border: 1px solid var(--npr-line); border-radius: 9px; font-weight: 800; padding: .5rem .75rem; text-decoration: none; }
.npr-pagination .current { background: var(--npr-ink); border-color: var(--npr-ink); color: #fff; }

.npr-article { padding: 42px 0 76px; }
.npr-reading { margin-inline: auto; max-width: var(--npr-reading); }
.npr-article__kicker { color: var(--npr-blue-dark); font-size: .83rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.npr-article__title { font-size: clamp(2.15rem, 5vw, 4.35rem); letter-spacing: -.065em; line-height: 1.02; margin: 10px 0 18px; }
.npr-article__deck { color: var(--npr-muted); font-size: clamp(1.08rem, 1.6vw, 1.27rem); line-height: 1.5; margin: 0; }
.npr-byline { align-items: center; border-bottom: 1px solid var(--npr-line); border-top: 1px solid var(--npr-line); color: var(--npr-muted); display: flex; flex-wrap: wrap; font-size: .86rem; gap: 10px; margin: 24px 0 28px; padding: 14px 0; }
.npr-article__featured { border-radius: var(--npr-radius); margin: 0 auto 36px; max-width: var(--npr-content); overflow: hidden; }
.npr-article__featured img { width: 100%; }
.npr-article__content { font-size: 1.08rem; }
.npr-article__content h2, .npr-article__content h3 { letter-spacing: -.04em; line-height: 1.15; margin-top: 2.1em; }
.npr-article__content h2 { font-size: 1.7em; }
.npr-article__content h3 { font-size: 1.3em; }
.npr-article__content p, .npr-article__content ul, .npr-article__content ol { margin-block: 1.25em; }
.npr-article__content blockquote { border-left: 4px solid var(--npr-blue); color: var(--npr-muted); font-size: 1.15em; margin: 1.5em 0; padding: .25em 0 .25em 1em; }
.npr-article__content table { border-collapse: collapse; display: block; overflow-x: auto; width: 100%; }
.npr-article__content th, .npr-article__content td { border: 1px solid var(--npr-line); padding: .7rem; text-align: left; }
.npr-article__content th { background: var(--npr-surface); }
.npr-article__footer { border-top: 1px solid var(--npr-line); margin-top: 36px; padding-top: 24px; }
.npr-disclosure { background: #fff8e5; border: 1px solid #f5d882; border-radius: 12px; color: #5c4812; font-size: .92rem; margin: 22px 0; padding: 14px 16px; }
.npr-disclosure--ai { background: #eef7ff; border-color: #b8dcf8; color: #194b72; }
.npr-review-panel { background: var(--npr-surface); border: 1px solid var(--npr-line); border-radius: var(--npr-radius); margin: 26px 0; padding: 24px; }
.npr-review-panel__top { align-items: center; display: flex; gap: 18px; }
.npr-review-score { align-items: center; background: var(--npr-ink); border-radius: 14px; color: #fff; display: inline-flex; flex-direction: column; font-size: .74rem; font-weight: 850; line-height: 1; min-height: 90px; justify-content: center; text-transform: uppercase; width: 90px; }
.npr-review-score strong { color: #82ceff; display: block; font-size: 2rem; letter-spacing: -.08em; margin-bottom: 5px; }
.npr-review-panel h2 { font-size: 1.3rem; letter-spacing: -.035em; margin: 0; }
.npr-review-panel p { color: var(--npr-muted); margin: 5px 0 0; }
.npr-rating-row { display: grid; gap: 12px; grid-template-columns: 1fr 58px; margin-top: 16px; }
.npr-rating-row__label { font-size: .89rem; font-weight: 800; }
.npr-rating-row__meter { background: #dae2eb; border-radius: 999px; height: 8px; margin-top: 7px; overflow: hidden; }
.npr-rating-row__fill { background: linear-gradient(90deg, var(--npr-blue), #66bdf5); height: 100%; }
.npr-rating-row__value { font-size: .9rem; font-weight: 900; text-align: right; }
.npr-pros-cons { display: grid; gap: 24px; grid-template-columns: repeat(2, 1fr); margin-top: 28px; }
.npr-pros-cons h3 { font-size: 1rem; margin: 0 0 9px; }
.npr-pros-cons ul { list-style: none; margin: 0; padding: 0; }
.npr-pros-cons li { border-top: 1px solid var(--npr-line); padding: 9px 0 9px 24px; position: relative; }
.npr-pros-cons li::before { color: var(--npr-green); content: "✓"; font-weight: 900; left: 0; position: absolute; }
.npr-pros-cons--cons li::before { color: var(--npr-red); content: "×"; font-size: 1.2em; line-height: .9; }
.npr-buy-box { align-items: center; background: var(--npr-ink); border-radius: var(--npr-radius); color: #fff; display: flex; gap: 18px; justify-content: space-between; margin: 28px 0; padding: 22px; }
.npr-buy-box strong { display: block; font-size: 1.1rem; }
.npr-buy-box p { color: #c3d2e0; font-size: .9rem; margin: 5px 0 0; }
.npr-buy-box .npr-button { white-space: nowrap; }
.npr-source-list { background: #f8fafc; border: 1px solid var(--npr-line); border-radius: var(--npr-radius); margin-top: 34px; padding: 22px; }
.npr-source-list h2 { font-size: 1.18rem; letter-spacing: -.035em; margin: 0 0 12px; }
.npr-source-list ol { margin: 0; padding-left: 1.2rem; }
.npr-source-list li + li { margin-top: 8px; }
.npr-source-list small { color: var(--npr-muted); display: block; }

.npr-site-footer { background: #0b1320; color: #d3dfeb; padding: 55px 0 24px; }
.npr-footer-grid { display: grid; gap: 30px; grid-template-columns: 1.25fr repeat(4, .8fr); }
.npr-site-footer h2, .npr-site-footer h3 { color: #fff; font-size: 1rem; margin: 0 0 14px; }
.npr-site-footer p { color: #aab9c9; font-size: .91rem; margin: 0; max-width: 360px; }
.npr-site-footer ul { list-style: none; margin: 0; padding: 0; }
.npr-site-footer li + li { margin-top: 8px; }
.npr-site-footer a { color: #d9ecfc; font-size: .9rem; text-decoration: none; }
.npr-site-footer a:hover { color: #78c6fa; }
.npr-footer-bottom { border-top: 1px solid rgba(255,255,255,.14); color: #93a6b9; display: flex; flex-wrap: wrap; font-size: .8rem; gap: 12px; justify-content: space-between; margin-top: 42px; padding-top: 18px; }

@media (max-width: 900px) {
	.npr-header-inner { min-height: 66px; }
	.npr-menu-toggle { display: inline-flex; }
	.npr-primary-nav { background: #fff; border-bottom: 1px solid var(--npr-line); display: none; left: 0; padding: 12px 20px 18px; position: absolute; right: 0; top: 100%; }
	.npr-primary-nav.is-open { display: block; }
	.npr-primary-nav ul { align-items: stretch; flex-direction: column; }
	.npr-primary-nav a { padding: .7rem; }
	.npr-primary-nav .sub-menu { background: transparent; border: 0; border-radius: 0; box-shadow: none; display: flex; min-width: 0; padding: 0 0 0 12px; position: static; }
	.npr-primary-nav .sub-menu a { font-size: .87rem; }
	.npr-hero-grid, .npr-newsletter { grid-template-columns: 1fr; }
	.npr-hero-secondary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.npr-card--compact { display: block; }
	.npr-card--compact .npr-card__image { aspect-ratio: auto; }
	.npr-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.npr-carousel { grid-auto-columns: minmax(245px, 43%); }
	.npr-footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	.admin-bar .npr-site-header { top: 46px; }
	.npr-shell { width: min(var(--npr-content), calc(100% - 28px)); }
	.npr-header-actions .npr-search-button { display: none; }
	.npr-brand .custom-logo { max-height: 40px; }
	.npr-section { padding: 48px 0; }
	.npr-section-heading { align-items: start; flex-direction: column; margin-bottom: 22px; }
	.npr-hero { padding-top: 18px; }
	.npr-card--hero { min-height: 430px; }
	.npr-hero-secondary, .npr-grid, .npr-grid--four, .npr-archive-grid, .npr-pros-cons, .npr-footer-grid { grid-template-columns: 1fr; }
	.npr-card--list { grid-template-columns: minmax(0, 118px) minmax(0, 1fr); }
	.npr-card--list .npr-card__body { padding: 13px 14px; }
	.npr-card--list .npr-card__excerpt { display: none; }
	.npr-carousel { grid-auto-columns: 83%; }
	.npr-carousel-controls { margin-top: -8px; }
	.npr-newsletter__form { flex-direction: column; }
	.npr-search-panel form { flex-direction: column; }
	.npr-article { padding-top: 28px; }
	.npr-article__title { font-size: 2.18rem; }
	.npr-article__content { font-size: 1rem; }
	.npr-review-panel { padding: 17px; }
	.npr-review-panel__top { align-items: flex-start; }
	.npr-buy-box { align-items: stretch; flex-direction: column; }
}

/* Release 1.1.7: restore the complete article and review experience. */
.npr-single-layout { align-items: start; display: grid; gap: clamp(32px, 4vw, 56px); grid-template-columns: minmax(0, 760px) minmax(250px, 300px); justify-content: center; }
.npr-single-main { min-width: 0; }
.npr-single-main .npr-article__featured { aspect-ratio: 16 / 8.6; background: var(--npr-surface); border-radius: var(--npr-radius); height: clamp(260px, 30vw, 410px); margin: 0 0 36px; max-width: 100%; overflow: hidden; }
.npr-single-main .npr-article__featured img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.npr-article__content :is(figure, .wp-block-image, .wp-caption) { float: none !important; margin: 2rem auto !important; max-width: 100%; text-align: center; }
.npr-article__content :is(figure, .wp-block-image, .wp-caption) img, .npr-article__content p > img { display: block; height: auto; margin-inline: auto; max-width: 100%; width: auto; }
.npr-article__content p > img { margin-block: 2rem; }
.npr-article__content .alignwide, .npr-article__content .alignfull { max-width: 100%; }
.npr-review-score { text-align: center; }
.npr-review-score strong { text-align: center; width: 100%; }
.npr-review-price { align-items: center; background: var(--npr-paper); border: 1px solid var(--npr-line); border-radius: 14px; display: grid; gap: 18px; grid-template-columns: minmax(150px, .7fr) minmax(0, 1.6fr); margin: -4px 0 28px; padding: 18px; }
.npr-review-price > div { display: grid; gap: 3px; }
.npr-review-price span { color: var(--npr-muted); font-size: .76rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.npr-review-price strong { font-size: 1.75rem; letter-spacing: -.04em; line-height: 1.1; }
.npr-review-price small { color: var(--npr-muted); font-size: .78rem; }
.npr-review-price p { border-left: 1px solid var(--npr-line); color: var(--npr-ink); line-height: 1.55; margin: 0; padding-left: 18px; }
.npr-article-trust { align-items: center; background: var(--npr-surface); border: 1px solid var(--npr-line); border-radius: 14px; color: var(--npr-muted); display: flex; font-size: .84rem; gap: 18px; justify-content: space-between; line-height: 1.5; margin: 34px 0; padding: 16px 18px; }
.npr-article-trust > span { max-width: 38ch; }
.npr-article-trust nav { display: flex; flex-wrap: wrap; gap: 12px; }
.npr-article-trust a { font-weight: 800; }
.npr-sidebar { min-width: 0; }
.npr-sidebar__inner { display: grid; gap: 22px; position: sticky; top: 110px; }
.npr-sidebar-widget { background: var(--npr-paper); border: 1px solid var(--npr-line); border-radius: 18px; padding: 18px; }
.npr-sidebar-widget h2 { font-size: 1.05rem; letter-spacing: -.035em; margin: 0 0 13px; }
.npr-sidebar-stories { display: grid; gap: 0; list-style: none; margin: 0; padding: 0; }
.npr-sidebar-stories li + li { border-top: 1px solid var(--npr-line); margin-top: 12px; padding-top: 12px; }
.npr-sidebar-stories a { align-items: start; color: var(--npr-ink); display: grid; gap: 10px; grid-template-columns: 68px minmax(0, 1fr); text-decoration: none; }
.npr-sidebar-stories img, .npr-sidebar-story__placeholder { align-items: center; aspect-ratio: 4 / 3; background: var(--npr-surface); border-radius: 9px; display: flex; font-size: .75rem; font-weight: 900; height: auto; justify-content: center; object-fit: cover; width: 68px; }
.npr-sidebar-stories small { color: var(--npr-blue-dark); display: block; font-size: .66rem; font-weight: 850; margin-bottom: 3px; text-transform: uppercase; }
.npr-sidebar-stories strong { display: -webkit-box; font-size: .82rem; line-height: 1.32; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.npr-sidebar-stories a:hover strong, .npr-sidebar-stories a:focus strong { color: var(--npr-blue-dark); }
.npr-sidebar-topics { display: grid; gap: 2px; }
.npr-sidebar-topics a { align-items: center; border-radius: 8px; color: var(--npr-ink); display: flex; font-size: .83rem; font-weight: 750; justify-content: space-between; padding: 7px 8px; text-decoration: none; }
.npr-sidebar-topics a:hover, .npr-sidebar-topics a:focus { background: var(--npr-surface); }
.npr-sidebar-topics span { color: var(--npr-muted); font-size: .72rem; }
.npr-sidebar-widget__more { color: var(--npr-blue-dark); display: inline-flex; font-size: .82rem; font-weight: 850; gap: .3rem; margin-top: 12px; text-decoration: none; }
.npr-sidebar-widget--links ul { display: grid; gap: 2px; list-style: none; margin: 0; padding: 0; }
.npr-sidebar-widget--links li { border-bottom: 1px solid var(--npr-line); }
.npr-sidebar-widget--links li:last-child { border-bottom: 0; }
.npr-sidebar-widget--links a { align-items: center; color: var(--npr-ink); display: flex; font-size: .9rem; font-weight: 760; justify-content: space-between; padding: .68rem 0; text-decoration: none; }
.npr-sidebar-widget--links a::after { color: var(--npr-blue); content: '→'; font-weight: 900; }
.npr-sidebar-follow { background: linear-gradient(145deg, var(--npr-ink), #143654); border-color: transparent; color: #fff; }
.npr-sidebar-follow h2, .npr-sidebar-follow p { color: #fff; }
.npr-sidebar-follow p { font-size: .84rem; line-height: 1.5; margin: 0 0 14px; }
.npr-sidebar-follow div { display: flex; flex-wrap: wrap; gap: 8px; }
.npr-sidebar-follow a { border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #fff; font-size: .78rem; font-weight: 850; padding: 7px 11px; text-decoration: none; }
.npr-discovery-section { border-top: 1px solid var(--npr-line); }
.npr-discovery-panel .npr-section-heading { align-items: flex-end; }
.npr-eyebrow { color: var(--npr-blue-dark); display: block; font-size: .74rem; font-weight: 900; letter-spacing: .055em; margin-bottom: 7px; text-transform: uppercase; }
.npr-discovery-list { display: grid; gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.npr-discovery-list .npr-card--list { grid-template-columns: minmax(0, 140px) minmax(0, 1fr); }
.npr-discovery-list .npr-card__excerpt { display: none; }
.npr-discovery-list .npr-card__body { padding: 14px; }
.npr-discovery-list .npr-card__title { font-size: 1rem; }
html.npr-dark-mode .npr-sidebar-widget, html.npr-dark-mode .npr-review-price, html.npr-dark-mode .npr-article-trust { background: #111d2b; }
html.npr-dark-mode .npr-sidebar-stories a, html.npr-dark-mode .npr-sidebar-topics a, html.npr-dark-mode .npr-sidebar-widget--links a { color: #edf4fc; }
html.npr-dark-mode .npr-review-price p { color: #edf4fc; }
@media (max-width: 900px) {
	.npr-single-layout { display: block; }
	.npr-single-layout .npr-sidebar { margin-top: 38px; }
	.npr-sidebar__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); position: static; }
	.npr-discovery-list { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
	.npr-single-main .npr-article__featured { height: clamp(220px, 58vw, 310px); }
	.npr-review-price { grid-template-columns: 1fr; }
	.npr-review-price p { border-left: 0; border-top: 1px solid var(--npr-line); padding-left: 0; padding-top: 14px; }
	.npr-article-trust { align-items: flex-start; flex-direction: column; }
	.npr-sidebar__inner { grid-template-columns: 1fr; }
	.npr-discovery-list .npr-card--list { grid-template-columns: minmax(0, 112px) minmax(0, 1fr); }
}

/* News Plus Reviews 1.0.7 enhancements */
.npr-logo-link { display: inline-flex; align-items: center; width: var(--npr-logo-width, 170px); }
.npr-logo-image { height: auto; max-height: 58px; object-fit: contain; width: 100%; }
.npr-logo-image--dark { display: none; }
.npr-carousel-wrap { padding-top: 4px; }
.npr-carousel-controls { margin: 18px 0 16px; }
.npr-section-heading .npr-carousel-wrap .npr-carousel-controls { margin-top: 18px; }
.npr-carousel-controls .npr-icon-button { position: relative; z-index: 1; }
.npr-filter-bar { align-items: end; background: var(--npr-surface); border: 1px solid var(--npr-line); border-radius: 16px; display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 28px; padding: 14px; }
.npr-filter-bar label { display: grid; gap: 5px; min-width: 180px; }
.npr-filter-bar label span { color: var(--npr-muted); font-size: .74rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.npr-filter-bar select { background: var(--npr-paper); border: 1px solid var(--npr-line); border-radius: 9px; color: var(--npr-ink); min-height: 42px; padding: .5rem .65rem; }
.npr-filter-bar .npr-button { min-height: 42px; }
.npr-filter-reset { align-self: center; font-size: .85rem; font-weight: 800; margin-left: 2px; }
.npr-ad-slot { align-items: center; background: var(--npr-surface); border: 1px dashed var(--npr-line); border-radius: 12px; display: flex; justify-content: center; margin: 0 auto 24px; min-height: 20px; overflow: hidden; padding: 10px; text-align: center; }
.npr-ad-slot--header { border-width: 0 0 1px; border-radius: 0; margin-bottom: 0; min-height: 0; }
.npr-ad-slot--footer { background: transparent; border-color: rgba(255,255,255,.18); margin-top: 28px; }
.npr-contact-form { display: grid; gap: 15px; margin-top: 24px; }
.npr-contact-form label { display: grid; gap: 6px; }
.npr-contact-form label span { font-size: .84rem; font-weight: 800; }
.npr-contact-form input, .npr-contact-form textarea { background: var(--npr-paper); border: 1px solid var(--npr-line); border-radius: 9px; color: var(--npr-ink); padding: .75rem .85rem; width: 100%; }
.npr-form-grid { display: grid; gap: 15px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.npr-honeypot { height: 0; margin: 0; opacity: 0; overflow: hidden; position: absolute; width: 0; }
.npr-form-notice { border-radius: 10px; font-size: .94rem; margin-top: 18px; padding: 11px 14px; }
.npr-form-notice--success { background: #eaf8f0; border: 1px solid #9ed9b4; color: #19683b; }
.npr-form-notice--error { background: #fff0f0; border: 1px solid #efb1b1; color: #8b2424; }
.npr-scroll-top { align-items: center; background: var(--npr-blue); border: 0; border-radius: 50%; bottom: 22px; box-shadow: 0 8px 24px rgba(10, 40, 75, .24); color: #fff; display: inline-flex; font-size: 1.2rem; height: 44px; justify-content: center; opacity: 0; pointer-events: none; position: fixed; right: 22px; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; width: 44px; z-index: 80; }
.npr-scroll-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.npr-social-links { display: grid; gap: 9px; margin-top: 15px; }
.npr-social-link { align-items: center; border: 1px solid rgba(217,236,252,.24); border-radius: 999px; color: #d9ecfc !important; display: inline-flex; font-size: .84rem; font-weight: 800; gap: 9px; padding: .45rem .72rem; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; width: fit-content; }
.npr-social-link span:first-child { align-items: center; background: #1877f2; border-radius: 50%; color: #fff; display: inline-flex; font-size: .95rem; height: 23px; justify-content: center; width: 23px; }
.npr-social-link--x span:first-child { background: #000; font-size: .82rem; }
.npr-social-link:hover { border-color: #78c6fa; background: rgba(120,198,250,.12); color: #fff !important; transform: translateY(-1px); }
.npr-header-social { align-items: center; display: flex; gap: 6px; }
.npr-header-social-link { align-items: center; background: var(--npr-ink); border-radius: 50%; color: #fff !important; display: inline-flex; font-size: .78rem; font-weight: 900; height: 30px; justify-content: center; text-decoration: none; transition: transform .2s ease, background .2s ease; width: 30px; }
.npr-header-social-link--facebook { background: #1877f2; font-size: .95rem; }
.npr-header-social-link--x { background: #000; font-size: .78rem; }
.npr-header-social-link:hover { background: var(--npr-blue); color: #fff !important; transform: translateY(-1px); }
.npr-header-divider { background: var(--npr-line); display: inline-block; height: 28px; margin: 0 4px; width: 1px; }
.npr-primary-nav .sub-menu { top: 100%; }
.npr-archive-layout { align-items: start; display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr) minmax(180px, 260px); }
.npr-sidebar:empty { display: none; }
.npr-archive-layout:has(.npr-sidebar:empty) { display: block; }
.npr-sidebar .npr-ad-slot { margin: 0; position: sticky; top: 110px; }

html.npr-dark-mode { --npr-ink: #edf4fc; --npr-muted: #afbdd0; --npr-paper: #101925; --npr-surface: #172333; --npr-line: #2b3b50; --npr-blue-dark: #7ac8ff; }
html.npr-dark-mode body { background: #0c141f; color: var(--npr-ink); }
html.npr-dark-mode .npr-site-header { background: rgba(12,20,31,.94); }
html.npr-dark-mode .npr-logo-image--light { display: none; }
html.npr-dark-mode .npr-logo-image--dark { display: block; }
html.npr-dark-mode .npr-primary-nav a, html.npr-dark-mode .npr-icon-button { color: var(--npr-ink); }
html.npr-dark-mode .npr-primary-nav a:hover { background: #203b55; color: #fff; }
html.npr-dark-mode .npr-primary-nav .sub-menu, html.npr-dark-mode .npr-search-panel { background: #101925; }
html.npr-dark-mode .npr-topic-pill, html.npr-dark-mode .npr-filter-bar select, html.npr-dark-mode .npr-contact-form input, html.npr-dark-mode .npr-contact-form textarea { background: #111d2b; color: var(--npr-ink); }
html.npr-dark-mode .npr-page-header, html.npr-dark-mode .npr-hero { background: #111d2b; }
html.npr-dark-mode .npr-ad-slot { background: #111d2b; }
html.npr-dark-mode .npr-source-list { background: #111d2b; }

/* Contrast and carousel refinements */
.npr-carousel-wrap { padding-inline: 30px; }
.npr-carousel-controls { align-items: center; display: flex; justify-content: space-between; left: 0; margin: 0; pointer-events: none; position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 4; }
.npr-carousel-controls .npr-icon-button { background: var(--npr-paper); pointer-events: auto; }
html.npr-dark-mode .npr-newsletter { background: #172333; color: #edf4fc; }
html.npr-dark-mode .npr-newsletter h2 { color: #edf4fc; }
html.npr-dark-mode .npr-newsletter p { color: #afbdd0; }
.npr-related-products { background: #fff8e5; border: 1px solid #f5d882; border-radius: 12px; color: #5c4812; margin: 22px 0; padding: 18px 20px; }
.npr-related-products h2, .npr-related-products h3 { color: #5c4812; margin-top: 0; }
.npr-related-products a { color: #0b62ab; }
.npr-related-products p, .npr-related-products li { color: #5c4812; }
html.npr-dark-mode .npr-related-products { background: #172333 !important; border-color: #5688b3 !important; color: #edf4fc; }
html.npr-dark-mode .npr-related-products h2, html.npr-dark-mode .npr-related-products h3, html.npr-dark-mode .npr-related-products p, html.npr-dark-mode .npr-related-products li { color: #edf4fc; }
html.npr-dark-mode .npr-related-products a { color: #83ceff; }
.npr-contact-page .npr-article__content { margin-top: 16px; }
.npr-contact-card { padding-top: 28px; }
.npr-contact-card h2 { margin-top: 0 !important; }
.npr-article--policy { background: var(--npr-surface); border-bottom: 1px solid var(--npr-line); }
.npr-article--policy .npr-reading { max-width: 820px; padding-bottom: clamp(48px, 8vw, 84px); padding-top: clamp(42px, 7vw, 72px); }
.npr-article--policy .npr-article__content { background: var(--npr-paper); border: 1px solid var(--npr-line); border-radius: 22px; box-shadow: 0 14px 32px rgba(10, 24, 40, .05); margin-top: 28px; padding: clamp(24px, 5vw, 46px); }
.npr-article--policy .npr-article__content h2 { border-top: 1px solid var(--npr-line); font-size: clamp(1.3rem, 2.5vw, 1.75rem); margin: 34px 0 12px; padding-top: 30px; }
.npr-article--policy .npr-article__content h2:first-of-type { border-top: 0; margin-top: 18px; padding-top: 0; }
.npr-policy-updated { color: var(--npr-muted); font-size: .93rem; font-weight: 700; margin-top: 0; }
html.npr-dark-mode .npr-article--policy { background: #111d2b; }
html.npr-dark-mode .npr-article--policy .npr-article__content { background: #101925; }
.npr-contact-card > p:first-of-type { margin-top: 8px; }
.npr-contact-form { margin-top: 30px; }
.npr-contact-note { margin-top: 30px; }
.npr-captcha input { max-width: 180px; }
.npr-carousel-controls { left: 13px; right: 22px; }

/* Related coverage is deliberately independent of article body styling. */
.npr-related-coverage { border-top: 1px solid var(--npr-line); margin-top: clamp(42px, 6vw, 70px); padding-top: clamp(26px, 4vw, 38px); }
.npr-related-coverage > h2 { font-size: clamp(1.35rem, 2.2vw, 1.8rem); letter-spacing: -.045em; line-height: 1.12; margin: 0 0 18px; }
.npr-related-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); }
.npr-related-item { background: var(--npr-paper); border: 1px solid var(--npr-line); border-radius: 16px; min-width: 0; overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.npr-related-item a { color: var(--npr-ink); display: grid; grid-template-rows: auto 1fr; height: 100%; text-decoration: none; }
.npr-related-item img { aspect-ratio: 16 / 9; display: block; height: auto; object-fit: cover; width: 100%; }
.npr-related-item a > span { display: block; padding: 14px 15px 16px; }
.npr-related-item small { color: var(--npr-blue-dark); display: block; font-size: .72rem; font-weight: 850; letter-spacing: .03em; line-height: 1.2; margin: 0 0 8px; text-transform: uppercase; }
.npr-related-item strong { display: -webkit-box; font-size: .98rem; letter-spacing: -.018em; line-height: 1.28; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.npr-related-item:hover, .npr-related-item:focus-within { border-color: #9cc9ed; box-shadow: 0 12px 25px rgba(12, 42, 74, .10); transform: translateY(-2px); }
html.npr-dark-mode .npr-related-item { background: #111d2b; }
html.npr-dark-mode .npr-related-item a { color: #edf4fc; }

/* Keep the post-standard links and the bottom-line purchase action clear at every layout width. */
.npr-article-trust > span { flex: 1 1 auto; max-width: none; min-width: 0; white-space: nowrap; }
.npr-article-trust nav { flex: 0 0 auto; justify-content: flex-end; }
.single-npr_review .npr-article__content a[href*="amazon."] { align-items: center; background: linear-gradient(135deg, #ffb21a, #ff9500) !important; border: 1px solid #d87600 !important; border-radius: 999px !important; box-shadow: 0 8px 18px rgba(194, 103, 0, .20) !important; color: #152234 !important; display: inline-flex; font-size: .96rem; font-weight: 900; gap: 8px; line-height: 1.2; margin: 8px 0 14px; padding: 13px 18px; text-decoration: none; }
.single-npr_review .npr-article__content a[href*="amazon."]::after { content: "→"; font-size: 1.1em; line-height: 1; transition: transform .18s ease; }
.single-npr_review .npr-article__content a[href*="amazon."]:hover, .single-npr_review .npr-article__content a[href*="amazon."]:focus-visible { background: linear-gradient(135deg, #ffc34e, #ff9d12); box-shadow: 0 11px 24px rgba(194, 103, 0, .28); color: #152234 !important; transform: translateY(-1px); }
.single-npr_review .npr-article__content a[href*="amazon."]:hover::after, .single-npr_review .npr-article__content a[href*="amazon."]:focus-visible::after { transform: translateX(3px); }
/* Reference and image-credit links remain quiet editorial links, not purchase buttons. */
.single-npr_review .npr-article__content .npr-source-list a[href*="amazon."], .single-npr_review .npr-article__content .npr-image-sources a[href*="amazon."] { align-items: initial !important; background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; color: var(--npr-blue-dark) !important; display: inline !important; font-size: inherit !important; font-weight: 700 !important; gap: 0 !important; line-height: inherit !important; margin: 0 !important; padding: 0 !important; text-decoration: underline !important; text-decoration-thickness: 1.5px !important; text-underline-offset: 3px !important; transform: none !important; }
.single-npr_review .npr-article__content .npr-source-list a[href*="amazon."]::after, .single-npr_review .npr-article__content .npr-image-sources a[href*="amazon."]::after { content: none !important; }

/* Release 1.1.13: stable article sharing controls and uncropped lead images. */
.npr-share { align-items: center; border-bottom: 1px solid var(--npr-line); border-top: 1px solid var(--npr-line); display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 28px; padding: 12px 0; }
.npr-share > span:first-child { color: var(--npr-muted); font-size: .76rem; font-weight: 900; letter-spacing: .05em; margin-right: 4px; text-transform: uppercase; }
.npr-share a, .npr-share button { align-items: center; background: var(--npr-surface); border: 1px solid var(--npr-line); border-radius: 999px; color: var(--npr-ink); cursor: pointer; display: inline-flex; font: inherit; font-size: .78rem; font-weight: 800; line-height: 1; min-height: 38px; padding: 6px 12px; text-decoration: none; white-space: nowrap; }
.npr-share a:hover, .npr-share a:focus-visible, .npr-share button:hover, .npr-share button:focus-visible { background: var(--npr-blue); border-color: var(--npr-blue); color: #fff; outline: 0; }
.npr-single-main > .npr-article__featured { align-items: center; aspect-ratio: auto !important; background: var(--npr-surface); display: flex; height: clamp(255px, 32vw, 470px) !important; justify-content: center; max-width: 100%; }
.npr-single-main > .npr-article__featured img { height: 100% !important; object-fit: contain !important; object-position: center; width: 100% !important; }
html.npr-dark-mode .npr-share a, html.npr-dark-mode .npr-share button { background: #172333; border-color: #40546c; color: #edf4fc; }
html.npr-dark-mode .npr-share a:hover, html.npr-dark-mode .npr-share a:focus-visible, html.npr-dark-mode .npr-share button:hover, html.npr-dark-mode .npr-share button:focus-visible { background: #166ea8; border-color: #166ea8; color: #fff; }

@media (max-width: 900px) {
	.npr-primary-nav .sub-menu { top: auto; }
	.npr-form-grid { grid-template-columns: 1fr; }
	.npr-archive-layout { display: block; }
	.npr-sidebar { margin-top: 28px; }
	.npr-carousel-wrap { padding-inline: 26px; }
	.npr-carousel-controls { left: 13px; right: 22px; }
	.npr-related-grid { grid-template-columns: 1fr; }
	.npr-related-item a { grid-template-columns: 112px minmax(0, 1fr); grid-template-rows: 1fr; }
	.npr-related-item img { aspect-ratio: 4 / 3; height: 100%; }
	.npr-related-item a > span { padding: 13px; }
	.npr-article-trust > span { white-space: normal; }
}
@media (max-width: 640px) {
	.npr-logo-link { width: min(var(--npr-logo-width, 170px), 150px); }
	.npr-filter-bar { align-items: stretch; flex-direction: column; }
	.npr-filter-bar label { min-width: 0; }
	.npr-filter-bar .npr-button { width: 100%; }
	.npr-carousel-wrap { padding-inline: 24px; }
	.npr-carousel-controls { left: 13px; right: 22px; }
	.npr-share { gap: 6px; }
	.npr-single-main > .npr-article__featured { height: clamp(220px, 58vw, 310px) !important; }
}



/* Release 1.1.14: consistent small-screen page gutters. */
@media (max-width: 640px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
        overflow-x: clip;
    }

    .npr-shell,
    .npr-header-inner {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        padding-inline: max(16px, env(safe-area-inset-left)) max(16px, env(safe-area-inset-right));
    }

    .npr-header-inner {
        gap: 16px;
    }

    .npr-hero-grid,
    .npr-section-heading,
    .npr-discovery-list,
    .npr-carousel-wrap,
    .npr-card--list {
        min-width: 0;
    }

    .npr-article__featured,
    .npr-card,
    .npr-related-item {
        max-width: 100%;
    }
}



/* Release 1.1.15: robust dark-mode contrast for review and purchase components. */
html.npr-dark-mode .npr-buy-box {
    background: #16283a;
    border: 1px solid #3d6588;
    color: #f6fbff;
}
html.npr-dark-mode .npr-buy-box strong { color: #f8fbff; }
html.npr-dark-mode .npr-buy-box p,
html.npr-dark-mode .npr-buy-box .npr-buy-box__checked { color: #c7d9eb; }

html.npr-dark-mode .npr-review-score,
html.npr-dark-mode .npr-card__score,
html.npr-dark-mode .npr-pagination .current {
    background: #0f2235;
    border-color: #3d6588;
    color: #f7fbff;
}
html.npr-dark-mode .npr-review-score strong,
html.npr-dark-mode .npr-card__score strong { color: #86d2ff; }

html.npr-dark-mode .npr-affiliate-callout {
    background: #2a2518 !important;
    border-color: #d7a528 !important;
    color: #fff5d8 !important;
}
html.npr-dark-mode .npr-affiliate-callout strong,
html.npr-dark-mode .npr-affiliate-callout p,
html.npr-dark-mode .npr-affiliate-callout small {
    color: #fff5d8 !important;
}
html.npr-dark-mode .npr-affiliate-callout a[href*="amazon."] {
    background: linear-gradient(135deg, #ffb21a, #ff9500) !important;
    border-color: #d87600 !important;
    color: #152234 !important;
}



/* Release 1.1.16: compact official-style Facebook and X glyphs. */
.npr-header-social-link--facebook,
.npr-header-social-link--x,
.npr-social-link--facebook span:first-child,
.npr-social-link--x span:first-child {
    font-size: 0;
}
.npr-header-social-link--facebook::before,
.npr-social-link--facebook span:first-child::before {
    content: "f";
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .95rem;
    font-stretch: normal;
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: 1;
    transform: scaleX(.78);
    transform-origin: center;
}
.npr-header-social-link--x::before,
.npr-social-link--x span:first-child::before {
    content: "X";
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .78rem;
    font-stretch: normal;
    font-weight: 600;
    letter-spacing: -.08em;
    line-height: 1;
    transform: scaleX(.76);
    transform-origin: center;
}
