
    .container {
        max-width: 540px;
    }

   .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

 .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
	    .modal-sm {
        --bs-modal-width: 300px;
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .row-title {
        font-size: 20px;
        font-weight: 600;
    }
    .top10 .col:nth-child(7),
    .top10 .col:nth-child(8) {
        display: block;
    }
    .updates .col .card .card-title {
        margin: 0 0.25rem 0.25rem;
        font-size: 0.9rem;
    }
    .hub_mainwrap .latest .col:last-child {
        display: none;
    }
    .hub_mainwrap .top_updatecats .col:last-child {
        display: none;
    }

	
	.hub_mainwrap .trending:not(.updates_page) .col:nth-last-child(2) {
  display: none;
}
	.order-sm-3 { order: 3 !important; } 




	.updatecats .cat { width: auto; }
	.updatecats-list div:nth-child(2) { order: 6 !important; }
	.updates .col .card .card-title { margin: 0 0.25rem 0.25rem; font-size: 0.9rem; }
	.hub_mainwrap .latest .col:nth-last-child(1),  .updates_page .col:nth-last-child(1) { display: none;}
	.hub_mainwrap .top_updatecats .col:nth-last-child(1), .hub_mainwrap .top_updatecats .col:nth-last-child(2) {  display: none; }
	.hub_mainwrap .trending:not(.updates_page) .col:nth-last-child(1) { display: none;}
	
	 .ownsite { font-size: 1rem; }
	.ownsite_list .list-group-item h5 { font-size: 1.05rem !important; }
 .ownsite_list .list-group-item i {  font-size: 2em !important;line-height: 1.4; }