/* Memaksa judul halaman besar di banner agar berwarna putih */
.breadcrumb-area h2, 
.page-header-title,
.breadcrumb-content h1,
.breadcrumb-content h2,
.breadcrumb-title {
    color: #ffffff !important;
}

/* Menghilangkan tanda panah otomatis tema khusus di area kuis */
#ept-app-container .btn::after, 
#ept-app-container button::after, 
#ept-app-container label::after,
#ept-app-container .btn i {
    display: none !important;
    content: none !important;
}