/* Estilos CSS para o template single-seo.php */
.entry-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.entry-content {
    margin-top: 20px;
}

.imagem-destacada-customizada {
    width: 100%;
    height: 550px!important;
    object-fit: cover;
    padding: 5% 0;
}

ul {
    list-style: disc;
    margin-left: 20px;
}

.relacionados {
    margin-top: 5%;
    margin-bottom: 2%;
}


.ulrelacionados li img {
    height: 120px;
    object-fit: cover;
    object-position: center;
}

a.titlerelacionados {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

/* Estilos para listar tags separadas por "|" */
.ultags {
    list-style: none;
    padding: 0;
    display: flex;
}

.ullitags {
    margin-right: 10px; /* Espaçamento entre as tags */
    display: flex;
    align-items: center;
}

.ullitags:last-child {
    margin-right: 0; /* Remove o espaçamento à direita da última tag */
}

.ullitags a {
    text-decoration: none;
    
    cursor: pointer;
}

.ullitags::after {
    content: "|";
    margin-left: 10px; /* Espaçamento entre o ícone "|" e a próxima tag */
   
}

.ullitags:last-child::after {
    content: none; /* Remove o ícone "|" após a última tag */
}


/* Estilos para a lista de posts relacionados */
.ulrelacionados {
    display: flex;
    list-style: none;
    padding: 1% 0 5% 0;
}

.ulrelacionados li {
    margin-right: 20px; /* Espaçamento entre os itens */
}

.ulrelacionados li:last-child {
    margin-right: 0; /* Remove o espaçamento à direita do último item */
}

/* Estilos para os últimos posts randômicos */
#random-posts {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

#random-posts h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

#random-posts ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#random-posts li {
    margin-bottom: 10px;
}

#random-posts img {
    max-width: 100px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
}


.seo {
    max-width: 1116px;
    margin: 0 auto;
}