   #postal_code {
        width:3em;
        text-align: center;
    }
    #postal_code_selector,
    .selected {
        font-size: 1.5em;
    }
    .ccm-block-postal-code-selection {
        text-align: center;
    }
    #submit_postal_code { font-size: 20px}
    .location {
        font-size: 1.5em;
        font-weight: bold;
    }
    #postal_code_rate_limit {
    margin-top:20px;
}
#postal_code_choice_list {
    width: fit-content;
    min-width: 220px;
    max-width: 320px;
    margin: 20px auto;
}

#postal_code_choice_list .postal-choice {
    white-space: nowrap;
}
    