/* -------------------------------------------------------------*/
/* ------------------- CUSTOM CSS BEGINNING  -------------------*/
/* -------------------------------------------------------------*/

/* ------------------- LOGO -------------------*/

.site-body-left-column-site-logo img {
    width: 100px;
    filter: var(--logo-mode);
}

.site-body-left-column-site-logo {
	text-align: left;
}

.site-header-logo {
	display: none;
}

/* === MOTLEY MINI: Custom Obsidian Publish Styling === */
@media (prefers-color-scheme: dark) {
  .markdown-preview-view {
    color: #f5f5f5 !important;
  }

  a, .internal-link {
    color: #00b4a1 !important;
  }

  summary {
    color: #00b4a1;
  }
}

/* 📏 Header Underlines */
h1, h2, h3 {
  border-bottom: 2px solid #cc4444;
  padding-bottom: 0.25em;
}

/* 🧩 Collapsibles Styling */
.details {
  background-color: #2b2b2b;
  border: 1px solid #cc4444;
  border-radius: 6px;
  padding: 0.75em;
  margin-top: 0.5em;
}

summary {
  cursor: pointer;
  font-weight: bold;
}

/* 🏷 Tag Appearance */
a.tag {
  background-color: #3c3c3c;
  color: #f5f5f5;
  border-radius: 4px;
  padding: 0.1em 0.3em;
}
