.elementor-1172 .elementor-element.elementor-element-c8c2def{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-7c8c2e5 */.versoes-digitais-grid{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.versao-card{
    width: calc(25% - 12px);
    border: solid 2px transparent;
    border-radius: 5px;
    overflow: hidden;
}

.versao-card:hover{
    border-color: #4F7BB5;
}

.versao-capa{
    height: 200px;
    overflow: hidden;
}

.versao-card img{
    width: 100%;
    object-fit: cover;
    object-position: top
    ;
}

.versao-info{
    padding: 5px;
}

.versao-info h3{
    font-size: 15pt;
    margin-bottom: 0;
    color: #2E2E2E;
    font-family: "Kanit", Sans-serif;
}

.versao-info p{
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #4F7BB5;
    margin-bottom: 5px;
    margin-top: 0;
}

.versao-btn{
    display: none;
   color: #BA3E4E;
    border-radius: 5px;
    width: 100%;
    font-family:  "Kanit", Sans-Serif;
}

.versao-btn:hover{
    color: #872D39;
}


#carregar-mais{
    margin: 0 auto;
    display: block;
    background-color: #4F7BB5;
    color: white;
    border: none;
}

#carregar-mais:hover{
    background-color: #3B5C87;
}/* End custom CSS */