body.page-id-77372 .pusher,
body.page-id-77389 .pusher {
    background-image: url(https://elevatorworld.com/wp-content/uploads/2026/07/ellies-background-2026-scaled.jpeg) !important;
    background-size: cover !important;
    background-position: center !important;
    background-attachment: fixed !important;
    color: #fff;
}

body.page-id-77372 .pusher p,
body.page-id-77372 .pusher ol li,
body.page-id-77372 .pusher .fp-sec-voting-2 a,
body.page-id-77389 .pusher p,
body.page-id-77389 .pusher ol li,
body.page-id-77389 .pusher .fp-sec-voting-2 a {
    color: #fff;
}

body .pusher .fp-text-1 {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

body .pusher .fp-text-1 p {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 200;
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
}

body.page-id-77372 .fp-content-inner,
body.page-id-77389 .fp-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.fp-dates-1 {
    margin: 30px 0;
}

.fp-sec-voting-1 {
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}

.fp-sec-voting-1 .fp-logo {
    display: flex;
    justify-content: center;
}

.fp-sec-voting-2 {
    margin-top: 40px;
}

.fp-sec-nominee-categories {
    margin: 40px 0 50px 0;
}

.fp-grid-cats-1 {
    font-size: 16px;
    color: #fff;
}

.fp-grid-cats-1 > div {
    margin-bottom: 15px;
}

@media screen and (min-width: 735px) {
    .fp-grid-pols-1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 20px;
    }

    .fp-grid-pols-1 > div {
        height: 100%;
        background: #fff;
        border-radius: 20px;
    }

    @media (prefers-color-scheme: dark) {
        .fp-grid-pols-1 > div {
            background: rgba(31, 41, 55, 1);
        }
    }
}

@media screen and (min-width: 992px) {
    .fp-grid-cats-1 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    
    .fp-grid-cats-1 > div {
        margin-bottom: 8px;
    }
}