.ads {
    padding: 0 0;
    margin-top: 6px;
    margin-bottom: 6px;
}

._50height .adsbygoogle {
    height: 50px;
    width: 360px;
    margin: 0 auto;
}

.adsbygoogle {
    margin: 0 auto;
}

/* Play button styles are now in app.css for better consistency */

/* Quiz Head - Back Arrow + Page Title - Dark Theme */
.quizhead {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-light);
    font-weight: 600;
    font-size: 1.1rem;
}

.quizhead a {
    color: var(--text-light);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.quizhead a:hover {
    color: rgba(100, 80, 180, 0.9);
    opacity: 1;
}

.quizhead a i {
    font-size: 1.2rem;
}

