/* KizunaGo Study Flow Button Position Fix */

.kg-study-flow-complete-form {
    display: block !important;
    width: 100% !important;
    margin: 10px 0 12px !important;
}

.kg-study-flow-complete-button {
    width: 100% !important;
    min-height: 44px !important;
    border-radius: 14px !important;
    font-weight: 900 !important;
    font-size: .9rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.kg-study-flow-check {
    font-weight: 900;
    line-height: 1;
}

.kg-study-flow-hidden-locked-next {
    display: none !important;
}

/* Remove previous floating fallback if cached by browser */
.kg-force-topic-complete-floating {
    display: none !important;
}
