.card {
    border: 1px solid var(--gray-50-color) !important;
    padding: 15px !important;
    border-radius: 5px !important;
}
.card-header.title:first-child {
    border-radius:
        calc(.25rem - 1px) calc(.25rem - 1px) 0 0 !important;
}
.card-header.title {
    padding:.5rem 1rem !important;
    margin-bottom: 0 !important;
    background-color: rgba(0, 0, 0, .03) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
    color: #212529 !important;
    font-weight: bold !important;
    margin: -15px !important;
    margin-bottom: 10px !important;
}
.card > .list-group {
    border-top: 0 !important;
}
.belcms_content_search {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid var(--gray-50-color) !important;
}
.belcms_content_search:last-child {
    border-bottom: 0 !important;
}
.belcms_content_search > h2 {
    font-size: 22px !important;
    color: var(--bs-dark-text-emphasis) !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.belcms_content_search > p  {
    text-align: justify;
    margin-right: 180px;
}
.belcms_content_search > span {
    display: block;
    width: 100%;
    margin: 10px 0;
}
.belcms_content_search_view {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 400;
}
.belcms_content_search > a {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
#belcms_downloads_menu picture img {
    display: block;
    max-width: 98% !important;
    margin: auto;
}
ul#belcms_downloads_menu_ul {
    list-style-type: circle;
}
ul#belcms_downloads_menu_ul li span:first-child {
    font-weight: bold;
}
ul#belcms_downloads_menu_ul li span:nth-child(2) {
    float: right;
}
#belcms_view_desc img {
    max-width: 98%;
    margin: auto;
}