div.cxInfoPaginas {
    width: 100%;
    display: block;
    padding: 0.5em;
    background-color: #333;
    color: #fff;
    font-size: 14px;
}

ul.cxNumPaginas {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(36px, 1fr));
    gap: 6px;
    justify-content: center;
    list-style: none;
    padding: 1em 0;
}

ul.cxNumPaginas li {
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
}

ul.cxNumPaginas li a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #666;
    color: #fff;
}

ul.cxNumPaginas li a:hover,
ul.cxNumPaginas li a.activate {
    background-color: #f00;
}

#cxLadoALadoJP {
    width: 100%;
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
    padding: 0.5em;
    align-items: stretch;
}

#cxLadoALadoJP .itemLL, 
#cxLadoALadoJP .imgLadoALado {
    width: 100%;
    display: block;
    text-decoration: none;
    margin-bottom: 0.5em;
}

#cxLadoALadoJP .itemLL {
    padding: 0.5em;
    vertical-align: top;
    line-height: 1.25;
}

#cxLadoALadoJP .cxImgLL {
    width: 100%;
    height: auto;
    min-height: 2rem;
    background-color: #f5f5f5;
    display: flex;
    overflow: hidden;
    margin-bottom: 1rem;
    align-items: center;
}

#cxLadoALadoJP .imgLadoALado {
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0;
    align-items: center;
    justify-content: center;
}

#cxLadoALadoJP .itemLL .tituloLL {
    font-size: medium;
    font-weight: 600;
    line-height: 1.2;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limita a 2 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cxLadoALadoJP .itemLL .resumoLL {
    font-size: smaller;
    font-weight: 400;
    line-height: 1.2;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limita a 3 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}

#cxLadoALadoJP .itemLL .btnLL {
    margin-top: 1rem;
    font-size: small;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    background-color: #0366d6;
    border: 0;
    border-radius: 6px;
    padding: 12px 24px;
    display: block;
    margin: 6px auto;
    min-width: 50%;
}

.phantom {
    visibility: hidden;
}

@media only screen and (max-width: 900px) {
    #cxLadoALadoJP .itemLL {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media only screen and (max-width: 600px) {
    #cxLadoALadoJP .itemLL {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

@media only screen and (max-width: 414px) {
    #cxLadoALadoJP .itemLL {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}

#cxLinhaJP {
    width: 100%;
    background-color: #f5f5f5;
    display: block;
    padding: 0.5em;
}

#cxLinhaJP .itemLin {
    width: 100%;
    display: block;
    text-decoration: none;
    padding: 0.25em 0;
}

#cxLinhaJP .itemLin .tituloLin {
    font-size: medium;
    font-weight: 600;
    line-height: 5px;
    color: #333;
}

#cxLinhaJP .itemLin .breveLin {
    font-size: smaller;
    font-weight: 400;
    line-height: 5px;
    color: #333;
}

#cxLinhaJP .itemLin .btnLin {
    font-size: small;
    font-weight: 600;
    line-height: 5px;
    color: #fff;
    background-color: #0366d6;
    border: 0;
    border-radius: 6px;
    padding: 12px 12px;
    display: inline-block;
    margin: 6px;
}
