/**
* Theme Name: Brandberry Child
* Description: This is a child theme of Brandberry
* Author: <a href="https://treethemes.com">Treethemes</a>
* Template: brandberry
* Version: 1.0
*/

/* Hide EazyDocs grid icons */
.doc-items .documentation_item .icon img {
    display: none;
}

/* Add custom icon */
.doc-items .documentation_item .icon {
    width: 35px;
    height: 35px;
    background: url("/wp-content/uploads/sites/2/2026/01/folder.png") no-repeat center center;
    background-size: 30px;
}