/* KizunaGo Study Flow Button Below Status Fix */

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

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

/* Prevent the old injected form from staying inline in the status box */
[data-study-flow-complete-form] {
    display: none !important;
}

.kg-force-topic-complete-floating {
    display: none !important;
}
