/* Epaper Manager — sidebar promo widget */

.epaper-widget-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000;
}

.epaper-widget-item {
    margin: 0 0 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e5;
}

.epaper-widget-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.epaper-widget-link {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-decoration: none;
    color: #111111;
}

.epaper-widget-thumb {
    flex: 0 0 60px;
    width: 100px;
    display: block;
}

.epaper-widget-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.epaper-widget-thumb-placeholder {
    display: block;
    width: 100px;
    aspect-ratio: 3 / 4;
    background: #ddd;
    border-radius: 3px;
}

.epaper-widget-info {
    flex: 1 1 auto;
    min-width: 0;
}

.epaper-widget-title {
    display: block;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
    color: #000;
}

.epaper-widget-link:hover .epaper-widget-title {
    text-decoration: none;
}

.epaper-widget-date {
    display: block;
    font-size: 0.8em;
    color: #767676;
}

.epaper-widget-view-all {
    display: inline-block;
    margin-top: 12px;
    font-size: 0.85em;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.epaper-widget-view-all:hover {
    opacity: 0.75;
}
