.pagination {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 1rem 0;
}

.pagination .active {
    font-weight: bold;
    color: #333;

}

dd {
    line-height: 42px;
    border-bottom: 1px solid #cac9c9;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.related_link_tag {

    padding: 0px 4px;

    background-color: #dbdbdb;

}

.read_button_container {

    display: block;
    padding: 6px 0;
    text-align: center;
    background: #65BBEC;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
}

.breadcrumb_nav {
    display: block;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 0.25rem;
}

ol {
    display: flex;
    align-items: center;
    min-width: max-content;
    padding: 10px 0;
}

.nopic {
    width: 150px;
    height: 190px;
}