/**
 * Dashboard Widget Styles
 */
.domilocus-dashboard-widget .domilocus-news-list {
    margin: 0;
    padding: 0;
}

.domilocus-dashboard-widget .domilocus-news-item {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ddd;
}

.domilocus-dashboard-widget .domilocus-news-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.domilocus-dashboard-widget .domilocus-news-title {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 1.4;
}

.domilocus-dashboard-widget .domilocus-news-title a {
    text-decoration: none;
}

.domilocus-dashboard-widget .domilocus-news-excerpt {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 8px 0;
}

.domilocus-dashboard-widget .domilocus-news-meta {
    color: #999;
    font-size: 12px;
}

.domilocus-dashboard-widget .domilocus-news-error {
    padding: 20px;
    text-align: center;
    color: #d63638;
}
