#more-information {
    margin-top: 60px !important;
    margin-bottom: 20px !important;
    padding-left: 0;
    padding-right: 0;
}

#more-information a {
    color: #35404e;
}

#more-information .title-container {
    border-bottom: 1px solid #35404e;
    border-left: 6px solid #a3c85e;
    padding: 4px 0 2px 8px;
}

#more-information .title {
    margin: 0;
}

#more-information .information-container {
    margin: 20px 0 40px 0;
}

#more-information .next-article {
    margin-top: 14px;
}

#more-information .prev-title, .next-title {
    display: inline-block;
    width: 45px;
    min-width: 45px;
    margin-right: 6px;
    font-weight: bold;
}

@media (min-width: 768px) {
    #more-information .more-article {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    #more-information .more-article-item {
        width: 48%;
    }
}

#more-information .article-case {
    margin-top: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#more-information .adjacent-title {
    display: flex;
}

#more-information .article-title:hover {
    text-decoration: underline !important;
    text-decoration-style: dotted !important;
}

#more-information .case-type {
    display: inline-block;
    margin-right: 6px;
}

#more-information .article-case-title {
    display: inline-block;
    font-weight: bold;
}

#more-information .article-case-title:hover {
    text-decoration: underline !important;
    text-decoration-style: dotted !important;
}
