        .cola-wrap {
            width: 100%;
            max-width: 1000px;
            margin: 0 auto;
            font-size: 2rem;
        }

        @media (max-width: 576px) {
            .cola-wrap {
                max-width: none;
            }
        }
        .btn-urna{
            --bs-btn-padding-y: .4rem;
            --bs-btn-padding-x: 1.2rem;
            --bs-btn-font-size: 2.5rem;            
        }
        .numb{
            margin-right: 6px;
            padding: 3px;
            border-top-color: orange;
            border-bottom-color: orange;
            border-left-color: orange;
            border-right-color: orange;
            border-style: solid;
            border-width: 2px;
            font-size: 4em;
        }
        .form-control, .form-select{
            font-size:1.2em;
        }
        .form-select option{
            font-size:.8em;
        }
        label{
            font-size:0.7em;
        }

        .ui-autocomplete {
            font-size: 16px; /* evita zoom no iOS e melhora leitura */
            z-index: 9999 !important;
        }

        .ui-menu-item-wrapper {
            padding: 12px 14px;
            font-size:1.2em;
        }

        .ui-menu-item {
            line-height: 1.4;
            font-size:1.2em;
        }

        @media (max-width: 576px) {
            .ui-autocomplete {
                font-size: 18px;
                max-height: 50vh;
                overflow-y: auto;
                border-radius: 10px;
            }

            .ui-menu-item-wrapper {
                padding: 16px;
            }
        }
