/*
	Paul's Overrides for Wordpress. 
	Merged & Fixed for Grid Layout - January 14th, 2026
*/

:root {
  --wp--style--global--content-size: 1100px;
  --wp--style--global--wide-size: 1340px;
} /* end :root */

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  background-color: inherit;
  color: #111;
  font-weight: 700;
} /* end headings */

.simili-body {
  padding: 0 10em;
  font-weight: 100;
  font-family: 'helvetica','Aptos',arial,sans-serif;
  color: #515151;  
} /* end .simili-body */

.simili-body h2 {
  font-size: 32px;
  letter-spacing: -0.05em;
  color: deeppink;
} /* end .simili-body h2 */

.simili-body h3 {
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
} /* end .simili-body h3 */

.simili-body h4 {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 5px;
  margin: 0;
} /* end .simili-body h4 */

.simili-body h5 {
  color: brown;
} /* end .simili-body h5 */

.simili-body h6 {
  color: brown;
  font-size: 8px;  
  margin-bottom: 3px;
} /* end .simili-body h6 */

.simili-body p { margin-top: 0; } /* end .simili-body p */

.simili-body ul { 
  margin-bottom: 2em;
  padding-left: 0;
} /* end .simili-body ul */

.simili-body li { margin-bottom: 8px; } /* end .simili-body li */

.simili-button {
  padding: 0.8em 1.8em;
  font-size: 14px;
  letter-spacing: 0.15em;
  cursor: pointer;
} /* end .simili-button */

.simili-button.simili-pressed,
.simili-button:hover,
.simili-button:focus {
  background-color: mediumaquamarine;
  color: white;
  border-radius: 1em;
  border: none;
} /* end .simili-button states */

/* Rows */
.simili-astra-branding-row {
  background-color: gold;
  padding: 1em;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "logo banner";
  margin-bottom: 1.5em;
} /* end .simili-astra-branding-row */

h3.simili-brand-introduction {
  font-size: 25px !important;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
} /* end h3.simili-brand-introduction */

.simili-brand-tagline {
  margin: 0 auto;
  width: 76%;
  text-align: center;
  line-height: 1;
} /* end .simili-brand-tagline */

.simili-brand-panel,
.simili-astra-masthead-panel { padding: .25rem; } /* end panel padding */

.simili-brand-closer {
  padding: 1em;
  grid-column: 1 / -1;
  background-color: blanchedalmond;
  margin-top: 40px;
} /* end .simili-brand-closer */

/* 2nd row-related styles */
.simili-astra-browse-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: start;
  gap: 20px;
} /* end .simili-astra-browse-row */

/* Tree Column */
.simili-astra-tree-panel {
  position: sticky;
  min-width: 30%;
  top: 0;
} /* end .simili-astra-tree-panel */

.simili-astra-counter {
  background-color: transparent;
  color: lemonchiffon;
  position: absolute;
  right: 10px;
  text-align: right;
  font-weight: 900;
} /* end .simili-astra-counter */

h2.simili-tree-summary-header {
  font-size: 36px !important;
} /* end h2.simili-tree-summary-header */

article.simili-collapsible-tree {
  background: lavender;
  padding-left: 100px;
  position: relative;
  min-height: 60px;
  padding-bottom: 4px;
} /* end article.simili-collapsible-tree */

button.simili-collapse-button {
  position: absolute;
  left: 1em;
  top: 0;
} /* end button.simili-collapse-button */

ul.simili-bough-ul {
  margin-bottom: 0;
  padding-left: 0;  
  list-style-type: none;
} /* end ul.simili-bough-ul */

li.simili-bough-li {
  border-bottom: 1px solid #444;
} /* end li.simili-bough-li */

span.simili-tree-panel-label {
  display: inline-block;
  color: var(--wp--preset--color--primary);
  line-height: 1;
  font-size: 0.85em;
} /* end span.simili-tree-panel-label */

a.simili-scat {
  position: relative;   
  display: block;
  font-size: 14px; 
  line-height: 1.5;  
  text-decoration: none;  
} /* end a.simili-scat */

a.simili-scat:hover {
  background-color: navy;
} /* end a.simili-scat:hover */

/* Tree Element Tabbing */
.simili-astra-tree-level-0 { } /* end level 0 */
.simili-astra-tree-level-1 { padding-left: 0; color: gold; } /* end level 1 */
.simili-astra-tree-level-2 { padding-left: 1em;  } /* end level 2 */
.simili-astra-tree-level-3 { padding-left: 2em; color: aqua; } /* end level 3 */
.simili-astra-tree-level-4 { padding-left: 1rem; } /* end level 4 */
.simili-astra-tree-level-5 { padding-left: 1.25rem; } /* end level 5 */
.simili-astra-tree-level-6 { padding-left: 1.5rem; } /* end level 6 */
.simili-astra-tree-level-7 { padding-left: 1.75rem; } /* end level 7 */
.simili-astra-tree-level-8 { padding-left: 2rem; } /* end level 8 */
.simili-astra-tree-level-9 { padding-left: 2.25rem; } /* end level 9 */
.simili-astra-tree-level-10 { padding-left: 2.5rem; } /* end level 10 */

.simili-astra-tree-level-panel {
  background-color: #EEFFFF;
  border-right: .25rem solid #40e0d0;
  padding-right: 5px;
} /* end .simili-astra-tree-level-panel */

/* Optional Details/Telemetry Section */
#simili-astra-context-grid {
  background-color: #3164C8;
  overflow-wrap: break-word;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10%, 33%));
  grid-gap: 1rem;
  height: 20vh;
} /* end #simili-astra-context-grid */

h5.simili-astra-where-header {
    outline: 1px solid;
    margin-bottom: 0;
} /* end h5.simili-astra-where-header */

.simili-astra-context-ids {
    background-color: purple;
    display: grid;
    grid-template-columns: 247px auto;
    gap: 10px;
} /* end .simili-astra-context-ids */

.simili-astra-capsule {
  border: 5px solid purple;
  grid-area: context-capsule;
  text-align: center;      
  background-color: #3164C8;
  color: #c0c0c0;
  opacity: 1;
} /* end .simili-astra-capsule */

.simili-astra-capsule h5,
.simili-astra-context-ids h5 {
    color: blue !important;
    margin-bottom: 0;
} /* end context-ids h5 */

.simili-nexus-trees-grid, 
.simili-nexus-flavors-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding-left: 0;
} /* end simili-nexus-grids */

/* APPLE SECTION & GRID FIXES */
	.simili-astra-apple-section {
  display: flex !important;
  flex-flow: row wrap !important;
  gap: 20px;
  max-width: 1280px !important; /* Overrides the 640px default */
  margin: 0 auto !important;
  width: 100% !important;
  padding: 20px 0;
} /* end .simili-post-apples */

.simili-apple-capsule {
  padding: 0.6em;
  box-sizing: border-box;
} /* end .simili-apple-capsule */

.simili-result-header,
.simili-capsule-identity {
  color: #D4AF37; /* Gold */  
} /* end simili-result-header */

/* GLOBAL TILE SETTINGS */
.tile-excerpts, .simili-tile-excerpt {
	display: flex;
  flex: 0 0 280px !important; /* Enforces the 280px width you requested */
flex-direction: column !important;
  height: 450px;
  padding: 24px;    
  border: 4px solid;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
} /* end .tile-excerpts */

.tile-excerpts h4, .tile-excerpt h4 {
  font-family: Georgia, serif;
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.2;
} /* end h4 */

.tile-excerpts h6, .tile-excerpt h6 {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: auto;
} /* end h6 */

/* Individual Tile Themes */
.tile-story {
  background-color: #F5E6C8;
  border-color: #4B3621;
  color: #2D1B0D;
} /* end .tile-story */

.tile-blog {
  background-color: #FFFFFF; 
  border-color: #000000;
  color: #1A1A1A;
} /* end .tile-blog */

.tile-vlog {
  background-color: #2D004B; 
  border-color: #F0D9FF; 
  color: #FFFFFF;
} /* end .tile-vlog */

.tile-tweet_timeline {
  background-color: #E8F5FD; 
  border-color: #005B7F; 
  color: #000000;
} /* end .tile-tweet_timeline */

.tile-tweet_profile {
  background-color: #004242; 
  border-color: #80FFFF; 
  color: #FFFFFF;
} /* end .tile-tweet_profile */

.tile-audio {
  background-color: #1A1A1A; 
  border-color: #FFD700; 
  color: #FFFFFF;
} /* end .tile-audio */

.tile-video {
  background-color: #000000; 
  border-color: #FF0000; 
  color: #FFFFFF;
} /* end .tile-video */

.tile-technical {
  background-color: #000B1E; 
  border-color: #00D4FF; 
  color: #FFFFFF;
} /* end .tile-technical */

/* Mobile fallback for tiles */
@media (max-width: 600px) {
  .tile-excerpts {
    flex: 0 0 100% !important;
  } /* end mobile .tile-excerpts */
} /* end media query */

```