/* Styles for resource posts */
/* Grey header for resources */
.ps-post__resource-header {
    background-color: #f5f5f5;
    color: #333;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #e0e0e0;
}
