﻿/* Fix: sticky progress bar on mobile */

@media screen and (max-width: 767px) {
    .progress-wrapper {
        margin-left: 0;
        margin-right: 0;
        padding: 20px 20px;
    }

    .options label {
        white-space: normal;
    }
}


@media screen and (max-width: 450x) {
    .ban_content_wrap {
        display: inline-grid;
        grid-template-columns: auto 100px;
        align-items: center;
        column-gap: 20px;
        width: 100%;
        margin: auto;
        max-width: 1000px;
    }
}