/* Updated 6-9-25 */

h1 {
    margin-left: 10px;
    padding-left: 10px;
}

.feed-header__main {
    margin-top: 60px;
    margin-bottom: 20px;
}

.size14 {
    font-size: 16px;
}

.bg-light, .card, .card-header {
    background-color: transparent !important;
}

span.text-warning.size.bold.block {
    color: #333 !important;
}

.fold a {
    --color__baby-blue: #e8f3fa;
    color: currentColor;
    background-image: linear-gradient( var(--color__baby-blue) 0, var(--color__baby-blue) 60%, transparent 100% );
    background-position: 0;
    background-repeat: repeat-x;
    background-size: 100% 0;
    border-bottom: 2px solid #0071ce;
    border-bottom: 2px solid var(--color__blue);
    transition: background-size 0.25s linear 0.25s, border-bottom 0.25s linear;
}

.italic {
    font-style: normal;
}

.text-info {
    margin-bottom: -10px;
}

.border-light {
    border-color: #fff !important;
}

span.panel-title {
    line-height: 1.2;
    font-family: salvo-serif, serif !important;
    font-weight: 700;
    color: #003057;
}

p.text-center.text-warning {
    color: #333 !important;
    text-align: left !important;
}

li.size14.list-group-item.p-1.border-0 b {
    font-weight: bold;
}
