.election-period {
    background: linear-gradient(90deg, #EEEEEE 0%, #D9F2EF 100%);
    border: 0.0625rem solid #C5C5C5;
    border-radius: 1rem;
    padding: 0 3.125rem 0 0;
    margin: 2rem 0;
    box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.04);
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 19.4375rem;
    height: 19.4375rem;
    overflow: hidden;
}
.election-period h2 {
    color: #005baa;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0.75rem;
}
.election-period p {
    color: #222;
    font-size: 1.1rem;
    margin: 0;
}
.election-period img {
    height: 100%;
    max-height: 19.4375rem;
    width: auto;
    padding: 0 !important;
    margin: 0;
    background: none;
    box-shadow: none;
    object-fit: cover;
    object-position: 60% center !important;
    display: block;
}
.election-period .card-body {
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
}
.election-period > .card-body.d-flex.align-items-center.w-100 {
    padding: 0 !important;
}
.election-period > .card-body.d-flex.align-items-center.w-100 img {
    margin: 0;
    padding: 0 !important;
    background: none;
    box-shadow: none;
    height: 100%;
    max-height: 19.4375rem;
    width: auto;
    object-fit: contain;
    display: block;
}
.election-period .flex-grow-1,
.election-period .flex-grow-1 * {
    flex-grow: unset;
    width: 100%;
    box-sizing: border-box;
}

/* ====== Alto Contraste (Apenas Cores) ====== */
body.body-contraste .election-period {
    background: #000 !important;
    border-color: #FFF !important;
    box-shadow: none !important;
}

body.body-contraste .election-period .card-body,
body.body-contraste .election-period .election-period-content {
    background: #000 !important;
}

body.body-contraste .election-period div,
body.body-contraste .election-period span {
    color: #FFF !important;
}
