/* Incourage Yourself Journal Styles */

.clickable-row {
    cursor: pointer;
}

.clickable-row:hover {
    background-color: #f0f0f0;
}

.markdown-preview {
    min-height: 200px;
    max-height: 500px;
    overflow-y: auto;
}

.markdown-preview h1,
.markdown-preview h2,
.markdown-preview h3 {
    margin-top: 0.5em;
}

.markdown-preview blockquote {
    border-left: 4px solid #dee2e6;
    padding-left: 1em;
    color: #6c757d;
}

.markdown-preview pre {
    background-color: #f8f9fa;
    padding: 1em;
    border-radius: 0.375rem;
    overflow-x: auto;
}

.markdown-preview code {
    background-color: #f8f9fa;
    padding: 0.125em 0.25em;
    border-radius: 0.25rem;
}

.markdown-preview pre code {
    background-color: transparent;
    padding: 0;
}

.badge {
    font-weight: normal;
}

textarea#text {
    font-family: monospace;
}
