/* Changelog View Styles */
.changelog-content ul li {
    position: relative;
    padding-left: 1.5em;
}
.changelog-content ul li:before {
    content: "�";
    color: var(--mh-color-red);
    font-size: 0.8em;
    position: absolute;
    left: 0;
}

/* Database changelog layout helpers */
.card-changelog {
    padding: 3px;
}

.changelog-module-menu {
    max-height: 400px;
    overflow-y: auto;
}

.changelog-filters {
    padding: 10px;
    background-color: #f8f9fa;
}

.changelog-table-container {
    padding: 10px;
}

.changelog-col-meta {
    width: 25%;
}

.changelog-col-details {
    width: 75%;
}
