p:has(> img) {
    text-indent: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

.nav {
    width: 200px;
    margin-top: 20px;
    display: none;
}

#current-position { display: none; }

.nav-title {
    background-color: #9b0d14;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-size: 20px;
    text-align: center;
}

a {
    text-decoration: none;
}

.nav-item {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border-bottom: #86151a 1px solid;
    border-left: #86151a 1px solid;
    border-right: #86151a 1px solid;
    text-decoration: none;
    color: #333;
}

.nav-item:hover {
    background-color: #86151a1F;
}

.main-content {
    background-color: white;
    margin: 20px 0 20px 0;
    padding: 0;
    color: #333;
    width: 100%;
}

.content {
    margin: 20px 0;
}

.title {
    font-size: 20px;
}

.title-container {
    display: flex;
    border-bottom: #9b0d14 1px solid;
    padding-bottom: 10px;
}

.list-item {
    border-bottom: #333 1px dashed;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
}

.list-item:hover {
    background-color: #e4e4e4;
}

.list-item:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #9b0d14;
    vertical-align: middle;
    margin: 10px;
}

.list-item-title {
    flex: 1;
    color: #333;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.list-item-date {
    padding-right: 15px;
    padding-left: 15px;
    color: grey;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    font-size: 14px;
}

.col {
    flex-direction: row;
    margin: 0 20px;
}

.title-container div a:hover {
    color: #86151a
}

.title div svg {
    vertical-align: bottom;
}