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

.rcnw-item {
    padding: 10px 0;
    border-bottom: 1px dotted #383838;
}

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

.rcnw-item-top {
    line-height: 1.8;
}

.rcnw-badge {
    display: inline;
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 2px 5px;
    white-space: nowrap;
    vertical-align: middle;
    margin-right: 3px;
}

.rcnw-badge--post {
    color: #be9e5e;
    border: 1px solid #be9e5e;
}

.rcnw-badge--gallery {
    color: #5aa87a;
    border: 1px solid #5aa87a;
}

.rcnw-title {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95em;
}

.rcnw-title:hover {
    color: #be9e5e;
}

.rcnw-count {
    color: #9e9e9e;
    font-weight: 400;
}

.rcnw-meta {
    font-size: 0.8em;
    color: #9e9e9e;
    font-style: italic;
    margin-top: 2px;
}
