/*
Theme Name: Transition Zero
Author: You
Description: Minimalist display for content verification.
Version: 1.0
*/

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  /* line-height: 1.6; */
  /* color: #333; */
  margin: 0;
  padding: 0;
}


/* ul.menu{
   display:block;
  border:1px red solid;  
  list-style:none;
  li{
    border:1px red solid;  
    display:block;
  }
} */

/* Layout */
.site-header,
.site-main,
.site-footer {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

/* Header & Menu */
.site-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem;
}

.site-title {
  margin: 0;
  font-size: 1.5rem;
}

.site-title a {
  text-decoration: none;
  color: #000;
}

/* WP Menu Styling (Basic) */
.main-navigation ul {
  /* list-style: none; */
  /* padding: 0; */
  /* display: flex; */
  /* flex-wrap: wrap; */
}

.main-navigation a {
  text-decoration: none;
  color: #555;
}

.main-navigation a:hover {
  text-decoration: underline;
  color: #000;
}

/* Content */
h1,
h2,
h3 {
  line-height: 1.2;
  margin-top: 2rem;
}

img {
  max-width: 100%;
  height: auto;
}

.entry-meta {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

/* Gutenberg Block Fixes (Minimal) */
.wp-block-image {
  margin: 2rem 0;
}

.alignwide,
.alignfull {
  max-width: 100%;
}



/* 1. If your content has H1s that match the page title, 
   you might want to hide the Theme's Title logic */
.site-main .entry-header .entry-title {
  display: none;
}

/* 2. If your content has the featured image embedded, 
   hide the Theme's Featured Image logic */
.site-main .entry-header .post-thumbnail {
  display: none;
}








/* --- Directory Dashboard (Homepage) --- */
.directory-section {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  padding: 2rem;
  margin-bottom: 3rem;
  border-radius: 8px;
}

.directory-header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #ddd;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  font-weight: bold;
  color: #666;
}

.directory-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.directory-column h3 {
  margin-top: 0;
  font-size: 1.2rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
}

.directory-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.directory-column li {
  padding: 0.25rem 0;
  border-bottom: 1px solid #eee;
}

.directory-column a {
  text-decoration: none;
  color: #2271b1;
  /* WP Blue */
}

.directory-column a:hover {
  text-decoration: underline;
}

/* Category Counts */
.directory-column li .count {
  background: #ddd;
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 0.75rem;
  color: #555;
  margin-left: 5px;
}

/* Archive Titles */
.archive-title-banner {
  background: #2271b1;
  color: white;
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 4px;
  text-align: center;
}






/* --- Post Inventory Table --- */
.post-inventory-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border: 1px solid #ddd;
  font-size: 0.9rem;
}

.post-inventory-table th {
  background: #f0f0f1;
  text-align: left;
  padding: 10px;
  border-bottom: 2px solid #ddd;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #555;
}

.post-inventory-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}

.post-inventory-table tr:hover {
  background-color: #f9f9f9;
}

.post-inventory-table img {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: cover;
  background: #eee;
}

.post-inventory-table a {
  text-decoration: none;
  color: #2271b1;
}

.post-inventory-table a:hover {
  text-decoration: underline;
}


/* 
.editor-styles-wrapper h1 {
  color: red !important;
} */