.box-relacionados {
    box-shadow: var(--wp--preset--shadow--natural);
    border-radius: 10px;
    background-color: var(--wp--preset--color--popcorn-element-background);
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}
ul.lista-com-numeros {
    list-style-type: none;
    padding-left: 0;
}
ul.lista-com-numeros li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
ul.lista-com-numeros li::before {
    content: attr(data-numero);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #FFA500;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-family: inherit;
}
ul.lista-com-numeros li a {
    color: var(--wp--preset--color--vivid-red);
    text-decoration: none;
}
ul.lista-com-numeros li a:hover {
    color: var(--wp--preset--color--vivid-red);
}
.titulo-relacionados {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}
