/* bootstrap-news.css */
#news .container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
}
#news .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
#news .col {
    flex: 1 0 0%;
}
#news .row-cols-1 > * { flex: 0 0 auto; width: 100%; }
#news .row-cols-md-3 > * { flex: 0 0 auto; width: 33.333333%; }
#news .row-cols-lg-4 > * { flex: 0 0 auto; width: 25%; }
#news .g-4 { --bs-gutter-x: 1.5rem; --bs-gutter-y: 1.5rem; }
#news .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
#news .card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
#news .card-body {
    flex: 1 1 auto;
    padding: 1rem;
}
#news .card-title { margin-bottom: 0.5rem; }
#news .card-text:last-child { margin-bottom: 0; }
#news .text-decoration-none { text-decoration: none; }
#news .h-100 { height: 100%!important; }
#news .mb-5 { margin-bottom: 3rem!important; }
#news .me-2 { margin-right: 0.5rem!important; }
#news .ms-2 { margin-left: 0.5rem!important; }
#news .text-muted { color: #6c757d!important; }