/* Game Page Custom Text Colors */

/* Override for section titles like "MM Special Items", "MM Diamonds" */
.text-gray-800 {
    color: #831843 !important; /* pink-900 */
}

/* Override for package titles and prices inside the cards */
.htet-package-title {
    color: #1f2937 !important; /* gray-800 */
    font-weight: 600;
}

.htet-price {
    color: #374151 !important; /* gray-700 */
}