/* what-is-my-isp.css — minimal spacing only; the result uses the site's standard .iptab table
   and the form uses .custom-form, both styled by the shared bundles. */

.isp-field {
    display: block;
    width: 100%;
    margin-bottom: .6rem;
}

label {
    display: block;
    font-size: .9rem;
    margin-bottom: .3rem;
}

.isp-cannot {
    margin: 1rem 0;
    padding-left: 1.2rem;
}

.isp-cannot li {
    margin-bottom: .35rem;
}

.isp-field {
        max-width: 26rem;
    }
