celestin-history-entry {
    display: block;
}
celestin-history-entry:not(:last-child) {
    border-bottom: 1px solid var(--pico-secondary-border);
}
.output-entry {
    margin-bottom: 1em;
    padding: 0.5em;
    position: relative;
}
.player-action {
    font-style: italic;
    margin-bottom: 0.5em;
    display: block;
}
.additional-info {
    font-style: italic;
    color: var(--pico-muted-color);
    margin-top: 0.5em;
}
.stats {
    margin-top: 0.5em;
    font-size: 0.9em;
    color: var(--pico-muted-color);
}
.delete-char-info {
    cursor: pointer;
    opacity: 0.5;
    margin-left: 0.25em;
    &:hover {
        opacity: 1;
    }
}
.pending-value {
    white-space: pre-wrap;
}
.entry-actions {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    gap: 0.5em;
}
.entry-actions i {
    opacity: 0.5;
    cursor: pointer;
    &:hover {
        opacity: 1;
    }
}
.stats-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.stats-list li {
    display: flex;
    justify-content: space-between;
    padding: 0.5em 0;
    &:not(:last-child) {
        border-bottom: 1px solid var(--pico-secondary-border);
    }
}
.detail-section {
    margin-bottom: 1em;
}
.detail-section p {
    white-space: pre-wrap;
}
.detail-section h4 {
    margin-bottom: 0.5em;
    color: var(--pico-muted-color);
}
.detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.detail-list li {
    display: flex;
    justify-content: space-between;
    padding: 0.5em 0;
    &:not(:last-child) {
        border-bottom: 1px solid var(--pico-secondary-border);
    }
}
.entry-modal article {
    max-width: 90%;
}