.container-fluid.election-map__wrapper{
    margin: 15px;
    width: unset;
    overflow: hidden;
}
.victory-text {
    font-style: italic;
}

h2, h4{
    font-family:'Gill Sans', sans-serif;
    font-weight: bold;
}
h2{
    font-size: 24px;
    @media (min-width: 800px){
        font-size: 32px;
    }
}
.votes-and-victory-text__wrapper{
    justify-content: center;
    gap: 10px;
}
.label-and-votes{
    width: fit-content;
}
h4.votes{
    font-style: italic;
    font-size: 32px;
    @media (min-width: 800px){
        font-size: 49px;
    }
}

.text-democrats{
    color: #203B76;
}

.text-republicans{
    color:#FD4400;
}

#map {
    height: 500px;
}
.map-info-boxes{
    @media (min-width: 500px){
        width: 50%;
    }
    @media (min-width: 800px){
        width: 25%;
    }
    h4{
        font-size: 16px;
        margin-top: 15px;
        @media (min-width: 800px){
            font-size: 18px;
        }
        @media (min-width: 1024px){
            font-size: 24px;
        }
    }
}
#state-info { min-height: 200px; box-sizing: content-box; }

.lh-20 { line-height: 20px; }

#color-legend{
    .mb-2{
        margin-bottom: 18px;
    }
}
#small-states {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    .state-box{
        width: 35px;
        height: 50px;
        font-size: 13px;
        border: 1px solid #E7EDFA;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        @media (min-width: 1024px){
            width: 42px;
            height: 72px;
            font-size: 16px;
        }
    }
}

#state-info {
    border: 1px solid #CDD6EA;
    padding: 10px;
    @media (min-width: 1024px){
        padding: 29px;
    }
}
