.blog-post-meta {
    position: relative;
}

.blog-post-meta::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 8rem;
    height: 1px;
    background: #cccccc;
}

.list-item:not(:last-child) {
    border-bottom: 1px solid var(--bulma-border);
}

.modal-content {
    position: absolute;
    top: 8rem;
}