/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.benef i {
    background: linear-gradient(45deg, #29A4D8, #54C4A9, #29A4D8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.postslimg img {
    height: 230px !important;
    object-fit: cover;
}

h3 strong { color: #32abce; text-transform: uppercase; }


/*** afilliate dashboard ****/
.slicewp-card.slicewp-card-affiliate-dashboard:not(:first-child) {
    display: none;
}

/* Hide the Commissions and Payments tabs */
li[data-slicewp-tab="commissions"],
li[data-slicewp-tab="payments"] {
    display: none;
}
.slicewp-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }