:root {
    --font-family: Lora, et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    --background-color: #fffff8;
}

[data-theme=light],
:root:not([data-theme=dark]) {
    --background-color: #fffff8;
    --color: #000000;
    --primary: #214e00;
    --primary-hover: #32670c;
}

p {
    line-height: 2rem;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    padding-right: 0;
    vertical-align: baseline;
}

summary img {
    float: left;
    max-width: 4rem;
    margin-right: 0.5rem;
}

summary h2 {
    font-weight: 700;
    font-size: 1.2rem;
    padding: 0.4rem;
    margin: 0;
}

summary p {
    font-size: 0.7rem;
    color: gray;
    margin: 0;
}

details {
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    padding: 0;
    min-height: 4rem;
}

.delete-btn {
    float: right;
    width: auto;
    padding: 0.1rem;
    margin: 0 3rem 0 0;
}

summary {
    position: relative;
}

details summary::after {
    content: "";
    position: absolute;
    /* Adjust the values below to move the ::after element */
    top: 1rem;
    right: 0;
    width: 2rem;
    height: 1.5rem;
    background-size: 2rem;
}

#new-entry-prompt *,
.ai-comment * {
    font-weight: 600;
    color: #807774;
    font-size: 0.8rem;
    line-height: 1.5;
}

hgroup {
    margin-bottom: 0;
}

#journal {
    padding-bottom: 5rem;
}

p {
    line-height: 1.6;
}