wheel.style.transform = "rotate("+rotation+"deg)";
#cashtlyGrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.cashtly-btn { position: relative; background: #111; color: #fff; text-align: center; padding: 15px 8px; border-radius: 10px; text-decoration: none; display: flex; flex-direction: column; gap: 5px; font-weight: bold;
}
.icon { font-size: 22px;
}
.text { font-size: 13px;
}
.coins { font-size: 11px; color: #ffd700;
}
.badge { position: absolute; top: 5px; right: 6px; background: red; color: #fff; font-size: 9px; padding: 2px 5px; border-radius: 8px;
}
/* colors */.yellow { background: #ffc107; color:#000; }
.green { background: #28a745; }
.purple { background: #6f42c1; }
.blue { background: #007bff; }
.red { background: #dc3545; }
/* mobile */@media(max-width:768px){ #cashtlyGrid { grid-template-columns: repeat(2, 1fr); }
}
/* Cashtly Trends: start directly from videos */.cashtly-v553-wrap { margin-top: 0 !important; padding-top: 0 !important;
}
.cashtly-v553-community { margin-top: 0 !important; padding-top: 0 !important;
}
/* Remove both large black introduction banners */.cashtly-v553-header,
.cashtly-v553-community-header { display: none !important;
}
/* Remove empty space above shortcode content */.entry-content,
.site-main,
article .entry-content { padding-top: 0 !important; margin-top: 0 !important;
}
/* Hide WordPress page title */.entry-header .entry-title { display: none !important;
}
/* YOUTIK HOMEPAGE CLEANUP — DOES NOT CHANGE VIDEO CODE */body.home .entry-header,
body.home .page-header,
body.home .entry-title { display: none !important;
}
body.home #primary,
body.home .content-area,
body.home .site-main,
body.home article,
body.home .entry-content { margin-top: 0 !important; padding-top: 0 !important;
}
body.home .cashtly-v553-wrap,
body.home .cashtly-v553-community { margin-top: 0 !important; padding-top: 0 !important;
}
/* CASHTLY HOME PAGE — REMOVE BLUE AND BLACK HEADER ONLY */body.home #masthead { display: none !important;
}
/* REMOVE SPACE LEFT BY THE HEADER */body.home #content,
body.home .site-content,
body.home .ct-container-main,
body.home .front-page-content-wrapper,
body.home #primary,
body.home #main { margin-top: 0 !important; padding-top: 0 !important;
}
/* REMOVE REMAINING WHITE / OFF-WHITE LINES ON HOMEPAGE */body.home { background: #fff !important;
}
body.home #page,
body.home #content,
body.home .site-content { border: 0 !important; box-shadow: none !important;
}
body.home .ct-container-main { margin-top: 0 !important; padding-top: 0 !important; border-top: 0 !important; box-shadow: none !important;
}
body.home #primary article,
body.home .refined-magazine-content-container,
body.home .refined-magazine-content-area,
body.home .entry-content { margin-top: 0 !important; padding-top: 0 !important; border-top: 0 !important; box-shadow: none !important;
}