/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2025 | 16:28:58 */
/* Ghost Shell Theme Colors */
:root {
  --ghost-bg: #eceff1;
  --ghost-header: #b0bec5;
  --ghost-accent: #009688;
  --ghost-dark: #263238;
  --ghost-grey: #757575;
}

/* Page Container */
.ghostshell-container {
  background-color: var(--ghost-bg);
  padding: 2rem;
  border-radius: 6px;
}

/* Subtitles */
.ghostshell-subtitle {
  font-style: italic;
  text-align: center;
  color: var(--ghost-grey);
}

/* Quote Block */
.ghostshell-quote {
  background-color: var(--ghost-header);
  padding: 1.25rem;
  border-left: 6px solid var(--ghost-accent);
  font-style: italic;
  color: var(--ghost-dark);
  margin: 2rem 0;
}

/* Styled Table */
.ghostshell-table {
  width: 100%;
  border-collapse: collapse;
  font-family: monospace;
}

.ghostshell-table th {
  background-color: var(--ghost-header);
  color: var(--ghost-dark);
  padding: 10px;
  text-align: left;
}

.ghostshell-table td {
  background-color: #f5f5f5;
  padding: 10px;
  border-bottom: 1px solid #cfd8dc;
}

/* Headings with Accent Stripe */
.ghostshell-heading {
  border-left: 6px solid var(--ghost-accent);
  padding-left: 12px;
  margin-top: 2rem;
  font-weight: bold;
  color: var(--ghost-dark);
}

/* Muted Emoji Style */
.ghostshell-heading::before,
.ghostshell-muted-emoji {
  filter: grayscale(40%) brightness(85%);
  margin-right: 6px;
  font-style: normal;
}
