/* Video Pack Button Text Color Fix */
.video-pack-btn .pack-unit,
.video-pack-btn .pack-per-unit {
    color: #6c757d !important; /* Gray color instead of green */
}

.video-pack-btn.active .pack-unit,
.video-pack-btn.active .pack-per-unit {
    color: #6c757d !important; /* Keep gray even when active */
}

/* Alternative: Use default text color */
.video-pack-btn .pack-unit,
.video-pack-btn .pack-per-unit {
    color: inherit !important;
}