/*!
 * Support Pyramid Lake Tribe - CSS
 * Migrated 2026-05-21 from WPCode snippet #5095.
 * Enqueue condition: is_page(5092)
 */

/* Article Container */

#brx-content {

  background-color: #FFFFFF; /* white background */

  color: #252323; /* light black text */

  padding: 2rem;

  border-radius: 12px;

  line-height: 1.6;

}



/* Headings */

#brx-content h1 {

  font-size: 2.5rem;

  font-weight: 900;

  color: #492828; /* red wine for standout headline */

  margin-bottom: 0.5rem;

}



#brx-content h2 {

  font-size: 1.75rem;

  font-weight: 700;

  color: #73715F; /* olive */

  margin-bottom: 1rem;

}



#brx-content h2 p {

  margin: 0;

}



/* Paragraphs */

#brx-content p {

  margin-bottom: 1.5rem;

  font-size: 1rem;

  color: #252323;

}



/* Links */

#brx-content a {

  color: #BE9F88; /* beige accent */

  font-weight: bold;

  text-decoration: underline;

}



#brx-content a:hover {

  color: #492828; /* red wine hover */

}



/* Ordered List */

#brx-content ol {

  padding-left: 1.5rem;

  margin-bottom: 2rem;

}



#brx-content ol li {

  margin-bottom: 1rem;

  font-weight: 400;

  color: #252323;

}



/* Emphasis & Strong */

#brx-content em {

  font-style: italic;

  color: #73715F;

}



#brx-content strong {

  color: #492828; /* red wine for strong emphasis */

}



/* Responsive Improvements */

@media (max-width: 768px) {

  #brx-content {

    padding: 1rem;

  }



  #brx-content h1 {

    font-size: 2rem;

  }



  #brx-content h2 {

    font-size: 1.5rem;

  }

}
