/* ======================================================
   site.css — 01.23.2026 07:44 pm CST
   Global Styles + Navigation + Banner + Footer
   GDRankin The Bee Place 3.0 — TBP-3.5 SandBox
   ====================================================== */

/* ======================================================
   GLOBAL
   ====================================================== */

html, body {
  background: #000;
  margin: 0;
  padding: 0;
}

.tbp-body {
  background: #000;
  color: #CFBA6F;
  font-family: Segoe UI, Arial, sans-serif;
}

/* ======================================================
   FOOTER (TYPOGRAPHY)
   ====================================================== */

.tbp-footer,
.tbp-footer-copy,
.tbp-footer-small,
.tbp-footer-happy {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #F1D77B;
}

.tbp-footer-happy {
  font-size: 14px;
  font-weight: bold;
  margin-top: 6px;
  color: #F6EDCE;
}

.tbp-footer-copy {
  font-size: 12px;
  font-weight: bold;
  padding-top: 8px;
  color: #FFA346;
}

.tbp-footer-small {
  font-size: 10px;
  font-weight: normal;
  line-height: 1.4em;
  margin-top: 4px;
  color: #CFBA6F;
}

/* ======================================================
   BANNER
   ====================================================== */

.tbp-banner-wrap {
  width: 100%;
  text-align: center;
}

.tbp-banner-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .tbp-banner-wrap {
    margin-top: 40px;
  }
}

/* ======================================================
   FOOTER BAR IMAGE
   ====================================================== */

.tbp-footer-bar {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ======================================================
   MISC OVERRIDES
   ====================================================== */

header,
footer {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ======================================================
   FIXES: Nav offset / Banner
   ====================================================== */

/* Push banner below fixed navigation bar */
.tbp-banner,
.tbp-banner-wrap {
  margin-top: 66px !important;
}

/* ======================================================
   HOME: Centering Hero Snippet - Main is Left
   ====================================================== */

.tbp-home-hero-snips {
  text-align: center;
}

.tbp-home-hero-snips h1,
.tbp-home-hero-snips h2,
.tbp-home-hero-snips h3,
.tbp-home-hero-snips p {
  text-align: center;
}

.tbp-home-main-snips {
  text-align: left;
}

/* ======================================================
   Related Links — Text Only
   ====================================================== */

.tbp-related-links {
  max-width: 980px;
  margin: 36px auto 24px;
  padding: 14px 18px;
  border-top: 1px solid rgba(255,215,0,.25);
  text-align: center;
}

.tbp-related-links-title {
  font-size: 1.00rem;
  font-weight: 600;
  color: #FFD000;
  margin-bottom: 8px;
}

.tbp-related-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tbp-related-links-list li {
  margin: 4px 0;
}

.tbp-related-links-list a {
  color: #EBD96F;
  text-decoration: none;
}

.tbp-related-links-list a:hover {
  text-decoration: underline;
}

.tbp-related-parent a {
  font-weight: 600;
}

@media (min-width: 640px) {

  .tbp-related-links-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .tbp-related-links-list li {
    margin: 0 14px 8px 0;
  }
}


/* ======================================================
   FINAL HERO — CENTER TEXT
   ====================================================== */

.tbp-final-hero-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ======================================================
   ACCORDION
   ====================================================== */

.tbp-accordion{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.tbp-accordion details{
  background: #111;
  border-radius: 10px;
  margin: 10px 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.06);
}

.tbp-accordion summary{
  cursor: pointer;
  user-select: none;
  list-style: none;
  padding: 12px 14px;
  background: rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: 20px;
  font-weight: 700;
  color: #F0ECB6;
  letter-spacing: .2px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tbp-accordion summary::-webkit-details-marker{ display:none; }

.tbp-accordion summary::before{
  content: "▼";
  color: #EBD96F;
  font-size: 16px;
  transform: rotate(-90deg);
  transition: transform .18s ease;
}

.tbp-accordion details[open] summary::before{
  transform: rotate(0deg);
}

.tbp-accordion summary:hover{
  background: rgba(255,255,255,.08);
}

.tbp-accordion details > .tbp-snippet-raw{
  padding: 12px 14px 16px;
}

/* ======================================================
   SEARCH RESULTS — FIRST-CLASS PAGE
   ====================================================== */

/* Inherit TBP body color system */
.tbp-search-results {
  max-width: 980px;
  margin: 28px auto 40px;
  padding: 0 14px;
  color: inherit;
}

/* Anchor inheritance (prevents browser-blue) */
.tbp-search-results a {
  color: inherit;
  text-decoration: none;
}

.tbp-search-results a:hover {
  text-decoration: underline;
}

/* Individual result spacing */
.tbp-search-item {
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Thumbnail constraints */
.tbp-search-thumb {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 6px;
}

/* Text block */
.tbp-search-text {
  display: block;
}

/* Title */
.tbp-search-title {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  font-style: underline;
}

/* Description line */
.tbp-search-desc {
  display: block;
  font-size: 0.95rem;
  line-height: 1.35;
  color: #FAF5E2;
  font-style: italic;
}

/* ======================================================
   SEARCH RESULTS — RESULT CARDS (ENHANCED UX)
   ====================================================== */

/* Individual search result card */
.tbp-search-item {
  background: linear-gradient(
    180deg,
    #141414 0%,
    #0f0f0f 100%
  );
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 14px 16px 16px;
  margin-bottom: 22px;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 4px 10px rgba(0,0,0,0.45);
}

/* Hover state — subtle, no animation */
.tbp-search-item:hover {
  background: linear-gradient(
    180deg,
    #181818 0%,
    #121212 100%
  );
  border-color: rgba(255,255,255,0.10);
}

/* Thumbnail spacing refinement inside card */
.tbp-search-thumb {
  margin-bottom: 8px;
}

/* Title emphasis */
.tbp-search-title {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

/* Description / context line (lighter + italic) */
.tbp-search-desc {
  display: block;
  font-size:



/* ======================================================
   END OF FILE: site.css
   ====================================================== */
