.mas-leidas .titulox {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.cont-notas {
    margin-bottom: 10px;
}

.notas-leidas {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.orden {
    font-size: 22px;
    font-weight: bold;
    color: #999;
    min-width: 20px;
}

.nota-info h5 {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 1.2;
}

.nota-link {
    color: #000;
    text-decoration: none;
}

.nota-link:hover {
    text-decoration: underline;
}

.nota-info img {
    width: 120px;
    height: 70px;
    object-fit: cover;
}
