/* =========================================================
   2026 LOCAL GOVERNMENT CANDIDATE PAGES
   ========================================================= */


/* Candidate tables */
table.candidates {
    width: 100%;
    margin-bottom: 0.75rem;
    border-collapse: collapse;
}


/* Candidate rows */
table.candidates td {
    padding: 0.55rem 0;
    vertical-align: top;
}


/* Candidate name */
table.candidates td:first-child {
    width: 60%;
    padding-right: 1.5rem;
    font-weight: 600;
}


/* Locality */
table.candidates td:last-child {
    width: 40%;
}


/* Space before subsequent candidate categories */
table.candidates + br + p {
    margin-top: 2rem;
}


/* Generator inserts these after each table */
table.candidates + br[clear="ALL"] {
    display: none;
}
.council-logo {
    max-width: 220px;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

/* Mobile */
@media screen and (max-width: 39.9375em) {

    table.candidates td {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    table.candidates td:first-child {
        width: 62%;
        padding-right: 1rem;
    }

    table.candidates td:last-child {
        width: 38%;
    }

}