.pbd-noticelist-explore-container {
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
}

.pbd-noticeslist-list {
    list-style-type: none;
    padding: unset;
    margin: unset;
}
.pbd-noticelist-list-item {
    padding: 10px;
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.pbd-noticelist-icon {
    display: block;
    width: 32px;
    padding-right: 30px;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}

.pbd-noticelist-list-item-fecha {
    font-size: 12px;
    margin-right: 10px;
    background-color: #ccc;
    color: #fff;
    padding: 5px;
}

.pbd-noticesList-unread {
    display: inline-block;
    background-color: red;
    padding: 5px 32px;
    border-radius: 32px;
    line-height: 20px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 16px;
}

.pbd-noticelist-list-item a {
    text-decoration: none !important;
}

.pbd-noticeslist-list-item-readers {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 10px;
    font-size: 12px;
    text-transform: uppercase;
}


