/* Styles for notes with the cssclasses: biased-archive */

.markdown-rendered.biased-archive {
    /* Mimics heavy, high-quality archival paper */
    background-color: #f7f3ee; 
    padding: 40px !important;
    border: 1px solid #d4c7b8;
    box-shadow: inset 0 0 50px rgba(0,0,0,0.02);
}

/* Hides the standard Obsidian title to make the Dashboard look like a unique artifact */
.markdown-rendered.biased-archive .inline-title {
    display: none;
}

/* Styles Dataview tables within the dashboard to look like typed ledgers */
.markdown-rendered.biased-archive table {
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
    background: transparent;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.markdown-rendered.biased-archive th {
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #8b0000; /* Hazel's "Haze-red" */
}
