/* Core Vault Category Banner Content Target */
.category-heading,
.page-heading,
main#product-listing-container .page-header,
.page-content[data-category-banner] .page-header {
  background-image: url(https://cdn11.bigcommerce.com/s-0ruwnqmdy9/images/stencil/original/image-manager/elegant-minerals-natural-mineral-makeup-foundation.jpg?t=1783045391) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 40px 30px !important;
  border-radius: 8px !important;
  border: 1px solid #e8e3cc !important;
  margin-bottom: 30px !important; }

/* Force dark text to change to high-contrast white over the background image */
.category-heading,
.page-heading,
main#product-listing-container .page-header p,
main#product-listing-container .page-header h1 {
  color: #ffffff !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6) !important; }

/* Fix for overlapping shop sorting buttons */
.actionBar-section {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  align-items: center !important; }

.actionBar-section .button {
  margin: 0 !important;
  white-space: nowrap !important;
  min-width: auto !important;
  padding: 0.5rem 1rem !important; }

/* --- LUXURY EDITORIAL NEWSPAPER STYLES --- */
.editorial-press-container {
  max-width: 1100px;
  margin: 50px auto;
  padding: 40px 30px;
  /* Increased padding to cushion text over the background image texture */
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #111111;
  background-image: url("https://bigcommerce.com") !important;
  /* Maps your luxury spa textured marble graphic */
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  line-height: 1.6;
  border-radius: 4px; }

.editorial-header-block {
  text-align: center;
  border-bottom: 2px solid #111111;
  padding-bottom: 35px;
  margin-bottom: 45px; }

.editorial-press-title {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 20px 0; }

.editorial-press-intro {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  /* Darkened slightly to guarantee AAA text readability over the background image texture */
  max-width: 700px;
  margin: 0 auto;
  text-align: justify;
  letter-spacing: 0.5px; }

.newspaper-press-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px; }

.newspaper-press-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #111111;
  /* Changed from grey to stark ink lines for an editorial punch */ }

.newspaper-quote {
  font-size: 14.5px;
  font-style: italic;
  line-height: 1.7;
  margin: 0 0 25px 0;
  color: #111111;
  text-align: justify; }

.newspaper-author {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #444444;
  margin-bottom: 12px;
  font-weight: 600; }

.newspaper-read-more {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #111111;
  text-decoration: none;
  border-bottom: 1px solid #111111;
  padding-bottom: 2px;
  display: inline-block;
  transition: color 0.2s ease, border-color 0.2s ease; }

.newspaper-read-more:hover {
  color: #d4af37;
  border-color: #d4af37; }

@media (max-width: 768px) {
  .editorial-press-title {
    font-size: 28px; }
  .newspaper-press-grid {
    grid-template-columns: 1fr;
    gap: 30px; } }
