/* tri-mag Newsticker – Sidebar Widget */

.tmn-widget-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tmn-widget-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    align-items: start;
}

.tmn-widget-item:last-child {
    border-bottom: none;
}

.tmn-widget-time {
    font-size: 11px;
    font-weight: 700;
    color: #888;
    padding-top: 2px;
}

.tmn-widget-cat {
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 3px;
    color: #c8102e;
}

.tmn-widget-headline {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: inherit;
    text-decoration: none;
}

.tmn-widget-headline:hover {
    color: #c8102e;
}

.tmn-widget-more {
    display: block;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
    text-align: center;
    background: #f8e700;
    padding: 8px;
    border-radius: 5px;
    transition: background .15s;
}

.tmn-widget-more:hover {
    background: #e0d000;
    color: inherit;
    text-decoration: none;
}
